@import url(https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,400&family=Inter:wght@300;400;500;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&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 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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::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: 0 0% 3.9%;
        --card: 0 0% 100%;
        --card-foreground: 0 0% 3.9%;
        --popover: 0 0% 100%;
        --popover-foreground: 0 0% 3.9%;
        --primary: 0 0% 9%;
        --primary-foreground: 0 0% 98%;
        --secondary: 0 0% 96.1%;
        --secondary-foreground: 0 0% 9%;
        --muted: 0 0% 96.1%;
        --muted-foreground: 0 0% 45.1%;
        --accent: 0 0% 96.1%;
        --accent-foreground: 0 0% 9%;
        --destructive: 0 84.2% 60.2%;
        --destructive-foreground: 0 0% 98%;
        --border: 0 0% 89.8%;
        --input: 0 0% 89.8%;
        --ring: 0 0% 3.9%;
        --chart-1: 12 76% 61%;
        --chart-2: 173 58% 39%;
        --chart-3: 197 37% 24%;
        --chart-4: 43 74% 66%;
        --chart-5: 27 87% 67%;
        --radius: 0.5rem;
    }
  * {
  border-color: hsl(0 0% 89.8%);
  border-color: hsl(var(--border));
}
  body {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--background));
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}
.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;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-12 {
  bottom: -3rem;
}
.-left-12 {
  left: -3rem;
}
.-right-12 {
  right: -3rem;
}
.-top-12 {
  top: -3rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-\[1px\] {
  top: 1px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[60\%\] {
  top: 60%;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1\] {
  z-index: 1;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[var\(--radix-navigation-menu-viewport-height\)\] {
  height: var(--radix-navigation-menu-viewport-height);
}
.h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-\[--radix-context-menu-content-available-height\] {
  max-height: var(--radix-context-menu-content-available-height);
}
.max-h-\[--radix-select-content-available-height\] {
  max-height: var(--radix-select-content-available-height);
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[var\(--radix-dropdown-menu-content-available-height\)\] {
  max-height: var(--radix-dropdown-menu-content-available-height);
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.w-10 {
  width: 2.5rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[1px\] {
  width: 1px;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -webkit-max-content;
  width: max-content;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-10 {
  min-width: 2.5rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-9 {
  min-width: 2.25rem;
}
.min-w-\[12rem\] {
  min-width: 12rem;
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-max {
  max-width: -webkit-max-content;
  max-width: max-content;
}
.flex-1 {
  flex: 1 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.basis-full {
  flex-basis: 100%;
}
.caption-bottom {
  caption-side: bottom;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-\[--radix-context-menu-content-transform-origin\] {
  transform-origin: var(--radix-context-menu-content-transform-origin);
}
.origin-\[--radix-dropdown-menu-content-transform-origin\] {
  transform-origin: var(--radix-dropdown-menu-content-transform-origin);
}
.origin-\[--radix-hover-card-content-transform-origin\] {
  transform-origin: var(--radix-hover-card-content-transform-origin);
}
.origin-\[--radix-menubar-content-transform-origin\] {
  transform-origin: var(--radix-menubar-content-transform-origin);
}
.origin-\[--radix-popover-content-transform-origin\] {
  transform-origin: var(--radix-popover-content-transform-origin);
}
.origin-\[--radix-select-content-transform-origin\] {
  transform-origin: var(--radix-select-content-transform-origin);
}
.origin-\[--radix-tooltip-content-transform-origin\] {
  transform-origin: var(--radix-tooltip-content-transform-origin);
}
.-translate-x-1\/2 {
  --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));
}
.-translate-y-1\/2 {
  --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));
}
.translate-x-\[-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));
}
.translate-y-\[-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));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-text {
  cursor: text;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-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-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * 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-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));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
  border-radius: var(--radius);
}
.rounded-md {
  border-radius: calc(0.5rem - 2px);
  border-radius: calc(var(--radius) - 2px);
}
.rounded-sm {
  border-radius: calc(0.5rem - 4px);
  border-radius: calc(var(--radius) - 4px);
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-tl-sm {
  border-top-left-radius: calc(0.5rem - 4px);
  border-top-left-radius: calc(var(--radius) - 4px);
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-destructive {
  border-color: hsl(0 84.2% 60.2%);
  border-color: hsl(var(--destructive));
}
.border-destructive\/50 {
  border-color: hsl(0 84.2% 60.2% / 0.5);
  border-color: hsl(var(--destructive) / 0.5);
}
.border-input {
  border-color: hsl(0 0% 89.8%);
  border-color: hsl(var(--input));
}
.border-primary {
  border-color: hsl(0 0% 9%);
  border-color: hsl(var(--primary));
}
.border-primary\/50 {
  border-color: hsl(0 0% 9% / 0.5);
  border-color: hsl(var(--primary) / 0.5);
}
.border-transparent {
  border-color: transparent;
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-accent {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}
.bg-background {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--background));
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-border {
  background-color: hsl(0 0% 89.8%);
  background-color: hsl(var(--border));
}
.bg-card {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--card));
}
.bg-destructive {
  background-color: hsl(0 84.2% 60.2%);
  background-color: hsl(var(--destructive));
}
.bg-foreground {
  background-color: hsl(0 0% 3.9%);
  background-color: hsl(var(--foreground));
}
.bg-muted {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--muted));
}
.bg-muted\/50 {
  background-color: hsl(0 0% 96.1% / 0.5);
  background-color: hsl(var(--muted) / 0.5);
}
.bg-popover {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--popover));
}
.bg-primary {
  background-color: hsl(0 0% 9%);
  background-color: hsl(var(--primary));
}
.bg-primary\/10 {
  background-color: hsl(0 0% 9% / 0.1);
  background-color: hsl(var(--primary) / 0.1);
}
.bg-primary\/20 {
  background-color: hsl(0 0% 9% / 0.2);
  background-color: hsl(var(--primary) / 0.2);
}
.bg-secondary {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--secondary));
}
.bg-transparent {
  background-color: transparent;
}
.fill-current {
  fill: currentColor;
}
.fill-primary {
  fill: hsl(0 0% 9%);
  fill: hsl(var(--primary));
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[1px\] {
  padding: 1px;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.text-\[0\.8rem\] {
  font-size: 0.8rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-none {
  line-height: 1;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-accent-foreground {
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}
.text-card-foreground {
  color: hsl(0 0% 3.9%);
  color: hsl(var(--card-foreground));
}
.text-current {
  color: currentColor;
}
.text-destructive {
  color: hsl(0 84.2% 60.2%);
  color: hsl(var(--destructive));
}
.text-destructive-foreground {
  color: hsl(0 0% 98%);
  color: hsl(var(--destructive-foreground));
}
.text-foreground {
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}
.text-foreground\/50 {
  color: hsl(0 0% 3.9% / 0.5);
  color: hsl(var(--foreground) / 0.5);
}
.text-muted-foreground {
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}
.text-popover-foreground {
  color: hsl(0 0% 3.9%);
  color: hsl(var(--popover-foreground));
}
.text-primary {
  color: hsl(0 0% 9%);
  color: hsl(var(--primary));
}
.text-primary-foreground {
  color: hsl(0 0% 98%);
  color: hsl(var(--primary-foreground));
}
.text-secondary-foreground {
  color: hsl(0 0% 9%);
  color: hsl(var(--secondary-foreground));
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-0 {
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-ring {
  --tw-ring-color: hsl(var(--ring));
}
.ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background));
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -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, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes enter {

  from {
    opacity: 1;
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
    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: 1;
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
    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));
  }
}
.animate-in {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.fade-in-0 {
  --tw-enter-opacity: 0;
}
.zoom-in-95 {
  --tw-enter-scale: .95;
}
.duration-1000 {
  animation-duration: 1000ms;
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.running {
  animation-play-state: running;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
        "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
        "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
        monospace;
}

.file\:border-0::-webkit-file-upload-button {
  border-width: 0px;
}

.file\:border-0::file-selector-button {
  border-width: 0px;
}

.file\:bg-transparent::-webkit-file-upload-button {
  background-color: transparent;
}

.file\:bg-transparent::file-selector-button {
  background-color: transparent;
}

.file\:text-sm::-webkit-file-upload-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:font-medium::-webkit-file-upload-button {
  font-weight: 500;
}

.file\:font-medium::file-selector-button {
  font-weight: 500;
}

.file\:text-foreground::-webkit-file-upload-button {
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}

.file\:text-foreground::file-selector-button {
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}

.placeholder\:text-muted-foreground::placeholder {
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-y-0::after {
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:w-1::after {
  content: var(--tw-content);
  width: 0.25rem;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --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));
}

.first\:rounded-l-md:first-child {
  border-top-left-radius: calc(0.5rem - 2px);
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(0.5rem - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}

.first\:border-l:first-child {
  border-left-width: 1px;
}

.last\:rounded-r-md:last-child {
  border-top-right-radius: calc(0.5rem - 2px);
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(0.5rem - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.focus-within\:relative:focus-within {
  position: relative;
}

.focus-within\:z-20:focus-within {
  z-index: 20;
}

.hover\:bg-accent:hover {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.hover\:bg-destructive\/80:hover {
  background-color: hsl(0 84.2% 60.2% / 0.8);
  background-color: hsl(var(--destructive) / 0.8);
}

.hover\:bg-destructive\/90:hover {
  background-color: hsl(0 84.2% 60.2% / 0.9);
  background-color: hsl(var(--destructive) / 0.9);
}

.hover\:bg-muted:hover {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--muted));
}

.hover\:bg-muted\/50:hover {
  background-color: hsl(0 0% 96.1% / 0.5);
  background-color: hsl(var(--muted) / 0.5);
}

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

.hover\:bg-primary\/80:hover {
  background-color: hsl(0 0% 9% / 0.8);
  background-color: hsl(var(--primary) / 0.8);
}

.hover\:bg-primary\/90:hover {
  background-color: hsl(0 0% 9% / 0.9);
  background-color: hsl(var(--primary) / 0.9);
}

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

.hover\:bg-secondary\/80:hover {
  background-color: hsl(0 0% 96.1% / 0.8);
  background-color: hsl(var(--secondary) / 0.8);
}

.hover\:text-accent-foreground:hover {
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}

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

.hover\:text-muted-foreground:hover {
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

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

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

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

.focus\:bg-accent:focus {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.focus\:bg-primary:focus {
  background-color: hsl(0 0% 9%);
  background-color: hsl(var(--primary));
}

.focus\:text-accent-foreground:focus {
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}

.focus\:text-primary-foreground:focus {
  color: hsl(0 0% 98%);
  color: hsl(var(--primary-foreground));
}

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-1: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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-ring:focus {
  --tw-ring-color: hsl(var(--ring));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-1:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring));
}

.focus-visible\:ring-offset-1:focus-visible {
  --tw-ring-offset-width: 1px;
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-background:focus-visible {
  --tw-ring-offset-color: hsl(var(--background));
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

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

.group.destructive .group-\[\.destructive\]\:border-muted\/40 {
  border-color: hsl(0 0% 96.1% / 0.4);
  border-color: hsl(var(--muted) / 0.4);
}

.group.toaster .group-\[\.toaster\]\:border-border {
  border-color: hsl(0 0% 89.8%);
  border-color: hsl(var(--border));
}

.group.toast .group-\[\.toast\]\:bg-muted {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--muted));
}

.group.toast .group-\[\.toast\]\:bg-primary {
  background-color: hsl(0 0% 9%);
  background-color: hsl(var(--primary));
}

.group.toaster .group-\[\.toaster\]\:bg-background {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--background));
}

.group.destructive .group-\[\.destructive\]\:text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / 1);
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.group.toast .group-\[\.toast\]\:text-muted-foreground {
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

.group.toast .group-\[\.toast\]\:text-primary-foreground {
  color: hsl(0 0% 98%);
  color: hsl(var(--primary-foreground));
}

.group.toaster .group-\[\.toaster\]\:text-foreground {
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}

.group.toaster .group-\[\.toaster\]\: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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover {
  border-color: hsl(0 84.2% 60.2% / 0.3);
  border-color: hsl(var(--destructive) / 0.3);
}

.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover {
  background-color: hsl(0 84.2% 60.2%);
  background-color: hsl(var(--destructive));
}

.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover {
  color: hsl(0 0% 98%);
  color: hsl(var(--destructive-foreground));
}

.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / 1);
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus {
  --tw-ring-color: hsl(var(--destructive));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626;
}

.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}

.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}

.has-\[\:disabled\]\:opacity-50:has(:disabled) {
  opacity: 0.5;
}

.aria-selected\:bg-accent[aria-selected="true"] {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.aria-selected\:bg-accent\/50[aria-selected="true"] {
  background-color: hsl(0 0% 96.1% / 0.5);
  background-color: hsl(var(--accent) / 0.5);
}

.aria-selected\:text-accent-foreground[aria-selected="true"] {
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}

.aria-selected\:text-muted-foreground[aria-selected="true"] {
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

.aria-selected\:opacity-100[aria-selected="true"] {
  opacity: 1;
}

.data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"] {
  pointer-events: none;
}

.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}

.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction="vertical"] {
  height: 1px;
}

.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction="vertical"] {
  width: 100%;
}

.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=left\]\:-translate-x-1[data-side="left"] {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=right\]\:translate-x-1[data-side="right"] {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=top\]\:-translate-y-1[data-side="top"] {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[state\=checked\]\:translate-x-4[data-state="checked"] {
  --tw-translate-x: 1rem;
  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));
}

.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[swipe\=cancel\]\:translate-x-0[data-swipe="cancel"] {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe="end"] {
  --tw-translate-x: var(--radix-toast-swipe-end-x);
  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));
}

.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe="move"] {
  --tw-translate-x: var(--radix-toast-swipe-move-x);
  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 accordion-up {

  from {
    height: var(--radix-accordion-content-height);
  }

  to {
    height: 0;
  }
}

.data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
  animation: accordion-up 0.2s ease-out;
}

@keyframes accordion-down {

  from {
    height: 0;
  }

  to {
    height: var(--radix-accordion-content-height);
  }
}

.data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
  animation: accordion-down 0.2s ease-out;
}

.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction="vertical"] {
  flex-direction: column;
}

.data-\[selected\=true\]\:bg-accent[data-selected="true"] {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.data-\[state\=active\]\:bg-background[data-state="active"] {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--background));
}

.data-\[state\=checked\]\:bg-primary[data-state="checked"] {
  background-color: hsl(0 0% 9%);
  background-color: hsl(var(--primary));
}

.data-\[state\=on\]\:bg-accent[data-state="on"] {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.data-\[state\=open\]\:bg-accent[data-state="open"] {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.data-\[state\=open\]\:bg-accent\/50[data-state="open"] {
  background-color: hsl(0 0% 96.1% / 0.5);
  background-color: hsl(var(--accent) / 0.5);
}

.data-\[state\=open\]\:bg-secondary[data-state="open"] {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--secondary));
}

.data-\[state\=selected\]\:bg-muted[data-state="selected"] {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--muted));
}

.data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
  background-color: hsl(0 0% 89.8%);
  background-color: hsl(var(--input));
}

.data-\[placeholder\]\:text-muted-foreground[data-placeholder] {
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

.data-\[selected\=true\]\:text-accent-foreground[data-selected="true"] {
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}

.data-\[state\=active\]\:text-foreground[data-state="active"] {
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}

.data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
  color: hsl(0 0% 98%);
  color: hsl(var(--primary-foreground));
}

.data-\[state\=on\]\:text-accent-foreground[data-state="on"] {
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}

.data-\[state\=open\]\:text-accent-foreground[data-state="open"] {
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}

.data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

.data-\[disabled\=true\]\:opacity-50[data-disabled="true"] {
  opacity: 0.5;
}

.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}

.data-\[state\=active\]\:shadow[data-state="active"] {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.data-\[swipe\=move\]\:transition-none[data-swipe="move"] {
  transition-property: none;
}

.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  transition-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state="open"] {
  transition-duration: 500ms;
}

.data-\[motion\^\=from-\]\:animate-in[data-motion^="from-"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=open\]\:animate-in[data-state="open"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=visible\]\:animate-in[data-state="visible"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[motion\^\=to-\]\:animate-out[data-motion^="to-"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=closed\]\:animate-out[data-state="closed"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=hidden\]\:animate-out[data-state="hidden"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[swipe\=end\]\:animate-out[data-swipe="end"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[motion\^\=from-\]\:fade-in[data-motion^="from-"] {
  --tw-enter-opacity: 0;
}

.data-\[motion\^\=to-\]\:fade-out[data-motion^="to-"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=closed\]\:fade-out-80[data-state="closed"] {
  --tw-exit-opacity: 0.8;
}

.data-\[state\=hidden\]\:fade-out[data-state="hidden"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=open\]\:fade-in-0[data-state="open"] {
  --tw-enter-opacity: 0;
}

.data-\[state\=visible\]\:fade-in[data-state="visible"] {
  --tw-enter-opacity: 0;
}

.data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
  --tw-exit-scale: .95;
}

.data-\[state\=open\]\:zoom-in-90[data-state="open"] {
  --tw-enter-scale: .9;
}

.data-\[state\=open\]\:zoom-in-95[data-state="open"] {
  --tw-enter-scale: .95;
}

.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion="from-end"] {
  --tw-enter-translate-x: 13rem;
}

.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion="from-start"] {
  --tw-enter-translate-x: -13rem;
}

.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion="to-end"] {
  --tw-exit-translate-x: 13rem;
}

.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion="to-start"] {
  --tw-exit-translate-x: -13rem;
}

.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
  --tw-enter-translate-y: -0.5rem;
}

.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
  --tw-enter-translate-x: 0.5rem;
}

.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
  --tw-enter-translate-x: -0.5rem;
}

.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
  --tw-enter-translate-y: 0.5rem;
}

.data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
  --tw-exit-translate-y: 100%;
}

.data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
  --tw-exit-translate-x: -100%;
}

.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
  --tw-exit-translate-x: -50%;
}

.data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
  --tw-exit-translate-x: 100%;
}

.data-\[state\=closed\]\:slide-out-to-right-full[data-state="closed"] {
  --tw-exit-translate-x: 100%;
}

.data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
  --tw-exit-translate-y: -100%;
}

.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
  --tw-exit-translate-y: -48%;
}

.data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
  --tw-enter-translate-y: 100%;
}

.data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
  --tw-enter-translate-x: -100%;
}

.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
  --tw-enter-translate-x: -50%;
}

.data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
  --tw-enter-translate-x: 100%;
}

.data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
  --tw-enter-translate-y: -100%;
}

.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
  --tw-enter-translate-y: -48%;
}

.data-\[state\=open\]\:slide-in-from-top-full[data-state="open"] {
  --tw-enter-translate-y: -100%;
}

.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  animation-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state="open"] {
  animation-duration: 500ms;
}

.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  left: 0px;
}

.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  height: 0.25rem;
}

.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  width: 100%;
}

.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  --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));
}

.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[state\=open\]\:hover\:bg-accent:hover[data-state="open"] {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.data-\[state\=open\]\:focus\:bg-accent:focus[data-state="open"] {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.group[data-state="open"] .group-data-\[state\=open\]\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.dark\:border-destructive:is(.dark *) {
  border-color: hsl(0 84.2% 60.2%);
  border-color: hsl(var(--destructive));
}

@media (min-width: 640px) {

  .sm\:bottom-0 {
    bottom: 0px;
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:top-auto {
    top: auto;
  }

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

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

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

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

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

  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }

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

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .sm\:rounded-lg {
    border-radius: 0.5rem;
    border-radius: var(--radius);
  }

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

  .data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state="open"] {
    --tw-enter-translate-y: 100%;
  }
}

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:w-\[var\(--radix-navigation-menu-viewport-width\)\] {
    width: var(--radix-navigation-menu-viewport-width);
  }

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

  .md\:max-w-\[420px\] {
    max-width: 420px;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.\[\&\+div\]\:text-xs+div {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&\:has\(\>\.day-range-end\)\]\:rounded-r-md:has(>.day-range-end) {
  border-top-right-radius: calc(0.5rem - 2px);
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(0.5rem - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\>\.day-range-start\)\]\:rounded-l-md:has(>.day-range-start) {
  border-top-left-radius: calc(0.5rem - 2px);
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(0.5rem - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\[aria-selected\]\)\]\:rounded-md:has([aria-selected]) {
  border-radius: calc(0.5rem - 2px);
  border-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]) {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child {
  border-top-left-radius: calc(0.5rem - 2px);
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(0.5rem - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}

.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child {
  border-top-right-radius: calc(0.5rem - 2px);
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(0.5rem - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside) {
  background-color: hsl(0 0% 96.1% / 0.5);
  background-color: hsl(var(--accent) / 0.5);
}

.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end) {
  border-top-right-radius: calc(0.5rem - 2px);
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(0.5rem - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
  padding-right: 0px;
}

.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox] {
  --tw-translate-y: 2px;
  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));
}

.\[\&\>span\]\:line-clamp-1>span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div {
  --tw-translate-y: -3px;
  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));
}

.\[\&\>svg\]\:absolute>svg {
  position: absolute;
}

.\[\&\>svg\]\:left-4>svg {
  left: 1rem;
}

.\[\&\>svg\]\:top-4>svg {
  top: 1rem;
}

.\[\&\>svg\]\:size-4>svg {
  width: 1rem;
  height: 1rem;
}

.\[\&\>svg\]\:h-3\.5>svg {
  height: 0.875rem;
}

.\[\&\>svg\]\:w-3\.5>svg {
  width: 0.875rem;
}

.\[\&\>svg\]\:shrink-0>svg {
  flex-shrink: 0;
}

.\[\&\>svg\]\:text-destructive>svg {
  color: hsl(0 84.2% 60.2%);
  color: hsl(var(--destructive));
}

.\[\&\>svg\]\:text-foreground>svg {
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}

.\[\&\>svg\~\*\]\:pl-7>svg~* {
  padding-left: 1.75rem;
}

.\[\&\>tr\]\:last\:border-b-0:last-child>tr {
  border-bottom-width: 0px;
}

.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div {
  --tw-rotate: 90deg;
  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));
}

.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading] {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading] {
  font-weight: 500;
}

.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading] {
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden]) ~[cmdk-group] {
  padding-top: 0px;
}

.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg {
  height: 1.25rem;
}

.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg {
  width: 1.25rem;
}

.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input] {
  height: 3rem;
}

.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg {
  height: 1.25rem;
}

.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
  width: 1.25rem;
}

.\[\&_p\]\:leading-relaxed p {
  line-height: 1.625;
}

.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}

.\[\&_svg\]\:size-4 svg {
  width: 1rem;
  height: 1rem;
}

.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}

.\[\&_tr\:last-child\]\:border-0 tr:last-child {
  border-width: 0px;
}

.\[\&_tr\]\:border-b tr {
  border-bottom-width: 1px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.App {
  min-height: 100vh;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.7;
}

/* External link styling */
.external-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.external-link svg {
  width: 12px;
  height: 12px;
  opacity: 0.6;
}

/* Layout */
.container {
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: 100vw;
}

/* Navigation */
.nav {
  position: fixed;
  top: 32px;
  left: 32px;
  right: 32px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Brand Logo */
.brand-logo {
  display: flex;
  align-items: center;
  gap: 2px;
  text-decoration: none;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -2px;
  transition: all 0.3s ease;
  cursor: pointer;
}

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

.logo-r {
  background: linear-gradient(135deg, #000 0%, #333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.logo-g {
  background: linear-gradient(135deg, #FFC311 0%, #FF9500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 8px rgba(255, 195, 17, 0.3);
}

/* Navigation Links Container */
.nav-links {
  display: flex;
  gap: 24px;
}

.nav-link {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #666;
  transition: color 0.2s ease;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #000;
}

.nav-link.active {
  color: #000;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .nav {
    top: 20px;
    left: 20px;
    right: 20px;
  }
  
  .brand-logo {
    font-size: 28px;
  }
  
  .nav-links {
    gap: 16px;
  }
  
  .nav-link {
    font-size: 12px;
  }
}

/* Content spacing */
.content {
  padding: 60px 0 80px;
  width: 100%;
}

/* Visual Hero Section */
.visual-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
  width: 100vw;
  padding: 0;
}

.hero-main {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-gap: 80px;
  gap: 80px;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  margin: 0;
  padding: 80px 60px;
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 650px;
}

/* Availability Banner */
/* ========================================


/* ========================================
   COMPACT CONSTRUCTION NOTICE
   ======================================== */

.construction-notice-compact {
  background: linear-gradient(135deg, #FFC311 0%, #FF9500 100%);
  padding: 8px 16px;
  position: relative;
  z-index: 1000;
}

.construction-content-compact {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.construction-emoji {
  font-size: 18px;
}

.construction-text-compact {
  margin: 0;
  font-size: 13px;
  color: #000;
  line-height: 1.4;
}

.construction-text-compact strong {
  font-weight: 700;
}

/* ========================================
   PROFESSIONAL NAME INTRODUCTION
   ======================================== */

.professional-intro {
  text-align: center;
  margin-bottom: 48px;
  animation: fadeInUp 1s ease-out;
}

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

.intro-label {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.professional-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 16px 0;
  line-height: 1.1;
}

.first-name,
.last-name {
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.first-name {
  background: linear-gradient(135deg, #000 0%, #333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: slideInLeft 0.8s ease-out;
}

.last-name {
  background: linear-gradient(135deg, #FFC311 0%, #FF9500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: slideInRight 0.8s ease-out 0.2s both;
}

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

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

.professional-title {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.5px;
  animation: fadeIn 1s ease-out 0.4s both;
}

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

@media (max-width: 768px) {
  .construction-content {
    flex-direction: column;
    gap: 12px;
  }
  
  .construction-text {
    font-size: 12px;
  }
  
  .professional-name {
    flex-direction: column;
  }
  
  .professional-title {
    font-size: 18px;
  }
}

   STUNNING AVAILABILITY BADGE
   ======================================== */

.availability-stunning {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
  border: 2px solid transparent;
  border-radius: 50px;
  margin-bottom: 32px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 0 40px rgba(255, 195, 17, 0.3),
    0 0 20px rgba(255, 195, 17, 0.2),
    inset 0 0 20px rgba(255, 195, 17, 0.1);
  animation: border-glow 3s ease-in-out infinite;
}

@keyframes border-glow {
  0%, 100% {
    border-color: rgba(255, 195, 17, 0.8);
    box-shadow: 
      0 0 40px rgba(255, 195, 17, 0.4),
      0 0 20px rgba(255, 195, 17, 0.3),
      inset 0 0 20px rgba(255, 195, 17, 0.1);
  }
  50% {
    border-color: rgba(255, 149, 0, 0.8);
    box-shadow: 
      0 0 60px rgba(255, 195, 17, 0.6),
      0 0 30px rgba(255, 149, 0, 0.4),
      inset 0 0 30px rgba(255, 195, 17, 0.2);
  }
}

.availability-stunning:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 
    0 0 60px rgba(255, 195, 17, 0.6),
    0 0 30px rgba(255, 195, 17, 0.4),
    inset 0 0 30px rgba(255, 195, 17, 0.2);
}

.availability-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 195, 17, 0.2) 0%, rgba(255, 149, 0, 0.2) 100%);
  opacity: 0.8;
  animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}

.status-pulse {
  width: 12px;
  height: 12px;
  background: #22c55e;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 20px rgba(34, 197, 94, 0.8);
  animation: pulse-dot-new 1.5s ease-in-out infinite;
}

@keyframes pulse-dot-new {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.8);
  }
  50% {
    transform: scale(1.3);
    box-shadow: 0 0 30px rgba(34, 197, 94, 1);
  }
}

.status-pulse::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #22c55e;
  border-radius: 50%;
  animation: pulse-ring 1.5s ease-out infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.availability-text {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 2;
}

.available-word {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 3px;
  background: linear-gradient(135deg, #FFC311 0%, #FF9500 50%, #FFC311 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 3s linear infinite;
  text-shadow: 0 0 20px rgba(255, 195, 17, 0.5);
}

@keyframes gradient-shift {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

.for-work {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.3);
}

.availability-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shine-slide 3s ease-in-out infinite;
  z-index: 3;
  pointer-events: none;
}

@keyframes shine-slide {


/* ========================================
   AVAILABILITY AND TIME ROW
   ======================================== */

.availability-time-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

/* ========================================
   STUNNING TIME DISPLAY
   ======================================== */

.stunning-time-container {
  position: relative;
  display: inline-flex;
  padding: 16px 32px;
  background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
  border: 2px solid transparent;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 
    0 0 40px rgba(255, 195, 17, 0.3),
    0 0 20px rgba(255, 195, 17, 0.2),
    inset 0 0 20px rgba(255, 195, 17, 0.1);
  animation: border-glow 3s ease-in-out infinite;
}

.stunning-time-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 195, 17, 0.2) 0%, rgba(255, 149, 0, 0.2) 100%);
  opacity: 0.8;
  animation: pulse-glow 2s ease-in-out infinite;
  pointer-events: none;
}

.time-display {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
}

.time-numbers {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'Courier New', monospace;
}

.time-digit {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 2px;
  background: linear-gradient(135deg, #FFC311 0%, #FF9500 50%, #FFC311 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 3s linear infinite;
  text-shadow: 0 0 20px rgba(255, 195, 17, 0.5);
  min-width: 48px;
  text-align: center;
}

.time-digit-seconds {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #FFC311;
  text-shadow: 0 0 10px rgba(255, 195, 17, 0.5);
  min-width: 36px;
  text-align: center;
  opacity: 0.9;
}

.time-separator {
  font-size: 28px;
  font-weight: 900;
  color: #FFC311;
  text-shadow: 0 0 20px rgba(255, 195, 17, 0.6);
  animation: blink-separator 1s step-end infinite;
}

@keyframes blink-separator {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0.3; }
}

.time-period {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.3);
  padding: 6px 12px;
  background: rgba(255, 195, 17, 0.2);
  border-radius: 20px;
  border: 1px solid rgba(255, 195, 17, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .construction-notice-creative {
    padding: 20px 16px;
  }
  
  .construction-title {
    font-size: 16px;
  }
  
  .construction-description {
    font-size: 12px;
  }
  
  .construction-icon-animated {
    gap: 12px;
    margin-bottom: 10px;
  }
  
  .tool-icon,
  .code-icon,
  .rocket-icon {
    font-size: 22px;
  }
  
  .availability-time-row {
    flex-direction: column;
    gap: 16px;
    align-items: center;
    width: 100%;
  }
  
  .availability-stunning {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
  
  .stunning-time-container {
    width: 100%;
    max-width: 280px;
  }
  
  .time-digit {
    font-size: 20px;
    min-width: 36px;
  }
  
  .time-digit-seconds {
    font-size: 16px;
    min-width: 28px;
  }
  
  .time-separator {
    font-size: 20px;
  }
}

  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}



/* ========================================
   FULL WIDTH HERO SECTION
   ======================================== */

.visual-hero-fullwidth {
  position: relative;
  padding: 120px 0 80px;
  overflow: hidden;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.hero-main-fullwidth {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
}

.hero-content-fullwidth {
  width: 100%;
  max-width: 1200px;
}

/* ========================================
   TYPING ANIMATION FOR HEADLINE
   ======================================== */

.hero-headline-typing {
  font-family: 'Inter', sans-serif;
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #000;
  margin-bottom: 32px;
  min-height: 200px;
  display: flex;
  align-items: center;
}

.typing-cursor {
  color: #FFC311;
  animation: blink 1s step-end infinite;
  font-weight: 400;
  margin-left: 4px;
}

@keyframes blink {
  0%, 50% { opacity: 1; }


/* ========================================
   WATCH AND SUBHEADING LAYOUT
   ======================================== */

.watch-subheading-container {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.hero-subheading-with-watch {
  flex: 1 1;
  min-width: 400px;
  font-size: 22px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}

.hero-watch-wrapper {
  flex-shrink: 0;
}

/* ========================================
   STUNNING ROLEX SUBMARINER WATCH
   ======================================== */

.rolex-watch-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.rolex-watch-svg {
  width: 150px;
  height: 150px;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 15px rgba(255, 195, 17, 0.2));
  animation: watch-float 6s ease-in-out infinite;
}

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

/* Responsive */
@media (max-width: 968px) {
  .watch-subheading-container {
    flex-direction: column;
    gap: 40px;
  }
  
  .hero-subheading-with-watch {
    min-width: 100%;
  }
  
  .rolex-watch-svg {
    width: 140px;
    height: 140px;
  }
}

  51%, 100% { opacity: 0; }
}

.hero-headline {
  font-family: 'Inter', sans-serif;
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #000;
  margin-bottom: 32px;
}

.highlight-text {
  color: #FFC311;
  display: block;
  position: relative;
}

.hero-subheading {
  font-size: 22px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 48px;
  font-weight: 500;
  max-width: 520px;
}

/* Hero Action Buttons */
.hero-actions {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.hire-me-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  background: linear-gradient(135deg, #FFC311 0%, #FF9500 100%);
  color: #000;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(255, 195, 17, 0.4);
}

.hire-me-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 195, 17, 0.5);
}

.resume-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  background: transparent;
  color: #000;
  border: 2px solid #000;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.resume-btn:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  gap: 32px;
  margin-bottom: 40px;
  padding: 32px 0;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
}

.hero-stats .stat-item {
  text-align: left;
}

.hero-stats .stat-number {
  display: block;
  font-size: 36px;
  font-weight: 800;
  color: #FFC311;
  line-height: 1;
  margin-bottom: 8px;
}

.hero-stats .stat-label {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.work-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
  margin-bottom: 40px;
  padding: 24px;
  background: rgba(255, 195, 17, 0.1);
  border-radius: 16px;
  border: 1px solid rgba(255, 195, 17, 0.2);
}

.highlight-item {
  text-align: center;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  transition: all 0.3s ease;
}

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

.highlight-item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.highlight-item p {
  font-size: 12px;
  color: #666;
  font-weight: 500;
  line-height: 1.4;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.btn-primary {
  background: #FFC311;
  color: #000;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 6px 24px rgba(255, 195, 17, 0.3);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(255, 195, 17, 0.4);
}

.btn-secondary {
  border: 2px solid #6366f1;
  color: #6366f1;
  padding: 12px 26px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  background: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-secondary:hover {
  background: #6366f1;
  color: #fff;
  transform: translateY(-1px);
}

.btn-tertiary {
  border: 2px solid #000;
  color: #000;
  padding: 12px 26px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  background: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-tertiary:hover {
  background: #000;
  color: #fff;
  transform: translateY(-1px);
}

/* Image Mosaic */
.hero-images {
  position: relative;
  height: 600px;
  width: 100%;
}

.main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  z-index: 5;
}

.floating-images {
  position: absolute;
  width: 100%;
  height: 100%;
}

.floating-img {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  cursor: pointer;
}

.floating-img:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.workspace-img {
  top: 220px;
  right: 60px;
  width: 180px;
  height: 120px;
  animation: floatImg1 8s ease-in-out infinite;
}

.skydive-img {
  top: 50px;
  left: 20px;
  width: 160px;
  height: 240px;
  animation: floatImg2 10s ease-in-out infinite;
}

.scuba-img {
  bottom: 80px;
  right: 20px;
  width: 200px;
  height: 140px;
  animation: floatImg3 9s ease-in-out infinite;
}

.adobe-img {
  top: 160px;
  left: 200px;
  width: 140px;
  height: 100px;
  animation: floatImg4 7s ease-in-out infinite;
}

.ai-img {
  bottom: 20px;
  left: 80px;
  width: 120px;
  height: 160px;
  animation: floatImg5 11s ease-in-out infinite;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 16px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.floating-img:hover .image-overlay,
.main-image:hover .image-overlay {
  transform: translateY(0);
}

.overlay-text {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Background Effects */
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 80% 20%, rgba(255, 195, 17, 0.1), transparent),
              radial-gradient(circle at 20% 80%, rgba(99, 102, 241, 0.1), transparent);
}

.particles {
  position: absolute;
  width: 100%;
  height: 100%;
}

.particles .particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #FFC311;
  border-radius: 50%;
  opacity: 0.6;
}

.particles .particle:nth-child(1) {
  top: 20%;
  right: 30%;
  animation: particleFloat1 15s ease-in-out infinite;
}

.particles .particle:nth-child(2) {
  top: 60%;
  left: 20%;
  animation: particleFloat2 12s ease-in-out infinite;
}

.particles .particle:nth-child(3) {
  bottom: 30%;
  right: 60%;
  animation: particleFloat3 18s ease-in-out infinite;
}

/* Animations */
@keyframes floatImg1 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(1deg); }
}

@keyframes floatImg2 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(-0.5deg); }
}

@keyframes floatImg3 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(0.8deg); }
}

@keyframes floatImg4 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(-0.3deg); }
}

@keyframes floatImg5 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-18px) rotate(0.6deg); }
}

@keyframes particleFloat1 {
  0%, 100% { transform: translateY(0px) translateX(0px); opacity: 0.6; }
  33% { transform: translateY(-30px) translateX(-15px); opacity: 1; }
  66% { transform: translateY(-10px) translateX(10px); opacity: 0.8; }
}

@keyframes particleFloat2 {
  0%, 100% { transform: translateY(0px) translateX(0px); opacity: 0.4; }
  50% { transform: translateY(-40px) translateX(20px); opacity: 0.9; }
}

@keyframes particleFloat3 {
  0%, 100% { transform: translateY(0px) translateX(0px); opacity: 0.5; }
  25% { transform: translateY(-20px) translateX(-25px); opacity: 0.8; }
  75% { transform: translateY(-35px) translateX(5px); opacity: 1; }
}

/* Professional Harley Animation */
.harley-animation {
  position: fixed;
  bottom: -200px;
  right: 15%;
  z-index: 9999;
  pointer-events: none;
  animation: professionalHarleyRide 4s ease-out forwards;
}

.harley-bike-image {
  width: 300px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
  animation: smoothFloat 2s ease-in-out infinite alternate;
}

@keyframes professionalHarleyRide {
  0% {
    bottom: -200px;
    opacity: 0;
    transform: translateX(150px) scale(0.8);
  }
  25% {
    opacity: 1;
    transform: translateX(100px) scale(0.9);
  }
  75% {
    bottom: 60vh;
    transform: translateX(-50px) scale(1);
  }
  100% {
    bottom: 110vh;
    opacity: 0.3;
    transform: translateX(-100px) scale(1.1);
  }
}

@keyframes smoothFloat {
  from {
    transform: translateY(0px) rotate(-2deg);
  }
  to {
    transform: translateY(-8px) rotate(2deg);
  }
}

/* Consistent Time Overlay */
.simple-time-overlay {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1000;
  pointer-events: none;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.simple-time-overlay:hover {
  opacity: 1;
}

.time-text {
  font-family: 'Courier New', monospace;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.date-text {
  font-family: 'Courier New', monospace;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

/* Exact Robert Kan Style Cards */
.robertkan-cards-section {
  margin: 80px 0;
  padding: 0 60px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.robertkan-cards-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.robertkan-card {
  border-bottom: 1px solid #f0f0f0;
  padding: 16px 0;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.robertkan-card:hover {
  transform: translateX(8px);
}

.robertkan-card:hover .card-title {
  text-decoration: underline;
}

.card-header {
  display: flex;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  gap: 0;
}

.card-bracket {
  color: #666;
  font-weight: 400;
  font-family: 'Courier New', monospace;
}

.card-number {
  color: #666;
  font-weight: 400;
  font-family: 'Courier New', monospace;
  margin-right: 0;
}

.card-title {
  color: #000;
  font-weight: 400;
  margin: 0 8px;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}

.card-separator {
  color: #ccc;
  font-weight: 300;
  font-family: 'Courier New', monospace;
  margin: 0 8px;
}

.card-date {
  color: #999;
  font-weight: 300;
  font-size: 16px;
  margin-left: 0;
}

/* About Section - Inspired by Sharan's Design */
.about-section {
  margin: 100px 0;
  padding: 0 60px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.about-header {
  text-align: center;
  margin-bottom: 80px;
}

.section-badge {
  display: inline-block;
  padding: 8px 16px;
  background: linear-gradient(135deg, #FFC311 0%, #FF9500 100%);
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 24px;
}

.about-header h2 {
  font-family: 'Crimson Text', serif;
  font-size: 48px;
  font-weight: 400;
  color: #000;
  margin-bottom: 24px;
  line-height: 1.2;
}

.about-description {
  font-size: 18px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.journey-timeline {
  margin-bottom: 100px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 40px;
  gap: 40px;
  padding: 32px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.timeline-item:hover {
  transform: translateX(8px);
  border-bottom-color: #FFC311;
}

.timeline-year {
  font-family: 'Courier New', monospace;
  font-size: 20px;
  font-weight: 700;
  color: #FFC311;
  position: relative;
}

.timeline-year::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #FFC311;
  border-radius: 50%;
}

.timeline-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.timeline-description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 8px;
}

.timeline-location {
  font-size: 14px;
  color: #999;
  font-style: italic;
}

.skills-expertise {
  text-align: center;
  margin-top: 80px;
  padding: 80px 60px;
  background: linear-gradient(135deg, #1e1e2e 0%, #2d2d44 100%);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.skills-expertise::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 195, 17, 0.1) 0%, transparent 70%);
  animation: rotateBackground 20s linear infinite;
}

.skills-expertise .section-badge {
  position: relative;
  z-index: 2;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 24px;
  gap: 24px;
  margin-top: 40px;
}

.expertise-card {
  padding: 32px 24px;
  border-radius: 16px;
  text-align: left;
  transition: all 0.3s ease;
  cursor: pointer;
}

.expertise-card:hover {
  transform: translateY(-8px);
}

.design-card {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
}

.adobe-card {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: #fff;
}

.ai-card {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  color: #fff;
}

.business-card {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
  color: #000;
}

.expertise-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.expertise-card p {
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.5;
}

/* Works Section */
.works-section {
  margin: 120px 0;
  padding: 0 60px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.section-header {
  text-align: center;
  margin-bottom: 80px;
}

.section-header h2 {
  font-family: 'Crimson Text', serif;
  font-size: 56px;
  font-weight: 400;
  color: #000;
  margin-bottom: 24px;
  line-height: 1.1;
}

.section-description {
  font-size: 20px;
  color: #666;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}

.projects-showcase {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 60px;
}

.project-showcase-card {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  grid-gap: 32px;
  gap: 32px;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.project-showcase-card:hover {
  transform: translateX(12px);
  border-bottom-color: #FFC311;
}

.project-showcase-card:hover .project-title {
  color: #FFC311;
}

.project-number {
  font-family: 'Courier New', monospace;
  font-size: 20px;
  font-weight: 700;
  color: #999;
  transition: color 0.3s ease;
}

.project-showcase-card:hover .project-number {
  color: #FFC311;
}

.project-content {
  flex: 1 1;
}

.project-title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  transition: color 0.3s ease;
  line-height: 1.2;
}

.project-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 16px;
  line-height: 1.4;
}

.project-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.tag {
  padding: 4px 12px;
  background: #f8f8f8;
  color: #666;
  font-size: 12px;
  font-weight: 500;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.project-arrow {
  font-size: 24px;
  color: #ccc;
  transition: all 0.3s ease;
}

.project-showcase-card:hover .project-arrow {
  color: #FFC311;
  transform: translateX(8px);
}

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

.view-all-works-btn {
  display: inline-block;
  padding: 16px 32px;
  background: transparent;
  color: #000;
  border: 2px solid #000;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.view-all-works-btn:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
}

/* New Mockup-Based Projects Showcase */
.projects-showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  grid-gap: 48px;
  gap: 48px;
  margin-bottom: 80px;
}

.project-mockup-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform 0.4s ease;
  cursor: pointer;
}

.project-mockup-card:hover {
  transform: translateY(-8px);
}

.mockup-image-container {
  position: relative;
  width: 100%;
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
  background: #f5f5f5;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.4s ease;
}

.project-mockup-card:hover .mockup-image-container {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.project-mockup-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

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

.mockup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 195, 17, 0.95), rgba(255, 140, 0, 0.95));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-mockup-card:hover .mockup-overlay {
  opacity: 1;
}

.mockup-overlay-content {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.view-project-text {
  text-transform: uppercase;
}

.arrow-icon {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.project-mockup-card:hover .arrow-icon {
  transform: translateX(8px);
}

.mockup-card-info {
  padding: 0 4px;
}

.project-number-badge {
  display: inline-block;
  font-family: 'Courier New', monospace;
  font-size: 14px;
  font-weight: 700;
  color: #FFC311;
  background: rgba(255, 195, 17, 0.1);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.mockup-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.project-mockup-card:hover .mockup-title {
  color: #FFC311;
}

.mockup-subtitle {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 16px;
}

.mockup-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.meta-tag {
  font-size: 13px;
  color: #888;
  font-weight: 500;
}

.meta-year {
  font-size: 13px;
  color: #999;
  font-weight: 400;
}

/* Compact Adventures Section */
.compact-adventures {
  margin: 80px 0;
  padding: 48px 60px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 20px;
  text-align: center;
}

.adventure-header h3 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}

.adventure-header p {
  font-size: 16px;
  color: #666;
  margin-bottom: 32px;
  line-height: 1.6;
}

.adventure-badge {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: #fff;
}

.adventure-stats-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
  margin-bottom: 32px;
  padding: 24px 0;
}

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

.mini-number {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #6366f1;
  margin-bottom: 4px;
}



/* ========================================
   NEW STUNNING EXPERTISE CARDS
   ======================================== */

.expertise-grid-new {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 32px;
  gap: 32px;
  margin-top: 60px;
  perspective: 1000px;
}

.expertise-card-new {
  position: relative;
  padding: 40px 32px;
  border-radius: 24px;
  text-align: left;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.expertise-card-new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  opacity: 0.9;
  z-index: 0;
}

.card-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 1;
}

.expertise-card-new:hover .card-glow {
  opacity: 1;
  animation: rotateGlow 3s linear infinite;
}

@keyframes rotateGlow {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.expertise-card-new:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.card-content-new {
  position: relative;
  z-index: 2;
}

.card-icon {
  font-size: 48px;
  margin-bottom: 20px;
  display: inline-block;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
  animation: floatIcon 3s ease-in-out infinite;
}

@keyframes floatIcon {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

.expertise-card-new h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.expertise-card-new p {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.95;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}

.card-stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.card-stats .stat {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.card-stats .stat:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

/* Individual Card Gradients */
.design-card-new {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
}

.design-card-new::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.8) 0%, rgba(118, 75, 162, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.design-card-new:hover::after {
  opacity: 1;
}

.adobe-card-new {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.adobe-card-new::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(240, 147, 251, 0.8) 0%, rgba(245, 87, 108, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.adobe-card-new:hover::after {
  opacity: 1;
}

.ai-card-new {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.ai-card-new::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(79, 172, 254, 0.8) 0%, rgba(0, 242, 254, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.ai-card-new:hover::after {
  opacity: 1;
}

.business-card-new {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.business-card-new::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(250, 112, 154, 0.8) 0%, rgba(254, 225, 64, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.business-card-new:hover::after {
  opacity: 1;
}

.business-card-new h4,
.business-card-new p {
  color: #1a1a1a;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.business-card-new .card-stats .stat {
  color: #1a1a1a;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

/* ========================================
   STUNNING CONNECT SECTION
   ======================================== */

.connect-section-new {
  margin: 120px 0;
  padding: 80px 60px;
  background: linear-gradient(135deg, #1e1e2e 0%, #2d2d44 100%);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.connect-section-new::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 195, 17, 0.1) 0%, transparent 70%);
  animation: rotateBackground 20s linear infinite;
}

@keyframes rotateBackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

.connect-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-badge-new {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(135deg, #FFC311 0%, #FF9500 100%);
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 24px;
  margin-bottom: 24px;
  box-shadow: 0 4px 16px rgba(255, 195, 17, 0.4);
  animation: pulse 2s ease-in-out infinite;
}

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

.connect-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: 0 2px 20px rgba(255, 255, 255, 0.2);
}

.connect-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.social-grid-new {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 24px;
  gap: 24px;
  margin-bottom: 60px;
}

.social-card-new {
  position: relative;
  padding: 32px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.social-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 195, 17, 0.4) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.social-card-new:hover {
  transform: translateY(-8px);
  background: rgba(255, 195, 17, 0.1);
  border-color: rgba(255, 195, 17, 0.5);
  box-shadow: 0 12px 32px rgba(255, 195, 17, 0.3);
}

.social-card-new:hover .social-glow {
  opacity: 1;
}

.social-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-platform {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: color 0.3s ease;
}

.social-card-new:hover .social-platform {
  color: #FFC311;
}

.social-arrow {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.social-card-new:hover .social-arrow {
  color: #FFC311;
  transform: translateX(4px);
}

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

.primary-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  background: linear-gradient(135deg, #FFC311 0%, #FF9500 100%);
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 8px 24px rgba(255, 195, 17, 0.4);
}

.btn-icon {
  font-size: 24px;
}

.btn-shine {
  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.5s ease;
}

.primary-contact-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 40px rgba(255, 195, 17, 0.6);
}

.primary-contact-btn:hover .btn-shine {
  left: 100%;
}



/* ========================================
   STUNNING VISUAL JOURNEY SECTION
   ======================================== */

.journey-section-stunning {
  margin: 120px 0;
  padding: 80px 60px;
  background: linear-gradient(135deg, #0f0f1e 0%, #1a1a2e 50%, #16213e 100%);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}

.journey-section-stunning::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 30%, rgba(255, 195, 17, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(102, 126, 234, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.journey-header-new {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.section-badge-journey {
  display: inline-block;
  padding: 10px 24px;
  background: linear-gradient(135deg, #FFC311 0%, #FF9500 100%);
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 24px;
  margin-bottom: 24px;
  box-shadow: 0 8px 24px rgba(255, 195, 17, 0.4);
  animation: pulse 2s ease-in-out infinite;
}

.journey-main-title {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
  line-height: 1.2;
}

.journey-main-subtitle {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.journey-visual-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 40px;
  gap: 40px;
  position: relative;
  z-index: 2;
}

.journey-card-visual {
  position: relative;
  perspective: 1000px;
}

.journey-card-inner {
  position: relative;
  padding: 48px 36px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.journey-card-pattern {
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: 
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 10px,
      rgba(255, 255, 255, 0.02) 10px,
      rgba(255, 255, 255, 0.02) 20px
    );
  opacity: 0.5;
  transition: transform 0.5s ease;
}

.journey-card-visual:hover .journey-card-inner {
  transform: translateY(-12px) scale(1.02);
  border-color: rgba(255, 195, 17, 0.5);
  box-shadow: 
    0 20px 60px rgba(255, 195, 17, 0.3),
    inset 0 0 0 1px rgba(255, 195, 17, 0.2);
}

.journey-card-visual:hover .journey-card-pattern {
  transform: rotate(180deg);
}

.journey-year-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: linear-gradient(135deg, rgba(255, 195, 17, 0.2) 0%, rgba(255, 149, 0, 0.2) 100%);
  border: 2px solid rgba(255, 195, 17, 0.4);
  border-radius: 50px;
  margin-bottom: 24px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: fit-content;
}

.year-icon {
  font-size: 28px;
  filter: drop-shadow(0 2px 8px rgba(255, 195, 17, 0.6));
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.year-text {
  font-size: 18px;
  font-weight: 700;
  color: #FFC311;
  text-shadow: 0 2px 8px rgba(255, 195, 17, 0.4);
  letter-spacing: 1px;
}

.journey-card-content {
  position: relative;
  z-index: 2;
  flex: 1 1;
}

.journey-card-title {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.3;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.2);
}

.journey-card-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 24px;
}

.journey-card-location {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  width: -webkit-fit-content;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.journey-card-visual:hover .journey-card-location {
  background: rgba(255, 195, 17, 0.15);
  border-color: rgba(255, 195, 17, 0.3);
}

.location-pin {
  font-size: 18px;
}

.journey-card-location span:last-child {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
}

.journey-card-decoration {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0.1;
  pointer-events: none;
}

.decoration-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid rgba(255, 195, 17, 0.3);
  position: absolute;
  animation: rotate 10s linear infinite;
}

.decoration-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 195, 17, 0.5), transparent);
  position: absolute;
  top: 60px;
  animation: slide 3s ease-in-out infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes slide {
  0%, 100% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(20px);
  }
}

/* Add some gradient effects to specific cards */
.journey-card-visual:nth-child(1) .journey-card-inner {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
}

.journey-card-visual:nth-child(2) .journey-card-inner {
  background: linear-gradient(135deg, rgba(240, 147, 251, 0.08) 0%, rgba(245, 87, 108, 0.08) 100%);
}

.journey-card-visual:nth-child(3) .journey-card-inner {
  background: linear-gradient(135deg, rgba(79, 172, 254, 0.08) 0%, rgba(0, 242, 254, 0.08) 100%);
}

.journey-card-visual:nth-child(4) .journey-card-inner {
  background: linear-gradient(135deg, rgba(67, 233, 123, 0.08) 0%, rgba(56, 249, 215, 0.08) 100%);
}

.journey-card-visual:nth-child(5) .journey-card-inner {
  background: linear-gradient(135deg, rgba(250, 112, 154, 0.08) 0%, rgba(254, 225, 64, 0.08) 100%);
}

/* Mobile responsive for journey */
@media (max-width: 768px) {
  .journey-section-stunning {
    padding: 60px 30px;
    margin: 80px 0;
  }
  
  .journey-main-title {
    font-size: 36px;
  }
  
  .journey-main-subtitle {
    font-size: 16px;
  }
  
  .journey-visual-timeline {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .journey-card-inner {
    padding: 36px 28px;
    min-height: 280px;
  }
  
  .journey-card-title {
    font-size: 22px;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .expertise-grid-new {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .connect-section-new {
    padding: 60px 30px;
    margin: 80px 0;
  }
  
  .connect-title {
    font-size: 32px;
  }
  
  .social-grid-new {
    grid-template-columns: 1fr;
  }
}

.mini-label {
  font-size: 12px;
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.explore-adventures-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #6366f1;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.explore-adventures-btn:hover {
  background: #5856eb;
  transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .robertkan-cards-section {
    padding: 0 20px;
    margin: 60px 0;
  }
  
  .robertkan-card {
    padding: 16px 0;
  }
  
  .card-header {
    font-size: 14px;
  }
  
  .card-date {
    font-size: 12px;
  }
  
  .floating-time-overlay {
    top: 10px;
    left: 10px;
    opacity: 0.6;
  }
  
  .current-time {
    font-size: 24px;
  }
  
  .time-section {
    padding: 16px 20px;
    min-width: 160px;
  }
}

/* Digital Clock Styles */
.digital-clock {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.clock-container {
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 195, 17, 0.3);
  border-radius: 16px;
  padding: 16px 20px;
  min-width: 200px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.clock-container:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  border-color: #FFC311;
}

.time-display {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}

.time-text {
  font-family: 'Courier New', monospace;
  font-size: 24px;
  font-weight: 700;
  color: #FFC311;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(255, 195, 17, 0.5);
}

.timezone-text {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.date-display {
  margin-bottom: 12px;
}

.date-text {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.3px;
}

.clock-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.status-dot {
  width: 6px;
  height: 6px;
  background: #22c55e;
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.6);
}

.status-text {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@keyframes pulse-dot {
  0%, 100% { 
    opacity: 1; 
    transform: scale(1);
  }
  50% { 
    opacity: 0.6; 
    transform: scale(1.2);
  }
}

/* Mobile Clock Styles */
@media (max-width: 768px) {
  .digital-clock {
    position: relative;
    top: auto;
    right: auto;
    margin: 20px auto;
    display: flex;
    justify-content: center;
  }
  
  .clock-container {
    min-width: 180px;
    padding: 12px 16px;
  }
  
  .time-text {
    font-size: 20px;
  }
  
  .date-text {
    font-size: 11px;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-main {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 80px 20px;
    text-align: center;
  }
  
  .hero-headline {
    font-size: clamp(28px, 8vw, 42px);
    text-align: center;
  }
  
  .hero-images {
    height: 400px;
    order: -1;
  }
  
  .main-image {
    position: relative;
    top: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    height: 160px;
    margin-bottom: 20px;
  }
  
  .floating-images {
    display: none; /* Hide floating images on mobile for cleaner look */
  }
  
  .adventure-stats {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  
  .btn-primary,
  .btn-secondary,
  .btn-tertiary {
    text-align: center;
    padding: 16px 24px;
  }
}

@media (max-width: 480px) {
  .hero-main {
    padding: 60px 16px;
  }
  
  .hero-headline {
    font-size: clamp(24px, 7vw, 36px);
  }
  
  .main-image {
    width: 200px;
    height: 140px;
  }
}



/* ========================================
   CREATIVITY & PASSION SECTION
   ======================================== */

.creativity-passion-section {
  margin: 120px 0;
  padding: 80px 60px;
  background: linear-gradient(135deg, #0f0f1e 0%, #1a1a2e 50%, #16213e 100%);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.creativity-passion-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: 
    radial-gradient(circle at 20% 30%, rgba(255, 195, 17, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(102, 126, 234, 0.1) 0%, transparent 50%);
  animation: rotateBackground 20s linear infinite;
  pointer-events: none;
}

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

.section-header-creativity {
  text-align: center;
  margin-bottom: 60px;
}

.section-badge-creativity {
  display: inline-block;
  padding: 10px 24px;
  background: linear-gradient(135deg, #FFC311 0%, #FF9500 100%);
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 24px;
  margin-bottom: 24px;
  box-shadow: 0 8px 24px rgba(255, 195, 17, 0.4);
  animation: pulse 2s ease-in-out infinite;
}

.creativity-title {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
  line-height: 1.2;
}

.creativity-subtitle {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Main Passion Card - Coffee (Smaller) */
.passion-main-card {
  padding: 36px 32px;
  background: linear-gradient(135deg, rgba(139, 69, 19, 0.15) 0%, rgba(101, 67, 33, 0.15) 100%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 2px solid rgba(255, 195, 17, 0.3);
  margin-bottom: 32px;
  text-align: center;
  transition: all 0.5s ease;
  box-shadow: 
    0 8px 30px rgba(0, 0, 0, 0.3),
    inset 0 0 0 1px rgba(255, 195, 17, 0.1);
}

.passion-main-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 195, 17, 0.6);
  box-shadow: 
    0 16px 50px rgba(255, 195, 17, 0.3),
    inset 0 0 0 1px rgba(255, 195, 17, 0.2);
}

.passion-icon {
  font-size: 48px;
  margin-bottom: 16px;
  filter: drop-shadow(0 4px 16px rgba(255, 195, 17, 0.6));
  animation: floatIcon 3s ease-in-out infinite;
}

.passion-main-card h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  text-shadow: 0 2px 16px rgba(255, 255, 255, 0.3);
}

.passion-main-description {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto 24px;
}

.coffee-expertise {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.coffee-type {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(255, 195, 17, 0.15);
  border-radius: 50px;
  border: 2px solid rgba(255, 195, 17, 0.3);
  font-size: 14px;
  font-weight: 600;
  color: #FFC311;
  transition: all 0.3s ease;
}

.coffee-type:hover {
  background: rgba(255, 195, 17, 0.25);
  transform: scale(1.05);
  border-color: rgba(255, 195, 17, 0.5);
}

.coffee-emoji {
  font-size: 18px;
}

/* Creative Loader */
.creative-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.5s ease;
}

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

.loader-content {
  text-align: center;
  max-width: 500px;
  padding: 40px;
}

/* Brand Logo */
.loader-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 60px;
}

.brand-name-first {
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
  animation: slideInTop 0.8s ease;
}

.brand-name-last {
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 2px;
  background: linear-gradient(135deg, #FFC311 0%, #FF8C00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 30px rgba(255, 195, 17, 0.5);
  animation: slideInBottom 0.8s ease 0.2s backwards;
}

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

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

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

/* Animation Container */
.animation-container {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

/* Brewing Animation */
.brewing-animation {
  animation: slideInLeft 0.6s ease;
}

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

.coffee-cup {
  position: relative;
  display: inline-block;
}

.cup-body {
  font-size: 120px;
  filter: drop-shadow(0 10px 30px rgba(255, 195, 17, 0.4));
  animation: float 3s ease-in-out infinite;
}

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

.steam {
  position: absolute;
  width: 6px;
  height: 50px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.6), transparent);
  filter: blur(4px);
  animation: steamRise 2s ease-in-out infinite;
}

.steam-1 {
  left: 35%;
  animation-delay: 0s;
}

.steam-2 {
  left: 50%;
  animation-delay: 0.5s;
}

.steam-3 {
  left: 65%;
  animation-delay: 1s;
}

@keyframes steamRise {
  0% {
    bottom: 100%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 150%;
    opacity: 0;
  }
}

/* Riding Animation */
.riding-animation {
  animation: slideInRight 0.6s ease;
}

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

.motorcycle {
  position: relative;
  display: inline-block;
}

.bike-icon {
  font-size: 120px;
  display: block;
  filter: drop-shadow(0 10px 30px rgba(255, 195, 17, 0.4));
  animation: bikeRide 2s ease-in-out infinite;
}

@keyframes bikeRide {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  25% {
    transform: translateX(10px) rotate(-2deg);
  }
  75% {
    transform: translateX(-10px) rotate(2deg);
  }
}

.road-line {
  position: absolute;
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #FFC311, transparent);
  bottom: 20px;
  left: -120px;
  animation: roadMove 1s linear infinite;
}

.road-line-2 {
  animation-delay: 0.5s;
  bottom: 10px;
}

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

/* Ready Animation */
.ready-animation {
  animation: zoomIn 0.6s ease;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.check-icon {
  font-size: 120px;
  color: #00ff88;
  font-weight: bold;
  text-shadow: 0 0 40px rgba(0, 255, 136, 0.6);
  animation: checkPulse 0.6s ease;
}

@keyframes checkPulse {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.phase-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* Progress Bar */
.loader-progress-container {
  margin-top: 40px;
  margin-bottom: 20px;
}

.progress-bar-bg {
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
}

.progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #FFC311 0%, #FF8C00 50%, #FFC311 100%);
  border-radius: 10px;
  transition: width 0.3s ease;
  position: relative;
  box-shadow: 0 0 20px rgba(255, 195, 17, 0.6);
  background-size: 200% 100%;
  animation: shimmer 2s linear infinite;
}

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

.progress-glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  animation: glowMove 1.5s ease-in-out infinite;
}

@keyframes glowMove {
  0%, 100% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(20px);
  }
}

.progress-text {
  font-size: 20px;
  font-weight: 700;
  color: #FFC311;
  text-shadow: 0 2px 10px rgba(255, 195, 17, 0.5);
}

.loader-tagline {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 2px;
  text-transform: uppercase;
  animation: fadeInOut 2s ease-in-out infinite;
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}

/* Simple Passion Statement */
.passion-simple {
  margin: 80px 0;
  padding: 0 60px;
}

/* PREMIUM PORTFOLIO - RAVURI GOWTHAM - COFFEE THEME */
/* Color Palette:
   Primary: Black (#000)
   Secondary: White (#fff)
   Accent: Coffee (#6F4E37, #8B4513, #C19A6B)
*/
.premium-portfolio {
  background: #fff;
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
}

/* Construction Notice - Creative & Dismissible */
.construction-notice-wrapper {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
  width: 90%;
  max-width: 800px;
  animation: slideInDown 0.6s ease;
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.construction-notice {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, #fff 0%, #fffbf0 100%);
  border: 2px solid #6F4E37;
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 8px 32px rgba(111, 78, 55, 0.25);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.construction-notice::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #6F4E37, #8B4513);
}

.notice-icon {
  font-size: 32px;
  animation: coffeeSteam 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes coffeeSteam {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-4px) rotate(5deg);
  }
}

.notice-content {
  flex: 1 1;
}

.notice-text {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.notice-text strong {
  color: #6F4E37;
  font-weight: 700;
}

.notice-close {
  background: rgba(111, 78, 55, 0.1);
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #6F4E37;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.notice-close:hover {
  background: #6F4E37;
  color: #fff;
  transform: rotate(90deg) scale(1.1);
}

/* Mobile Construction Notice */
@media (max-width: 768px) {
  .construction-notice-wrapper {
    top: 70px;
    width: 95%;
  }

  .construction-notice {
    padding: 14px 16px;
    gap: 12px;
  }

  .notice-icon {
    font-size: 24px;
  }

  .notice-text {
    font-size: 13px;
  }

  .notice-close {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}

/* Premium Navigation */
.premium-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  z-index: 1000;
  padding: 24px 0;
  transition: all 0.3s ease;
}

.premium-nav.scrolled {
  padding: 16px 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.nav-content-premium {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand-premium {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  letter-spacing: -0.5px;
}

.nav-links-premium {
  display: flex;
  gap: 40px;
  align-items: center;
}

.nav-links-premium a {
  color: #666;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-links-premium a:hover {
  color: #000;
}

.contact-btn-premium {
  background: #000 !important;
  color: #fff !important;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600 !important;
}

.contact-btn-premium:hover {
  background: #333 !important;
}

/* Premium Hero Section */
.premium-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 48px 80px;
  background: linear-gradient(135deg, #fafafa 0%, #fff 100%);
}

.hero-content-premium {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  gap: 80px;
  align-items: center;
}

.hero-badge-premium {
  display: inline-block;
  background: #6F4E37;
  color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 32px;
}

.hero-title-premium {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.1;
  color: #000;
  margin: 0 0 32px 0;
  letter-spacing: -2px;
}

.title-highlight {
  background: linear-gradient(135deg, #6F4E37 0%, #8B4513 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle-premium {
  font-size: 18px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 40px;
  max-width: 540px;
}

.hero-actions-premium {
  display: flex;
  gap: 16px;
}

.btn-primary-premium {
  background: #000;
  color: #fff;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-primary-premium:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.btn-outline-premium {
  background: transparent;
  color: #000;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  border: 2px solid #000;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-outline-premium:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
}

/* Professional Portrait with Sketch Effect */
.hero-right-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.portrait-container {
  position: relative;
  width: 400px;
  height: 400px;
}

.portrait-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  background: #f5f5f5;
  border: 8px solid #fff;
}

.portrait-sketch {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  filter: grayscale(40%) contrast(1.2) brightness(1.05);
  transition: filter 0.4s ease;
  transform: scaleX(-1);
}

.portrait-frame:hover .portrait-sketch {
  filter: grayscale(0%) contrast(1.1) brightness(1);
}

.portrait-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(111, 78, 55, 0.1) 0%, rgba(139, 69, 19, 0.1) 100%);
  mix-blend-mode: overlay;
  pointer-events: none;
}

.portrait-accent {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #6F4E37 0%, #8B4513 100%);
  border-radius: 50%;
  z-index: -1;
  filter: blur(40px);
  opacity: 0.3;
}

/* Expertise Section */
.expertise-section {
  padding: 80px 48px;
  background: #fafafa;
}

.expertise-container {
  max-width: 1200px;
  margin: 0 auto;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  gap: 32px;
}

.expertise-card {
  background: #fff;
  padding: 40px 32px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.expertise-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.expertise-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.expertise-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0 0 12px 0;
}

.expertise-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Featured Work */
.featured-work-premium {
  padding: 100px 48px;
  background: #fff;
}

.section-header-premium {
  text-align: center;
  margin-bottom: 80px;
}

.section-label {
  display: inline-block;
  background: #6F4E37;
  color: #fff;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.section-title-premium {
  font-size: 48px;
  font-weight: 900;
  color: #000;
  margin: 0 0 16px 0;
  letter-spacing: -1px;
}

.section-desc-premium {
  font-size: 18px;
  color: #666;
  margin: 0;
}

.projects-grid-premium {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  gap: 32px;
  margin-bottom: 60px;
}

.project-card-premium {
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

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

.project-card-premium:hover {
  transform: translateY(-12px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.project-image-container {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: #f5f5f5;
}

.project-image-premium {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.project-card-premium:hover .project-image-premium {
  transform: scale(1.05);
}

.project-overlay-premium {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-card-premium:hover .project-overlay-premium {
  opacity: 1;
}

.view-project-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.project-info-premium {
  padding: 28px;
}

.project-year {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #6F4E37;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.project-name {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.project-description {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

.view-all-container {
  text-align: center;
  margin-top: 60px;
}

.view-all-premium {
  display: inline-block;
  padding: 16px 32px;
  background: transparent;
  color: #000;
  border: 2px solid #000;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}

.view-all-premium:hover {
  background: #000;
  color: #fff;
}

/* Experience Timeline */
.experience-section {
  padding: 100px 48px;
  background: #fafafa;
}

.experience-container {
  max-width: 900px;
  margin: 0 auto;
}

.experience-timeline {
  margin-top: 60px;
  position: relative;
  padding-left: 200px;
}

.experience-timeline::before {
  content: '';
  position: absolute;
  left: 160px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e0e0e0;
}

.timeline-item-premium {
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-gap: 40px;
  gap: 40px;
  margin-bottom: 60px;
  position: relative;
}

.timeline-item-premium::before {
  content: '';
  position: absolute;
  left: 154px;
  top: 6px;
  width: 14px;
  height: 14px;
  background: #6F4E37;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #e0e0e0;
}

.timeline-year {
  font-size: 14px;
  font-weight: 700;
  color: #6F4E37;
  text-align: right;
  padding-right: 20px;
}

.timeline-content-premium h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0 0 8px 0;
}

.timeline-content-premium p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* CTA Section */
.cta-premium {
  padding: 100px 48px;
  background: linear-gradient(135deg, #6F4E37 0%, #8B4513 100%);
  text-align: center;
}

.cta-content-premium {
  max-width: 800px;
  margin: 0 auto;
}

.cta-content-premium h2 {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.cta-content-premium p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 40px 0;
}

.cta-buttons-premium {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.cta-email,
.cta-resume {
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
}

.cta-email {
  background: #fff;
  color: #6F4E37;
}

.cta-email:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}

.cta-resume {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.cta-resume:hover {
  background: #fff;
  color: #6F4E37;
  transform: translateY(-2px);
}

/* Premium Footer */
.footer-premium {
  background: #000;
  color: #fff;
  padding: 60px 48px 30px;
}

.footer-content-premium {
  max-width: 1200px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-brand h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.footer-brand p {
  color: #999;
  margin: 0;
}

.footer-links-premium {
  display: flex;
  gap: 32px;
}

.footer-links-premium a {
  color: #999;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-links-premium a:hover {
  color: #fff;
}

.footer-bottom-premium {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid #333;
  text-align: center;
}

.footer-bottom-premium p {
  color: #666;
  font-size: 13px;
  margin: 0;
}

/* 404 Not Found Page - Coffee Theme */
.not-found-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fafafa 0%, #fff 100%);
  padding: 60px 24px;
}

.not-found-content {
  text-align: center;
  max-width: 600px;
  animation: fadeInUp 0.8s ease;
}

.coffee-error-icon {
  position: relative;
  margin-bottom: 40px;
}

.coffee-cup {
  font-size: 120px;
  display: inline-block;
  animation: float 3s ease-in-out infinite;
  filter: drop-shadow(0 10px 30px rgba(111, 78, 55, 0.3));
}

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

.coffee-steam-404 {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
}

.steam {
  width: 8px;
  height: 60px;
  background: linear-gradient(to top, rgba(111, 78, 55, 0.4), transparent);
  border-radius: 50%;
  animation: steamRise404 2s ease-in-out infinite;
  filter: blur(4px);
}

.steam:nth-child(2) {
  animation-delay: 0.5s;
}

.steam:nth-child(3) {
  animation-delay: 1s;
}

@keyframes steamRise404 {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

.error-code {
  font-size: 120px;
  font-weight: 900;
  background: linear-gradient(135deg, #6F4E37 0%, #8B4513 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: -4px;
}

.error-title {
  font-size: 42px;
  font-weight: 800;
  color: #000;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.error-description {
  font-size: 18px;
  color: #666;
  line-height: 1.7;
  margin: 0 0 32px 0;
}

.coffee-message {
  background: rgba(111, 78, 55, 0.1);
  border-left: 4px solid #6F4E37;
  padding: 16px 24px;
  border-radius: 8px;
  color: #6F4E37;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 40px;
}

.error-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 48px;
}

.btn-home,
.btn-projects {
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-home {
  background: #000;
  color: #fff;
}

.btn-home:hover {
  background: #6F4E37;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(111, 78, 55, 0.3);
}

.btn-projects {
  background: transparent;
  color: #000;
  border: 2px solid #000;
}

.btn-projects:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
}

.helpful-links {
  padding-top: 40px;
  border-top: 2px solid #f0f0f0;
}

.helpful-links p {
  font-size: 14px;
  color: #999;
  margin-bottom: 16px;
}

.link-grid {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.link-grid a {
  color: #6F4E37;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
}

.link-grid a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #6F4E37;
  transition: width 0.3s ease;
}

.link-grid a:hover::after {
  width: 100%;
}

.link-grid a:hover {
  color: #8B4513;
}

/* Responsive 404 */
@media (max-width: 768px) {
  .error-code {
    font-size: 80px;
  }

  .error-title {
    font-size: 32px;
  }

  .error-description {
    font-size: 16px;
  }

  .coffee-cup {
    font-size: 80px;
  }

  .error-actions {
    flex-direction: column;
  }

  .btn-home,
  .btn-projects {
    width: 100%;
  }
}

/* Project Detail Page - Coffee Theme */
.project-detail-page {
  background: #fff;
  min-height: 100vh;
}

.project-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

.back-button-coffee {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #fff 0%, #fafafa 100%);
  color: #6F4E37;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  margin: 40px 0 32px;
  padding: 14px 24px;
  border-radius: 50px;
  border: 2px solid #6F4E37;
  box-shadow: 0 4px 16px rgba(111, 78, 55, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.back-button-coffee::before {
  content: '☕';
  position: absolute;
  font-size: 40px;
  left: -50px;
  opacity: 0;
  transition: all 0.4s ease;
  filter: blur(2px);
}

.back-button-coffee::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(111, 78, 55, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.back-button-coffee:hover {
  background: #6F4E37;
  color: #fff;
  border-color: #8B4513;
  box-shadow: 0 8px 32px rgba(111, 78, 55, 0.3);
  transform: translateX(-8px) scale(1.05);
}

.back-button-coffee:hover::before {
  left: 50%;
  opacity: 0.2;
  filter: blur(0px);
  animation: coffeeSpin 1s ease infinite;
}

.back-button-coffee:hover::after {
  width: 300px;
  height: 300px;
}

@keyframes coffeeSpin {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(10deg) scale(1.1);
  }
}

.back-button-coffee .arrow-back {
  font-size: 18px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.back-button-coffee:hover .arrow-back {
  animation: arrowBounce 0.6s ease infinite;
}

@keyframes arrowBounce {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-6px);
  }
}

.project-hero {
  padding: 60px 0 80px;
  background: linear-gradient(135deg, #fafafa 0%, #fff 100%);
}

.project-header-detail {
  max-width: 800px;
}

.project-number-detail {
  display: inline-block;
  background: #6F4E37;
  color: #fff;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.project-title-detail {
  font-size: 56px;
  font-weight: 900;
  color: #000;
  line-height: 1.1;
  margin: 0 0 24px 0;
  letter-spacing: -1px;
}

.project-subtitle-detail {
  font-size: 24px;
  color: #666;
  line-height: 1.5;
  margin: 0 0 16px 0;
}

.project-year-detail {
  display: inline-block;
  font-size: 14px;
  color: #6F4E37;
  font-weight: 600;
}

.project-image-section {
  padding: 80px 0;
  background: #fafafa;
}

.project-featured-image {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
}

.project-overview-section {
  padding: 80px 0;
}

.overview-grid {
  max-width: 800px;
}

.section-title-small {
  font-size: 14px;
  font-weight: 700;
  color: #6F4E37;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 24px;
}

.overview-text {
  font-size: 20px;
  color: #333;
  line-height: 1.8;
  margin: 0;
}

.problem-solution-section {
  padding: 80px 0;
  background: #fafafa;
}

.ps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  gap: 40px;
}

.ps-card {
  background: #fff;
  padding: 48px;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.ps-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #6F4E37;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.ps-title {
  font-size: 28px;
  font-weight: 800;
  color: #000;
  margin: 0 0 20px 0;
}

.ps-content {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

.problem-card {
  border-left: 4px solid #6F4E37;
}

.solution-card {
  border-left: 4px solid #8B4513;
}

.features-section {
  padding: 80px 0;
}

.section-title-main {
  font-size: 42px;
  font-weight: 900;
  color: #000;
  margin: 0 0 60px 0;
  text-align: center;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 32px;
  gap: 32px;
}

.feature-card {
  background: #fff;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
  min-height: 140px;
}

.feature-card:hover {
  background: #fafafa;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  border-color: #6F4E37;
}

.feature-number {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #6F4E37;
  background: rgba(111, 78, 55, 0.1);
  padding: 8px 16px;
  border-radius: 6px;
  margin-bottom: 16px;
}

.feature-text {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

.impact-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #6F4E37 0%, #8B4513 100%);
}

.impact-card {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.impact-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.impact-title {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 24px 0;
  line-height: 1.2;
}

.impact-content {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin: 0;
}

.project-navigation {
  padding: 80px 0;
  text-align: center;
}

.btn-view-all-projects {
  display: inline-block;
  padding: 16px 36px;
  background: #000;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}

.btn-view-all-projects:hover {
  background: #6F4E37;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(111, 78, 55, 0.3);
}

.btn-primary-coffee {
  display: inline-block;
  padding: 16px 32px;
  background: #6F4E37;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 24px;
}

/* Responsive Project Detail */
@media (max-width: 1024px) {
  .ps-grid {
    grid-template-columns: 1fr;
  }

  .project-title-detail {
    font-size: 42px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .project-container {
    padding: 0 24px;
  }

  .project-title-detail {
    font-size: 32px;
  }

  .project-subtitle-detail {
    font-size: 18px;
  }

  .section-title-main {
    font-size: 32px;
  }

  .impact-title {
    font-size: 32px;
  }

  .ps-card {
    padding: 32px;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-content-premium {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .hero-title-premium {
    font-size: 48px;
  }
  
  .projects-grid-premium {
    grid-template-columns: 1fr;
  }
  
  .expertise-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero-title-premium {
    font-size: 36px;
  }
  
  .section-title-premium {
    font-size: 32px;
  }
  
  .portrait-container {
    width: 300px;
    height: 300px;
  }
}

/* Old Top Navigation */
.top-nav-custom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 1000;
  padding: 20px 0;
}

.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-custom {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.logo-custom:hover {
  transform: translateY(-2px);
}

.logo-icon {
  font-size: 24px;
}

.nav-menu {
  display: flex;
  gap: 40px;
  align-items: center;
}

.nav-menu a {
  text-decoration: none;
  color: #666;
  font-weight: 500;
  font-size: 15px;
  transition: color 0.3s ease;
}

.nav-menu a:hover {
  color: #000;
}

.nav-cta {
  background: #000 !important;
  color: #fff !important;
  padding: 10px 24px;
  border-radius: 8px;
}

.nav-cta:hover {
  background: #FFC311 !important;
  color: #000 !important;
}

/* Split Screen Hero - Completely Original */
.hero-split {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-gap: 80px;
  gap: 80px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 140px 60px 80px;
  align-items: center;
}

.hero-left {
  animation: fadeInLeft 1s ease;
}

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

.hero-eyebrow {
  display: inline-block;
  background: linear-gradient(135deg, #FFC311 0%, #FF8C00 100%);
  color: #000;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.hero-heading {
  font-size: 72px;
  font-weight: 900;
  line-height: 1.1;
  color: #000;
  margin: 0 0 32px 0;
  letter-spacing: -2px;
}

.gradient-text {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-description {
  font-size: 20px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 40px;
  max-width: 600px;
}

.hero-description strong {
  color: #000;
  font-weight: 700;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  margin-bottom: 60px;
}

.btn-primary-custom {
  background: #000;
  color: #fff;
  padding: 16px 36px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-primary-custom:hover {
  background: #FFC311;
  color: #000;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.btn-secondary-custom {
  background: transparent;
  color: #000;
  padding: 16px 36px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #000;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-secondary-custom:hover {
  background: #000;
  color: #fff;
  transform: translateY(-4px);
}

.hero-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
}

.stat-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-4px);
}

.stat-number {
  font-size: 36px;
  font-weight: 900;
  color: #FFC311;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

/* Hero Right - Unique Visual */
.hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeInRight 1s ease;
}

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

.hero-visual-card {
  position: relative;
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
}

.visual-orbit {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.orbit-element {
  position: absolute;
  font-size: 48px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

.orbit-element.coffee {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-element.bike {
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-element.design {
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}

.center-avatar {
  position: relative;
  z-index: 2;
}

.avatar-ring {
  position: absolute;
  width: 180px;
  height: 180px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-ring 2s ease-in-out infinite;
}

@keyframes pulse-ring {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.6;
  }
}

.avatar-text {
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  font-weight: 900;
  color: #667eea;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* Bento Grid Projects - Original Layout */
.projects-bento {
  max-width: 1400px;
  margin: 120px auto;
  padding: 0 60px;
}

.section-header-custom {
  text-align: center;
  margin-bottom: 80px;
}

.section-title {
  font-size: 56px;
  font-weight: 900;
  color: #000;
  margin: 0 0 16px 0;
}

.section-subtitle {
  font-size: 18px;
  color: #666;
}

.bento-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 500px;
  grid-gap: 24px;
  gap: 24px;
  margin-bottom: 40px;
}

.bento-large {
  grid-row: span 1;
  grid-column: span 1;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.bento-large:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
}

.bento-large .bento-content {
  position: relative;
  z-index: 2;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.project-label {
  display: inline-block;
  background: #FFC311;
  color: #000;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: fit-content;
}

.project-title {
  font-size: 36px;
  font-weight: 800;
  color: #000;
  margin: 0 0 12px 0;
}

.project-desc {
  font-size: 16px;
  color: #555;
  margin: 0 0 24px 0;
  line-height: 1.6;
}

.project-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.meta-badge {
  background: rgba(0, 0, 0, 0.05);
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
}

.meta-arrow {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.bento-large:hover .meta-arrow {
  transform: translateX(8px);
}

.bento-large .bento-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bento-large .bento-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.95) 60%);
}

.bento-medium {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.bento-medium:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
}

.bento-image-top {
  height: 60%;
  overflow: hidden;
  background: #f0f0f0;
}

.bento-image-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.bento-medium:hover .bento-image-top img {
  transform: scale(1.05);
}

.bento-medium .bento-content {
  padding: 24px;
  flex: 1 1;
}

.project-title-small {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin: 0 0 8px 0;
}

.project-desc-small {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.view-all-wrapper {
  text-align: center;
  margin-top: 60px;
}

.view-all-link {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 16px 36px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}

.view-all-link:hover {
  background: #FFC311;
  color: #000;
  transform: translateY(-4px);
}

/* Identity Section - Coffee & Harley */
.identity-section {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  padding: 100px 60px;
  margin: 120px 0;
}

.identity-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  gap: 40px;
}

.identity-card {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 48px;
  text-align: center;
  transition: all 0.4s ease;
}

.identity-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 195, 17, 0.3);
}

.card-icon {
  font-size: 72px;
  margin-bottom: 24px;
  filter: drop-shadow(0 8px 16px rgba(255, 195, 17, 0.3));
}

.identity-card h3 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px 0;
}

.identity-card p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

/* Journey Timeline */
.journey-section {
  max-width: 1000px;
  margin: 120px auto;
  padding: 0 60px;
}

.timeline {
  margin-top: 80px;
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 80px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #FFC311, #FF8C00);
}

.timeline-item {
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-gap: 40px;
  gap: 40px;
  margin-bottom: 60px;
  position: relative;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: 74px;
  top: 8px;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 3px solid #FFC311;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(255, 195, 17, 0.4);
}

.timeline-item.active::before {
  width: 20px;
  height: 20px;
  left: 71px;
  background: #FFC311;
  animation: pulse-timeline 2s ease-in-out infinite;
}

@keyframes pulse-timeline {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 195, 17, 0.7);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 195, 17, 0);
  }
}

.timeline-year {
  font-size: 18px;
  font-weight: 700;
  color: #FFC311;
  text-align: right;
  padding-right: 20px;
}

.timeline-content h4 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0 0 8px 0;
}

.timeline-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 100px 60px;
  text-align: center;
  margin: 120px 0 0 0;
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.cta-title {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.cta-subtitle {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 40px 0;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.cta-btn {
  padding: 18px 40px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  display: inline-block;
}

.cta-btn.primary {
  background: #fff;
  color: #667eea;
}

.cta-btn.primary:hover {
  background: #FFC311;
  color: #000;
  transform: translateY(-4px);
}

.cta-btn.secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.cta-btn.secondary:hover {
  background: #fff;
  color: #667eea;
  transform: translateY(-4px);
}

/* Footer */
.footer-custom {
  background: #000;
  color: #fff;
  padding: 60px 60px 30px;
}

.footer-content {
  max-width: 1400px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.footer-left p {
  color: #999;
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 32px;
}

.footer-links a {
  color: #999;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #FFC311;
}

.footer-bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid #333;
  text-align: center;
}

.footer-bottom p {
  color: #666;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-split {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .hero-heading {
    font-size: 56px;
  }
  
  .bento-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  
  .identity-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .nav-container {
    padding: 0 24px;
  }
  
  .hero-split {
    padding: 100px 24px 60px;
  }
  
  .hero-heading {
    font-size: 42px;
  }
  
  .hero-stats-row {
    grid-template-columns: 1fr;
  }
  
  .section-title {
    font-size: 36px;
  }
  
  .cta-title {
    font-size: 36px;
  }
}

/* Old Floating Bottom Navigation */
.floating-nav {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 16px 32px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 32px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: all 0.3s ease;
}

.floating-nav.scrolled {
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
}

.nav-brand {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #000;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.nav-links a:hover {
  color: #000;
}

.nav-resume-btn {
  background: #000;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
}

.nav-resume-btn:hover {
  background: #333;
}

/* Stunning Hero Section */
.stunning-hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 60px 80px;
  background: #f5f5f5;
}

.hero-content-stunning {
  max-width: 1100px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.hero-title-massive {
  font-family: 'Inter', sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 1.1;
  color: #000;
  margin-bottom: 32px;
  letter-spacing: -4px;
}

.hero-title-massive .highlight-word {
  background: linear-gradient(135deg, #FFC311 0%, #FF8C00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle-clean {
  font-size: 20px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 400;
}

/* Stunning Project Cards */
.stunning-projects {
  max-width: 1400px;
  margin: 80px auto;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.project-stunning-card {
  text-decoration: none;
  color: inherit;
  display: block;
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
}

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

.project-card-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 40px;
  gap: 40px;
  background: #fff;
  border-radius: 32px;
  padding: 60px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.project-stunning-card:hover .project-card-content {
  transform: translateY(-8px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12);
}

.project-mockup-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.project-bg-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  z-index: 0;
}

.bg-0 {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.bg-1 {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.bg-2 {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.project-mockup-stunning {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s ease;
}

.project-stunning-card:hover .project-mockup-stunning {
  transform: scale(1.05) translateY(-10px);
}

.project-info-stunning {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.project-icon-badge {
  font-size: 48px;
  margin-bottom: 12px;
}

.project-title-stunning {
  font-size: 42px;
  font-weight: 800;
  color: #000;
  line-height: 1.2;
  margin: 0;
}

.project-subtitle-stunning {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.project-cta-stunning {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
  transition: gap 0.3s ease;
}

.project-stunning-card:hover .project-cta-stunning {
  gap: 20px;
}

.arrow-stunning {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.project-stunning-card:hover .arrow-stunning {
  transform: translateX(8px);
}

/* Academic Section */
.academic-section {
  max-width: 1200px;
  margin: 120px auto;
  padding: 0 60px;
  text-align: center;
}

.section-badge-center {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.section-title-large {
  font-size: 64px;
  font-weight: 800;
  color: #000;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.section-subtitle-center {
  font-size: 18px;
  color: #666;
  margin: 0 0 60px 0;
  line-height: 1.6;
}

.academic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  gap: 32px;
  margin-top: 60px;
}

.academic-card {
  background: #fff;
  padding: 40px 32px;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.academic-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12);
}

.academic-year {
  font-size: 14px;
  font-weight: 600;
  color: #FFC311;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.academic-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.academic-subtitle {
  font-size: 16px;
  color: #666;
}

/* Exploration Section */
.exploration-section {
  max-width: 1200px;
  margin: 120px auto;
  padding: 0 60px;
  text-align: center;
}

.exploration-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
}

.explore-tag {
  background: #000;
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}

.explore-tag:hover {
  background: #FFC311;
  color: #000;
  transform: translateY(-4px);
}

/* Hiring Section */
.hiring-section {
  max-width: 1200px;
  margin: 120px auto;
  padding: 0 60px;
  text-align: center;
}

.hiring-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
}

.hire-btn-stunning {
  padding: 16px 40px;
  background: #000;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.hire-btn-stunning:hover {
  background: #333;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.hire-btn-stunning.secondary {
  background: #fff;
  color: #000;
  border: 2px solid #000;
}

.hire-btn-stunning.secondary:hover {
  background: #000;
  color: #fff;
}

/* View All Section */
.view-all-section {
  text-align: center;
  margin: 80px 0;
}

.view-all-btn-stunning {
  display: inline-block;
  padding: 16px 40px;
  background: #FFC311;
  color: #000;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.view-all-btn-stunning:hover {
  background: #FF8C00;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(255, 195, 17, 0.4);
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-title-massive {
    font-size: 64px;
  }
  
  .project-card-content {
    grid-template-columns: 1fr;
    padding: 40px;
  }
  
  .academic-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero-title-massive {
    font-size: 48px;
    letter-spacing: -2px;
  }
  
  .section-title-large {
    font-size: 42px;
  }
  
  .floating-nav {
    bottom: 16px;
    padding: 12px 20px;
    gap: 16px;
  }
  
  .stunning-projects {
    padding: 0 24px;
  }
}

/* Secondary Passions - Mini Cards */
.passion-secondary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 24px;
  gap: 24px;
}

.passion-mini-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
  cursor: pointer;
}

.passion-mini-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 195, 17, 0.4);
  box-shadow: 0 12px 32px rgba(255, 195, 17, 0.2);
}

.mini-icon {
  font-size: 42px;
  filter: drop-shadow(0 2px 8px rgba(255, 195, 17, 0.4));
  flex-shrink: 0;
}

.mini-content {
  flex: 1 1;
}

.mini-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  text-shadow: 0 2px 8px rgba(255, 255, 255, 0.2);
}

.mini-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Specific mini card styles */
.books-mini {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
}

.harley-mini {
  background: linear-gradient(135deg, rgba(240, 147, 251, 0.08) 0%, rgba(245, 87, 108, 0.08) 100%);
}

.tribute-mini {
  background: linear-gradient(135deg, rgba(250, 112, 154, 0.08) 0%, rgba(254, 225, 64, 0.08) 100%);
  border: 1px solid rgba(255, 195, 17, 0.2);
}

/* Old creativity card styles removed - using new minimal design */

/* Removed creativity card pseudo-elements and hover styles */

.card-icon-large {
  font-size: 64px;
  margin-bottom: 24px;
  filter: drop-shadow(0 4px 12px rgba(255, 195, 17, 0.6));
  animation: floatIcon 3s ease-in-out infinite;
}

/* Removed creativity card h3 styles */

.card-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 24px;
  flex: 1 1;
}

.card-stat-large {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  background: rgba(255, 195, 17, 0.1);
  border-radius: 16px;
  border: 2px solid rgba(255, 195, 17, 0.3);
  margin-bottom: 20px;
}

.stat-number-large {
  font-size: 48px;
  font-weight: 900;
  background: linear-gradient(135deg, #FFC311 0%, #FF9500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 20px rgba(255, 195, 17, 0.5);
  line-height: 1;
}

.stat-label-large {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
}

.card-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.tag {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #FFC311;
  border: 1px solid rgba(255, 195, 17, 0.3);
  transition: all 0.3s ease;
}

.tag:hover {
  background: rgba(255, 195, 17, 0.2);
  transform: scale(1.05);
}

.card-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: rgba(255, 195, 17, 0.15);
  border-color: rgba(255, 195, 17, 0.3);
  transform: translateX(8px);
}

.feature-icon {
  font-size: 24px;
}

/* This was for a different section - renamed to avoid conflict */
.passion-feature-text {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

/* Gradient backgrounds for different cards */
.books-card {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
}

.harley-card {
  background: linear-gradient(135deg, rgba(240, 147, 251, 0.08) 0%, rgba(245, 87, 108, 0.08) 100%);
}

.tribute-minimal {
  margin-top: 40px;
  padding: 20px 30px;
  text-align: center;
  background: rgba(255, 195, 17, 0.05);
  border-left: 3px solid rgba(255, 195, 17, 0.5);
  border-radius: 8px;
}

.tribute-minimal p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-style: italic;
}

.tribute-minimal strong {
  color: #FFC311;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 968px) {
  .creativity-passion-section {
    padding: 60px 30px;
    margin: 80px 0;
  }
  
  .creativity-title {
    font-size: 36px;
  }
  
  .creativity-subtitle {
    font-size: 16px;
  }
  
  .creativity-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .creativity-card {
    min-height: 350px;
    padding: 36px 28px;
  }
}

/* Projects section */
.projects-section {
  margin-bottom: 80px;
}

.year-header {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
}

/* Archive Grid with Mockups */
.archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 40px;
  gap: 40px;
  margin-bottom: 60px;
}

.archive-project-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.3s ease;
}

.archive-project-card:hover {
  transform: translateY(-8px);
}

.archive-mockup-container {
  position: relative;
  width: 100%;
  height: 240px;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}

.archive-project-card:hover .archive-mockup-container {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

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

.archive-project-card:hover .archive-mockup-img {
  transform: scale(1.05);
}

.archive-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 195, 17, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.archive-project-card:hover .archive-overlay {
  opacity: 1;
}

.archive-view-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.archive-card-details {
  padding: 0 8px;
}

.archive-project-number {
  display: inline-block;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  font-weight: 700;
  color: #FFC311;
  background: rgba(255, 195, 17, 0.1);
  padding: 4px 10px;
  border-radius: 16px;
  margin-bottom: 8px;
}

.archive-project-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 8px 0;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.archive-project-card:hover .archive-project-title {
  color: #FFC311;
}

.archive-project-subtitle {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 8px;
}

.archive-project-year {
  font-size: 13px;
  color: #999;
  font-weight: 400;
}

/* Legacy project list styles (keeping for backward compatibility) */
.project-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.project-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  transition: all 0.2s ease;
}

.project-item:hover {
  transform: translateX(8px);
  border-bottom-color: #ddd;
}

.project-number {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  min-width: 40px;
}

.project-title {
  font-size: 16px;
  font-weight: 500;
  flex: 1 1;
  margin-left: 16px;
}

.project-year {
  font-size: 14px;
  color: #666;
}

.view-all-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #666;
  transition: color 0.2s ease;
}

.view-all-link:hover {
  color: #000;
}

/* Folder visualization */
.folder-container {
  position: relative;
  margin: 60px 0;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.folder-stack {
  position: relative;
  width: 160px;
  height: 100px;
}

.folder {
  position: absolute;
  width: 140px;
  height: 90px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  transition: transform 0.3s ease;
}

.folder:nth-child(1) {
  transform: rotate(-1deg) translateY(6px);
  z-index: 1;
  background: #f5f5f5;
}

.folder:nth-child(2) {
  transform: rotate(0.5deg) translateY(3px);
  z-index: 2;
  background: #f8f8f8;
}

.folder:nth-child(3) {
  transform: rotate(0deg);
  z-index: 3;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.folder-container:hover .folder:nth-child(1) {
  transform: rotate(-2deg) translateY(10px);
}

.folder-container:hover .folder:nth-child(2) {
  transform: rotate(1deg) translateY(5px);
}

/* Back button */
.back-button {
  position: fixed;
  top: 32px;
  left: 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #666;
  transition: color 0.2s ease;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.back-button:hover {
  color: #000;
}

/* Project detail page */
.project-header {
  margin-bottom: 60px;
}

.project-header h1 {
  font-size: 36px;
  margin-bottom: 16px;
}

.project-subtitle {
  font-size: 20px;
  color: #333;
  margin-bottom: 32px;
}

.project-content {
  line-height: 1.8;
}

.project-content h2 {
  font-size: 24px;
  margin: 48px 0 24px;
}

.project-content h3 {
  font-size: 20px;
  margin: 32px 0 16px;
}

.project-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 24px 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #666;
}

.project-image {
  width: 100%;
  height: auto;
  margin: 40px 0;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  
  .nav {
    position: relative;
    top: auto;
    right: auto;
    justify-content: center;
    padding: 24px 0;
  }
  
  .content {
    padding: 60px 0 40px;
  }
  
  .hero h1 {
    font-size: 28px;
  }
  
  .back-button {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin-bottom: 24px;
  }
  
  .folder-container {
    height: 200px;
  }
  
  .folder-stack {
    width: 160px;
    height: 100px;
  }
  
  .folder {
    width: 140px;
    height: 90px;
  }


/* ========================================
   FOOTER SECTION
   ======================================== */

.portfolio-footer {
  margin-top: 120px;
  padding: 60px 60px 40px;
  background: linear-gradient(135deg, #0f0f1e 0%, #1a1a2e 100%);
  border-top: 1px solid rgba(255, 195, 17, 0.2);
}

.footer-content {
  max-width: 1400px;
  margin: 0 auto;
}

.footer-top {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
}

.footer-info h3 {
  font-size: 32px;
  font-weight: 700;
  color: #FFC311;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.footer-info p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}

.footer-email {
  font-size: 18px !important;
  color: #fff !important;
  font-weight: 600;
  margin-top: 16px !important;
}

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

.footer-bottom p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

@media (max-width: 768px) {
  .portfolio-footer {
    padding: 40px 30px 30px;
  }
  
  .footer-info h3 {
    font-size: 24px;
  }

  /* Responsive Mockup Grid */
  .projects-showcase-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .mockup-image-container {
    height: 220px;
  }

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

  .mockup-subtitle {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .projects-showcase-grid {
    gap: 32px;
  }

  .mockup-image-container {
    height: 180px;
  }

  /* Mobile Coffee Section */
  .coffee-title-gradient {
    font-size: 32px;
  }

  .coffee-filters {
    gap: 12px;
  }

  .coffee-filter-btn {
    padding: 12px 20px;
    font-size: 14px;
  }

  .coffee-grid-3d {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 16px;
  }

  .coffee-emoji-large {
    font-size: 42px;
  }

  .coffee-name {
    font-size: 16px;
  }

  .coffee-stats {
    gap: 24px;
  }
}



/* ========================================
   ELEGANT PORTFOLIO - COMPLETE REDESIGN
   Inspired by: Starbucks, dot.design, sharanbakki.com
   Theme: Premium, Minimal, Coffee-Accented
   ======================================== */

/* Base Styles */
.elegant-portfolio {
  background: #fafafa;
  min-height: 100vh;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1a1a1a;
  overflow-x: hidden;
}

/* ========================================
   ELEGANT NAVIGATION
   ======================================== */

.elegant-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.elegant-nav.nav-scrolled {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  padding: 16px 0;
}

.nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-brand-elegant {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  transition: opacity 0.3s ease;
}

.nav-brand-elegant:hover {
  opacity: 0.7;
}

.brand-first {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  letter-spacing: 0.02em;
}

.brand-last {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.01em;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-item {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  text-decoration: none;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}

.nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #6F4E37;
  transition: width 0.3s ease;
}

.nav-item:hover,
.nav-item.active {
  color: #1a1a1a;
}

.nav-item:hover::after,
.nav-item.active::after {
  width: 100%;
}

.nav-cta {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #1a1a1a;
  padding: 12px 24px;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nav-cta:hover {
  background: #6F4E37;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(111, 78, 55, 0.25);
}

/* ========================================
   ELEGANT NOTICE
   ======================================== */

.notice-elegant {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  animation: slideDownFade 0.6s ease forwards;
}

@keyframes slideDownFade {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.notice-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  padding: 12px 16px 12px 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.notice-badge {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background: #6F4E37;
  padding: 4px 10px;
  border-radius: 100px;
}

.notice-message {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.notice-message strong {
  color: #6F4E37;
  font-weight: 600;
}

.notice-dismiss {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.notice-dismiss:hover {
  background: #f5f5f5;
  color: #1a1a1a;
}

/* ========================================
   HERO SECTION - ELEGANT
   ======================================== */

.elegant-portfolio .hero-elegant {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  position: relative;
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
}

.elegant-portfolio .hero-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
}

.elegant-portfolio .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-gap: 80px;
  gap: 80px;
  align-items: center;
}

.elegant-portfolio .hero-content {
  max-width: 600px;
}

.elegant-portfolio .hero-intro {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.elegant-portfolio .intro-line {
  width: 48px;
  height: 2px;
  background: #6F4E37;
}

.elegant-portfolio .intro-text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6F4E37;
}

.elegant-portfolio .hero-title {
  font-family: 'Crimson Text', Georgia, serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.15;
  color: #1a1a1a;
  margin: 0 0 24px 0;
}

.elegant-portfolio .title-accent {
  color: #6F4E37;
  font-style: italic;
}

.elegant-portfolio .hero-description {
  font-size: 18px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 40px;
}

.elegant-portfolio .hero-elegant .hero-stats {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 32px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
}

.elegant-portfolio .hero-elegant .stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.elegant-portfolio .hero-elegant .stat-number {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

.elegant-portfolio .hero-elegant .stat-label {
  font-size: 13px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-elegant-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: #1a1a1a;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-elegant-primary:hover {
  background: #6F4E37;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(111, 78, 55, 0.25);
}

.btn-elegant-primary svg {
  transition: transform 0.3s ease;
}

.btn-elegant-primary:hover svg {
  transform: translateX(4px);
}

.btn-elegant-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: transparent;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-elegant-secondary:hover {
  border-color: #1a1a1a;
  transform: translateY(-2px);
}

/* Hero Visual */
.hero-visual {
  position: relative;
}

.visual-frame {
  position: relative;
  width: 100%;
  max-width: 440px;
  aspect-ratio: 4/5;
  margin: 0 auto;
}

.frame-border {
  position: absolute;
  inset: -8px;
  border: 2px solid rgba(111, 78, 55, 0.2);
  border-radius: 24px;
  transform: rotate(2deg);
}

.portrait-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  filter: grayscale(20%) contrast(1.05);
  transition: filter 0.5s ease;
}

.portrait-image:hover {
  filter: grayscale(0%) contrast(1);
}

.visual-accent {
  position: absolute;
  border-radius: 50%;
  background: #6F4E37;
  opacity: 0.15;
  z-index: -1;
}

.accent-1 {
  width: 200px;
  height: 200px;
  top: -40px;
  right: -40px;
  animation: float 8s ease-in-out infinite;
}

.accent-2 {
  width: 120px;
  height: 120px;
  bottom: 40px;
  left: -30px;
  animation: float 6s ease-in-out infinite reverse;
}

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

/* Floating Badges */
.floating-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 10px 16px;
  border-radius: 100px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-size: 13px;
  font-weight: 600;
  animation: floatBadge 4s ease-in-out infinite;
}

.badge-location {
  top: 20px;
  right: -20px;
  animation-delay: 0.5s;
}

.badge-status {
  bottom: 60px;
  left: -20px;
}

.badge-icon {
  font-size: 16px;
}

.status-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes floatBadge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 60px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, #6F4E37, transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { transform: scaleY(1); opacity: 1; }
  50% { transform: scaleY(0.6); opacity: 0.5; }
}

.scroll-text {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

/* ========================================
   WORK SECTION - ELEGANT
   ======================================== */

.work-elegant {
  padding: 120px 0;
  background: #fff;
}

.section-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}

.section-header-elegant {
  text-align: center;
  margin-bottom: 80px;
}

.section-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #6F4E37;
  background: rgba(111, 78, 55, 0.08);
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.section-title-elegant {
  font-family: 'Crimson Text', Georgia, serif;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 16px 0;
}

.section-subtitle {
  font-size: 18px;
  color: #666;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Projects Grid */
.projects-elegant {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 48px;
  gap: 48px;
  margin-bottom: 60px;
}

.project-elegant {
  text-decoration: none;
  color: inherit;
  animation: fadeInUp 0.6s ease backwards;
  animation-delay: var(--delay);
}

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

.project-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 16px;
  overflow: hidden;
  background: #f0f0f0;
  margin-bottom: 24px;
}

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

.project-elegant:hover .project-img {
  transform: scale(1.05);
}

.project-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 26, 26, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.project-elegant:hover .project-overlay {
  opacity: 1;
}

.overlay-text {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.project-overlay svg {
  color: #fff;
  transition: transform 0.3s ease;
}

.project-elegant:hover .project-overlay svg {
  transform: translate(4px, -4px);
}

.project-info {
  padding: 0 8px;
}

.project-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.project-number {
  font-family: 'Courier New', monospace;
  font-size: 13px;
  font-weight: 600;
  color: #6F4E37;
}

.project-year {
  font-size: 13px;
  color: #999;
}

.project-title {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 8px 0;
  transition: color 0.3s ease;
}

.project-elegant:hover .project-title {
  color: #6F4E37;
}

.project-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

/* View All Link */
.section-footer {
  text-align: center;
}

.view-all-elegant {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  padding: 16px 32px;
  border: 2px solid #1a1a1a;
  border-radius: 100px;
  transition: all 0.3s ease;
}

.view-all-elegant:hover {
  background: #1a1a1a;
  color: #fff;
  transform: translateY(-2px);
}

.view-all-elegant svg {
  transition: transform 0.3s ease;
}

.view-all-elegant:hover svg {
  transform: translateX(4px);
}

/* ========================================
   JOURNEY SECTION - ELEGANT
   ======================================== */

.journey-elegant {
  padding: 120px 0;
  background: #fafafa;
}

.journey-header {
  text-align: center;
  margin-bottom: 80px;
}

.timeline-elegant {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 32px;
  gap: 32px;
}

.timeline-item-elegant {
  display: flex;
  gap: 24px;
  animation: fadeInUp 0.6s ease backwards;
  animation-delay: var(--delay);
}

.timeline-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.marker-dot {
  width: 12px;
  height: 12px;
  background: #6F4E37;
  border-radius: 50%;
  position: relative;
}

.marker-dot::after {
  content: '';
  position: absolute;
  inset: -4px;
  border: 2px solid rgba(111, 78, 55, 0.2);
  border-radius: 50%;
}

.marker-line {
  width: 2px;
  flex: 1 1;
  min-height: 60px;
  background: linear-gradient(to bottom, #6F4E37, transparent);
}

.timeline-content {
  flex: 1 1;
  padding-bottom: 32px;
}

.timeline-year-elegant {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #6F4E37;
  background: rgba(111, 78, 55, 0.08);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.timeline-title-elegant {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 8px 0;
}

.timeline-desc-elegant {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 12px 0;
}

.timeline-location-elegant {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #888;
}

.timeline-location-elegant svg {
  color: #6F4E37;
}

/* ========================================
   SKILLS SECTION - ELEGANT
   ======================================== */

.skills-elegant {
  padding: 100px 0;
  background: #1a1a1a;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  gap: 24px;
}

.skill-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 40px 32px;
  text-align: center;
  transition: all 0.4s ease;
}

.skill-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(111, 78, 55, 0.4);
  transform: translateY(-8px);
}

.skill-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  background: rgba(111, 78, 55, 0.15);
  border-radius: 16px;
}

.skill-icon svg {
  color: #C19A6B;
}

.skill-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 12px 0;
}

.skill-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0;
}

/* ========================================
   CTA SECTION - ELEGANT
   ======================================== */

.cta-elegant {
  padding: 120px 0;
  background: linear-gradient(135deg, #6F4E37 0%, #8B4513 100%);
  position: relative;
  overflow: hidden;
}

.cta-elegant::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
}

.cta-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 80px;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.cta-content {
  max-width: 600px;
}

.cta-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.cta-title {
  font-family: 'Crimson Text', Georgia, serif;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 20px 0;
}

.cta-accent {
  font-style: italic;
  color: #FFD194;
}

.cta-description {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin: 0 0 40px 0;
}

.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 28px;
  background: #fff;
  color: #6F4E37;
  font-size: 15px;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: fit-content;
}

.cta-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.cta-btn-secondary {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: fit-content;
}

.cta-btn-secondary:hover {
  color: #fff;
  border-color: #fff;
}

/* CTA Visual */
.cta-visual {
  text-align: center;
}

.coffee-icon {
  font-size: 80px;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.2));
  animation: floatCoffee 4s ease-in-out infinite;
}

@keyframes floatCoffee {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-12px) rotate(5deg); }
}

.coffee-quote {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 16px 0 0 0;
  font-style: italic;
}

/* ========================================
   FOOTER - ELEGANT
   ======================================== */

.footer-elegant {
  background: #0a0a0a;
  color: #fff;
  padding: 80px 0 40px;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand-section {
  max-width: 300px;
}

.footer-brand {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.footer-tagline {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.footer-links-section {
  display: flex;
  gap: 80px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0 8px 0;
}

.footer-col a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col a:hover {
  color: #C19A6B;
}

.footer-bottom-elegant {
  padding-top: 40px;
  text-align: center;
}

.footer-bottom-elegant p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}

/* ========================================
   RESPONSIVE - ELEGANT PORTFOLIO
   ======================================== */

@media (max-width: 1200px) {
  .skills-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .hero-content {
    max-width: 100%;
    text-align: center;
  }
  
  .hero-intro {
    justify-content: center;
  }
  
  .hero-stats {
    justify-content: center;
  }
  
  .hero-actions {
    justify-content: center;
  }
  
  .hero-visual {
    max-width: 400px;
    margin: 0 auto;
  }
  
  .visual-frame {
    max-width: 100%;
  }
  
  .floating-badge {
    display: none;
  }
  
  .scroll-indicator {
    display: none;
  }
  
  .projects-elegant {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .cta-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .cta-content {
    max-width: 100%;
  }
  
  .cta-actions {
    align-items: center;
  }
  
  .cta-visual {
    order: -1;
  }
  
  .footer-top {
    flex-direction: column;
    gap: 40px;
  }
  
  .footer-links-section {
    flex-wrap: wrap;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .nav-inner {
    padding: 0 24px;
  }
  
  .nav-menu {
    gap: 20px;
  }
  
  .nav-item {
    display: none;
  }
  
  .hero-container,
  .section-container,
  .cta-container,
  .footer-container {
    padding: 0 24px;
  }
  
  .hero-elegant {
    padding: 100px 0 60px;
  }
  
  .hero-title {
    font-size: 32px;
  }
  
  .hero-description {
    font-size: 16px;
  }
  
  .hero-stats {
    flex-direction: column;
    gap: 16px;
  }
  
  .stat-divider {
    width: 40px;
    height: 1px;
  }
  
  .hero-actions {
    flex-direction: column;
  }
  
  .btn-elegant-primary,
  .btn-elegant-secondary {
    width: 100%;
    justify-content: center;
  }
  
  .notice-elegant {
    width: calc(100% - 48px);
    top: 70px;
  }
  
  .notice-inner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  
  .work-elegant,
  .journey-elegant {
    padding: 80px 0;
  }
  
  .section-header-elegant {
    margin-bottom: 48px;
  }
  
  .timeline-elegant {
    grid-template-columns: 1fr;
  }
  
  .skills-elegant {
    padding: 60px 0;
  }
  
  .skills-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .skill-card {
    padding: 32px 24px;
  }
  
  .cta-elegant {
    padding: 80px 0;
  }
  
  .cta-title {
    font-size: 28px;
  }
  
  .coffee-icon {
    font-size: 60px;
  }
  
  .footer-elegant {
    padding: 60px 0 30px;
  }
  
  .footer-links-section {
    gap: 32px;
  }
}

}
/* ========================================
   PREMIUM PORTFOLIO - CREATIVE & MODERN
   Inspired by sharanbakki.com
   ======================================== */

/* Base */
.premium-portfolio {
  background: #fafafa;
  min-height: 100vh;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1a1a1a;
  overflow-x: hidden;
  cursor: none;
}

/* Hide default cursor on interactive elements */
.premium-portfolio a,
.premium-portfolio button,
.premium-portfolio [role="button"] {
  cursor: none;
}

/* ========================================
   CUSTOM CURSOR
   ======================================== */

.custom-cursor {
  position: fixed;
  width: 50px;
  height: 50px;
  pointer-events: none;
  z-index: 10000;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease-out, opacity 0.2s ease;
  mix-blend-mode: difference;
}

.cursor-svg {
  width: 100%;
  height: 100%;
}

.cursor-circle {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  transition: all 0.3s ease;
}

.cursor-text {
  font-size: 8px;
  font-weight: 700;
  fill: #fff;
  letter-spacing: 0.1em;
}

.cursor-dot {
  position: fixed;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 10001;
  transform: translate(-50%, -50%);
  transition: transform 0.05s ease-out;
}

/* Cursor States */
.custom-cursor.link {
  transform: translate(-50%, -50%) scale(1.5);
}

.custom-cursor.link .cursor-circle {
  stroke-width: 1;
  stroke-dasharray: 4 4;
  animation: rotateDash 8s linear infinite;
}

.custom-cursor.button {
  transform: translate(-50%, -50%) scale(0.8);
}

.custom-cursor.button .cursor-circle {
  fill: rgba(255, 255, 255, 0.1);
  stroke-width: 2;
}

.custom-cursor.project {
  transform: translate(-50%, -50%) scale(1.8);
}

.custom-cursor.project .cursor-circle {
  fill: rgba(255, 255, 255, 0.1);
  stroke-width: 1.5;
}

@keyframes rotateDash {
  to { transform: rotate(360deg); }
}

/* ========================================
   CURSOR TRAIL EFFECT
   ======================================== */

.cursor-trails {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  overflow: hidden;
}

.trail-dot {
  position: absolute;
  background: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
  border-radius: 50%;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.1s ease-out;
  animation: trailFade 0.8s ease-out forwards;
  box-shadow: 0 0 10px rgba(99, 102, 241, 0.5);
}

@keyframes trailFade {
  0% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
  }
}

/* ========================================
   NAME SCRAMBLE ILLUSION EFFECT
   ======================================== */

.nav-logo-full {
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

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

.logo-first,
.logo-last {
  display: inline-block;
  transition: all 0.1s ease;
  position: relative;
}

.nav-logo-full:hover .logo-first {
  animation: textGlitch 0.1s ease-in-out;
}

.nav-logo-full:hover .logo-last {
  animation: textGlitch 0.1s ease-in-out 0.05s;
}

@keyframes textGlitch {
  0% { transform: translateX(0); opacity: 1; }
  25% { transform: translateX(-2px); opacity: 0.8; }
  50% { transform: translateX(2px); opacity: 0.9; }
  75% { transform: translateX(-1px); opacity: 0.85; }
  100% { transform: translateX(0); opacity: 1; }
}

/* Footer Name Illusion */
.footer-logo-text {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.footer-logo-text:hover {
  transform: scale(1.05);
}

.footer-first,
.footer-last {
  display: inline-block;
  transition: all 0.1s ease;
}

.footer-logo-text:hover .footer-first {
  animation: textGlitch 0.1s ease-in-out;
}

.footer-logo-text:hover .footer-last {
  animation: textGlitch 0.1s ease-in-out 0.05s;
}

/* Illusion glow effect on hover */
.nav-logo-full::after,
.footer-logo-text::after {
  content: '';
  position: absolute;
  inset: -10px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: -1;
}

.nav-logo-full:hover::after,
.footer-logo-text:hover::after {
  opacity: 1;
}

/* Hide cursor on mobile */
@media (max-width: 1024px) {
  .custom-cursor,
  .cursor-dot,
  .cursor-trails {
    display: none;
  }
  
  .premium-portfolio,
  .premium-portfolio a,
  .premium-portfolio button {
    cursor: auto;
  }
  
  /* Disable hover-based effects on touch devices */
  .nav-logo-full:hover,
  .footer-logo-text:hover {
    transform: none;
  }
  
  .nav-logo-full:hover .logo-first,
  .nav-logo-full:hover .logo-last,
  .footer-logo-text:hover .footer-first,
  .footer-logo-text:hover .footer-last {
    animation: none;
  }
}

/* ========================================
   NAVIGATION
   ======================================== */

.premium-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 16px 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-nav.scrolled {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* New Full Name Logo */
.nav-logo-full {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1;
  gap: 2px;
}

.logo-first {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.25em;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.logo-last {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #1a1a1a;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.logo-text {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
  transition: width 0.3s ease;
}

.nav-link:hover {
  color: #1a1a1a;
}

.nav-link:hover::after {
  width: 100%;
}

.nav-cta {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #1a1a1a;
  padding: 12px 24px;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nav-cta:hover {
  background: #6366f1;
  transform: translateY(-2px);
}

/* ========================================
   HERO SECTION - CREATIVE BACKGROUND
   ======================================== */

.premium-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 120px 24px 80px;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
  transition: transform 0.3s ease-out;
}

.orb-1 {
  width: 600px;
  height: 600px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  top: -200px;
  right: -100px;
}

.orb-2 {
  width: 500px;
  height: 500px;
  background: linear-gradient(135deg, #ec4899 0%, #f97316 100%);
  bottom: -150px;
  left: -100px;
}

.orb-3 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #06b6d4 0%, #22c55e 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
}

.noise-overlay {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox=%270 0 256 256%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cfilter id=%27noise%27%3E%3CfeTurbulence type=%27fractalNoise%27 baseFrequency=%270.9%27 numOctaves=%274%27 stitchTiles=%27stitch%27/%3E%3C/filter%3E%3Crect width=%27100%25%27 height=%27100%25%27 filter=%27url%28%23noise%29%27/%3E%3C/svg%3E");
  opacity: 0.03;
  pointer-events: none;
}

.hero-content {
  text-align: center;
  position: relative;
  z-index: 10;
  max-width: 800px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 10px 20px;
  border-radius: 100px;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
}

.hero-title {
  font-size: clamp(40px, 8vw, 72px);
  font-weight: 800;
  line-height: 1.1;
  color: #1a1a1a;
  margin: 0 0 24px 0;
  letter-spacing: -0.02em;
}

.highlight {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.highlight-alt {
  background: linear-gradient(135deg, #ec4899 0%, #f97316 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  margin: 0 0 40px 0;
  line-height: 1.6;
}

.hero-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: #1a1a1a;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-primary:hover {
  background: #6366f1;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
}

.cta-primary svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.cta-primary:hover svg {
  transform: translateX(4px);
}

.cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 600;
  border-radius: 100px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.cta-secondary:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* ========================================
   ABOUT SECTION - PICTURE LEFT, DESC RIGHT
   ======================================== */

.premium-about {
  padding: 100px 24px;
  background: #fff;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  gap: 80px;
  align-items: center;
}

.about-image-wrapper {
  position: relative;
}

.image-frame {
  position: relative;
  max-width: 400px;
}

.about-portrait {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}

.image-decoration {
  position: absolute;
  inset: -12px;
  border: 2px solid rgba(99, 102, 241, 0.2);
  border-radius: 32px;
  transform: rotate(3deg);
  z-index: -1;
}

.floating-card {
  position: absolute;
  background: #fff;
  padding: 16px 24px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: floatCard 4s ease-in-out infinite;
}

.card-experience {
  top: 40px;
  right: -40px;
}

.card-projects {
  bottom: 60px;
  left: -30px;
  animation-delay: 0.5s;
}

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

.card-number {
  font-size: 28px;
  font-weight: 800;
  color: #6366f1;
}

.card-label {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.about-content {
  max-width: 520px;
}

.section-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #6366f1;
  background: rgba(99, 102, 241, 0.1);
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.about-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 24px 0;
}

.name-highlight {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-description {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 1.7;
  margin: 0 0 20px 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  gap: 16px;
  margin: 32px 0;
}

.service-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.service-card:hover {
  background: #f0f0ff;
  transform: translateX(4px);
}

.service-icon {
  font-size: 24px;
}

.service-info h4 {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}

.service-info p {
  font-size: 12px;
  color: #888;
  margin: 2px 0 0 0;
}

.about-cta {
  margin-top: 32px;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: transparent;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #1a1a1a;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: #1a1a1a;
  color: #fff;
  transform: translateY(-2px);
}

.btn-outline svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.btn-outline:hover svg {
  transform: translateX(4px);
}

/* ========================================
   WORK SECTION - SHARAN STYLE CARDS
   ======================================== */

.premium-work {
  padding: 100px 24px;
  background: #f8f9fa;
}

.work-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  margin-bottom: 60px;
}

.section-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0;
}

.title-highlight {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Project Grid - Sharan Style */
.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  gap: 24px;
}

.project-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.card-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.card-pattern {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width=%2760%27 height=%2760%27 viewBox=%270 0 60 60%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg fill=%27%23ffffff%27 fill-opacity=%270.05%27%3E%3Cpath d=%27M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.card-content {
  position: relative;
  z-index: 1;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: auto;
}

.project-number {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 14px;
  border-radius: 100px;
}

.project-year {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

.card-image {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.card-image img {
  max-width: 100%;
  max-height: 180px;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease;
}

.project-card:hover .card-image img {
  transform: scale(1.05) translateY(-4px);
}

.card-info {
  margin-top: auto;
}

.project-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px 0;
  line-height: 1.3;
}

.project-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.4;
}

.card-arrow {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translate(-8px, 8px);
  transition: all 0.3s ease;
}

.project-card:hover .card-arrow {
  opacity: 1;
  transform: translate(0, 0);
}

.card-arrow svg {
  width: 18px;
  height: 18px;
  color: #fff;
}

.work-footer {
  text-align: center;
  margin-top: 32px;
}

/* ========================================
   COMPACT PROJECT GRID - All 6 in one view
   ======================================== */

.work-grid-compact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.project-card-compact {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  aspect-ratio: 1/1.1;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-card-compact:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  z-index: 10;
}

.card-bg-compact {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.card-pattern-compact {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width=%2740%27 height=%2740%27 viewBox=%270 0 40 40%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg fill=%27%23ffffff%27 fill-opacity=%270.04%27%3E%3Cpath d=%27M20 20h-4v-4h4v4zm0-20h-4v4h4V0zM0 20h4v-4H0v4zm0-20h4v4H0V0z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.card-content-compact {
  position: relative;
  z-index: 1;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.project-num {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 10px;
  border-radius: 100px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.card-img-compact {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin: 24px 0 12px;
}

.card-img-compact img {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease;
}

.project-card-compact:hover .card-img-compact img {
  transform: scale(1.08) translateY(-4px);
}

.card-info-compact {
  margin-top: auto;
  text-align: center;
}

.card-info-compact h3 {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-cat {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

/* Hover overlay effect */
.project-card-compact::before {
  content: 'VIEW';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 5;
  border-radius: 16px;
}

.project-card-compact:hover::before {
  opacity: 1;
}

.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: #1a1a1a;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.view-all-btn:hover {
  background: #6366f1;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
}

.view-all-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.view-all-btn:hover svg {
  transform: translateX(4px);
}

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

.premium-cta {
  padding: 120px 24px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  position: relative;
  overflow: hidden;
}

.cta-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.cta-content {
  position: relative;
}

.cta-title {
  font-size: clamp(36px, 6vw, 56px);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 20px 0;
}

.cta-description {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 40px 0;
  line-height: 1.6;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 36px;
  background: #fff;
  color: #6366f1;
  font-size: 16px;
  font-weight: 700;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.cta-button svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.cta-button:hover svg {
  transform: translateX(4px);
}

.cta-decoration {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.deco-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.circle-1 {
  width: 400px;
  height: 400px;
  top: -150px;
  right: -100px;
}

.circle-2 {
  width: 300px;
  height: 300px;
  bottom: -100px;
  left: -50px;
}

.circle-3 {
  width: 200px;
  height: 200px;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}

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

.premium-footer {
  padding: 60px 24px 24px;
  background: #0d0d0d;
  color: #fff;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 2px;
}

.footer-first {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.25em;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer-last {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
}

.footer-tagline {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.footer-logo {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.footer-info h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px 0;
}

.footer-info p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 80px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-column h4 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0 8px 0;
}

.footer-column a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #fff;
}

.footer-bottom {
  padding-top: 24px;
  text-align: center;
}

.footer-bottom span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

/* ========================================
   RESPONSIVE - MOBILE FIRST
   ======================================== */

@media (max-width: 1024px) {
  .about-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .about-image-wrapper {
    order: 1;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .about-content {
    order: 2;
    max-width: 100%;
  }
  
  .floating-card {
    display: none;
  }
  
  .footer-main {
    flex-direction: column;
    gap: 40px;
  }
  
  .footer-links {
    flex-wrap: wrap;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  /* Navigation */
  .nav-container {
    padding: 0 16px;
  }
  
  .logo-text {
    display: none;
  }
  
  .nav-links {
    gap: 16px;
  }
  
  .nav-cta {
    padding: 10px 18px;
    font-size: 13px;
  }
  
  /* Hero */
  .premium-hero {
    padding: 100px 16px 60px;
    min-height: auto;
  }
  
  .gradient-orb {
    filter: blur(60px);
    opacity: 0.4;
  }
  
  .orb-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -100px;
  }
  
  .orb-2 {
    width: 250px;
    height: 250px;
    bottom: -100px;
    left: -100px;
  }
  
  .orb-3 {
    width: 200px;
    height: 200px;
  }
  
  .hero-badge {
    padding: 8px 16px;
    font-size: 12px;
    margin-bottom: 24px;
  }
  
  .hero-title {
    font-size: 32px;
    margin-bottom: 16px;
  }
  
  .hero-subtitle {
    font-size: 15px;
    margin-bottom: 32px;
  }
  
  .hero-cta {
    flex-direction: column;
    gap: 12px;
  }
  
  .cta-primary,
  .cta-secondary {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
  }
  
  /* About */
  .premium-about {
    padding: 60px 16px;
  }
  
  .about-container {
    gap: 40px;
  }
  
  .about-image-wrapper {
    order: 1;
    max-width: 280px;
  }
  
  .about-portrait {
    border-radius: 20px;
  }
  
  .image-decoration {
    inset: -8px;
    border-radius: 24px;
  }
  
  .about-content {
    order: 2;
    text-align: center;
  }
  
  .about-title {
    font-size: 28px;
  }
  
  .about-description {
    font-size: 15px;
    text-align: left;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .service-card {
    justify-content: flex-start;
  }
  
  .about-cta {
    text-align: center;
  }
  
  /* Work */
  .premium-work {
    padding: 60px 16px;
  }
  
  .section-header {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .section-title {
    font-size: 28px;
  }
  
  .work-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .work-grid-compact {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  
  .project-card-compact {
    aspect-ratio: 1/1.2;
  }
  
  .card-img-compact img {
    max-height: 70px;
  }
  
  .card-info-compact h3 {
    font-size: 11px;
  }
  
  .project-num {
    font-size: 10px;
    padding: 3px 8px;
  }
  
  .project-cat {
    font-size: 10px;
  }
  
  .project-card {
    aspect-ratio: 4/3.5;
  }
  
  .card-content {
    padding: 20px;
  }
  
  .card-image img {
    max-height: 140px;
  }
  
  .project-title {
    font-size: 16px;
  }
  
  .project-subtitle {
    font-size: 13px;
  }
  
  .work-footer {
    margin-top: 24px;
  }
  
  .view-all-btn {
    width: 100%;
    justify-content: center;
  }
  
  /* CTA */
  .premium-cta {
    padding: 80px 16px;
  }
  
  .cta-title {
    font-size: 32px;
  }
  
  .cta-description {
    font-size: 16px;
    margin-bottom: 32px;
  }
  
  .cta-button {
    width: 100%;
    justify-content: center;
    padding: 16px 32px;
  }
  
  /* Footer */
  .premium-footer {
    padding: 48px 16px 20px;
  }
  
  .footer-main {
    flex-direction: column;
    gap: 32px;
  }
  
  .footer-links {
    flex-direction: column;
    gap: 24px;
  }
  
  .footer-bottom {
    padding-top: 20px;
  }
  
  .footer-bottom span {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 28px;
  }
  
  .about-title {
    font-size: 24px;
  }
  
  .section-title {
    font-size: 24px;
  }
  
  .cta-title {
    font-size: 28px;
  }
  
  .project-card {
    aspect-ratio: 4/4;
  }
  
  .card-image img {
    max-height: 120px;
  }
}

/* ========================================
   UI/UX THEMED LOADER
   Creative design illusions
   ======================================== */

.uiux-loader-overlay {
  position: fixed;
  inset: 0;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
}

/* Animated Grid Background */
.loader-grid {
  position: absolute;
  inset: 0;
  opacity: 0.03;
}

.grid-line {
  position: absolute;
  background: #fff;
}

.grid-line-h {
  width: 100%;
  height: 1px;
  animation: gridPulse 3s ease-in-out infinite;
}

.grid-line-v {
  height: 100%;
  width: 1px;
  animation: gridPulse 3s ease-in-out infinite reverse;
}

@keyframes gridPulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 1; }
}

/* Floating UI Elements */
.floating-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.float-element {
  position: absolute;
  width: 40px;
  height: 40px;
  color: rgba(99, 102, 241, 0.15);
  animation: floatAround 8s ease-in-out infinite;
}

.float-element svg {
  width: 100%;
  height: 100%;
}

.el-1 {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}

.el-2 {
  top: 20%;
  right: 15%;
  animation-delay: 1s;
  color: rgba(236, 72, 153, 0.15);
}

.el-3 {
  bottom: 25%;
  left: 15%;
  animation-delay: 2s;
  color: rgba(34, 197, 94, 0.15);
}

.el-4 {
  bottom: 20%;
  right: 10%;
  animation-delay: 3s;
  color: rgba(139, 92, 246, 0.15);
}

@keyframes floatAround {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 0.3;
  }
  25% {
    transform: translate(20px, -20px) rotate(90deg);
    opacity: 0.6;
  }
  50% {
    transform: translate(0, -40px) rotate(180deg);
    opacity: 0.3;
  }
  75% {
    transform: translate(-20px, -20px) rotate(270deg);
    opacity: 0.6;
  }
}

/* Main Content */
.loader-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 400px;
  padding: 0 24px;
}

/* Logo */
.loader-logo {
  margin-bottom: 48px;
}

.logo-rg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  border-radius: 16px;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  animation: logoPulse 2s ease-in-out infinite;
}

@keyframes logoPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.4); }
  50% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(99, 102, 241, 0); }
}

/* Animation Stage */
.animation-stage {
  height: 200px;
  position: relative;
  margin-bottom: 48px;
}

.phase-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.5s ease;
  pointer-events: none;
}

.phase-content.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.phase-label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 24px;
  letter-spacing: 0.05em;
}

/* Wireframe Phase */
.wireframe-ui {
  width: 200px;
  height: 140px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.02);
}

.wire-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.wire-box {
  width: 24px;
  height: 8px;
  background: rgba(99, 102, 241, 0.4);
  border-radius: 2px;
  animation: wireframeDraw 1.5s ease-in-out infinite;
}

.wire-nav {
  display: flex;
  gap: 8px;
}

.wire-nav span {
  width: 20px;
  height: 4px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  animation: wireframeDraw 1.5s ease-in-out infinite;
  animation-delay: calc(0 * 0.1s);
  animation-delay: calc(var(--i, 0) * 0.1s);
}

.wire-nav span:nth-child(1) { --i: 1; }
.wire-nav span:nth-child(2) { --i: 2; }
.wire-nav span:nth-child(3) { --i: 3; }

.wire-hero {
  margin-bottom: 12px;
}

.wire-text {
  height: 6px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 3px;
  margin-bottom: 6px;
  animation: wireframeDraw 1.5s ease-in-out infinite;
}

.wire-text.line-1 { width: 80%; animation-delay: 0.2s; }
.wire-text.line-2 { width: 60%; animation-delay: 0.3s; }

.wire-btn {
  width: 50px;
  height: 16px;
  background: rgba(99, 102, 241, 0.3);
  border-radius: 8px;
  animation: wireframeDraw 1.5s ease-in-out infinite;
  animation-delay: 0.4s;
}

.wire-cards {
  display: flex;
  gap: 8px;
}

.wire-card {
  flex: 1 1;
  height: 30px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  animation: wireframeDraw 1.5s ease-in-out infinite;
}

.wire-card:nth-child(1) { animation-delay: 0.5s; }
.wire-card:nth-child(2) { animation-delay: 0.6s; }
.wire-card:nth-child(3) { animation-delay: 0.7s; }

@keyframes wireframeDraw {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 1; }
}

/* Design Phase */
.design-ui {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.color-palette {
  display: flex;
  gap: 12px;
}

.color-swatch {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  animation: swatchPop 0.5s ease-out backwards;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.color-swatch:nth-child(1) { animation-delay: 0s; }
.color-swatch:nth-child(2) { animation-delay: 0.1s; }
.color-swatch:nth-child(3) { animation-delay: 0.2s; }
.color-swatch:nth-child(4) { animation-delay: 0.3s; }

@keyframes swatchPop {
  0% { transform: scale(0) rotate(-180deg); opacity: 0; }
  100% { transform: scale(1) rotate(0); opacity: 1; }
}

.typography-demo {
  display: flex;
  align-items: center;
  gap: 16px;
}

.type-aa {
  font-size: 36px;
  font-weight: 800;
  background: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: typeReveal 1s ease-out;
}

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

.type-lines {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.type-lines div {
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  animation: lineGrow 0.8s ease-out backwards;
}

.type-lines div:first-child { width: 60px; animation-delay: 0.3s; }
.type-lines div:last-child { width: 40px; animation-delay: 0.4s; }

@keyframes lineGrow {
  0% { width: 0; }
}

.cursor-trail {
  position: relative;
  width: 60px;
  height: 60px;
}

.cursor-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  color: #fff;
  animation: cursorMove 2s ease-in-out infinite;
}

.cursor-icon svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

@keyframes cursorMove {
  0%, 100% { transform: translate(0, 0); }
  25% { transform: translate(30px, 10px); }
  50% { transform: translate(20px, 30px); }
  75% { transform: translate(-10px, 20px); }
}

.cursor-ring {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(99, 102, 241, 0.5);
  border-radius: 50%;
  animation: cursorMove 2s ease-in-out infinite, ringPulse 1s ease-in-out infinite;
  transform-origin: 12px 12px;
}

@keyframes ringPulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.2); opacity: 0.8; }
}

/* Prototype Phase */
.prototype-ui {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.phone-mockup {
  width: 100px;
  height: 180px;
  background: #1a1a1a;
  border-radius: 20px;
  padding: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), inset 0 0 0 2px rgba(255, 255, 255, 0.1);
  animation: phoneFloat 3s ease-in-out infinite;
}

@keyframes phoneFloat {
  0%, 100% { transform: translateY(0) rotateX(0deg); }
  50% { transform: translateY(-10px) rotateX(5deg); }
}

.phone-screen {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #6366f1 0%, #8b5cf6 100%);
  border-radius: 14px;
  padding: 8px;
  display: flex;
  flex-direction: column;
}

.screen-header {
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  margin-bottom: 8px;
}

.screen-content {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.screen-card {
  flex: 1 1;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  animation: cardSlide 1s ease-out backwards;
}

.screen-card:nth-child(1) { animation-delay: 0.2s; }
.screen-card:nth-child(2) { animation-delay: 0.4s; }

@keyframes cardSlide {
  0% { transform: translateX(-20px); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

.screen-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding-top: 8px;
}

.screen-nav span {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.screen-nav span:nth-child(2) {
  background: #fff;
}

.connection-lines {
  position: absolute;
  width: 200px;
  height: 50px;
  bottom: -30px;
}

.connection-lines svg {
  width: 100%;
  height: 100%;
}

.connection-lines path {
  stroke-dashoffset: 100;
  animation: drawLine 2s ease-in-out infinite;
}

@keyframes drawLine {
  0% { stroke-dashoffset: 100; }
  50% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -100; }
}

/* Progress Section */
.progress-section {
  margin-bottom: 32px;
}

.progress-track {
  position: relative;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: visible;
  margin-bottom: 16px;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #6366f1 0%, #ec4899 100%);
  border-radius: 2px;
  transition: width 0.1s ease-out;
  position: relative;
}

.progress-fill::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(99, 102, 241, 0.6);
}

.progress-dot {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  display: none;
}

.progress-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.progress-percent {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.progress-status {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

/* Tagline */
.loader-tagline {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* Mobile Responsive */
@media (max-width: 480px) {
  .float-element {
    width: 30px;
    height: 30px;
  }
  
  .logo-rg {
    width: 56px;
    height: 56px;
    font-size: 20px;
  }
  
  .animation-stage {
    height: 180px;
  }
  
  .wireframe-ui {
    width: 180px;
    height: 120px;
  }
  
  .phone-mockup {
    width: 80px;
    height: 140px;
  }
  
  .progress-percent {
    font-size: 20px;
  }
  
  .loader-tagline {
    font-size: 12px;
    letter-spacing: 0.15em;
  }
}


/*# sourceMappingURL=main.47d43b1e.css.map*/