@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
.hidden{display:none!important}
*, ::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: Inter, system-ui, 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;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-bottom-1{
  bottom: -0.25rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.z-50{
  z-index: 50;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-12{
  margin-top: 3rem;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.h-0\.5{
  height: 0.125rem;
}
.h-10{
  height: 2.5rem;
}
.h-16{
  height: 4rem;
}
.h-20{
  height: 5rem;
}
.h-60{
  height: 15rem;
}
.h-9{
  height: 2.25rem;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-10{
  width: 2.5rem;
}
.w-16{
  width: 4rem;
}
.w-20{
  width: 5rem;
}
.w-5{
  width: 1.25rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-full{
  width: 100%;
}
.min-w-\[4rem\]{
  min-width: 4rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.flex-1{
  flex: 1 1 0%;
}
.-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));
}
.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));
}
.list-none{
  list-style-type: none;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1.5rem;
}
.rounded-3xl{
  border-radius: 2rem;
}
.rounded-\[2\.5rem\]{
  border-radius: 2.5rem;
}
.rounded-\[2rem\]{
  border-radius: 2rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-xl{
  border-radius: 1rem;
}
.border{
  border-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-none{
  border-style: none;
}
.border-slate-800{
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-current{
  background-color: currentColor;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.p-0{
  padding: 0px;
}
.p-5{
  padding: 1.25rem;
}
.p-8{
  padding: 2rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-sans{
  font-family: Inter, system-ui, 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;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.no-underline{
  text-decoration-line: none;
}
.opacity-20{
  opacity: 0.2;
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
.invert{
  --tw-invert: invert(100%);
  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);
}
.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);
}
.backdrop-filter{
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-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;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
/* ===========================
   BASE STYLES
   =========================== */
*{
  margin: 0px;
  box-sizing: border-box;
  padding: 0px;
}

html{
  scroll-behavior: smooth;
}

body{
  min-height: 100vh;
  overflow-x: hidden;
  font-family: Inter, system-ui, sans-serif;
  font-family: "Inter", system-ui, sans-serif;
}

/* Main content - fixed header için boşluk */
.main-content{
  padding-top: 5.5rem;
  min-height: calc(100vh - 5.5rem);
}

/* ===========================
   COMMON COMPONENTS
   =========================== */
.section-title{
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
}
@media not all and (min-width: 768px){
  .section-title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.section-title {
  color: #1F2937;
}
.section-title::before, .section-title::after{
  height: 1px;
  flex: 1 1 0%;
  background-color: currentColor;
  opacity: 0.1;
  content: "";
}

/* ===========================
   HEADER / NAVIGATION
   =========================== */
.header{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.header.scrolled{
  background-color: rgb(255 255 255 / 0.8);
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.header.scrolled .logo {
  color: #1E6FD9;
}
.header.scrolled .nav-link {
  color: #6B7280;
}
.header.scrolled .nav-link:hover, .header.scrolled .nav-link.active {
  color: #1E6FD9;
}
.header .nav-container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 72rem;
  align-items: center;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
}
.header .nav-right{
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header .logo{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  text-decoration-line: none;
  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: 300ms;
  color: white;
}
.header .logo-icon, .header .logo-img{
  height: 3.5rem;
}
.header .logo-img{
  -o-object-fit: contain;
     object-fit: contain;
}
.header .nav-menu{
  display: flex;
  list-style-type: none;
  align-items: center;
  gap: 2rem;
}
@media not all and (min-width: 768px){
  .header .nav-menu{
    display: none;
  }
}
.header .nav-link{
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-decoration-line: none;
  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: 300ms;
  color: rgba(255, 255, 255, 0.9);
}
.header .nav-link:hover, .header .nav-link.active {
  color: white;
}
.header .nav-link.active::after{
  position: absolute;
  bottom: -0.25rem;
  left: 0px;
  height: 0.125rem;
  width: 100%;
  border-radius: 0.25rem;
  content: "";
  background: currentColor;
}
.header .btn-login{
  border-radius: 9999px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  background: #1E6FD9;
  box-shadow: 0 4px 15px rgba(30, 111, 217, 0.3);
}
.header .btn-login:hover{
  --tw-translate-y: -0.125rem;
  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));
  background: #0F4FA8;
}

/* Lang dropdown (header) */
.lang-dropdown{
  position: relative;
  margin-right: 1rem;
}
.lang-trigger{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.875rem;
  color: #fff;
}
.lang-trigger:hover{
  background: rgba(255, 255, 255, 0.25);
}
.lang-trigger .flag-icon{
  width: 20px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
}
.lang-trigger .chevron{
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}
.lang-dropdown-menu{
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  min-width: 120px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  z-index: 1000;
  overflow: hidden;
}
.lang-dropdown-menu.show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.flag-dropdown-item{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  color: #1f2937;
  text-decoration: none;
  transition: background-color 0.2s ease;
  font-size: 0.875rem;
}
.flag-dropdown-item:hover{
  background-color: #f3f4f6;
}
.flag-dropdown-item.active{
  background-color: #eff6ff;
  color: #1E6FD9;
  font-weight: 500;
}
.flag-country-icon{
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}
.header.scrolled .lang-trigger{
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
  color: #1f2937;
}

/* ===========================
   HERO SECTION
   =========================== */
.hero{
  position: relative;
  overflow: hidden;
  height: 48vh;
  margin-top: -5.5rem;
  padding-top: 5.5rem;
  background-image: url("../images/hero-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero .hero-container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  max-width: 72rem;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media not all and (min-width: 1024px){
  .hero .hero-container{
    text-align: center;
  }
}
@media not all and (min-width: 768px){
  .hero .hero-container{
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero-container{
    background-color: rgb(0 0 0 / 0.3);
    padding-top: 3rem;
  }
}
.hero .hero-content{
  z-index: 10;
}
.hero .hero-title{
  margin-bottom: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 768px){
  .hero .hero-title{
    font-size: 2rem;
  }
}
.hero .hero-title {
  font-size: 2.5rem;
  line-height: 1.15;
}
.hero .hero-title .text-primary{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hero .hero-subtitle{
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  color: rgb(255 255 255 / 0.9);
}
.hero .hero-buttons{
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media not all and (min-width: 1024px){
  .hero .hero-buttons{
    justify-content: center;
  }
}

/* ===========================
   BUTTONS
   =========================== */
.btn-primary{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-style: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  background: #1E6FD9;
  box-shadow: 0 4px 15px rgba(30, 111, 217, 0.3);
}
.btn-primary:hover{
  --tw-translate-y: -0.125rem;
  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));
  background: #0F4FA8;
}

.btn-secondary{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-style: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  background: #2ECC71;
  box-shadow: 0 4px 15px rgba(46, 204, 113, 0.3);
}
.btn-secondary:hover{
  --tw-translate-y: -0.125rem;
  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));
  background: #27AE60;
}

.btn-outline{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-style: none;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  background: #1E6FD9;
  box-shadow: 0 4px 15px rgba(30, 111, 217, 0.3);
}
.btn-outline:hover{
  --tw-translate-y: -0.125rem;
  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));
  background: #0F4FA8;
}

.btn-cta{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-style: none;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  background: #2ECC71;
  box-shadow: 0 4px 15px rgba(46, 204, 113, 0.3);
}
.btn-cta:hover{
  --tw-translate-y: -0.125rem;
  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));
  background: #27AE60;
  box-shadow: 0 8px 25px rgba(46, 204, 113, 0.4);
}

/* ===========================
   FEATURES SECTION
   =========================== */
.features{
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.features .features-container{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 72rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.features .features-container--single{
  grid-template-columns: 1fr;
  max-width: 48rem;
}
.features .features-container.wizard-container{
  max-width: 42rem;
}
.management-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  grid-column: 1 / -1;
}
.features .features-container .section-header,
.features .features-container .section-title,
.features .features-container > .feature-desc,
.features .features-container > p{
  grid-column: 1 / -1;
}
@media not all and (min-width: 1024px){
  .features .features-container{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .features .features-container--single{
    grid-template-columns: 1fr;
  }
}
.features .feature-card{
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-radius: 2rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  text-align: left;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}
.features .feature-card:hover{
  --tw-translate-y: -0.5rem;
  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));
  box-shadow: 0 20px 60px rgba(30, 111, 217, 0.08);
  border-color: rgba(30, 111, 217, 0.1);
}
.features .feature-card:hover .feature-icon{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
  background: rgba(30, 111, 217, 0.5);
}
.features .feature-card .feature-icon{
  display: flex;
  height: 4rem;
  width: 4rem;
  min-width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  background: #F0F7FF;
}
.features .feature-card .feature-icon svg, .features .feature-card .feature-icon img{
  height: 2.25rem;
  width: 2.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.features .feature-card .feature-content{
  flex: 1 1 0%;
}
.features .feature-card .feature-content .feature-title{
  margin-bottom: 0.375rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  font-size: 1.125rem;
  color: #1F2937;
}
.features .feature-card .feature-content .feature-desc{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  color: #6B7280;
}

/* Report blocks (analiz raporu) */
.report-block{
  margin-bottom: 2.5rem;
}
.report-block .feature-title{
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.report-block .feature-desc{
  margin-bottom: 0.75rem;
}
.report-block ul.feature-desc,
.report-block ol.feature-desc{
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.report-table{
  width: 100%;
  max-width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
  font-size: 0.875rem;
  color: #374151;
}
.report-table th,
.report-table td{
  border: 1px solid #e5e7eb;
  padding: 0.5rem 0.75rem;
  text-align: left;
}
.report-table th{
  background-color: #f3f4f6;
  font-weight: 600;
  color: #1F2937;
}

/* ===========================
   PROJECTS SECTION
   =========================== */
.projects{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.projects .projects-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.projects .section-header{
  margin-bottom: 3rem;
  text-align: center;
}
.projects .projects-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
@media not all and (min-width: 1024px){
  .projects .projects-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.projects a.project-card{
  display: block;
}
.projects .project-card{
  overflow: hidden;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
}
.projects .project-card:hover{
  --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));
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.projects .project-card .project-image{
  height: 15rem;
  width: 100%;
}
.projects .project-card .project-content{
  padding: 1.5rem;
}
.projects .project-card .project-content .project-badge{
  margin-bottom: 0.75rem;
  display: inline-block;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  background: rgba(30, 111, 217, 0.1);
  color: #1E6FD9;
}
.projects .project-card .project-content .project-title{
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.125rem;
  color: #1F2937;
}
.projects .project-card .project-content .project-stats{
  display: flex;
  gap: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}
.projects .project-card .project-content .project-stats .stat-item{
  display: flex;
  flex-direction: column;
}
.projects .project-card .project-content .project-stats .stat-item .stat-label{
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #6B7280;
}
.projects .project-card .project-content .project-stats .stat-item .stat-value{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #1E6FD9;
}
.projects .project-card .project-content .project-stats .stat-item .stat-value.secondary {
  color: #419cdf;
}
.projects .projects-footer{
  margin-top: 2.5rem;
  text-align: center;
}

/* ===========================
   CTA WRAPPER (Shared Background)
   =========================== */
.cta-wrapper{
  position: relative;
  overflow: hidden;
  background-image: url("../images/cta-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-wrapper::after{
  position: absolute;
  inset: 0px;
  z-index: 0;
  content: "";
}

/* ===========================
   HOW IT WORKS SECTION
   =========================== */
.how-it-works{
  position: relative;
  z-index: 10;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.how-it-works .how-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.how-it-works .how-steps{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 3rem;
}
@media not all and (min-width: 1024px){
  .how-it-works .how-steps{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.how-it-works .how-steps .how-step{
  position: relative;
  margin-top: 3rem;
  border-radius: 2.5rem;
  padding: 2rem;
  padding-top: 3rem;
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.how-it-works .how-steps .how-step:hover{
  --tw-translate-y: -0.5rem;
  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));
  background: rgba(0, 0, 0, 0.18);
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 40px 80px -15px rgba(0, 0, 0, 0.4), 0 0 20px rgba(30, 111, 217, 0.2);
}
.how-it-works .how-steps .how-step .step-icon{
  position: absolute;
  left: 50%;
  display: flex;
  height: 5rem;
  width: 5rem;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  top: 0;
  transform: translate(-50%, -50%);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.how-it-works .how-steps .how-step .step-icon::after{
  position: absolute;
  inset: 0px;
  border-radius: 2rem;
  opacity: 0.2;
  --tw-blur: blur(24px);
  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);
  content: "";
  z-index: -1;
}
.how-it-works .how-steps .how-step .step-icon.yellow {
  background: linear-gradient(135deg, #FFD93D 0%, #FF8400 100%);
}
.how-it-works .how-steps .how-step .step-icon.yellow::after {
  background: #FF8400;
}
.how-it-works .how-steps .how-step .step-icon.blue {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}
.how-it-works .how-steps .how-step .step-icon.blue::after {
  background: #00f2fe;
}
.how-it-works .how-steps .how-step .step-icon.green {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}
.how-it-works .how-steps .how-step .step-icon.green::after {
  background: #38f9d7;
}
.how-it-works .how-steps .how-step .step-icon svg, .how-it-works .how-steps .how-step .step-icon img{
  height: 2.5rem;
  width: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
  filter: brightness(0) invert(1);
}
.how-it-works .how-steps .how-step .step-number{
  margin-bottom: 1rem;
  display: inline-block;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.how-it-works .how-steps .how-step .step-title{
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.how-it-works .how-steps .how-step .step-desc{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* ===========================
   CTA SECTION (INSURANCE)
   =========================== */
.cta-section{
  position: relative;
  z-index: 10;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.cta-section .cta-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}
.cta-section .cta-container .cta-title{
  margin-bottom: 0.75rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 1.75rem;
}
.cta-section .cta-container .cta-title .highlight {
  color: #fef3c7;
}
.cta-section .cta-container .cta-desc{
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
}

/* ===========================
   FOOTER
   =========================== */
.footer{
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0F172A;
}
.footer::before{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(30, 111, 217, 0.3), transparent);
}
.footer .footer-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.footer .footer-grid{
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3rem;
}
@media not all and (min-width: 1024px){
  .footer .footer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media not all and (min-width: 768px){
  .footer .footer-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.footer .footer-brand{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer .footer-brand .logo{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.footer .footer-brand .logo .logo-icon{
  height: 2rem;
  width: 2rem;
}
.footer .footer-brand .brand-desc{
  max-width: 20rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.footer .footer-brand .footer-socials{
  display: flex;
  gap: 1rem;
}
.footer .footer-brand .footer-socials .social-link{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background: rgba(255, 255, 255, 0.03);
}
.footer .footer-brand .footer-socials .social-link:hover{
  --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));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: #1E6FD9;
  border-color: #1E6FD9;
  box-shadow: 0 10px 20px rgba(30, 111, 217, 0.2);
}
.footer .footer-brand .footer-socials .social-link svg{
  height: 1.25rem;
  width: 1.25rem;
}
.footer .footer-nav .footer-title{
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .footer-nav .footer-ul{
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 1rem;
}
.footer .footer-nav .footer-ul .footer-link{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  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: 200ms;
}
.footer .footer-nav .footer-ul .footer-link:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .footer-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  padding-top: 2rem;
}
@media not all and (min-width: 768px){
  .footer .footer-bottom{
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
.footer .footer-bottom .copyright{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.footer .footer-bottom .bottom-links{
  display: flex;
  gap: 2rem;
}
.footer .footer-bottom .bottom-links .bottom-link{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  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: 200ms;
}
.footer .footer-bottom .bottom-links .bottom-link:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px){
  .max-lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media not all and (min-width: 768px){
  .max-md\:hidden{
    display: none;
  }
  .max-md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .max-md\:flex-col{
    flex-direction: column;
  }
  .max-md\:justify-center{
    justify-content: center;
  }
  .max-md\:gap-4{
    gap: 1rem;
  }
  .max-md\:text-\[2rem\]{
    font-size: 2rem;
  }
}

/* ===========================
   WIZARD / STEP FORM
   =========================== */
.wizard-steps{
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.wizard-step{
  padding: 0.75rem 1.25rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  background: #f1f5f9;
  color: #64748b;
  transition: all 0.2s;
}
.wizard-step.active{
  background: #1E6FD9;
  color: white;
}
.wizard-panel{
  display: none;
}
.wizard-panel.active{
  display: block;
}
.wizard-nav{
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

/* ===========================
   FORM GROUPS
   =========================== */
.form-group{
  margin-bottom: 1.25rem;
}
.form-label{
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 0.5rem;
}
.form-control{
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background: white;
  transition: border-color 0.2s;
}
.form-control:focus{
  outline: none;
  border-color: #1E6FD9;
  box-shadow: 0 0 0 3px rgba(30, 111, 217, 0.1);
}
.form-control::placeholder{
  color: #9ca3af;
}
textarea.form-control{
  resize: vertical;
  min-height: 100px;
}

/* ===========================
   PROGRESS BAR
   =========================== */
.progress-bar{
  height: 1.5rem;
  background: #e2e8f0;
  border-radius: 9999px;
  overflow: hidden;
}
.progress-fill{
  height: 100%;
  background: #1E6FD9;
  transition: width 0.3s ease;
}

/* ===========================
   HERO KOOPERATIF (compact variant)
   =========================== */
.hero-kooperatif{
  height: 36vh;
  min-height: 220px;
}

/* ===========================
   HERO DETAIL (Kooperatif sayfası)
   =========================== */
.hero-detail{
  min-height: 420px;
  display: flex;
  align-items: center;
}
.hero-detail-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(30, 58, 95, 0.75) 100%);
  z-index: 1;
}
.hero-detail-container{
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero-detail-content{
  max-width: 40rem;
}
.hero-detail-badge{
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #93c5fd;
  background: rgba(59, 130, 246, 0.25);
  padding: 0.35rem 0.875rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
}
.hero-detail-title{
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0.5rem;
}
.hero-detail-meta{
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
}
.hero-detail-desc{
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}
.hero-detail-stats{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}
.hero-detail-stat{
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.75rem;
  padding: 0.75rem 1.25rem;
  min-width: 7rem;
}
.hero-detail-stat-val{
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}
.hero-detail-stat-lbl{
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}
.hero-detail-stat--ok .hero-detail-stat-val{
  color: #86efac;
}
.hero-detail-actions{
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
@media (max-width: 768px){
  .hero-detail-title{
    font-size: 1.75rem;
  }
  .hero-detail-stats{
    gap: 0.75rem;
  }
  .hero-detail-stat{
    min-width: 6rem;
    padding: 0.6rem 1rem;
  }
  .hero-detail-stat-val{
    font-size: 1rem;
  }
}

/* ===========================
   REGISTER (Kooperatif Kayıt)
   =========================== */
.register-section{
  padding: 3rem 0 4rem;
  background: #f8fafc;
}
.register-container{
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.register-progress{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.register-progress-step{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #94a3b8;
  transition: color 0.2s;
}
.register-progress-step.active{
  color: #1E6FD9;
}
.register-progress-num{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #e2e8f0;
  color: #64748b;
  font-size: 0.8125rem;
  transition: all 0.2s;
}
.register-progress-step.active .register-progress-num{
  background: #1E6FD9;
  color: #fff;
}
.register-progress-line{
  width: 2rem;
  height: 2px;
  background: #e2e8f0;
  margin: 0 0.25rem;
}
.register-form{
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
  padding: 2rem;
}
.register-panel{
  display: none;
}
.register-panel.active{
  display: block;
}
.register-panel-title{
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1.5rem;
}
.register-form-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.25rem;
  margin-bottom: 1rem;
}
.register-form-grid .form-group:last-child{
  margin-bottom: 0;
}
.register-nav{
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
}
.register-nav .register-prev{
  display: none;
}
.register-note{
  font-size: 0.875rem;
  color: #64748b;
  margin-top: 1rem;
}
.form-group--checkbox{
  margin-top: 0.5rem;
}
.form-checkbox,
.form-radio{
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  font-size: 0.9375rem;
  color: #334155;
}
.form-checkbox input,
.form-radio input{
  margin-top: 0.25rem;
  width: 1.125rem;
  height: 1.125rem;
  accent-color: #1E6FD9;
  flex-shrink: 0;
}
.form-radio-group{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 640px){
  .register-progress-text{
    display: none;
  }
  .register-form-grid{
    grid-template-columns: 1fr;
  }
  .register-form{
    padding: 1.5rem;
  }
}

/* Kooperatif resim galerisi - kare grid + lightbox */
.coop-gallery-section{
  padding: 2rem 0;
}
.coop-gallery-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}
@media (min-width: 640px){
  .coop-gallery-grid{
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
  }
}
@media (min-width: 1024px){
  .coop-gallery-grid{
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
.coop-gallery-item{
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  background: #f1f5f9;
}
.coop-gallery-item:hover{
  opacity: 0.92;
}
.coop-gallery-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.coop-gallery-lightbox{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s;
}
.coop-gallery-lightbox.active{
  visibility: visible;
  opacity: 1;
}
.coop-gallery-lightbox-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.85);
  cursor: pointer;
}
.coop-gallery-lightbox-inner{
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  z-index: 1;
}
.coop-gallery-lightbox-img{
  max-width: 100%;
  max-height: 85vh;
  width: auto;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}
.coop-gallery-lightbox-close{
  position: absolute;
  top: -2.5rem;
  right: 0;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.coop-gallery-lightbox-close:hover{
  background: rgba(255,255,255,0.3);
}