*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.static {
  position: static;
}

.flex {
  display: flex;
}

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

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* CSS Variables for Theme System */

:root {
  --transition-speed: 200ms;
}

[data-theme="light"] {
  --bg-primary: #ffffff;
  --bg-secondary: #f9fafb;
  --bg-tertiary: #f3f4f6;
  --bg-card: #ffffff;
  --text-primary: #111827;
  --text-secondary: #6b7280;
  --text-tertiary: #9ca3af;
  --border-color: #e5e7eb;
  --border-hover: #d1d5db;
  --accent: #10B981;
  --accent-hover: #059669;
  --gradient-from: #34D399;
  --gradient-via: #10B981;
  --gradient-to: #059669;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] {
  --bg-primary: #09090b;
  --bg-secondary: #18181b;
  --bg-tertiary: #27271b;
  --bg-card: #18181b;
  --text-primary: #fafafa;
  --text-secondary: #a1a1aa;
  --text-tertiary: #71717a;
  --border-color: rgba(255, 255, 255, 0.1);
  --border-hover: rgba(255, 255, 255, 0.2);
  --accent: #10B981;
  --accent-hover: #34D399;
  --gradient-from: #34D399;
  --gradient-via: #10B981;
  --gradient-to: #059669;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.7);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.9);
}

/* Base Styles */

* {
  transition: background-color var(--transition-speed) ease-in-out,
              color var(--transition-speed) ease-in-out,
              border-color var(--transition-speed) ease-in-out;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: var(--bg-primary);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Selection Colors */

::-moz-selection {
  background-color: var(--accent);
  color: #ffffff;
}

::selection {
  background-color: var(--accent);
  color: #ffffff;
}

/* Navbar */

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  border-bottom: 1px solid var(--border-color);
  background-color: rgba(var(--bg-primary), 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.nav-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #10B981;
  text-decoration: none;
}

.logo svg {
  color: var(--accent);
}

.logo-image {
  width: 40px;
  height: 40px;
  border-radius: 0.75rem;
  background-color: transparent;
}
  mask-image: url('../public/logo-trn.png');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.footer-logo-image {
  width: 32px;
  height: 32px;
  border-radius: 0.5rem;
  background-color: transparent;
}
  mask-image: url('../public/logo-trn.png');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

[data-theme="light"] .logo-image,
.nav-links {
  display: none;
  align-items: center;
  gap: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.nav-links a {
  text-decoration: none;
  color: var(--text-secondary);
  transition: none;
}

.nav-links a:hover {
  color: inherit;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.theme-toggle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid var(--border-color);
  background-color: var(--bg-card);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

.theme-toggle:hover {
  border-color: var(--border-hover);
  background-color: var(--bg-tertiary);
}

[data-theme="dark"] .sun-icon {
  display: block;
}

[data-theme="dark"] .moon-icon {
  display: none;
}

[data-theme="light"] .sun-icon {
  display: none;
}

[data-theme="light"] .moon-icon {
  display: block;
}

.cta-button {
  background-color: var(--accent);
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s, transform 0.2s;
}

.cta-button:hover {
  background-color: var(--accent-hover);
  transform: translateY(-1px);
}

@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }
}

@media (max-width: 767px) {
  .nav-links {
    display: none;
  }
  .nav-container {
    justify-content: space-between;
  }
  .logo span {
    font-size: 0.85rem !important;
  }
  .cta-button {
    font-size: 0.65rem !important;
    padding: 0.4rem 0.8rem !important;
  }
  .navbar .floating-icon-header {
    display: none;
  }
  .footer-nav-links {
    display: none !important;
  }
  .footer-bmc {
    display: none !important;
  }
  footer {
    padding: 1rem !important;
  }
}

/* Hero Section */

.hero {
  padding-top: 7rem;
  padding-bottom: 6rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: hidden;
}

.hero-gradients {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 80rem;
  pointer-events: none;
  opacity: 0.2;
  transition: opacity 0.3s ease-out;
}

.gradient-orb {
  position: absolute;
  border-radius: 9999px;
  mix-blend-mode: screen;
  filter: blur(100px);
}

.gradient-orb-1 {
  top: 5rem;
  left: 2.5rem;
  width: 24rem;
  height: 24rem;
  background-color: #10B981;
}

.gradient-orb-2 {
  top: 10rem;
  right: 2.5rem;
  width: 18rem;
  height: 18rem;
  background-color: #059669;
}

.hero-container {
  position: relative;
  z-index: 10;
  display: grid;
  gap: 3rem;
  max-width: 80rem;
  margin: 0 auto;
  align-items: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid var(--border-color);
  background-color: rgba(var(--bg-card), 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: -moz-fit-content;
  width: fit-content;
}

.pulse-dot {
  display: flex;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  background-color: var(--accent);
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.hero-badge span:last-child {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-primary);
  letter-spacing: 0.025em;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.05em;
  color: var(--text-primary);
}

.gradient-text {
  background: linear-gradient(to right, var(--gradient-from), var(--gradient-via), var(--gradient-to));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  max-width: 28rem;
  line-height: 1.625;
}

.hero-cta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0.5rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 2rem;
  border-radius: 1.25rem;
  background: rgba(16, 185, 129, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border: 1px solid rgba(52, 211, 153, 0.5);
  box-shadow: 0 8px 24px -6px rgba(16, 185, 129, 0.4), inset 0 2px 4px rgba(255,255,255,0.3);
  transition: all 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%);
  transform: translateX(-100%) skewX(-12deg);
  transition: transform 0.6s ease;
}

.btn-primary:hover::after {
  transform: translateX(200%) skewX(-12deg);
}

.btn-primary:hover {
  box-shadow: 0 12px 32px -6px rgba(16, 185, 129, 0.5);
  transform: translateY(-1px);
}

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

[data-theme="light"] .btn-primary {
  color: #fff;
}
  font-size: 0.875rem;
  text-decoration: none;
  box-shadow: 0 0 20px -5px rgba(16, 185, 129, 0.5);
  transition: all 0.3s;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  padding: 0 1.5rem;
  border-radius: 9999px;
  border: 1px solid var(--border-color);
  color: var(--text-primary);
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  background-color: rgba(var(--bg-card), 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: all 0.3s;
}

.btn-secondary:hover {
  border-color: var(--border-hover);
  background-color: var(--bg-tertiary);
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.phone-mockup {
  position: relative;
  width: 300px;
  height: 520px;
  overflow: visible;
}

.phone-frame {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  border: 8px solid var(--border-color);
  background-color: var(--bg-card);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.phone-notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  height: 13px;
  background-color: #000;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  z-index: 10;
}

.phone-screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  padding-top: 14px;
  box-sizing: border-box;
}

.phone-home-bar {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background: rgba(255,255,255,0.3);
  border-radius: 999px;
  z-index: 10;
}

.phone-ai-glow {
  position: absolute;
  inset: -6px;
  border-radius: 46px;
  background: transparent;
  box-shadow: 0 0 40px rgba(16,185,129,0.3), 0 0 80px rgba(16,185,129,0.15), 0 0 120px rgba(59,130,246,0.1);
  animation: aiEdgeGlow 3s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}

@keyframes aiEdgeGlow {
  0%, 100% { box-shadow: 0 0 40px rgba(16,185,129,0.3), 0 0 80px rgba(16,185,129,0.15), 0 0 120px rgba(59,130,246,0.1); }
  50% { box-shadow: 0 0 60px rgba(16,185,129,0.5), 0 0 100px rgba(16,185,129,0.25), 0 0 150px rgba(59,130,246,0.2); }
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-badge {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: rgba(24, 24, 27, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.75rem 1rem;
  border-radius: 1.25rem;
  box-shadow: 0 8px 32px -8px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 10;
}

[data-theme="light"] .floating-badge {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 32px -8px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.7);
}

.badge-icon {
  height: 2.75rem;
  width: 2.75rem;
  border-radius: 0.75rem;
  background: rgba(16, 185, 129, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(16, 185, 129, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #10b981;
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.2);
}

.badge-title {
  font-size: 0.8rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
}

.badge-subtitle {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.5);
}

[data-theme="light"] .badge-title {
  color: #111827;
}

[data-theme="light"] .badge-subtitle {
  color: rgba(0,0,0,0.5);
}

@media (min-width: 768px) {
  .hero {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }

  .hero-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }

  .hero-title {
    font-size: 3.6rem;
  }

  .hero-cta {
    flex-direction: row;
  }
}

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

/* Section Styles */

.features-section,
.platforms-section,
.testimonials-section {
  padding: 6rem 1.5rem;
}

.demo-section {
  padding: 6rem 1.5rem;
  background-color: var(--bg-secondary);
}

.privacy-section {
  padding: 3rem 1.5rem;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  background-color: rgba(var(--bg-secondary), 0.3);
}

.section-container {
  max-width: 80rem;
  margin: 0 auto;
}

.demo-container {
  max-width: 80rem;
  margin: 0 auto;
}

.privacy-container {
  max-width: 80rem;
  margin: 0 auto;
}

.section-header {
  margin-bottom: 3rem;
}

.section-header.centered {
  text-align: center;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.section-description {
  color: var(--text-secondary);
  max-width: 32rem;
}

.section-header.centered .section-description {
  margin: 0 auto;
}

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

/* Bento Grid */

.bento-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

.bento-item {
  background-color: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 1.5rem;
  overflow: hidden;
  transition: all 0.3s;
}

/* Override bento-item defaults when glass-card is also applied */
.bento-item.glass-card {
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
}

.bento-item:hover {
  border-color: rgba(16, 185, 129, 0.3);
}

.feature-image {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.feature-image img,
.feature-image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.bento-item:hover .feature-image img,
.bento-item:hover .feature-image svg {
  transform: scale(1.05);
  transition: transform 0.5s;
}

.feature-content {
  padding: 1rem 1.25rem;
}

.feature-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
}

.feature-description {
  font-size: 0.7rem;
  color: var(--text-tertiary);
  line-height: 1.4;
}

@media (min-width: 768px) {
  .bento-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bento-large {
    grid-column: span 2;
    grid-row: span 2;
  }

  .bento-wide {
    grid-column: span 2;
  }
}

/* Platforms Grid */

.platforms-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

.platform-card {
  background-color: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 1.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transition: all 0.3s;
}

.platform-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.platform-card.platform-coming {
  opacity: 0.6;
}

.platform-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.platform-icon {
  height: 4rem;
  width: 4rem;
  border-radius: 1rem;
  background: rgba(16, 185, 129, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(16, 185, 129, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
  justify-content: center;
  color: var(--accent);
}

.platform-status {
  display: inline-flex;
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
  background-color: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.platform-status-coming {
  background-color: rgba(16, 185, 129, 0.1);
  color: var(--accent);
}

.platform-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
}

.platform-description {
  color: var(--text-secondary);
  line-height: 1.625;
  flex-grow: 1;
}

.platform-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.3s;
}

.platform-button-primary {
  background-color: var(--accent);
  color: #ffffff;
}

.platform-button-primary:hover {
  background-color: var(--accent-hover);
  transform: translateY(-2px);
}

.platform-button-secondary {
  border: 1px solid var(--border-color);
  background-color: transparent;
  color: var(--text-primary);
}

.platform-button-secondary:hover {
  border-color: var(--border-hover);
  background-color: var(--bg-tertiary);
}

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

/* Demo Section */

.demo-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  margin-top: 3rem;
}

.demo-phone {
  position: relative;
  width: 300px;
  height: 600px;
}

.demo-phone-frame {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  border: 8px solid var(--border-color);
  background-color: var(--bg-card);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  position: relative;
}

.demo-phone-notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 24px;
  background-color: var(--bg-card);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  z-index: 10;
}

.demo-phone-screen {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, var(--bg-primary), var(--bg-secondary));
  padding: 3rem 1.5rem;
}

.demo-screen-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo-habit-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.demo-habit-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 1rem;
  transition: all 0.3s;
}

.demo-habit-item.demo-habit-active {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
}

.demo-habit-icon {
  font-size: 1.5rem;
}

.demo-habit-info {
  flex-grow: 1;
}

.demo-habit-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-primary);
}

.demo-habit-streak {
  font-size: 0.75rem;
  color: var(--text-tertiary);
}

.demo-habit-check {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  background-color: var(--accent);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
}

.demo-habit-check-empty {
  background-color: transparent;
  border: 2px solid var(--border-color);
}

.demo-steps {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.demo-step {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.demo-step-number {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background-color: var(--accent);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.125rem;
}

.demo-step-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-primary);
}

.demo-step-description {
  font-size: 0.75rem;
  color: var(--text-tertiary);
}

.demo-step-arrow {
  font-size: 1.5rem;
  color: var(--text-tertiary);
}

@media (max-width: 767px) {
  .demo-step-arrow {
    display: none;
  }
}

/* Privacy Section */

.privacy-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

.privacy-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.privacy-icon {
  height: 4rem;
  width: 4rem;
  border-radius: 0.75rem;
  background-color: rgba(16, 185, 129, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}

.privacy-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
}

.privacy-description {
  font-size: 0.75rem;
  color: var(--text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .privacy-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Testimonials Section */

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

.testimonial-card {
  background-color: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 1.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transition: all 0.3s;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(16, 185, 129, 0.3);
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonial-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  overflow: hidden;
  border: 2px solid var(--border-color);
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-primary);
}

.testimonial-achievement {
  font-size: 0.75rem;
  color: var(--accent);
  font-weight: 600;
}

.testimonial-quote {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.625;
  flex-grow: 1;
}

.testimonial-rating {
  display: flex;
  gap: 0.25rem;
  color: #fbbf24;
}

.testimonials-footer {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid var(--border-color);
  display: flex;
  justify-content: center;
}

.app-rating {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.rating-stars {
  display: flex;
  gap: 0.25rem;
  color: #fbbf24;
}

.rating-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
}

.rating-count {
  font-size: 0.875rem;
  color: var(--text-tertiary);
}

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

/* Footer */

.footer {
  padding: 3rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.footer-container {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.footer-logo {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #10B981;
  text-decoration: none;
}

.footer-links {
  display: flex;
  gap: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.footer-links a {
  text-decoration: none;
  color: var(--text-secondary);
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--text-primary);
}

.footer-social {
  display: flex;
  gap: 1rem;
}

.footer-social a {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-tertiary);
  transition: color 0.2s;
}

.footer-social a:hover {
  color: var(--text-primary);
}

.footer-copyright {
  font-size: 0.75rem;
  color: var(--text-tertiary);
}

@media (min-width: 768px) {
  .footer-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* Responsive Utilities */

@media (max-width: 767px) {
  .hero-title {
    font-size: 2rem;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .phone-mockup {
    width: 250px;
    height: 430px;
  }

  .demo-phone {
    width: 250px;
    height: 500px;
  }
}html { scroll-behavior: smooth; }

/* ═══════════════════════════════════════════
   Aurora Glass UI System — Landing Page
   ═══════════════════════════════════════════ */

/* Glass Design Tokens */
:root {
  --glass-bg: rgba(255, 255, 255, 0.06);
  --glass-bg-hover: rgba(255, 255, 255, 0.1);
  --glass-bg-strong: rgba(255, 255, 255, 0.12);
  --glass-border: rgba(255, 255, 255, 0.12);
  --glass-border-strong: rgba(255, 255, 255, 0.2);
  --glass-shadow: 0 8px 32px -8px rgba(0, 0, 0, 0.3);
  --glass-inset: inset 0 1px 1px rgba(255, 255, 255, 0.1);
  --glass-inset-strong: inset 0 2px 4px rgba(255, 255, 255, 0.15);
  --glow-emerald: rgba(16, 185, 129, 0.3);
}

[data-theme="light"] {
  --glass-bg: rgba(0, 0, 0, 0.06);
  --glass-bg-hover: rgba(0, 0, 0, 0.1);
  --glass-bg-strong: rgba(0, 0, 0, 0.12);
  --glass-border: rgba(0, 0, 0, 0.1);
  --glass-border-strong: rgba(0, 0, 0, 0.16);
  --glass-shadow: 0 8px 32px -8px rgba(0, 0, 0, 0.12);
  --glass-inset: inset 0 1px 1px rgba(255, 255, 255, 0.7);
  --glass-inset-strong: inset 0 2px 4px rgba(255, 255, 255, 0.8);
  --glow-emerald: rgba(16, 185, 129, 0.2);
}

/* Aurora Animated Background */
[data-theme="dark"] body::before,
[data-theme="light"] body::before {
  content: '';
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  pointer-events: none;
  z-index: 0;
  animation: auroraFloat 18s ease-in-out infinite;
}

[data-theme="dark"] body::before {
  background: 
    radial-gradient(circle at 30% 70%, rgba(16, 185, 129, 0.06) 0%, transparent 40%),
    radial-gradient(circle at 70% 30%, rgba(59, 130, 246, 0.04) 0%, transparent 40%);
}

[data-theme="light"] body::before {
  background: 
    radial-gradient(circle at 20% 80%, rgba(16, 185, 129, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.07) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(16, 185, 129, 0.05) 0%, transparent 50%);
}

[data-theme="light"] body {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 25%, #f8fafc 50%, #f0fdf4 75%, #ecfdf5 100%);
  background-size: 400% 400%;
  animation: auroraShift 20s ease-in-out infinite;
}

@keyframes auroraShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes auroraFloat {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(1%, -1%) rotate(1deg); }
  66% { transform: translate(-1%, 1%) rotate(-1deg); }
}

/* Floating Fitness Icons */
.floating-icons {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.floating-icon {
  position: absolute;
  opacity: 0.08;
  animation: floatIcon 20s ease-in-out infinite;
}

.floating-icon:nth-child(1) { top: 15%; left: 5%; animation-delay: 0s; animation-duration: 22s; }
.floating-icon:nth-child(2) { top: 25%; right: 8%; animation-delay: -5s; animation-duration: 18s; }
.floating-icon:nth-child(3) { top: 55%; left: 10%; animation-delay: -9s; animation-duration: 25s; }
.floating-icon:nth-child(4) { top: 70%; right: 12%; animation-delay: -14s; animation-duration: 20s; }
.floating-icon:nth-child(5) { top: 40%; left: 85%; animation-delay: -3s; animation-duration: 23s; }
.floating-icon:nth-child(6) { top: 80%; left: 50%; animation-delay: -11s; animation-duration: 19s; }

[data-theme="light"] .floating-icon {
  opacity: 0.1;
}

@keyframes floatIcon {
  0%, 100% { transform: translateY(0) translateX(0) rotate(0deg); }
  25% { transform: translateY(-30px) translateX(15px) rotate(5deg); }
  50% { transform: translateY(-15px) translateX(-10px) rotate(-3deg); }
  75% { transform: translateY(-40px) translateX(20px) rotate(8deg); }
}

/* Card background animation keyframes */
@keyframes analyzePulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.8); opacity: 0.3; }
}

@keyframes chartReveal {
  0%, 100% { opacity: 0.4; transform: translateY(5px); }
  50% { opacity: 0.8; transform: translateY(-5px); }
}

@keyframes calcOrbit {
  0% { transform: rotate(0deg) translateX(8px); }
  100% { transform: rotate(360deg) translateX(8px); }
}

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

/* Reusable Glass Container */
.glass-card {
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow), var(--glass-inset);
  position: relative;
}

.glass-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 0%, var(--glow-emerald), transparent 70%);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.glass-card-strong {
  background: var(--glass-bg-strong);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--glass-border-strong);
  box-shadow: var(--glass-shadow), var(--glass-inset-strong);
  position: relative;
}

.glass-card-strong::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 0%, var(--glow-emerald), transparent 70%);
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

/* Glass Pill Badge */
.glass-pill {
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-inset);
  border-radius: 9999px;
  transition: all 0.2s ease;
}

.glass-pill:hover {
  background: var(--glass-bg-hover);
  border-color: var(--glass-border-strong);
  box-shadow: var(--glass-inset-strong), 0 4px 12px rgba(16, 185, 129, 0.15);
  transform: translateY(-1px);
}

/* Glass Button — Universal */
.glass-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--glass-bg-strong);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border-strong);
  box-shadow: var(--glass-inset-strong);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
  border-radius: 1rem;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.glass-btn:hover {
  background: var(--glass-bg-hover);
  border-color: rgba(16, 185, 129, 0.4);
  box-shadow: var(--glass-inset-strong), 0 4px 20px rgba(16, 185, 129, 0.2);
  transform: translateY(-1px);
}

.glass-btn:active {
  transform: scale(0.97);
}

/* Glass Button — Emerald Primary with shimmer */
.glass-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #10b981;
  color: #fff;
  border: 1px solid #34d399;
  box-shadow: 0 8px 24px -6px rgba(16, 185, 129, 0.4);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  cursor: pointer;
  text-decoration: none;
}

.glass-btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%);
  transform: translateX(-100%) skewX(-12deg);
  transition: transform 0.6s ease;
}

.glass-btn-primary:hover::after {
  transform: translateX(200%) skewX(-12deg);
}

.glass-btn-primary:hover {
  box-shadow: 0 12px 32px -6px rgba(16, 185, 129, 0.5);
  transform: translateY(-1px);
}

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

/* Light theme button overrides */
[data-theme="light"] .glass-btn {
  color: #111827;
}

[data-theme="light"] .glass-btn-primary {
  color: #fff;
}

/* Aurora Orb */
.aurora-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.4;
}

/* Section Title Label */
.glass-label {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  opacity: 0.6;
}
  z-index: 0;
  opacity: 0.4;
}

/* Section Title Label */
.glass-label {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  opacity: 0.6;
}

/* ═══════════════════════════════════════════
   Nav Glass Track — Aurora Navigation
   ═══════════════════════════════════════════ */

.nav-glass-track {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: var(--glass-bg-strong);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border-strong);
  border-radius: 1.25rem;
  padding: 0.3rem;
  box-shadow: var(--glass-shadow), var(--glass-inset);
  position: relative;
  overflow: visible;
}

/* Sliding glass bubble indicator */
.nav-slider {
  position: absolute;
  top: 0.3rem;
  bottom: 0.3rem;
  background: rgba(16, 185, 129, 0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(16, 185, 129, 0.2), inset 0 1px 1px rgba(255,255,255,0.3);
  z-index: 5;
  transition: left 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
}

.nav-glass-track a {
  position: relative;
  z-index: 10;
  padding: 0.5rem 1.1rem;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 1rem;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-glass-track a.active {
  color: #10b981;
}

.nav-glass-track a:hover {
  color: #10b981;
}

.navbar {
  background: var(--glass-bg-strong) !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  border-bottom: 1px solid var(--glass-border-strong) !important;
  box-shadow: var(--glass-shadow), var(--glass-inset) !important;
  border-radius: 0 0 2rem 2rem !important;
}

.navbar .logo-image {
  width: 40px;
  height: 40px;
  border-radius: 0.75rem;
  border: 1px solid var(--glass-border-strong);
  box-shadow: var(--glass-inset);
}

.navbar .cta-button {
  background: var(--glass-bg-strong) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid var(--glass-border-strong) !important;
  box-shadow: var(--glass-inset-strong) !important;
  border-radius: 1rem !important;
  letter-spacing: 0.05em !important;
}

.navbar .cta-button:hover {
  background: var(--glass-bg-hover) !important;
}