*, ::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: Space Grotesk, 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;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.left-0 {
  left: 0px;
}
.top-0 {
  top: 0px;
}
.top-full {
  top: 100%;
}
.z-50 {
  z-index: 50;
}
.z-\[999\] {
  z-index: 999;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.hidden {
  display: none;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-full {
  width: 100%;
}
.translate-y-1 {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.cursor-pointer {
  cursor: pointer;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 7px;
}
.rounded-t-xl {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(25 26 35 / var(--tw-bg-opacity, 1));
}
.bg-gray-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}
.bg-lime {
  --tw-bg-opacity: 1;
  background-color: rgb(185 255 102 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.p-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: Space Grotesk, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.leading-none {
  line-height: 1;
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(25 26 35 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-60 {
  opacity: 0.6;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
/* ============================================================
   Freelance Analytics – Custom Design System
   Complements Tailwind with component-level styles
   ============================================================ */
/* ---------- CSS Variables ---------- */
:root {
  --primary:  #B9FF66;
  --dark:     #191A23;
  --gray:     #F3F3F3;
  --white:    #FFFFFF;
  --text-gray:   #666;
  --text-medium: #444;
  --text-dark:   #333;

  --radius-sm: 7px;
  --radius-md: 14px;
  --radius-lg: 45px;
  --border:    1px solid #191A23;
  --border-bottom-width: 5px;
  --shadow:    0px 5px 0px #191A23;
  --shadow-subtle: 0 2px 10px rgba(0,0,0,0.1);

  --spacing-section: 100px;
  --transition: all 0.3s ease;
}
/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  font-family: 'Space Grotesk', sans-serif;
  background: var(--white);
  color: var(--dark);
  line-height: 1.4;
}
a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
/* ---------- Container ---------- */
.site-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
/* ---------- Background utilities ---------- */
.bg-dark      { background: var(--dark); color: var(--white); }
.bg-lime      { background: var(--primary); }
.bg-gray-soft { background: var(--gray); }
/* ---------- Buttons ---------- */
.btn-black,
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 36px;
  border-radius: var(--radius-md);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: var(--transition);
  text-align: center;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.btn-black {
  background: var(--dark);
  color: var(--white);
}
.btn-outline {
  background: transparent;
  color: var(--dark);
  border: var(--border);
}
.btn-black:hover,
.btn-outline:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.btn-lg {
  font-size: 24px;
  padding: 25px 50px;
}
/* ---------- Header ---------- */
#site-header {
  background: var(--white);
  padding: 18px 0;
  transition: box-shadow 0.3s ease, padding 0.3s ease;
  border-bottom: 1px solid transparent;
}
#site-header .site-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.btn-header {
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Space Grotesk', sans-serif;
  border: 1px solid var(--dark);
  color: var(--dark);
  border-radius: var(--radius-md);
  background: transparent;
  transition: var(--transition);
  white-space: nowrap;
  cursor: pointer;
}
.btn-header:hover {
  background: var(--dark);
  color: white;
}
#site-header.scrolled {
  box-shadow: var(--shadow-subtle);
  padding: 14px 0;
}
/* Logo */
.logo-text {
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.logo-text .logo-highlight {
  background: var(--primary);
  padding: 2px 5px;
  border-radius: 4px;
}
/* Mobile drawer */
.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: white;
  flex-direction: column;
  padding: 24px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}
.mobile-drawer.is-open {
  transform: translateX(0);
}
.mobile-cta-wrapper {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--gray);
}
/* ---------- Badge ---------- */
.badge {
  background: var(--primary);
  padding: 0 10px;
  border-radius: 7px;
  font-size: 32px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.3;
}
.badge-lg {
  font-size: 24px;
  margin-bottom: 20px;
}
/* ---------- Section header ---------- */
.section-header {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 100px 0 60px;
}
.section-header p {
  max-width: 500px;
  font-size: 18px;
}
/* ---------- Hero ---------- */
.hero-section {
  padding: 80px 20px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.hero-section h1 {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 25px;
}
.hero-section p {
  font-size: 20px;
  margin-bottom: 35px;
  color: var(--text-medium);
}
.hero-btns {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.hero-link { font-weight: 500; }
.hero-trust {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-gray);
}
/* ---------- Social proof logos ---------- */
.logos-section { border-bottom: var(--border); }
.logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  place-items: center;
  padding: 50px 0;
  filter: grayscale(1);
  opacity: 0.7;
  gap: 30px 40px;
}
.logo-img {
  max-height: 35px;
  max-width: 120px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: var(--transition);
}
.logo-img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}
/* ---------- Problem section ---------- */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.card-problem {
  border: var(--border);
  border-bottom: 5px solid var(--dark);
  padding: 40px;
  border-radius: var(--radius-lg);
  height: 100%;
  transition: var(--transition);
}
.card-problem:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.card-problem .card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
  display: block;
}
.card-problem .card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-problem h3 {
  margin: 20px 0 15px;
  font-size: 24px;
  background: var(--primary);
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px;
}
.card-problem.bg-dark .card-icon img { filter: invert(1); }
.card-problem.bg-dark h3 {
  background: white;
  color: var(--dark);
}
.problem-result {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
}
/* ---------- Expertise ---------- */
.expertise-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.expertise-card {
  border: var(--border);
  border-bottom: var(--border-bottom-width) solid var(--dark);
  border-radius: var(--radius-lg);
  padding: 50px;
  display: flex;
  justify-content: space-between;
  min-height: 300px;
  transition: var(--transition);
}
.expertise-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.exp-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}
.exp-title span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  border-radius: 5px;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}
.expertise-card.bg-gray-soft .exp-title span { background: var(--primary); }
.expertise-card.bg-lime      .exp-title span { background: white; }
.expertise-card.bg-dark      .exp-title span { background: white; color: var(--dark); }
/* ---------- Stats ---------- */
.stats-bar {
  background: var(--dark);
  color: white;
  border-radius: var(--radius-lg);
  padding: 60px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  text-align: center;
  margin: 80px 0;
}
.stat-item h2 {
  font-size: 48px;
  color: var(--primary);
}
.stat-item p {
  font-size: 16px;
  opacity: 0.8;
}
/* ---------- Industries ---------- */
.industries-section { margin-top: var(--spacing-section); }
.industries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
.industry-card {
  background: var(--gray);
  border: var(--border);
  border-radius: var(--radius-lg);
  padding: 40px;
  transition: var(--transition);
}
.industry-card:hover {
  background: white;
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.industry-card.bg-lime:hover {
  background: var(--primary);
  opacity: 0.95;
}
.industry-featured {
  grid-column: span 2;
  background: var(--gray);
}
.industry-featured:hover {
  background: white;
}
.industry-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.industry-icon { width: 32px; height: 32px; }
.industry-card h3 { font-size: 24px; margin: 0; }
.industry-card p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-dark);
}
.industries-cta {
  text-align: center;
  padding: 40px;
  background: var(--dark);
  color: white;
  border-radius: var(--radius-lg);
  border: var(--border);
}
.industries-cta p {
  font-size: 18px;
  margin-bottom: 25px;
}
.industries-cta strong { color: var(--primary); }
/* ---------- Method ---------- */
.method-step {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 40px;
  background: var(--gray);
  padding: 40px;
  border-radius: var(--radius-lg);
  border: var(--border);
  transition: var(--transition);
}
.method-step:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.method-step.lime { background: var(--primary); }
.method-step h3 { font-size: 24px; margin-bottom: 10px; }
.method-step p  { font-size: 16px; line-height: 1.6; }
.step-num {
  font-size: 60px;
  font-weight: 700;
  opacity: 0.3;
  min-width: 80px;
  line-height: 1;
}
/* ---------- Tech Stack ---------- */
.tech-stack-section { margin-top: var(--spacing-section); }
.tech-stack-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 30px 35px;
  padding: 40px 0;
  place-items: center;
}
.tech-logo {
  max-height: 45px;
  max-width: 140px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
  opacity: 0.6;
  transition: var(--transition);
}
.tech-logo:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}
/* ---------- Testimonials ---------- */
.testimonials-section { margin-top: 80px; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.testimonial-card {
  background: white;
  border: var(--border);
  padding: 35px;
  border-radius: var(--radius-lg);
  transition: var(--transition);
}
.testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.testimonial-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid var(--dark);
  flex-shrink: 0;
}
.testimonial-info h3 { font-size: 18px; margin: 0 0 5px 0; font-weight: 600; }
.testimonial-role    { font-size: 14px; color: var(--text-gray); margin: 0; }
.testimonial-company { font-size: 14px; font-weight: 600; color: var(--dark); margin: 3px 0 0 0; }
.testimonial-content {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-dark);
  font-style: italic;
  margin: 0;
}
/* ---------- About ---------- */
.section-spacing { margin-top: var(--spacing-section); }
.about {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: center;
  background: var(--gray);
  padding: 60px;
  border-radius: var(--radius-lg);
}
.about-img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  border: var(--border);
}
.about-intro {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.about-desc { margin-bottom: 30px; }
/* ---------- Network ---------- */
.network-section { margin-top: var(--spacing-section); }
.network-intro {
  background: var(--dark);
  color: white;
  padding: 50px;
  border-radius: var(--radius-lg);
  margin-bottom: 40px;
  border: var(--border);
}
.network-intro h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: var(--primary);
}
.network-intro p { font-size: 18px; line-height: 1.7; }
.network-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
.network-card {
  padding: 40px;
  border-radius: var(--radius-lg);
  border: var(--border);
  border-bottom: 5px solid var(--dark);
  transition: transform 0.3s ease;
}
.network-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.network-icon { width: 40px; height: 40px; margin-bottom: 20px; display: block; }
.network-card.bg-dark .network-icon { filter: invert(1); }
.network-card h4 { font-size: 22px; margin-bottom: 15px; }
.network-card p  { font-size: 16px; line-height: 1.6; }
.network-cta {
  background: var(--primary);
  padding: 60px;
  border-radius: var(--radius-lg);
  text-align: center;
  border: var(--border);
}
.network-cta-content h3 { font-size: 36px; margin-bottom: 15px; }
.network-cta-content p  { font-size: 18px; margin-bottom: 30px; color: var(--text-dark); }
/* ---------- FAQ ---------- */
.faq-item {
  border-bottom: var(--border);
  padding: 25px 0;
  cursor: pointer;
  transition: var(--transition);
}
.faq-item:hover {
  background: var(--gray);
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
}
.faq-item h3 {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  font-weight: 500;
  gap: 20px;
}
.faq-item h3 span {
  font-size: 28px;
  font-weight: 300;
  color: var(--primary);
  background: var(--dark);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-answer p {
  padding-top: 15px;
  line-height: 1.7;
  color: var(--text-medium);
}
.faq-item.faq-open .faq-answer { max-height: 600px; }
/* ---------- CTA section ---------- */
.cta-section {
  margin: 100px 0;
  text-align: center;
}
.cta-title  { font-size: 40px; margin: 30px 0; }
.cta-desc   { margin-bottom: 40px; }
.cta-trust  { margin-top: 20px; opacity: 0.6; }
/* ---------- Footer ---------- */
.footer-heading { color: var(--primary); margin-bottom: 20px; font-size: 18px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}
.footer-social { display: flex; flex-direction: column; gap: 15px; }
.footer-social-links { display: flex; flex-direction: column; gap: 12px; }
.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 14px 22px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  color: white;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: var(--transition);
}
.footer-social-link:hover {
  background: var(--primary);
  color: var(--dark);
  transform: translateY(-2px);
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 14px;
}
.footer-links { display: flex; gap: 20px; }
.footer-links a { opacity: 0.6; }
.footer-links a:hover { opacity: 1; }
/* ---------- Animations ---------- */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.95); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes slideInRight {
  from { opacity: 0; transform: translateX(30px); }
  to   { opacity: 1; transform: translateX(0); }
}
.animate-on-scroll { opacity: 0; }
.animate-on-scroll.animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-in-up.animated  { animation-name: fadeInUp; }
.scale-in.animated    { animation-name: scaleIn; }
.slide-in-left.animated  { animation-name: slideInLeft; }
.slide-in-right.animated { animation-name: slideInRight; }
.stagger-item { opacity: 0; }
.stagger-item.animated {
  animation-name: fadeInUp;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.stagger-item:nth-child(1).animated  { animation-delay: 0.05s; }
.stagger-item:nth-child(2).animated  { animation-delay: 0.15s; }
.stagger-item:nth-child(3).animated  { animation-delay: 0.25s; }
.stagger-item:nth-child(4).animated  { animation-delay: 0.35s; }
.stagger-item:nth-child(5).animated  { animation-delay: 0.45s; }
.stagger-item:nth-child(6).animated  { animation-delay: 0.55s; }
.stagger-item:nth-child(7).animated  { animation-delay: 0.65s; }
.stagger-item:nth-child(8).animated  { animation-delay: 0.75s; }
.stagger-item:nth-child(9).animated  { animation-delay: 0.85s; }
/* Hero load animations */
.hero-section .hero-content > * {
  opacity: 0;
  animation: fadeInUp 0.8s cubic-bezier(0.4,0,0.2,1) forwards;
}
.hero-section .hero-content > *:nth-child(1) { animation-delay: 0.2s; }
.hero-section .hero-content > *:nth-child(2) { animation-delay: 0.3s; }
.hero-section .hero-content > *:nth-child(3) { animation-delay: 0.4s; }
.hero-section .hero-content > *:nth-child(4) { animation-delay: 0.5s; }
/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .animate-on-scroll,
  .stagger-item,
  .hero-section .hero-content > * {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
  }
}
/* ============================================================
   RESPONSIVE
   ============================================================ */
/* Tablet (≤ 992px) */
@media (max-width: 992px) {
  .logos        { grid-template-columns: repeat(3, 1fr); gap: 25px 30px; padding: 40px 0; }
  .logo-img     { max-height: 32px; max-width: 110px; }

  .hero-section h1 { font-size: 40px; }

  .grid-3       { grid-template-columns: 1fr; }

  .section-header { flex-direction: column; align-items: flex-start; gap: 15px; margin: 60px 0 40px; }
  .section-header p { font-size: 16px; }
  .badge { font-size: 24px; }

  .expertise-grid { gap: 30px; }
  .expertise-card { flex-direction: column; gap: 20px; padding: 40px; min-height: 250px; }

  .stats-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
    padding: 40px;
  }

  .industries-grid  { gap: 25px; }
  .industry-card    { padding: 35px; }
  .industries-cta   { padding: 35px; }

  .method-step { padding: 35px; gap: 25px; margin-bottom: 30px; }
  .step-num    { font-size: 50px; min-width: 70px; }
  .method-step h3  { font-size: 22px; }

  .tech-stack-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px 30px;
  }

  .testimonials-grid { gap: 25px; }
  .testimonial-card  { padding: 30px; }

  .network-grid  { grid-template-columns: repeat(2, 1fr); gap: 25px; }
  .network-card  { padding: 35px; }
  .network-intro { padding: 40px; }
  .network-intro h3  { font-size: 28px; }
  .network-cta       { padding: 50px; }
  .network-cta-content h3 { font-size: 30px; }

  .about { grid-template-columns: 1fr; padding: 40px; gap: 30px; }
  .footer-grid  { grid-template-columns: 1fr; }
}
/* Mobile (≤ 768px) */
@media (max-width: 768px) {
  .hero-section { padding: 40px 20px; }
  .hero-section h1 { font-size: 32px; margin-bottom: 20px; }
  .hero-section p  { font-size: 16px; margin-bottom: 25px; }
  .hero-btns { flex-direction: column; align-items: center; gap: 15px; }
  .btn-black { padding: 14px 28px; font-size: 16px; }
  .hero-trust { font-size: 14px; }

  .expertise-grid { grid-template-columns: 1fr; gap: 20px; }
  .expertise-card { padding: 30px; min-height: auto; }
  .exp-title span { font-size: 22px; }

  .card-problem { padding: 25px; }
  .card-problem h3 { font-size: 18px; }
  .card-problem p  { font-size: 14px; }

  .method-step { padding: 25px; gap: 18px; margin-bottom: 20px; }
  .step-num    { font-size: 40px; min-width: 55px; }
  .method-step h3 { font-size: 18px; }
  .method-step p  { font-size: 15px; }

  .faq-item    { padding: 20px 0; }
  .faq-item h3 { font-size: 16px; line-height: 1.5; word-break: break-word; hyphens: auto; }

  .network-grid { grid-template-columns: 1fr; gap: 20px; }
  .network-card { padding: 30px; }
  .network-cta  { padding: 30px; }
  .network-cta-content h3 { font-size: 24px; }

  .industries-grid { grid-template-columns: 1fr; }
  .industry-featured { grid-column: span 1; }
  .industry-card { padding: 25px; }

  .tech-stack-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }

  .cta-title { font-size: 28px; }
  .btn-lg    { font-size: 18px; padding: 18px 32px; }

  .stats-bar { padding: 30px 20px; gap: 20px; }
  .stat-item h2 { font-size: 36px; }
}
/* Small mobile (≤ 576px) */
@media (max-width: 576px) {
  .logos { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .tech-stack-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .about { padding: 25px; }
  .badge { font-size: 20px; }
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:text-lime:hover {
  --tw-text-opacity: 1;
  color: rgb(185 255 102 / var(--tw-text-opacity, 1));
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {

  .lg\:flex {
    display: flex;
  }

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