*, ::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.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
    html {
        font-size: 120%;
    }
    body {
        font-family: 'Outfit', sans-serif;
        background-color: #e5e5d1;
        color: #1a1a1a;
    }
    h1, h2, h3, .nav-item {
        font-family: 'Syne', sans-serif;
    }

    /* Custom scrollbar */
    ::-webkit-scrollbar {
        width: 12px;
    }
    ::-webkit-scrollbar-track {
        background: #e5e5d1;
    }
    ::-webkit-scrollbar-thumb {
        background: #515C69;
        border-radius: 6px;
        border: 2px solid #e5e5d1;
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #3d4a5c;
    }
    /* Firefox scrollbar */
    * {
        scrollbar-width: thin;
        scrollbar-color: #515C69 #e5e5d1;
    }
.organic-bg-1 {
        background-color: #d8db9c;
        border-radius: 100px 200px 50px 150px;
    }
.btn-pill {
        padding: 0.5rem 1.25rem;
        border-radius: 9999px;
        transition: all 0.2s ease;
    }
.btn-pill:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }
.custom-border {
        border: 1px solid #1a1a1a;
    }
.mobile-menu {
        transform: translateX(100%);
        transition: transform 0.3s ease-out;
    }
.mobile-menu.open {
        transform: translateX(0);
    }
.brand-text {
        font-family: 'Syne', sans-serif;
        letter-spacing: 0.25em;
        font-weight: 500;
    }
.brand-text-large {
        font-family: 'Syne', sans-serif;
        letter-spacing: 0.3em;
        font-weight: 500;
    }
.faq-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }
.faq-content.open {
        max-height: 500px;
    }
/* Hero Animation Container */
.hero-animation-container {
        position: relative;
        height: 450px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -150px;
    }
@media (min-width: 640px) {
        .hero-animation-container {
            margin-left: -470px;
        }
    }
.square-layer {
        position: absolute;
        transition: all 0.5s ease;
    }
.square-1 {
        width: 280px;
        height: 280px;
        background-color: #3d4a5c;
        animation: spin-slow 25s linear infinite;
        opacity: 0.9;
        border-radius: 40px;
    }
.square-2 {
        width: 200px;
        height: 200px;
        background-color: #8b9a7d;
        animation: spin-reverse 18s linear infinite;
        opacity: 0.95;
        border-radius: 30px;
    }
.square-3 {
        width: 120px;
        height: 120px;
        background-color: #d8db9c;
        animation: spin-slow 12s linear infinite, pulse-glow 3s ease-in-out infinite;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.cpu-icon {
        animation: spin-reverse 12s linear infinite;
    }
/* Data Lines Grid */
.data-lines-container {
        position: absolute;
        inset: 0;
        pointer-events: none;
        overflow: hidden;
    }
.data-line {
        position: absolute;
        background: linear-gradient(90deg, transparent, #3d4a5c, transparent);
        opacity: 0.08;
    }
.data-line-h {
        height: 1px;
        width: 100%;
        left: 0;
    }
.data-line-v {
        width: 1px;
        height: 100%;
        top: 0;
        background: linear-gradient(180deg, transparent, #3d4a5c, transparent);
    }
.data-line-h-1 { top: 25%; animation: line-pulse 4s ease-in-out infinite; }
.data-line-h-2 { top: 50%; animation: line-pulse 4s ease-in-out infinite 0.5s; }
.data-line-h-3 { top: 75%; animation: line-pulse 4s ease-in-out infinite 1s; }
.data-line-v-1 { left: 25%; animation: line-pulse 4s ease-in-out infinite 0.25s; }
.data-line-v-2 { left: 50%; animation: line-pulse 4s ease-in-out infinite 0.75s; }
.data-line-v-3 { left: 75%; animation: line-pulse 4s ease-in-out infinite 1.25s; }
/* Animated Data Shapes - larger shapes instead of small dots */
.data-dot {
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #8b9a7d;
        border-radius: 6px;
        box-shadow: 0 0 12px rgba(139, 154, 125, 0.3);
        opacity: 0;
    }
.data-dot-h {
        animation: dot-travel 8s linear infinite backwards;
        /* Center vertically on the line */
        transform: translateY(-50%);
        left: -20px;
    }
.data-dot-v {
        animation: dot-travel-vertical 8s linear infinite backwards;
        /* Center horizontally on the line */
        transform: translateX(-50%);
        top: -20px;
    }
/* Fewer shapes - only 2 horizontal and 2 vertical with staggered timing */
.dot-1 { top: 25%; animation-delay: 0s; }
.dot-3 { top: 75%; animation-delay: 4s; }
.dot-4 { left: 25%; animation-delay: 2s; }
.dot-6 { left: 75%; animation-delay: 6s; }
/* Connection Lines from CPU */
.connection-lines {
        position: absolute;
        width: 320px;
        height: 320px;
        pointer-events: none;
    }
.connection-line {
        position: absolute;
        background: #3d4a5c;
        opacity: 0.2;
    }
.conn-top {
        width: 2px;
        height: 60px;
        left: 50%;
        top: -60px;
        transform: translateX(-50%);
        background: linear-gradient(to top, #3d4a5c, transparent);
    }
.conn-bottom {
        width: 2px;
        height: 60px;
        left: 50%;
        bottom: -60px;
        transform: translateX(-50%);
        background: linear-gradient(to bottom, #3d4a5c, transparent);
    }
.conn-left {
        height: 2px;
        width: 60px;
        top: 50%;
        left: -60px;
        transform: translateY(-50%);
        background: linear-gradient(to left, #3d4a5c, transparent);
    }
.conn-right {
        height: 2px;
        width: 60px;
        top: 50%;
        right: -60px;
        transform: translateY(-50%);
        background: linear-gradient(to right, #3d4a5c, transparent);
    }
/* Journey Path Animation - Plans Section */
.journey-path-container {
        position: relative;
        width: 200px;
        height: 320px;
    }
.journey-path-line {
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 3px;
        background: linear-gradient(to bottom, #3d4a5c 0%, #8b9a7d 50%, #d8db9c 100%);
        transform: translateX(-50%);
        border-radius: 2px;
    }
.journey-node {
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }
.node-individual {
        background-color: #3d4a5c;
        left: 0;
    }
.node-team {
        background-color: #8b9a7d;
        right: 0;
    }
.node-1 { top: 20px; animation: node-pulse 3s ease-in-out infinite 0s; }
.node-2 { top: 130px; animation: node-pulse 3s ease-in-out infinite 0.5s; }
.node-3 { top: 240px; animation: node-pulse 3s ease-in-out infinite 1s; }
.node-4 { top: 60px; animation: node-pulse 3s ease-in-out infinite 0.25s; }
.node-5 { top: 170px; animation: node-pulse 3s ease-in-out infinite 0.75s; }
.node-6 { top: 280px; animation: node-pulse 3s ease-in-out infinite 1.25s; }
.journey-branch {
        position: absolute;
        height: 2px;
        width: 40px;
        background-color: #3d4a5c;
        opacity: 0.4;
    }
.branch-left {
        left: 40px;
    }
.branch-right {
        right: 40px;
    }
.branch-1 { top: 38px; animation: branch-grow 2s ease-in-out infinite 0s; }
.branch-2 { top: 148px; animation: branch-grow 2s ease-in-out infinite 0.4s; }
.branch-3 { top: 258px; animation: branch-grow 2s ease-in-out infinite 0.8s; }
.branch-4 { top: 78px; animation: branch-grow 2s ease-in-out infinite 0.2s; }
.branch-5 { top: 188px; animation: branch-grow 2s ease-in-out infinite 0.6s; }
.branch-6 { top: 298px; animation: branch-grow 2s ease-in-out infinite 1s; }
.journey-pulse {
        position: absolute;
        left: 50%;
        width: 10px;
        height: 10px;
        background-color: #d8db9c;
        border-radius: 50%;
        transform: translateX(-50%);
        animation: journey-travel 4s ease-in-out infinite;
        box-shadow: 0 0 12px rgba(216, 219, 156, 0.6);
    }
/* Map Life Animation - Footer */
.map-life-container {
        position: relative;
        width: 192px;
        height: 192px;
    }
.compass-ring {
        position: absolute;
        inset: 0;
        border: 2px solid #3d4a5c;
        border-radius: 50%;
        opacity: 0.3;
        animation: compass-rotate 20s linear infinite;
    }
.compass-tick {
        position: absolute;
        width: 2px;
        height: 10px;
        background-color: #3d4a5c;
    }
.tick-n { top: -1px; left: 50%; transform: translateX(-50%); }
.tick-s { bottom: -1px; left: 50%; transform: translateX(-50%); }
.tick-e { right: -1px; top: 50%; transform: translateY(-50%) rotate(90deg); }
.tick-w { left: -1px; top: 50%; transform: translateY(-50%) rotate(90deg); }
.compass-needle {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 4px;
        height: 60px;
        transform: translate(-50%, -50%);
        background: linear-gradient(to bottom, #d8db9c 0%, #d8db9c 50%, #3d4a5c 50%, #3d4a5c 100%);
        border-radius: 2px;
        animation: needle-sway 8s ease-in-out infinite;
        transform-origin: center center;
    }
.coord-line {
        position: absolute;
        background-color: #8b9a7d;
        opacity: 0.15;
    }
.coord-h {
        height: 1px;
        width: 100%;
        top: 50%;
        left: 0;
    }
.coord-v {
        width: 1px;
        height: 100%;
        left: 50%;
        top: 0;
    }
.map-pin {
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #d8db9c;
        border-radius: 50% 50% 50% 0;
        transform: rotate(-45deg);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    }
.map-pin i {
        transform: rotate(45deg);
        color: #3d4a5c;
    }
.pin-1 {
        left: 15px;
        bottom: 25px;
        animation: pin-bounce 2s ease-in-out infinite 0s;
    }
.pin-3 {
        right: 15px;
        top: 30px;
        animation: pin-bounce 2s ease-in-out infinite 1s;
    }
.path-svg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
.animated-path {
        stroke-dashoffset: 100;
        animation: path-draw 4s ease-in-out infinite;
    }
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-bottom-8 {
  bottom: -2rem;
}
.-left-4 {
  left: -1rem;
}
.-right-20 {
  right: -5rem;
}
.-top-4 {
  top: -1rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.top-0 {
  top: 0px;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[60\] {
  z-index: 60;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-40 {
  margin-top: 10rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-64 {
  margin-top: 16rem;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-48 {
  height: 12rem;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-full {
  height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-48 {
  width: 12rem;
}
.w-full {
  width: 100%;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-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-24 {
  --tw-translate-y: 6rem;
  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));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * 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));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-\[-20px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20px * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-black\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.1);
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#3d4a5c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(61 74 92 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3d4a5c\]\/10 {
  background-color: rgb(61 74 92 / 0.1);
}
.bg-\[\#515C69\] {
  --tw-bg-opacity: 1;
  background-color: rgb(81 92 105 / var(--tw-bg-opacity, 1));
}
.bg-\[\#8b9a7d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(139 154 125 / var(--tw-bg-opacity, 1));
}
.bg-\[\#8b9a7d\]\/20 {
  background-color: rgb(139 154 125 / 0.2);
}
.bg-\[\#d8db9c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 219 156 / var(--tw-bg-opacity, 1));
}
.bg-\[\#d8db9c\]\/30 {
  background-color: rgb(216 219 156 / 0.3);
}
.bg-\[\#e5e5d1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 209 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e5e5d1\]\/80 {
  background-color: rgb(229 229 209 / 0.8);
}
.bg-\[\#e9e5d8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 229 216 / var(--tw-bg-opacity, 1));
}
.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-40 {
  padding-top: 10rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[0\.85\] {
  line-height: 0.85;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#3d4a5c\] {
  --tw-text-opacity: 1;
  color: rgb(61 74 92 / var(--tw-text-opacity, 1));
}
.text-\[\#515C69\] {
  --tw-text-opacity: 1;
  color: rgb(81 92 105 / var(--tw-text-opacity, 1));
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-80 {
  opacity: 0.8;
}
.ring {
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-all {
  transition-property: all;
  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-700 {
  transition-duration: 700ms;
}
.morph-blob {
        animation: morphBlob 8s ease-in-out infinite;
    }
.float-slow {
        animation: float 6s ease-in-out infinite;
    }
.float-medium {
        animation: float 4s ease-in-out infinite;
        animation-delay: 1s;
    }
.float-fast {
        animation: float 3s ease-in-out infinite;
        animation-delay: 0.5s;
    }
.pulse-soft {
        animation: pulse-soft 4s ease-in-out infinite;
    }

/* Animations */
@keyframes morphBlob {
    0%, 100% {
        border-radius: 64% 36% 27% 73% / 55% 58% 42% 45%;
    }
    25% {
        border-radius: 73% 27% 36% 64% / 45% 42% 58% 55%;
    }
    50% {
        border-radius: 36% 64% 73% 27% / 58% 45% 55% 42%;
    }
    75% {
        border-radius: 27% 73% 64% 36% / 42% 55% 45% 58%;
    }
}

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

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

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

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

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(61, 74, 92, 0.2);
    }
    50% {
        box-shadow: 0 0 40px rgba(61, 74, 92, 0.4);
    }
}

@keyframes data-flow {
    0% {
        transform: scaleX(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scaleX(1);
        opacity: 0;
    }
}

@keyframes data-flow-vertical {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scaleY(1);
        opacity: 0;
    }
}

@keyframes line-pulse {
    0%, 100% {
        opacity: 0.04;
    }
    50% {
        opacity: 0.12;
    }
}

@keyframes dot-travel {
    0% {
        left: -20px;
        opacity: 0;
        transform: translateY(-50%);
    }
    5% {
        opacity: 0;
    }
    15% {
        opacity: 0.7;
    }
    50% {
        opacity: 0.7;
    }
    85% {
        opacity: 0.7;
    }
    95% {
        opacity: 0;
    }
    100% {
        left: calc(100% + 20px);
        opacity: 0;
        transform: translateY(-50%);
    }
}

@keyframes dot-travel-vertical {
    0% {
        top: -20px;
        opacity: 0;
        transform: translateX(-50%);
    }
    5% {
        opacity: 0;
    }
    15% {
        opacity: 0.7;
    }
    50% {
        opacity: 0.7;
    }
    85% {
        opacity: 0.7;
    }
    95% {
        opacity: 0;
    }
    100% {
        top: calc(100% + 20px);
        opacity: 0;
        transform: translateX(-50%);
    }
}

/* Journey Path Animations */
@keyframes node-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(61, 74, 92, 0.4);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(61, 74, 92, 0);
    }
}

@keyframes branch-grow {
    0%, 100% {
        opacity: 0.2;
        transform: scaleX(0.8);
    }
    50% {
        opacity: 0.6;
        transform: scaleX(1);
    }
}

@keyframes journey-travel {
    0% {
        top: 0;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

/* Map Life / Compass Animations */
@keyframes compass-rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes needle-sway {
    0%, 100% {
        transform: translate(-50%, -50%) rotate(-15deg);
    }
    50% {
        transform: translate(-50%, -50%) rotate(15deg);
    }
}

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

@keyframes path-draw {
    0% {
        stroke-dashoffset: 200;
        opacity: 0;
    }
    20% {
        opacity: 0.6;
    }
    80% {
        opacity: 0.6;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 0;
    }
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-\[\#3d4a5c\]:hover {
  --tw-text-opacity: 1;
  color: rgb(61 74 92 / var(--tw-text-opacity, 1));
}

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

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

.focus\:border-black\/40:focus {
  border-color: rgb(0 0 0 / 0.4);
}

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

@media (min-width: 768px) {

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

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

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

  .md\:text-\[11rem\] {
    font-size: 11rem;
  }
}

@media (min-width: 970px) {

  .nav\:block {
    display: block;
  }

  .nav\:flex {
    display: flex;
  }

  .nav\:hidden {
    display: none;
  }
}
