/*
! tailwindcss v3.4.0 | 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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

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

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

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

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

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

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

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

.mt-10 {
  margin-top: 2.5rem;
}

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.min-h-\[6rem\] {
  min-height: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-80 {
  width: 20rem;
}

.w-full {
  width: 100%;
}

.max-w-6xl {
  max-width: 72rem;
}

.flex-none {
  flex: none;
}

.translate-y-0 {
  --tw-translate-y: 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));
}

.translate-y-4 {
  --tw-translate-y: 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));
}

.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 spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

.border-rose-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}

.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}

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

.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

.fill-cyan-900 {
  fill: #164e63;
}

.fill-rose-900 {
  fill: #881337;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}

.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}

.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity));
}

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

.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-40 {
  opacity: 0.4;
}

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

.outline {
  outline-style: solid;
}

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

.ring-emerald-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity));
}

.ring-rose-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity));
}

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

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Seveneat Landing Page Styles */

:root {
  /* Light theme - Balanced red/green */
  --color-primary: #d64933;
  --color-primary-dark: #c53e2f;
  --color-primary-light: #e57373;
  --color-secondary: #4caf50;
  --color-secondary-dark: #1e2b23;
  --color-secondary-light: #66bb6a;
  --color-text: #d64933;
  --color-text-secondary: #666666;
  --color-text-light: rgba(214, 73, 51, 0.8);
  --color-background: #ffffff;
  --color-background-diff: #f3f2f2;
  --color-background-card: #ffffff;
  --color-icon: #d64933;
  --color-tab-default: #0c7c59;
  --color-tab-selected: #4caf50;
  --color-input: #383232;
  /* Additional colors for landing page */
  --color-white: #ffffff;
  --color-black: #1a1a1a;
  --color-gray-50: #f9fafb;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --color-gray-300: #d1d5db;
  --color-gray-500: #6b7280;
  --color-gray-600: #4b5563;
  --color-gray-700: #374151;
  --color-gray-800: #1f2937;
  --color-gray-900: #111827;
  /* Gradients */
  --gradient-primary: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-secondary) 100%
  );
  --gradient-text: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-secondary) 100%
  );
}

/* Dark theme */

[data-theme="dark"] {
  --color-primary: #d64933;
  --color-primary-dark: #b83e2a;
  --color-primary-light: #e57373;
  --color-secondary: #66bb6a;
  --color-secondary-dark: #4d7455;
  --color-secondary-light: #c8e6c9;
  --color-text: #d64933;
  --color-text-secondary: #cecece;
  --color-text-light: rgba(214, 73, 51, 0.8);
  --color-background: #1e2b23;
  --color-background-diff: #31503f;
  --color-background-card: #31503f;
  --color-icon: #d64933;
  --color-tab-default: #4d7455;
  --color-tab-selected: #66bb6a;
  --color-input: #66bb6a;
  /* Dark theme specific overrides */
  --color-white: #1e2b23;
  --color-black: #ffffff;
  --color-gray-50: #31503f;
  --color-gray-100: #31503f;
  --color-gray-200: #4d7455;
  --color-gray-300: #5a8560;
  --color-gray-500: #a3a3a3;
  --color-gray-600: #cecece;
  --color-gray-700: #e5e5e5;
  --color-gray-800: #f5f5f5;
  --color-gray-900: #ffffff;
  /* Shadows */
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg:
    0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl:
    0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

/* Reset and base styles */

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

body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  color: var(--color-text);
  background: var(--color-background);
}

/* Container */

.seveneat-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (max-width: 640px) {
  .seveneat-container {
    padding: 0 1rem;
  }
}

/* Navigation */

.seveneat-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-gray-100);
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

[data-theme="dark"] .seveneat-nav {
  background: rgba(30, 43, 35, 0.98) !important;
  border-bottom: 1px solid var(--color-gray-200) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3) !important;
}

.seveneat-nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.seveneat-logo h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-primary);
}

.seveneat-logo-text {
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.seveneat-logo-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

.seveneat-footer-logo {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.seveneat-footer-logo-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}

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

/* Language Switcher */

.seveneat-lang-switcher {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  background: rgba(214, 73, 51, 0.1);
  border-radius: 0.5rem;
  border: 1px solid rgba(214, 73, 51, 0.2);
  transition: all 0.3s ease;
  width: 4.5rem;
  height: 2.5rem;
  justify-content: center;
}

[data-theme="dark"] .seveneat-lang-switcher {
  background: rgba(214, 73, 51, 0.15);
  border: 1px solid rgba(214, 73, 51, 0.3);
}

.seveneat-lang-current {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seveneat-lang-link {
  color: var(--color-text-secondary);
  text-decoration: none;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seveneat-lang-link:hover {
  background: rgba(214, 73, 51, 0.1);
  color: var(--color-primary);
}

/* Theme Switcher - matching language switcher style */

.seveneat-theme-switcher {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  background: rgba(214, 73, 51, 0.1);
  border-radius: 0.5rem;
  border: 1px solid rgba(214, 73, 51, 0.2);
  transition: all 0.3s ease;
  width: 4.5rem;
  height: 2.5rem;
  justify-content: center;
}

[data-theme="dark"] .seveneat-theme-switcher {
  background: rgba(214, 73, 51, 0.15);
  border: 1px solid rgba(214, 73, 51, 0.3);
}

.seveneat-theme-current {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.875rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seveneat-theme-link {
  color: var(--color-text-secondary);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seveneat-theme-link:hover {
  background: rgba(214, 73, 51, 0.1);
  color: var(--color-primary);
}

[data-theme="dark"] .seveneat-lang-link:hover {
  background: rgba(214, 73, 51, 0.2);
}

/* Buttons */

.seveneat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  border: 2px solid transparent;
  cursor: pointer;
}

.seveneat-btn-primary {
  background: var(--color-primary);
  color: var(--color-white);
  box-shadow: 0 4px 14px rgba(214, 73, 51, 0.3);
}

.seveneat-btn-primary:hover {
  background: var(--color-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(214, 73, 51, 0.4);
}

.seveneat-btn-outline {
  background: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.seveneat-btn-outline:hover {
  background: var(--color-primary);
  color: var(--color-white);
  box-shadow: 0 4px 14px rgba(214, 73, 51, 0.3);
}

.seveneat-btn-large {
  padding: 1rem 2rem;
  font-size: 1rem;
}

/* Hero Section */

.seveneat-hero {
  padding: 8rem 0 4rem;
  background: linear-gradient(
    135deg,
    var(--color-background) 0%,
    var(--color-background-diff) 100%
  );
}

.seveneat-hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.seveneat-hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: var(--color-gray-900);
}

.seveneat-text-gradient {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.seveneat-hero-subtitle {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--color-text-secondary);
  margin-bottom: 2rem;
}

.seveneat-hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Phone Mockup */

.seveneat-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.seveneat-phone-mockup {
  width: 300px;
  height: 600px;
  background: var(--color-gray-700);
  border-radius: 2rem;
  padding: 1rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  position: relative;
}

.seveneat-phone-screen {
  width: 100%;
  height: 100%;
  background: var(--color-white);
  border-radius: 1.5rem;
  overflow: hidden;
}

.seveneat-app-preview {
  padding: 1.5rem;
  height: 100%;
}

.seveneat-app-header {
  text-align: center;
  margin-bottom: 2rem;
}

.seveneat-status-bar {
  height: 20px;
  background: var(--color-gray-100);
  border-radius: 10px;
  margin-bottom: 1rem;
}

.seveneat-app-header h3 {
  color: var(--color-primary);
  font-size: 1.25rem;
  font-weight: 600;
}

.seveneat-meal-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.seveneat-meal-card {
  background: var(--color-background-diff);
  padding: 1rem;
  border-radius: 1rem;
  border-left: 4px solid var(--color-secondary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.seveneat-meal-day {
  font-size: 0.875rem;
  color: var(--color-text-secondary);
  font-weight: 500;
}

.seveneat-meal-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text);
}

/* Features Section */

.seveneat-features {
  padding: 6rem 0;
  background: var(--color-secondary-dark);
  color: var(--color-white);
}

[data-theme="dark"] .seveneat-features {
  background: var(--color-background-diff);
  color: var(--color-text-secondary);
}

.seveneat-section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.seveneat-section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: 1rem;
}

.seveneat-section-header p {
  font-size: 1.125rem;
  color: var(--color-text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

/* Light mode - features section has dark background */

.seveneat-features .seveneat-section-header h2 {
  color: var(--color-white);
}

.seveneat-features .seveneat-section-header p {
  color: rgba(255, 255, 255, 0.9);
}

[data-theme="dark"] .seveneat-features .seveneat-section-header h2 {
  color: var(--color-text);
}

[data-theme="dark"] .seveneat-features .seveneat-section-header p {
  color: var(--color-text-secondary);
}

.seveneat-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.seveneat-feature-card {
  background: var(--color-background);
  padding: 2rem;
  border-radius: 1.5rem;
  border: 2px solid var(--color-gray-100);
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.seveneat-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: var(--color-secondary);
}

.seveneat-feature-primary {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
  box-shadow: 0 8px 32px rgba(214, 73, 51, 0.3);
}

.seveneat-feature-primary h3 {
  color: var(--color-white);
}

.seveneat-feature-primary p {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
}

/* Better contrast for primary card text in light mode */

.seveneat-feature-primary h3 {
  color: #ffffff !important;
}

.seveneat-feature-primary p {
  color: rgba(255, 255, 255, 0.98) !important;
  font-weight: 500;
}

.seveneat-feature-icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.seveneat-feature-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--color-gray-900);
}

.seveneat-feature-card p {
  color: var(--color-text-secondary);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.seveneat-feature-list {
  list-style: none;
}

.seveneat-feature-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--color-text-secondary);
}

.seveneat-feature-primary .seveneat-feature-list li {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
}

.seveneat-feature-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-weight: bold;
}

.seveneat-feature-primary .seveneat-feature-list li:before {
  color: var(--color-white);
}

/* How It Works Section */

.seveneat-how-it-works {
  padding: 6rem 0;
  background: var(--color-background-diff);
}

.seveneat-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}

.seveneat-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.seveneat-step-number {
  width: 4rem;
  height: 4rem;
  background: var(--color-secondary);
  color: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 14px rgba(76, 175, 80, 0.3);
}

.seveneat-step-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-gray-900);
  margin-bottom: 1rem;
}

.seveneat-step-content p {
  color: var(--color-text-secondary);
  line-height: 1.6;
}

/* Premium Feature Card */

.seveneat-feature-premium {
  background: var(--gradient-primary);
  color: var(--color-white);
  border-color: var(--color-secondary);
  position: relative;
  overflow: hidden;
}

.seveneat-feature-premium h3 {
  color: var(--color-white) !important;
}

.seveneat-feature-premium p {
  color: rgba(255, 255, 255, 0.95) !important;
  font-weight: 400;
}

.seveneat-feature-premium .seveneat-feature-list li {
  color: rgba(255, 255, 255, 0.95) !important;
  font-weight: 400;
  border-color: rgba(255, 255, 255, 0.2);
}

.seveneat-feature-premium .seveneat-feature-list li:before {
  color: var(--color-white);
}

.seveneat-premium-pricing-compact {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.seveneat-price-compact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.seveneat-price-amount {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-white);
}

.seveneat-price-period {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.8;
}

.seveneat-price-annual {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

/* Waitlist Feature Card */

.seveneat-feature-waitlist {
  background: var(--color-secondary);
  color: var(--color-white);
  border-color: var(--color-secondary);
  position: relative;
  overflow: hidden;
}

.seveneat-feature-waitlist h3 {
  color: var(--color-white) !important;
}

.seveneat-feature-waitlist p {
  color: rgba(255, 255, 255, 0.95) !important;
  font-weight: 400;
}

.seveneat-feature-waitlist .seveneat-feature-list li {
  color: rgba(255, 255, 255, 0.95) !important;
  font-weight: 400;
  border-color: rgba(255, 255, 255, 0.2);
}

.seveneat-feature-waitlist .seveneat-feature-list li:before {
  color: var(--color-white);
}

.seveneat-waitlist-cta-compact {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.seveneat-btn-small {
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
}

.seveneat-feature-waitlist .seveneat-btn-outline {
  color: var(--color-white);
  border-color: var(--color-white);
  background: transparent;
}

.seveneat-feature-waitlist .seveneat-btn-outline:hover {
  background: var(--color-white);
  color: var(--color-secondary);
}

/* CTA Section */

.seveneat-cta {
  padding: 6rem 0;
  background: var(--color-primary);
  color: var(--color-white);
}

.seveneat-cta-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.seveneat-cta h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.seveneat-cta p {
  font-size: 1.125rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}

.seveneat-cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.seveneat-cta .seveneat-btn-primary {
  background: var(--color-white);
  color: var(--color-primary);
}

.seveneat-btn-secondary {
  background: var(--color-secondary);
  color: var(--color-white);
  box-shadow: 0 4px 14px rgba(214, 73, 51, 0.3);
}

.seveneat-btn-secondary:hover {
  background: #c53e2f;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(214, 73, 51, 0.4);
}

.seveneat-btn-green {
  background: var(--color-secondary);
  color: var(--color-white);
  box-shadow: 0 4px 14px rgba(76, 175, 80, 0.3);
}

.seveneat-btn-green:hover {
  background: var(--color-secondary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(76, 175, 80, 0.4);
}

.seveneat-cta .seveneat-btn-primary:hover {
  background: var(--color-gray-100);
}

.seveneat-cta-note {
  font-size: 0.875rem;
  opacity: 0.8;
  margin-bottom: 2rem;
}

/* Waitlist Form Styles */

.seveneat-waitlist-form {
  max-width: 600px;
  margin: 2rem auto;
}

.seveneat-form-group {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.seveneat-email-input {
  flex: 1;
  min-width: 300px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.seveneat-email-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.seveneat-email-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.seveneat-email-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.seveneat-waitlist-benefits {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.seveneat-benefit {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  opacity: 0.9;
}

.seveneat-benefit-icon {
  font-size: 1.2rem;
}

/* Footer */

.seveneat-footer {
  padding: 4rem 0 2rem;
  background: var(--color-gray-900);
  color: var(--color-gray-300);
  transition: all 0.3s ease;
  background-color: var(--color-secondary-dark);
}

[data-theme="dark"] .seveneat-footer {
  background: var(--color-background-diff);
  color: var(--color-text-secondary);
}

.seveneat-footer-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  margin-bottom: 2rem;
}

.seveneat-footer-brand h3 {
  color: var(--color-primary);
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.seveneat-footer-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.seveneat-footer-column h4 {
  color: var(--color-white);
  margin-bottom: 1rem;
  font-weight: 600;
  transition: color 0.3s ease;
}

[data-theme="dark"] .seveneat-footer-column h4 {
  color: var(--color-text);
}

.seveneat-footer-column {
  text-align: center;
}

.seveneat-footer-column .links-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.seveneat-footer-column a {
  display: inline-block;
  color: var(--color-gray-400);
  text-decoration: none;
  transition: color 0.2s;
}

.seveneat-footer-column a:hover {
  color: var(--color-primary);
}

.seveneat-footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid var(--color-gray-800);
  color: var(--color-gray-500);
}

/* Responsive Design */

@media (max-width: 1024px) {
  .seveneat-hero-content {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }

  .seveneat-hero-title {
    font-size: 3rem;
  }

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

@media (max-width: 768px) {
  .seveneat-hero {
    padding: 8rem 0 3rem;
  }

  .seveneat-hero-title {
    font-size: 2.5rem;
  }

  .seveneat-hero-subtitle {
    font-size: 1.125rem;
  }

  .seveneat-features {
    padding: 4rem 0;
  }

  .seveneat-section-header h2 {
    font-size: 2rem;
  }

  .seveneat-how-it-works {
    padding: 4rem 0;
  }

  .seveneat-steps {
    gap: 2rem;
  }

  .seveneat-cta {
    padding: 4rem 0;
  }

  .seveneat-cta h2 {
    font-size: 2rem;
  }

  .seveneat-footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .seveneat-footer-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .seveneat-nav {
    padding: 0.5rem 0;
  }

  .seveneat-nav-content {
    padding: 0.5rem 0;
  }

  /* Show hamburger menu on mobile */

  .seveneat-mobile-menu-toggle {
    display: flex;
  }

  /* Hide nav buttons by default on mobile */

  .seveneat-nav-buttons {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-background);
    border-top: 1px solid var(--color-gray-200);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }

  /* Dark theme for mobile menu */

  [data-theme="dark"] .seveneat-nav-buttons {
    background: var(--color-background);
    border-top: 1px solid var(--color-gray-300);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  }

  /* Show nav buttons when menu is open */

  .seveneat-nav-buttons.seveneat-nav-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  /* Mobile controls container */

  .seveneat-mobile-controls {
    flex-direction: row;
    justify-content: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--color-gray-200);
    margin-bottom: 0.5rem;
  }

  [data-theme="dark"] .seveneat-mobile-controls {
    border-bottom: 1px solid var(--color-gray-300);
  }

  /* Main navigation buttons */

  .seveneat-nav-main-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: stretch;
  }

  .seveneat-lang-switcher {
    padding: 0.3rem 0.5rem;
    font-size: 0.875rem;
  }

  .seveneat-theme-switcher {
    padding: 0.3rem 0.5rem;
    font-size: 0.875rem;
  }

  .seveneat-btn {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    text-align: center;
  }

  .seveneat-hero {
    padding: 10rem 0 3rem;
  }

  .seveneat-hero-title {
    font-size: 2rem;
  }

  .seveneat-hero-subtitle {
    font-size: 1rem;
  }

  .seveneat-phone-mockup {
    width: 200px;
    height: 400px;
  }

  .seveneat-hero-buttons {
    justify-content: center;
  }

  .seveneat-features-grid {
    grid-template-columns: 1fr;
  }

  .seveneat-steps {
    grid-template-columns: 1fr;
  }

  .seveneat-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .seveneat-form-group {
    flex-direction: column;
    gap: 1.5rem;
  }

  .seveneat-email-input {
    min-width: auto;
    width: 100%;
  }

  .seveneat-waitlist-benefits {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

/* Loading and Animation */

.seveneat-landing {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

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

.theme-icon {
  font-size: 0.75rem;
  z-index: 1;
}

.theme-icon.sun {
  color: #fbbf24;
}

.theme-icon.moon {
  color: #6b7280;
}

[data-theme="dark"] .theme-icon.sun {
  color: #6b7280;
}

[data-theme="dark"] .theme-icon.moon {
  color: #fbbf24;
}

/* Mobile Menu Styles */

.seveneat-mobile-menu-toggle {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  gap: 0.25rem;
  z-index: 1001;
  transition: all 0.2s ease-in-out;
}

/* Temporary: Show on larger screens for testing */

@media (max-width: 1024px) {
  .seveneat-mobile-menu-toggle {
    display: flex;
  }

  .seveneat-nav-buttons {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-background);
    border-top: 1px solid var(--color-gray-200);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }

  .seveneat-nav-buttons.seveneat-nav-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.seveneat-hamburger {
  width: 1.5rem;
  height: 2px;
  background-color: var(--color-primary);
  border-radius: 1px;
}

.seveneat-menu-open {
  transform: rotate(90deg);
}

.seveneat-mobile-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Smooth scrolling */

html {
  scroll-behavior: smooth;
}

/* Focus states for accessibility */

.seveneat-btn:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

a:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* Flash message z-index override */

#flash-info,
#flash-error {
  z-index: 1030 !important;
}

.hover\:bg-zinc-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.focus\:border-rose-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.focus\:border-zinc-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.focus\:ring-0: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(0px + 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);
}

.active\:text-white\/80:active {
  color: rgb(255 255 255 / 0.8);
}

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

@media (min-width: 640px) {
  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 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));
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }

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

  .sm\:leading-6 {
    line-height: 1.5rem;
  }
}
