:root {
  --background: #f8fafc;
  --foreground: #0f172a;
  --foreground-light: #fff;
  --muted: #f1f5f9;
  --muted-foreground: #64748b;
  --section-bg-1: #f8fafc;
  --section-bg-2: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  --title-bg: linear-gradient(90deg,
      #4e9be4 0%,
      #4893d4 20%,
      #3e87c6 40%,
      #297fad 60%,
      #2b8a9f 80%,
      #2f938d 100%);
  --title-foreground: #fff;
  --section-border: none;
  --primary: #1e3a8a;
  --primary-hover: #1388cc;
  --primary-foreground: #ffffff;
  --secondary: #e2e8f0;
  --secondary-hover: #cbd5e1;
  --secondary-foreground: #0f172a;
  --tertiary: #1388cc;
  --tertiary-hover: #4fd1c5;
  --tertiary-foreground: #ffffff;
  --title-1: #1e3a8a;
  --title-after-1: #4fd1c5;
  --title-size-1: 1.5rem;
  --title-3: #1e3a8a;
  --title-after-3: #4fd1c5;
  --title-size-3: 1.5rem;
  --text-dark: #333333;
  --text-light: #ffffff;
  --text-muted: #64748b;
  --accent: #0ea5e9;
  --accent-hover: #0284c7;
  --accent-foreground: #ffffff;
  --success: #22c55e;
  --success-hover: #16a34a;
  --success-foreground: #ffffff;
  --warning: #facc15;
  --warning-hover: #eab308;
  --warning-foreground: #0f172a;
  --danger: #ef4444;
  --danger-hover: #dc2626;
  --danger-foreground: #ffffff;
  --info: #38bdf8;
  --info-foreground: #0f172a;
  --border: #e2e8f0;
  --ring: #1e40af;
  --overlay: rgba(0, 0, 0, 0.5);
  --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-hd: 0 2px 10px rgba(0, 0, 0, 0.1);
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.2);
  --radius-none: 0px;
  --radius-sm: 4px;
  --radius: 8px;
  --radius-lg: 12px;
  --radius-full: 9999px;
  --font-sans: "Inter", "Segoe UI", sans-serif;
  --font-mono: "Fira Code", monospace;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 2.5rem;
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
  --transition-fast: 150ms ease-in-out;
  --transition-base: 300ms ease;
  --transition-slow: 500ms ease;
  --screen-xs: 480px;
  --screen-sm: 640px;
  --screen-md: 768px;
  --screen-lg: 1024px;
  --screen-xl: 1280px;
  --screen-2xl: 1536px;
  --container-padding: 1rem;
  --container-max-width: 1200px;
  --grid-gap: 1rem;
  --grid-cols: repeat(auto-fit, minmax(240px, 1fr));
  --border-radius: 4px;
  --border-radius-lg: 8px;
  --transition: all 0.3s ease;
}

.dark {
  --background: #0f172a;
  --foreground: #f8fafc;
  --primary: #4fd1c5;
  --primary-hover: #65918c;
  --primary-foreground: #ffffff;
  --secondary: #1e293b;
  --secondary-hover: #65918c;
  --secondary-foreground: #f1f5f9;
  --tertiary: transparent;
  --tertiary-hover: transparent;
  --tertiary-foreground: #ffffff;
  --accent: #334155;
  --accent-hover: #65918c;
  --accent-foreground: #f1f5f9;
  --destructive: #dc2626;
  --destructive-hover: #65918c;
  --destructive-foreground: #ffffff;
  --ring: #3b82f6;
  --radius: 0.5rem;
  --card-shadow: 0 4px 25px -5px rgba(255, 255, 255, 0.05);
  --muted: #1e293b;
  --muted-foreground: #94a3b8;
  --success: #16a34a;
  --title-1: #ffffff;
  --title-after-1: #ffffff;
  --title-size-1: 2rem;
  --title-3: #ffffff;
  --title-size-3: 2rem;
  --text-dark: #ffffff;
  --text-muted: #ffffff;
  --section-bg-1: #0f172a;
  --section-bg-2: #0f172a;
  --shadow-hd: 0 2px 10px rgb(255 255 255 / 40%);
  --shadow-md: 0 4px 20px rgb(255 255 255 / 40%);
  --shadow-lg: 0 8px 30px rgb(255 255 255 / 5%);
  --section-border: solid #1c2b4e;
}

#global-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#global-loader .loader-content img {
  width: 80px;
  height: 80px;
  animation: spin 1.2s linear infinite;
  filter: brightness(0) invert(1);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.modal-overlay[hidden] {
  display: none !important;
}

.modal-overlay {
  /* senin mevcut stilin neyse aynı kalsın; örnek */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* iOS notch / dynamic island için safe-area desteği */
@supports (padding-top: env(safe-area-inset-top)) {
  body {
    padding-top: env(safe-area-inset-top);
  }
}

@font-face {
  font-family: "Nunito";
  src: url("/fonts/nunito.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

form {
  user-select: none;
}

.form-container {
  max-width: 500px;
  margin: 60px auto;
  background: #fff;
  padding: 30px;
  border-radius: var(--radius);
  box-shadow: var(--card-shadow);
}

.form-content {
  padding: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
  position: relative;
  flex: 1;
}

.note {
  font-size: 13px;
  color: #c0392b;
  margin-top: 5px;
}

input,
select,
textarea {
  padding: 0.625rem 0.75rem;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius);
  font-size: 0.875rem;
  background-color: #fff;
  color: var(--foreground);
  width: 100%;
  outline: none;
  transition: border-color 0.2s ease;
  font-family: inherit;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--primary);
}

textarea {
  resize: vertical;
  min-height: 100px;
}

input,
select {
  width: 100%;
  padding: 17px;
  font-size: 0.7rem;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
}

/*SELECT SEARCH*/

.dropdown-box {
  position: relative;
}

.dropdown-box .selected-item {
  position: relative;
}

.dropdown-box .selected-item::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: transparent rgb(129, 129, 129) rgb(129, 129, 129) transparent;
  position: absolute;
  top: 42%;
  right: 8px;
  transform: translate(-70%) rotate(45deg);
  transition: transform 0.3s ease;
}

.dropdown-box.active .selected-item::after {
  transform: translate(-70%) rotate(225deg);
  top: 46%;
}

.dropdown-box .selected-item::after {
  transition: transform 0.3s ease;
  /* dönüş yumuşaklığı */
  margin-left: 8px;
  pointer-events: none;
}

.dropdown-box .selected-item,
.dropdown-box .selected-item input {
  cursor: pointer;
}

.dropdown-box .dropdown-content {
  box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
  border-radius: var(--radius);
  max-height: 240px;
  border: 1px solid #cbd5e1;
  overflow: auto;

  /* display: none;  <-- kaldırıldı */
  position: absolute;
  z-index: 99999;
  background-color: #fff;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;

  /* ✅ Soft open/close */
  opacity: 0;
  transform: translateY(-10px) scale(.975);
  transform-origin: top;
  visibility: hidden;
  pointer-events: none;

  will-change: transform, opacity, filter;
  filter: blur(1.2px);

  transition:
    opacity 260ms cubic-bezier(.22, 1, .36, 1),
    transform 420ms cubic-bezier(.22, 1, .36, 1),
    filter 420ms cubic-bezier(.22, 1, .36, 1),
    visibility 0s linear 420ms;
  /* kapanışta gecikmeli gizle */
}

.dropdown-content::-webkit-scrollbar {
  display: none;
}

.dropdown-box.active .dropdown-content {
  opacity: 1;
  transform: translateY(0) scale(1);
  visibility: visible;
  pointer-events: auto;
  filter: blur(0);
  transition-delay: 0s;
}

.dropdown-box .dropdown-content .search-input {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
  border-bottom: 1px solid #e2e8f0;
}

.search-input input {
  padding-left: 10px !important;
  border-radius: 6px 6px 0px 0px !important;
}

.dropdown-box .dropdown-content ul {
  list-style: none;
}

.dropdown-box .dropdown-content ul li {
  font-size: 0.775rem;
  padding: 1rem;
  cursor: pointer;
  transition:
    background-color 220ms cubic-bezier(.2, .9, .2, 1),
    color 220ms cubic-bezier(.2, .9, .2, 1),
    transform 220ms cubic-bezier(.2, .9, .2, 1);
  will-change: background-color, color, transform;
}

.dropdown-box .dropdown-content ul li.hide {
  display: none;
}

/* Hover */
.dropdown-box .dropdown-content ul li:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: var(--text-dark);
  transform: translateY(-1px);
  font-weight: 600;
}

/* Active (seçili) */
.dropdown-box .dropdown-content ul li.active {
  background: var(--tertiary);
  color: #fff;
  font-weight: 600;
}

/* Active iken hover daha kontrollü */
.dropdown-box .dropdown-content ul li.active:hover {
  background: var(--tertiary);
  color: #fff;
  transform: translateY(-1px);
}


.input-icon-wrapper {
  position: relative;
}

.input-icon {
  filter: invert(45%) sepia(90%) saturate(400%) hue-rotate(150deg);
}

.plus-icon img {
  filter: invert(45%) sepia(90%) saturate(400%) hue-rotate(150deg);
}

.dropdown-content.active .search-input input {
  border-radius: 6px 6px 0px 0px !important;
}

.tel-group.focused label {
  top: -10px;
  left: 0px;
  font-size: 12px;
  color: var(--muted-foreground);
  margin-left: 10px;
}

.tel-group label {
  left: 20px;
}

.tel-group input::placeholder {
  color: transparent;
}

.profile-text {
  color: #fff;
}

.tel-group label img {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.tel-group.focused label img {
  opacity: 1;
  visibility: visible;
}

.input-icon-wrapper input:focus+label,
.input-icon-wrapper input:not(:placeholder-shown)+label {
  top: -10px;
  left: 0px;
  font-size: 12px;
  color: var(--muted-foreground);
  padding: 0px 5px;
  margin-left: 10px;
}

.input-icon-wrapper input::placeholder {
  color: transparent;
}

.input-icon-wrapper textarea:focus+label,
.input-icon-wrapper textarea:not(:placeholder-shown)+label {
  top: -10px;
  left: 0px;
  font-size: 12px;
  color: var(--muted-foreground);
  padding: 0px 5px;
  margin-left: 10px;
}

.input-icon-wrapper textarea::placeholder {
  color: transparent;
}

.search-input input:focus+label,
.search-input input:not(:placeholder-shown)+label {
  top: -10px;
  left: 0px;
  font-size: 12px;
  color: var(--muted-foreground);
  padding: 0px 5px;
  margin-left: 10px;
}

.search-input input::placeholder {
  color: transparent;
}

.input-icon {
  /* position: absolute; */
  left: 12px;
  width: 20px;
  height: 20px;
  opacity: 0.6;
  pointer-events: none;
  top: 26%;
}

.input-icon-wrapper input,
.input-icon-wrapper select {
  width: 100%;
  background: transparent;
}

.input-icon-wrapper textarea {
  background: transparent;
}

.form-label {
  font-size: 13px;
  font-weight: 500;
  display: flex;
  margin-bottom: 0px;
  position: absolute;
  left: 11px;
  top: 15px;
  pointer-events: none;
  transition: 0.2s ease all;
  background-color: #fafafd;
  gap: 5px;
}

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

/* ===== Sticky Footer (wrapper bazli) ===== */
html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

/* 1) Footer body altindaysa */
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Nunito", sans-serif;
  font-size: 0.775rem;
  line-height: 1.5;
}

/* 2) Footer bir wrapper icindeyse (en yaygin senaryo) */
body> :is(.page-wrapper,
  .site,
  .layout,
  #app,
  #root,
  #wrapper,
  .wrapper,
  .container) {
  flex: 1 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* 3) Icerigi esnet (main/page/content hangisi varsa) */
body> :is(main, .page, .main, .content, #content),
body> :is(.page-wrapper,
  .site,
  .layout,
  #app,
  #root,
  #wrapper,
  .wrapper,
  .container)> :is(main, .page, .main, .content, #content) {
  flex: 1 0 auto;
  margin-top: 72px;
}

/* 4) Footer’i alta it */
body> :is(footer, .footer, .site-footer),
body> :is(.page-wrapper,
  .site,
  .layout,
  #app,
  #root,
  #wrapper,
  .wrapper,
  .container)> :is(footer, .footer, .site-footer) {
  margin-top: auto;
}

h1 {
  text-align: center;
  color: var(--foreground);
}

label {
  display: block;
  margin-bottom: 6px;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}



.main-content {
  flex: 1;
  padding: 50px 20px;
  text-align: center;
}

.footer {
  position: relative;
  background: linear-gradient(135deg, #0f172a 0%, #0f172a 50%, #1e293b 100%);
  color: white;
  overflow: hidden;
  margin-top: 80px;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 1px 1px,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 0);
  background-size: 20px 20px;
  opacity: 0.5;
}

.footer-content {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 40px;
}

.footer-grid {
  display: flex;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
  justify-content: space-between;
}

.footer-section h3 {
  color: #22d3ee;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.footer-section h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #22d3ee, #3b82f6);
  border-radius: 1px;
}

.company-info {
  max-width: 300px;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.logo-icon {
  width: 40px;
  height: 40px;
  background: #22d3ee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.logo-icon::before {
  content: "⚓";
  font-size: 24px;
  color: white;
}

.logo-icon::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 12px;
  height: 12px;
  background: #22d3ee;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.logo-text h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #22d3ee;
  margin: 0;
}

.logo-text p {
  font-size: 0.8rem;
  color: #94a3b8;
  margin: 0;
}

.company-description {
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.social-media h4 {
  color: #22d3ee;
  font-size: 0.9rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #cbd5e1;
  transition: all 0.3s ease;
  border: 1px solid rgba(34, 211, 238, 0.2);
  position: relative;
  overflow: hidden;
}

.social-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(34, 211, 238, 0.4),
      transparent);
  transition: left 0.5s;
}

.social-link:hover::before {
  left: 100%;
}

.social-link:hover {
  background: #22d3ee;
  color: white;
  transform: translateY(-2px) scale(1.1);
  border-color: #22d3ee;
  box-shadow: 0 10px 20px rgba(34, 211, 238, 0.3);
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-link {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  position: relative;
}

.footer-link::before {
  content: "→";
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.footer-link:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.footer-link:hover {
  color: #22d3ee;
  transform: translateX(8px);
}

.contact-info {
  max-width: 300px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.contact-icon {
  width: 20px;
  height: 20px;
  color: #22d3ee;
  flex-shrink: 0;
}

.contact-text {
  color: #cbd5e1;
  font-size: 0.9rem;
  line-height: 1.4;
}

.contact-text a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-text a:hover {
  color: #22d3ee;
}

.newsletter {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter h4 {
  color: #22d3ee;
  font-size: 0.9rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.newsletter p {
  color: #cbd5e1;
  font-size: 0.8rem;
  margin-bottom: 15px;
  line-height: 1.4;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newsletter-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 12px 15px;
  color: white;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.newsletter-input::placeholder {
  color: #94a3b8;
}

.newsletter-input:focus {
  outline: none;
  border-color: #22d3ee;
  background: rgba(255, 255, 255, 0.15);
}

.newsletter-btn {
  background: linear-gradient(90deg, #22d3ee, #3b82f6);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.newsletter-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent);
  transition: left 0.5s;
}

.newsletter-btn:hover::before {
  left: 100%;
}

.newsletter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(34, 211, 238, 0.3);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  padding: 20px 0;
}

.footer-bottom-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.copyright {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #94a3b8;
  font-size: 0.9rem;
  text-align: center;
}

.heart {
  color: #ef4444;
  animation: heartbeat 1.5s ease-in-out infinite;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.footer-bottom-link {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.9rem;
  position: relative;
  transition: color 0.3s ease;
}

.footer-bottom-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #22d3ee;
  transition: width 0.3s ease;
}

.footer-bottom-link:hover {
  color: #22d3ee;
}

.footer-bottom-link:hover::after {
  width: 100%;
}

.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.wave svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
}

.wave .shape-fill {
  fill: rgba(34, 211, 238, 0.1);
  animation: wave-animation 3s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}

@keyframes heartbeat {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

@keyframes wave-animation {

  0%,
  100% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-25px);
  }
}

@media (max-width: 768px) {
  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-content {
    padding: 40px 15px 20px;
  }

  .footer-bottom-content {
    flex-direction: column;
    gap: 15px;
  }

  .footer-bottom-links {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .newsletter-form {
    gap: 12px;
  }

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

@media (max-width: 480px) {
  .company-info {
    max-width: 100%;
  }

  .contact-info {
    max-width: 100%;
  }
}

/* Footer logo */
.footer .logo-text .footer-logo-img {
  height: 40px;
  width: auto;
}

/* Genel gizleme helper’ı */
.is-hidden {
  display: none !important;
}

/* "Bizi takip edin" başlığı */
.footer-follow-title {
  color: #22d3ee;
  font-size: 0.9rem;
  margin-bottom: 15px;
  font-weight: 600;
}

/* Scroll to top butonu */
.scroll-to-top-btn {
  height: 44px;
  width: 44px;
}

/* Cookie FAB */
.dkx-cookie-fab {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9998;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.15);
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease;
}

.dkx-cookie-fab:hover {
  transform: translateY(-1px);
}

/* Sosyal ikon hover */
.social-link img {
  transition: transform 0.25s ease;
}

.social-link:hover img {
  transform: translateY(-3px) scale(1.15) rotate(5deg);
}

/* Footer genel animasyon */
.footer {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.8s ease;
}

.footer.footer-loaded {
  transform: translateY(0);
  opacity: 1;
}

/* Bölüm animasyonu */
.footer-section {
  opacity: 0;
  transform: translateY(30px);
}

.footer-section.animate-in {
  animation: slideInUp 0.6s ease forwards;
}

@keyframes slideInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }

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

/* Ripple effect */
.footer-link {
  position: relative;
  overflow: hidden;
}

.footer-ripple {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(34, 211, 238, 0.5);
  transform: scale(0);
  animation: ripple 0.6s linear;
  pointer-events: none;
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.terms-box h1 {
  text-align: left;
}

.header-container {
  padding: 0px;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.navbar-header {
  display: none;
}

ul.navbar-container {
  display: flex;
  align-items: center;
}

.navbar-brand {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

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

ul {
  list-style-type: none;
}

button {
  cursor: pointer;
  border: none;
}

/* Navigation Styles */
.header {
  position: absolute;
  top: 0;
  z-index: 1000;
  background: #1e3a8a;
  box-shadow: var(--shadow-hd);
  transition: all 0.4s ease;
  width: 100%;
}

.fixed {
  position: fixed;
}

.header.fixed {
  display: flex;
  top: 0;
  width: 100%;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

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

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  position: relative;
}

.navbar-logo {
  z-index: 2;
}

.logo-img {
  height: 29px !important;
  width: auto !important;
}

.navbar-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}

.toggle-bar {
  width: 100%;
  height: 2px;
  background-color: var(--primary-dark);
  border-radius: var(--radius);
  transition: var(--transition);
}

.navbar-menu {
  display: flex;
  align-items: center;
}

.navbar-nav {
  display: flex;
  gap: var(--space-3);
}

.nav-link {
  color: var(--text-dark);
  font-weight: 500;
  padding: var(--space-1) 0;
  position: relative;
  transition: var(--transition);
}

.nav-link:hover {
  color: var(--primary);
}

.nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary);
  transition: var(--transition);
}

.nav-link:hover:after {
  width: 100%;
}

/* Dropdown Styles */
.dropdown {
  position: relative;
}

.dropdown-toggle {
  align-items: center;
  padding: var(--space-1) 0;
  gap: 4px;
}

.dropdown-toggle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary);
  transition: var(--transition);
}

.dropdown-menu {
  position: absolute;
  top: 52px;
  left: 0;
  background-color: var(--background);
  min-width: 220px;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition);
  z-index: 10;
  overflow: hidden;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  display: block;
  padding: var(--space-1) var(--space-2);
  color: var(--text-dark);
  transition: var(--transition);
}

.dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: var(--primary);
}

/* Navbar Actions */
.navbar-actions {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.auth-buttons {
  display: flex;
  gap: 10px;
}

.auth-buttons a {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.7rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
}

li.navbar-menu-item {
  list-style: none;
}

/* Giriş Yap Butonu */
.btn-login {
  color: #ffffff;
  background-color: hsl(var(--hd-lg-foreground) / 0.1);
}

.btn-login:hover {
  background: #1e3a8a;
  color: #fff;
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3);
}

/* Üye Ol Butonu */
.btn-register {
  background: #1e3a8a;
  color: #fff;
  border: 2px solid #1e3a8a;
}

.btn-register:hover {
  background: #264aad;
  border-color: #264aad;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}


/* Language Selector */
.language-selector {
  --lang-radius: 18px;
  --lang-btn-h: 40px;
  --lang-bg: hsl(var(--hd-lg-foreground) / 0.10);
  --lang-bg-hover: hsl(var(--hd-lg-foreground) / 0.16);
  --lang-border: hsl(var(--primary-foreground) / 0.18);
  --lang-shadow: 0 10px 22px rgba(11, 18, 32, 0.08);
  --lang-shadow-open: 0 18px 40px rgba(11, 18, 32, 0.16);
  --lang-dropdown-bg: hsl(var(--background));
  --lang-dropdown-border: rgba(15, 23, 42, 0.08);
  --lang-option-hover: rgba(15, 23, 42, 0.05);
  --lang-option-active: hsl(var(--primary) / 0.08);

  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 72px;
  border-radius: var(--lang-radius);
  isolation: isolate;
}

.modal-content:has(> #universal-modal-body .dk-modal) {
  max-width: 95%;
  margin: 48px auto;
}

.mobil-header-right .language-selector .current-lang {
  color: #111827;
}

.mobil-header-right .language-selector .language-btn {
  color: #111827;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.mobil-header-right .language-selector .language-btn:hover {
  background: rgba(255, 255, 255, 0.96);
}

.language-btn {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 72px;
  height: var(--lang-btn-h);
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--lang-border);
  box-shadow: var(--lang-shadow);
  color: #fff;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: var(--lang-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    background-color .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    border-radius .10s ease,
    transform .16s ease;
}

.language-btn:hover {
  background: var(--lang-bg-hover);
}

.language-btn:active {
  transform: translateY(1px) scale(.985);
}

.language-selector.is-open .language-btn {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
  border-top-left-radius: var(--lang-radius);
  border-top-right-radius: var(--lang-radius);
}

.current-lang {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .04em;
}

.language-btn__icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  opacity: .9;
  transform: rotate(0deg);
  transform-origin: center;
  transition:
    transform .38s cubic-bezier(.22, 1, .36, 1),
    opacity .2s ease;
}

.language-selector.is-open .language-btn__icon {
  transform: rotate(90deg);
}

.language-dropdown {
  position: absolute;
  top: calc(100% - 0px);
  right: 0;
  width: 72px;
  overflow: hidden;
  background: var(--lang-dropdown-bg);
  border: 1px solid var(--lang-dropdown-border);
  border-top: 0;
  border-bottom-left-radius: var(--lang-radius);
  border-bottom-right-radius: var(--lang-radius);
  box-shadow: var(--lang-shadow-open);
  z-index: 2;

  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scaleY(.86);
  transform-origin: top center;
  transition:
    opacity .22s ease,
    transform .34s cubic-bezier(.22, 1, .36, 1),
    visibility 0s linear .22s;
  background: #344d97;
  color: #fff;
}

.language-selector.is-open .language-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scaleY(1);
  transition:
    opacity .22s ease,
    transform .34s cubic-bezier(.22, 1, .36, 1),
    visibility 0s linear 0s;
}

.language-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 11px;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition:
    background-color .22s ease,
    padding-left .22s ease,
    color .22s ease;
}

.language-option+.language-option {
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.language-option:hover {
  background: var(--lang-bg-hover);
}

.language-option.active {
  background: var(--lang-option-active);
  color: hsl(var(--primary));
}


@media (max-width: 768px) {
  .language-dropdown {
    min-width: 71px;
    background: #ffffff;
    color: #1e3a8a;
  }

  .language-option {
    min-height: 44px;
    font-size: 12.5px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .language-btn,
  .language-btn__icon,
  .language-dropdown,
  .language-option {
    transition: none !important;
  }
}

.dropdown-icon {
  display: none;
}

.dark-mode-toggle {
  background: transpavrent;
  border: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.dark-mode-toggle:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.user-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 500;
  color: var(--text-dark);
}

.profile-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ccc;
  color: #94a3b8;
}

.logout-btn {
  margin-left: 10px;
  font-size: 0.7rem;
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 500;
}

.logout-btn:hover {
  text-decoration: underline;
}

.profile-link-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 8px;
}

.profile-dropdown {
  display: none;
  position: absolute;
  top: 141%;
  right: -12px;
  background-color: #fff;
  min-width: 220px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  z-index: 999;
  border-radius: 10px;
  overflow: hidden;
  font-family: "Segoe UI", sans-serif;
}

/* Üst kısım: Hesap bilgisi */
.user-profile-header {
  padding: 12px 16px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f9fafb;
}

.user-profile-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-profile-name {
  font-weight: 600;
  font-size: 0.7rem;
  color: #111827;
}

.user-profile-email {
  font-size: 13px;
  color: #6b7280;
}

.profile-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e5e7eb;
  color: #94a3b8;
}

/* Menü bağlantıları */
.profile-dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  font-size: 0.7rem;
  color: #1f2937;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.profile-dropdown a:hover {
  background-color: #f3f4f6;
}

.profile-dropdown svg {
  min-width: 16px;
  stroke: #6b7280;
}

/* Çıkış Yap özel */
.profile-dropdown a[href*="cikis"] {
  color: #dc2626;
}

.profile-dropdown a[href*="cikis"]:hover {
  background-color: #fee2e2;
}

/* Media Queries */
@media (max-width: 960px) {

  .account-sidebar {
    min-width: 100% !important;
    display: none;
  }

  .account-layout {
    flex-direction: column;
  }

  .dropdown-icon {
    display: block;
  }

  .logo-img {
    height: 29px !important;
    width: auto !important;
    margin-top: 0rem;
  }

  .navbar {
    padding: 5px;
  }

  .navbar-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .navbar-title img {
    height: 30px;
    width: auto;
  }

  .login-btn {
    background-color: #fff;
    color: #000;
    padding: 5px;
    border-radius: var(--radius);
    font-weight: 500;
    transition: var(--transition);
    font-size: 0.8rem;
  }

  .navbar-actions {
    display: flex;
    align-items: center;
    gap: 0px;
  }

  .navbar-toggle {
    display: flex;
  }

  .navbar-toggle img {
    filter: invert(21%) sepia(27%) saturate(1191%) hue-rotate(178deg) brightness(88%) contrast(97%);
  }

  .navbar-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: var(--background);
    box-shadow: var(--shadow-lg);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px;
    transition: var(--transition);
    z-index: 5;
    overflow-y: auto;
    gap: 0;
  }

  .navbar-menu.active {
    right: 0;
  }

  .navbar-nav {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .nav-item {
    width: 100%;
  }

  .nav-link {
    display: flex;
    padding: var(--space-2) 0;
    justify-content: space-between;
  }

  .dropdown-toggle:after {
    margin-left: auto;
  }

  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0;
  }

  .dropdown.active .dropdown-menu {
    max-height: 500px;
    padding: var(--space-1) 0;
  }

  .dropdown-item {
    padding-left: var(--space-3);
  }

  .navbar-toggle.active .toggle-bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .navbar-toggle.active .toggle-bar:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggle.active .toggle-bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  ul.navbar-container {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
  }

  /* hamburger li’niz bu class ise */
  .navbar-toggle-item {
    margin-left: auto;
    /* sona sabitle */
  }

  .logo-img {
    height: 30px !important;
    width: auto;
  }

  .navbar-toggle {
    width: 22px;
    height: 16px;
    margin-bottom: 8px;
  }
}

@media (max-width: 1024px) {
  .navbar-actions {
    gap: 8px;
  }

  .auth-menu-wrapper {
    max-width: 50%;
  }
}

/* Mobil HEADER (kapalı menü durumunda, header çubuğunda) */
@media (max-width: 960px) {
  .navbar-actions {
    gap: 6px;
  }

  /* Header çubuğunda butonlar yan yana, daha kompakt */
  .auth-menu-wrapper.auth-buttons,
  .auth-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .auth-buttons .btn-login {
    padding: 8px 10px;
    min-width: auto;
    font-size: 13px;
    height: 40px;
    border-radius: 10px;
    white-space: nowrap;
  }
}

/* Mobil DRAWER (menü açıldığında, menü gövdesindeki butonlar) */
@media (max-width: 960px) {

  /* Drawer içindeki tüm auth butonları dikey ve tam genişlik */
  .navbar-menu .auth-buttons,
  .navbar-menu .auth-menu-wrapper.auth-buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
  }

  .navbar-menu .auth-buttons .btn-login,
  .navbar-menu .auth-menu-wrapper.auth-buttons .btn-login {
    width: 100%;
    min-width: 0;
    height: 44px;
    border-radius: 12px;
    white-space: nowrap;
  }
}

/* (İsteğe bağlı) Drawer altına sabitleme:
   .drawer-footer varsa login/paket butonları daima altta kalsın */
@media (max-width: 960px) {
  .navbar-menu {
    display: flex;
    flex-direction: column;
  }

  .navbar-menu .drawer-footer {
    margin-top: auto;
    width: 100%;
  }

  .navbar-menu .drawer-footer .btn-login {
    width: 100%;
  }
}

#back-to-login {
  background: #b9b9b9;
  color: #1e3a8a;
}

.auth-buttons button {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.7rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  white-space: nowrap;
}

@media (max-width: 960px) {
  .profile-link .profile-text {
    display: none;
  }
}

/*Gece Modu Butonu*/

/* Gece Modu Butonu */
.toggle-button {
  position: relative;
  display: inline-flex;
  height: 34px;
  width: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
  margin-top: 5px;
}

.toggle-button svg {
  color: #3b82f6;
}

.toggle-button:focus {
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.3);
}

.toggle-button.dark {
  background: linear-gradient(90deg, #2563eb, #7c3aed);
}

html.dark .toggle-button:focus {
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.5);
}

.toggle-button:hover svg {
  transform: rotate(15deg);
}

.bg-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  transition: opacity 0.3s ease;
}

.bg-moon {
  right: 6px;
}

.toggle-button.dark svg {
  color: #fff;
}

.auth-section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.auth-section-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: grayscale(100%) brightness(0.3);
}

.sl-flag {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-position: center center;
  vertical-align: middle;
}

.auth-buttons a {
  cursor: pointer;
  white-space: nowrap;
}

:root {
  --dk-blue: #2563eb;
  /* ana */
  --dk-deep: #1e3a8a;
  /* koyu */
  --dk-muted: #64748b;
  --dk-border: #e5e7eb;
  --dk-soft: #f8fafc;
  --hd-lg-foreground: 0 0% 100%;
}

/* Üst chip butonlar */
.ad-top {
  display: flex;
  gap: 12px;
}

.ad-chip {
  flex: 1;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.7rem;
  text-decoration: none;
  transition:
    transform 0.12s ease,
    box-shadow 0.2s ease,
    background 0.15s ease;
}

.ad-chip--outline {
  border: 2px solid var(--dk-blue);
  color: var(--dk-blue);
  background: #fff;
}

.ad-chip--outline:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(37, 99, 235, 0.15);
}

.ad-chip--filled {
  background: var(--dk-blue);
  color: #fff;
  border: 2px solid var(--dk-blue);
}

.ad-chip--filled:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(37, 99, 235, 0.2);
}

/* Kartlar */
.ad-card {
  display: flex;
  gap: 5px;
  background: #fff;
  flex-direction: column;
}

.ad-card__icon {
  width: 20px;
  height: 20px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #eef2ff;
  border: 1px solid #dbeafe;
  flex-shrink: 0;
}

.ad-card--employer .ad-card__icon {
  background: #f3f4f6;
}

.ad-card__content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #dbeafe;
  padding: 10px 10px 2px 10px;
}

.ad-card__title {
  margin: 0 0 2px;
  font-size: 0.7rem;
  font-weight: 800;
  color: #0f172a;
}

.divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 20px 20px 5px 20px;
}

.ad-card__desc {
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--dk-muted);
  line-height: 1.35;
  padding: 0px 10px 0px 30px;
  white-space: nowrap;
}

.ad-card__actions {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.ad-btn {
  height: 42px;
  padding: 0 18px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.7rem;
  text-decoration: none;
  transition:
    background 0.15s ease,
    transform 0.12s ease,
    box-shadow 0.2s ease;
}

.ad-btn--outline {
  border: 2px solid #1e3a8a;
  color: #1e3a8a;
  background: #fff;
}

.ad-btn--outline:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(37, 99, 235, 0.12);
}

.ad-btn--solid {
  background: #1e3a8a;
  color: #fff;
  border: 2px solid #1e3a8a;
}

.ad-btn--solid:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(37, 99, 235, 0.18);
}

.ad-btn--muted {
  background: #eef2f6;
  color: #475569;
  border: 2px solid #e2e8f0;
  cursor: not-allowed;
}

/* Alt linkler */
.ad-footer {
  padding-top: 6px;
}

.ad-footer__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid #f1f5f9;
  color: #0f172a;
  text-decoration: none;
  font-weight: 700;
}

.ad-footer__line svg {
  opacity: 0.9;
}

.ad-footer__cta {
  display: inline-block;
  color: var(--dk-blue);
  font-weight: 800;
  text-decoration: none;
  padding-top: 4px;
}

/* Mobil */
@media (max-width: 480px) {
  .ad-top {
    flex-direction: column;
  }

  .ad-card {
    flex-direction: column;
  }

  .ad-card__actions {
    justify-content: flex-start;
  }
}

/* Kapsayıcı konumu */
.auth-menu-wrapper {
  position: relative;
}

.auth-dropdown {
  position: absolute;
  right: 0;
  top: 155%;
  max-width: 92vw;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 22px 44px rgba(2, 6, 23, 0.18);
  display: flex;
  flex-direction: column;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0s linear 0.18s;
  overflow: hidden;
}

.auth-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0s;
}

/* Masaüstü: hover veya klavye odak (focus-within) ile aç */
@media (hover: hover) and (pointer: fine) {

  .auth-menu-wrapper:hover .auth-dropdown,
  .auth-menu-wrapper:focus-within .auth-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition:
      opacity 0.18s ease,
      transform 0.18s ease,
      visibility 0s;
  }
}

/* İsteğe bağlı: hover gecikmeli kapanış için küçük bir tolerans (opsiyonel) */
.auth-dropdown {
  pointer-events: auto;
}

.btn-auth-toggle {
  position: relative;
  z-index: 11;
}

.form-options {
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
}

:root {
  --border-color: #cbd5e1;
  --active-color: #4fd1c498;
  --success-color: #28dc4c;
}

.float-field {
  position: relative;
  display: inline-block;
}

fieldset {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 21px;
  transition: border-color 0.25s;
  position: relative;
}

.modal-login-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
}

.modal-login input {
  width: 100%;
  font-size: 0.875rem;
  border: none;
  background: transparent;
  outline: none;
  position: absolute;
  left: 0;
  top: -8px;
  color: #000;
  padding: 15px;
}

.modal-login legend {
  padding: 0;
  font-size: 12px;
  color: #1e3a8a;
  white-space: nowrap;
  overflow: hidden;
  max-width: 0;
  transform: translateX(5px);
  transition: max-width 0.25s ease;
  display: flex;
  align-items: center;
  z-index: 999;
  position: relative;
  C
}

button.btn-social {
  width: 100%;
  margin: 20px;
  background: #ea4335;
  display: grid;
  gap: 16px;
  max-width: 400px;
  margin: 0 auto;
}

.float-field:has(input:focus) fieldset {
  border-width: 1px;
  border-color: var(--active-color) !important;
}

.float-field.active .modal-login {
  border-color: var(--primary) !important;
}

.float-field.active legend {
  max-width: 200px;
  padding-right: 15px;
  font-weight: 700;
}

.modal-login .placeholder {
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: 12px;
  color: #000000 !important;
  pointer-events: none;
  transition: 0.25s;
  display: flex;
}

.float-field.active .placeholder {
  opacity: 0;
  transform: translateY(-35%);
}

.modal-login legend .input-icon {
  width: 16px;
  height: 16px;
  opacity: 0.6;
  filter: invert(45%) sepia(90%) saturate(400%) hue-rotate(150deg) !important;
  pointer-events: none;
  margin-right: 4px;
}

.modal-login .placeholder .input-icon {
  width: 16px;
  height: 16px;
  opacity: 0.6;
  filter: invert(45%) sepia(90%) saturate(400%) hue-rotate(150deg) !important;
  pointer-events: none;
  margin-right: 4px;
}

fieldset.modal-login {
  width: 100%;
  margin: 0 auto;
}

.or-divider {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 13px;
  color: hsl(var(--muted-foreground, 240 3.8% 46.1%));
  margin: 0.5rem 0;
  position: relative;
}

.or-divider::before,
.or-divider::after {
  content: "";
  flex: 1;
  border-top: 1px solid hsl(var(--muted, 240 4.8% 85%));
  margin: 0 10px;
}

.register a {
  color: #f6821f;
  text-decoration: none;
  font-weight: 600;
}

.register {
  text-align: center;
  margin-top: 20px;
  font-size: 0.7rem;
}

input:focus {
  box-shadow: none;
}

.btn--login {
  margin: 0 auto;
  margin-bottom: 16px;
  height: 48px;
}

.social-login {
  display: grid;
  gap: 16px;
  margin: 0 auto;
}

.btn-login-modal {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  border-radius: 8px;
  padding: 0.625rem 1rem;
  font:
    600 15px/1.2 system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.05s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
  gap: 16px;
  width: 100%;
  margin: 0 auto;
  background: #1e3a8a;
}

.google .label {
  color: #fff !important;
}

.linkedin .label {
  color: #fff !important;
}

.btn-login-modal:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  filter: brightness(1.05);
}

.btn-social {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  border-radius: 8px;
  padding: 0.625rem 1rem;
  font:
    600 15px/1.2 system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.05s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.btn-social:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  filter: brightness(1.05);
}

.btn-social:active {
  transform: translateY(1px);
}

.ic-badge {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 28px;
}

.btn-social .label {
  white-space: nowrap;
}

/* Marka renkleri */
.btn-social.fb {
  background: #1877f2;
}

.btn-social.google {
  background: #ea4335;
}

.btn-social.apple {
  background: #000;
}

.btn-social.linkedin {
  background: #0a66c2;
}

/* AUTH: Autofill arka planını gerçek bg ile ez (transparent kullanma) */
.modal-content:has(> #universal-modal-body #authModal.dk-modal) #authModal input:-webkit-autofill,
.modal-content:has(> #universal-modal-body #authModal.dk-modal) #authModal input:-webkit-autofill:hover,
.modal-content:has(> #universal-modal-body #authModal.dk-modal) #authModal input:-webkit-autofill:focus,
.modal-content:has(> #universal-modal-body #authModal.dk-modal) #authModal input:-webkit-autofill:active {
  -webkit-text-fill-color: #0f172a !important;
  caret-color: #0f172a !important;

  /* kritik: transparent değil, gerçek background rengi */
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  box-shadow: 0 0 0 1000px #ffffff inset !important;

  background-color: #ffffff !important;
  border-radius: inherit;
  /* fieldset/input radius uyumu */
}

/* Eğer input bg’niz #f8fafc ise bu rengi kullanın */
.modal-content:has(> #universal-modal-body #authModal.dk-modal) #authModal .float-field input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  /* gerekirse #f8fafc yap */
  box-shadow: 0 0 0 1000px #ffffff inset !important;
}

/* Firefox */
.modal-content:has(> #universal-modal-body #authModal.dk-modal) #authModal input:-moz-autofill {
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  /* gerekirse #f8fafc */
  -moz-text-fill-color: #0f172a !important;
}

.dk-modal__dialog {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.dk-modal__header {
  padding: 20px 24px 8px;
  background: linear-gradient(180deg, #f8fafc, #fff);
}

.dk-modal__header h2 {
  margin: 0;
  font: 700 28px/1.2 system-ui;
}

.dk-modal__subtitle {
  margin: 6px 0 0;
  color: #64748b;
}

.dk-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  background: #eef2ff;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font: 600 18px/1 system-ui;
  color: #334155;
  cursor: pointer;
}

.dk-modal__tabs {
  display: flex;
  gap: 8px;
  padding: 16px 16px 0;
}

.dk-tab {
  flex: 1;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.dk-tab.is-active {
  background: #e8f0ff;
  border-color: #2563eb;
  color: #1e40af;
}

.dk-tabpanel {
  padding: 20px 30px 30px 30px;
}

.dk-callout {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f9fafb;
  margin-bottom: 12px;
}

.dk-callout--candidate .ico {
  filter: grayscale(0);
}

.dk-callout--employer .ico {
  filter: grayscale(0);
}

.dk-form {
  display: grid;
  gap: 12px;
}

.dk-field>span {
  display: block;
  margin: 4px 2px 6px;
  color: #334155;
  font-weight: 600;
}

.dk-input {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
}

.dk-input input {
  flex: 1;
  border: 0;
  outline: 0;
  font: 500 15px/1.4 system-ui;
}

.dk-eye {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.dk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 0 14px;
  font: 600 15px/1 system-ui;
}

.dk-btn--primary {
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  color: #fff;
}

.dk-btn--ghost {
  background: #f8fafc;
  border-color: #e5e7eb;
  color: #0f172a;
}

.dk-modal__footer {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px 20px;
  color: #475569;
}

.dk-link {
  color: #2563eb;
  text-decoration: none;
}

@media (max-width: 680px) {
  .dk-modal__dialog {
    margin: 0;
    border-radius: 0;
  }

  .dk-modal__header {
    padding-top: 16px;
  }

  .dk-tabpanel {
    padding: 15px;
  }
}

:root {
  --border-color: #cbd5e1;
  --active-color: #0096c7;
  --success-color: #28dc4c;
}

.float-field {
  position: relative;
  width: 100%;
}

fieldset {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 21px;
  transition: border-color 0.25s;
  position: relative;
}

.dropdown-box fieldset input {
  transition:
    background 0.3s ease,
    padding-left 0.3s ease,
    filter 0.3s ease,
    color 0.3s ease;
}

.dropdown-box fieldset input:focus {
  background: url("https://static.denizkariyer.cloud/img/search2.svg") no-repeat 10px center;
  background-size: 16px;
  padding-left: 30px;
}

fieldset:hover {
  box-shadow: 0 5px 5px -1px rgb(0 0 0 / 8%);
}

.float-field:has(input:focus) fieldset {
  border-width: 0.1rem;
  border-color: var(--active-color) !important;
}

.float-field.active fieldset {
  border-color: #4ad6084f;
  border-width: 0.1rem;
}

input {
  width: 100%;
  font-size: 0.875rem;
  border: none;
  background: transparent;
  outline: none;
  position: absolute;
  left: 0;
  top: -8px;
}

.numInputWrapper input {
  position: static;
}

textarea {
  width: 100%;
  font-size: 0.875rem;
  border: none;
  background: transparent;
  outline: none;
  left: 0;
  top: -20px;
  position: relative;
}

legend {
  padding: 0;
  font-size: 12px;
  color: #a3a3a3;
  white-space: nowrap;
  overflow: hidden;
  max-width: 0;
  transform: translateX(5px);
  transition: max-width 0.25s ease;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
}

.float-field.active legend {
  max-width: 200px;
  padding-right: 15px;
}

.placeholder {
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: 12px;
  color: #999;
  pointer-events: none;
  transition: 0.25s;
  display: flex;
}

.float-field.active .placeholder {
  opacity: 0;
  transform: translateY(-35%);
}

.input-icon {
  width: 16px;
  height: 16px;
  opacity: 0.6;
  pointer-events: none;
  filter: invert(45%) sepia(90%) saturate(400%) hue-rotate(150deg);
  margin-right: 4px;
}

input:focus {
  box-shadow: none;
}

.edit-email {
  background: linear-gradient(to right, #0096c7, #63bdf1);
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -2px;
  top: -24%;
  padding: 17px;
  border-radius: 0px 8px 8px 0px;
}

.edit-email img {
  width: 16px;
  height: 16px;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.edit-email:hover img {
  transform: scale(1.2);
  opacity: 0.8;
}

.modal-register-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}

/* Konteyneri relative yapın ki popover doğru konumlansın */
.form-group {
  position: relative;
}

/* Mobil taşma */

/* main.css / home.css vb. */
.navbar-header-divider {
  border-bottom: 1px solid #e5e5e5;
}

.link-logout {
  color: #f87171;
}

.flag-icon-dynamic {
  background-size: cover;
  background-position: center;
}

#global-loader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.35);
  backdrop-filter: blur(4px);
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.4s ease,
    visibility 0s linear 0s;
}

#global-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.4s ease,
    visibility 0s linear 0.4s;
}

.sl-flag {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.sl-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

button.close-navbar-menu {
  background: none;
}

@media (max-width: 960px) {
  .header-container {
    max-width: 100%;
  }
}

/* iOS safe-area: mobil hamburger menü için üstten boşluk */
@supports (padding-top: env(safe-area-inset-top)) {
  @media (max-width: 960px) {
    .navbar-menu {
      padding-top: env(safe-area-inset-top);
      height: calc(100vh - env(safe-area-inset-top));
    }
  }
}

/* iOS safe-area: sticky/fixed header için */
@supports (padding-top: env(safe-area-inset-top)) {
  .header.fixed {
    top: env(safe-area-inset-top);
  }
}

/* iOS input zoom’u engelle: mobilde input fontlarını 16px yap */
@media (max-width: 960px) {

  input,
  textarea,
  select {
    font-size: 0.875rem;
  }
}

/* iOS safe-area değişkeni */
:root {
  --dk-safe-top: 0px;
}

@supports (padding-top: env(safe-area-inset-top)) {
  :root {
    --dk-safe-top: env(safe-area-inset-top);
  }

  /* Tüm sayfayı safe-area kadar aşağı al */
  body {
    padding-top: var(--dk-safe-top);
  }

  /* Üstteki boş bandı beyaz arka planla doldur (notch etrafı) */
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--dk-safe-top);
    background: #ffffff;
    /* notch çevresi beyaz */
    z-index: 900;
    pointer-events: none;
  }

  /* Sticky header fixed moda geçtiğinde de safe-area’dan sonra başlasın */
  .header.fixed {
    top: var(--dk-safe-top);
  }

  /* Mobil hamburger menü: safe-area’yı hesaba kat */
  @media (max-width: 960px) {
    .navbar-menu {
      padding-top: calc(var(--dk-safe-top) + 16px);
      height: calc(100vh - var(--dk-safe-top));
    }
  }
}

/* Yeni Navbar */

/* Genel navbar iskeleti */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  position: relative;
}

.navbar-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo-img {
  height: 36px;
  width: auto;
  filter: brightness(0) invert(1) !important;
}

/* Desktop menü */
.navbar-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 0;
  font-weight: 500;
  font-size: 0.775rem;
  color: #fff;
  position: relative;
  transition: color 0.2s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: var(--primary);
  border-radius: 999px;
  transition: width 0.2s ease;
}

.nav-link:hover {
  color: #fff;
}

.nav-link:hover::after {
  width: 100%;
}

/* Hamburger buton – sadece mobilde görünür */
.navbar-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1100;
}

.navbar-toggle .toggle-bar {
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--text-dark);
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.navbar-toggle.active .toggle-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.navbar-toggle.active .toggle-bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggle.active .toggle-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Mobil menü (full-screen drawer) */
@media (max-width: 960px) {
  .navbar {
    height: 64px;
    padding-inline: 10px;
  }

  .header-container {
    max-width: 100%;
  }

  .navbar-toggle {
    display: flex;
  }

  /* Desktop menüyü gizle, drawer olarak kullan */
  .navbar-menu {
    position: fixed;
    inset: 0 0 auto auto;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.25);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0px;
    transition: right 0.28s ease;
    z-index: 1000;
    overflow-y: auto;
    gap: 0;
  }

  .navbar-menu.active {
    right: 0;
  }

  /* Drawer üst başlık (logo + kapat) */
  .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e7eb;
    padding: 15px;
  }

  .navbar-title img {
    height: 30px;
    width: auto;
  }

  .close-navbar-menu {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    padding: 0px !important;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
  }

  .nav-item {
    width: 100%;
    padding: 0 20px;
  }

  .nav-item a:hover {
    color: #000 !important;
  }

  .nav-link {
    padding: 10px 2px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
  }

  .nav-link::after {
    display: none;
  }

  /* Drawer alt aksiyon alanı (login / paketler vb. için uygun zemin) */
  .navbar-menu .drawer-footer {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .navbar-menu .drawer-footer .btn-login,
  .navbar-menu .drawer-footer .btn-register {
    width: 100%;
    height: 44px;
    border-radius: 12px;
  }
}

/* Tablet optimizasyonu */
@media (min-width: 769px) and (max-width: 1024px) {
  .navbar-nav {
    gap: 16px;
  }

  .nav-link {
    font-size: 13px;
  }
}

/* Mobil Alan */

/* Desktop: drawer aksiyonları kapalı */
.navbar-actions--drawer {
  display: none !important;
}

/* Desktop aksiyonları açık */
.navbar-actions--desktop {
  display: flex;
}

/* Mobilde: desktop aksiyonları gizle, drawer aksiyonlarını göster */
@media (max-width: 960px) {
  .navbar-actions--desktop {
    display: none !important;
  }

  .navbar-actions--drawer {
    display: flex !important;
    flex-direction: row;
    gap: 10px;
    padding: 12px 16px 8px;
    border-bottom: 1px solid #e5e7eb;
    background: #ffffff;
  }

  /* Drawer içinde dil seçici tam genişlik */
  .navbar-actions--drawer .language-selector {
    width: 100%;
  }

  .navbar-actions--drawer .language-btn {
    width: 100%;
    justify-content: space-between;
    border-radius: 12px;
    padding: 10px 12px;
  }

  .navbar-actions--drawer .language-dropdown {
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    width: 100%;
    min-width: 0;
  }

  /* Drawer chip butonlar */
  .dk-drawer-chip {
    width: 100%;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 800;
    font-size: 0.7rem;
    border: 1px solid #e5e7eb;
    background: #f8fafc;
    color: #0f172a;
  }

  .dk-drawer-chip--outline {
    background: #fff;
    border: 2px solid #1e3a8a;
    color: #1e3a8a;
  }

  .dk-drawer-chip--solid {
    background: #1e3a8a;
    border: 2px solid #1e3a8a;
    color: #fff;
  }

  .dk-drawer-chip--danger {
    background: #fff;
    border: 2px solid #ef4444;
    color: #ef4444;
  }
}

.dk-mbar {
  display: none;
}

@media (max-width: 960px) {

  /* alt bar */
  .dk-mbar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 64px;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    z-index: 1200;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .dk-mbar__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-weight: 700;
    font-size: 11px;
    color: #0f172a;
    background: transparent;
    border: 0;
    padding: 0px !important;
  }

  .dk-mbar__item .material-symbols-outlined {
    font-size: 22px;
    color: #1e3a8a;
  }

  /* içerik altına bar kadar boşluk */
  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }

  .mobil-header-right {
    display: flex;
    gap: 10px;
    flex-direction: row;
  }
}

@media (max-width: 960px) {
  :root {
    --mbar-bg: rgba(255, 255, 255, 0.92);
    --mbar-line: rgba(15, 23, 42, 0.1);
    --mbar-ink: #0f172a;
    --mbar-muted: #64748b;
    --mbar-primary: #1e3a8a;
    /* senin koyu mavi */
    --mbar-accent: #2dd4bf;
    /* turkuaz vurgu */
  }

  .dk-mbar {
    display: flex;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: calc(0px + env(safe-area-inset-bottom));
    height: 68px;
    background: var(--mbar-bg);
    border: 1px solid var(--mbar-line);
    border-radius: 18px 18px 0px 0px;
    box-shadow:
      0 18px 40px rgba(2, 6, 23, 0.18),
      0 6px 14px rgba(2, 6, 23, 0.1);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    z-index: 9999;
    padding: 6px;
    gap: 6px;
  }

  .dk-mbar__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;

    border-radius: 14px;
    color: var(--mbar-muted);
    background: transparent;
    border: 0;

    font-weight: 700;
    font-size: 11px;
    line-height: 1.1;

    transition:
      background 0.18s ease,
      color 0.18s ease,
      transform 0.12s ease;
    -webkit-tap-highlight-color: transparent;
  }

  /* SVG ikon standardı */
  .dk-mbar__item .dk-ico {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.92;
    transition:
      transform 0.18s ease,
      opacity 0.18s ease;
  }

  /* Material Symbols kullanıyorsan (geçiş döneminde) */
  .dk-mbar__item .material-symbols-outlined {
    font-size: 22px;
    color: currentColor;
    opacity: 0.92;
    transition:
      transform 0.18s ease,
      opacity 0.18s ease;
  }

  /* Hover / tap hissi */
  .dk-mbar__item:active {
    transform: translateY(1px);
  }

  /* Aktif durum (current page) */
  .dk-mbar__item.is-active {
    color: var(--mbar-primary);
    background: linear-gradient(180deg,
        rgba(45, 212, 191, 0.16),
        rgba(30, 58, 138, 0.1));
  }

  .dk-mbar__item.is-active .dk-ico,
  .dk-mbar__item.is-active .material-symbols-outlined {
    opacity: 1;
    transform: translateY(-1px);
  }

  /* içerik altta bar’a çarpmasın */
  body {
    padding-bottom: calc(90px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 960px) {
  .navbar-brand {
    display: flex;
  }

  /* Drawer aksiyon alanı: dk-mbar estetiği */
  .navbar-actions--drawer {
    display: flex !important;
    gap: 12px;
    padding: 10px 14px 12px;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
  }

  /* Butonların genel hali: mbar item gibi */
  .dk-drawer-chip {
    flex: 1;
    height: 56px;
    border-radius: 16px;
    padding: 0 12px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;

    background: #fff;
    border: 1px solid #e5e7eb;
    color: #0f172a;

    font-weight: 800;
    font-size: 12px;
    line-height: 1;

    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
    -webkit-tap-highlight-color: transparent;
    transition:
      transform 0.12s ease,
      box-shadow 0.18s ease,
      background 0.18s ease,
      border-color 0.18s ease;
  }

  /* Minimal ikon: daha küçük, daha yumuşak, “siyah gibi” durmaz */
  .dk-drawer-chip svg {
    width: 22px;
    height: 22px;
    color: #1e3a8a;
    opacity: 0.88;
    filter: none;
  }

  /* Basma hissi (mbar gibi) */
  .dk-drawer-chip:active {
    transform: translateY(1px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
  }

  /* İşveren (outline) — mbar benzeri, sadece vurgu rengi */
  .dk-drawer-chip--outline {
    background: #fff;
    border-color: #e5e7eb;
    color: #0f172a;
  }

  .dk-drawer-chip--outline svg {
    color: #1e3a8a;
  }

  /* Giriş (primary) — mbar “seçili” hissi */
  .dk-drawer-chip--solid {
    background: rgba(30, 58, 138, 0.08);
    border-color: rgba(30, 58, 138, 0.18);
    color: #0f172a;
    box-shadow: 0 10px 22px rgba(30, 58, 138, 0.1);
  }

  .dk-drawer-chip--solid svg {
    color: #1e3a8a;
  }

  /* Çok dar ekranda alt alta */
  @media (max-width: 380px) {
    .navbar-actions--drawer {
      flex-direction: column;
    }
  }
}

@media (max-width: 960px) {

  /* Menü listesi */
  .navbar-nav {
    list-style: none;
    margin: 10px 0 0;
    padding: 8px 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .navbar-nav .nav-item {
    margin: 0;
    padding: 4px 0;
  }

  /* Soft tema değişkenleri (istersen root’a taşırsın) */
  .navbar-nav {
    --ink: #0f172a;
    --text: rgba(15, 23, 42, 0.78);
    /* simsiyah değil */
    --muted: rgba(15, 23, 42, 0.55);
    /* daha soft */
    --line: rgba(15, 23, 42, 0.08);
    --card: rgba(255, 255, 255, 0.92);
    --card2: #f8fafc;
    --accent: #1e3a8a;
    --accentSoft: rgba(30, 58, 138, 0.1);
  }

  /* Ana link */
  .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 0.7rem;
    letter-spacing: 0.1px;
    color: var(--text);
    background: var(--card);
    border: 1px solid var(--line);
    box-shadow: 0 6px 14px rgba(2, 6, 23, 0.05);
    text-decoration: none;
    transition:
      transform 0.12s ease,
      box-shadow 0.18s ease,
      background 0.18s ease,
      border-color 0.18s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .navbar-nav .nav-link:active {
    transform: translateY(1px);
    box-shadow: 0 4px 10px rgba(2, 6, 23, 0.06);
  }

  /* Dropdown tetikleyici */
  .navbar-nav .dropdown>.dropdown-toggle {
    cursor: pointer;
  }

  /* Chevron (minimal, soft) */
  .navbar-nav .dropdown-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;
    background: rgba(30, 58, 138, 0.07);
    border: 1px solid rgba(30, 58, 138, 0.1);
    flex: 0 0 auto;
  }

  .navbar-nav .dropdown-icon::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(30, 58, 138, 0.75);
    border-bottom: 2px solid rgba(30, 58, 138, 0.75);
    transform: rotate(45deg);
    transition: transform 0.18s ease;
  }

  /* Alt menü kutusu (soft panel) */
  .navbar-nav .dropdown-menu {
    list-style: none;
    margin: 6px 0 0;
    padding: 8px;

    border-radius: 14px;
    background: var(--card2);
    border: 1px solid var(--line);

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);

    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-4px);
    transition:
      max-height 0.22s ease,
      opacity 0.18s ease,
      transform 0.18s ease;
  }

  /* Açık durum (JS hangi sınıfı basıyorsa ikisi de destek) */
  .navbar-nav .dropdown.open>.dropdown-menu,
  .navbar-nav .dropdown.is-open>.dropdown-menu {
    max-height: 520px;
    opacity: 1;
    transform: translateY(0);
  }

  .navbar-nav .dropdown.open .dropdown-icon::before,
  .navbar-nav .dropdown.is-open .dropdown-icon::before {
    transform: rotate(-135deg);
  }

  /* Child item */
  .navbar-nav .dropdown-item {
    display: flex;
    align-items: center;
    width: 100%;

    padding: 12px 12px;
    border-radius: 12px;

    font-weight: 700;
    font-size: 0.7rem;

    color: var(--muted);
    text-decoration: none;

    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(15, 23, 42, 0.06);

    transition:
      background 0.18s ease,
      transform 0.12s ease,
      border-color 0.18s ease,
      color 0.18s ease;
  }

  .navbar-nav .dropdown-menu li+li {
    margin-top: 8px;
  }

  .navbar-nav .dropdown-item:hover {
    background: rgba(30, 58, 138, 0.06);
    border-color: rgba(30, 58, 138, 0.1);
    color: rgba(15, 23, 42, 0.72);
  }

  .navbar-nav .dropdown-item:active {
    transform: translateY(1px);
  }

  /* Aktif sayfa */
  .navbar-nav .nav-link.is-active,
  .navbar-nav .dropdown-item.is-active {
    background: rgba(30, 58, 138, 0.08);
    border-color: rgba(30, 58, 138, 0.14);
    color: rgba(15, 23, 42, 0.82);
  }
}

@media (max-width: 960px) {
  .dk-drawer-account {
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.92);
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(2, 6, 23, 0.08);
    overflow: hidden;
  }

  .dk-drawer-account__head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 14px 12px;
    background: linear-gradient(180deg,
        rgba(248, 250, 252, 1),
        rgba(255, 255, 255, 1));
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .dk-drawer-account__avatar {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(30, 58, 138, 0.06);
    border: 1px solid rgba(30, 58, 138, 0.1);
    overflow: hidden;
    flex: 0 0 auto;
  }

  .dk-drawer-account__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .dk-drawer-account__avatar .material-symbols-outlined {
    font-size: 28px;
    color: rgba(30, 58, 138, 0.85);
  }

  .dk-drawer-account__title {
    font-weight: 850;
    font-size: 13px;
    color: rgba(15, 23, 42, 0.82);
  }

  .dk-drawer-account__email {
    margin-top: 2px;
    font-size: 12px;
    color: rgba(15, 23, 42, 0.55);
  }

  .dk-drawer-account__links {
    padding: 10px;
    display: grid;
    gap: 8px;
    background: rgba(248, 250, 252, 1);
  }

  .dk-drawer-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 12px;
    border-radius: 14px;
    text-decoration: none;

    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(15, 23, 42, 0.06);

    color: rgba(15, 23, 42, 0.7);
    /* soft yazı */
    font-weight: 800;
    font-size: 0.7rem;

    transition:
      transform 0.12s ease,
      box-shadow 0.18s ease,
      border-color 0.18s ease,
      background 0.18s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .dk-drawer-link svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    /* simsiyah değil */
    fill: none;
    stroke-width: 2;
    opacity: 0.85;
    flex: 0 0 auto;
  }

  .dk-drawer-link:active {
    transform: translateY(1px);
    box-shadow: 0 8px 16px rgba(2, 6, 23, 0.08);
  }

  .dk-drawer-link:hover {
    background: rgba(30, 58, 138, 0.06);
    border-color: rgba(30, 58, 138, 0.1);
    color: rgba(15, 23, 42, 0.78);
  }

  .mobil-nav-list-container {
    display: none;
  }
}

@media (max-width: 960px) {

  /* Drawer ana paneli */
  .navbar-menu {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    /* iOS uyumlu */
    overflow: hidden;
    /* body scroll kapalı */
  }

  /* Üst alanlar sabit */
  .navbar-header,
  .navbar-actions--drawer {
    flex: 0 0 auto;
  }

  /* ASIL SCROLL ALANI */
  .mobil-nav-list-container {
    flex: 1 1 auto;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;

    padding-bottom: calc(90px + env(safe-area-inset-bottom));
    /* dk-mbar + iOS safe area */
  }

  /* Scrollbar – soft */
  .mobil-nav-list-container::-webkit-scrollbar {
    width: 6px;
  }

  .mobil-nav-list-container::-webkit-scrollbar-thumb {
    background: rgba(15, 23, 42, 0.18);
    border-radius: 6px;
  }

  .mobil-nav-list-container::-webkit-scrollbar-track {
    background: transparent;
  }
}

@media (max-width: 960px) {

  /* Sadece drawer panel (navbar içindeki) */
  .navbar .navbar-menu-item>.navbar-menu {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    /* iOS uyumlu */
    overflow: hidden;
    /* İç scroll sadece content'te */
  }

  .navbar .navbar-menu-item>.navbar-menu .navbar-header,
  .navbar .navbar-menu-item>.navbar-menu .navbar-actions--drawer {
    flex: 0 0 auto;
  }

  .navbar .navbar-menu-item>.navbar-menu .mobil-nav-list-container {
    flex: 1 1 auto;
    min-height: 0;
    /* kritik: flex child scroll için */
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding-bottom: calc(90px + env(safe-area-inset-bottom));
    padding: 14px;
  }

  .navbar .navbar-menu-item>.navbar-menu .mobil-nav-list-container::-webkit-scrollbar {
    width: 6px;
  }

  .navbar .navbar-menu-item>.navbar-menu .mobil-nav-list-container::-webkit-scrollbar-thumb {
    background: rgba(15, 23, 42, 0.18);
    border-radius: 6px;
  }

  .navbar .navbar-menu-item>.navbar-menu .mobil-nav-list-container::-webkit-scrollbar-track {
    background: transparent;
  }

  .mobil-nav-list-container {
    display: block !important;
  }

  .navbar-nav {
    display: none !important;
  }

  .mobil-nav-list-container .navbar-nav {
    display: block !important;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.92);
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(2, 6, 23, 0.08);
    overflow: hidden;
  }
}

.mobil-nav-list-container {
  display: none;
}

.layout {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.cv-main-content {
  flex: 1;
  min-width: 0;
}

/* Sol Sidebar */
.sidebar {
  width: 275px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 1024px) {
  .sidebar {
    width: 100%;
  }
}

/* İlerleme Kartı */
.progress-card {
  background: var(--section-bg-1);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f3f4f6;
}

.progress-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.progress-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  position: absolute;
  right: 0;
}

.progress-icon.complete {
  background: linear-gradient(to right, #10b981, #059669);
}

.progress-icon span {
  color: #000000;
  font-weight: bold;
  font-size: 13px;
}

.progress-icon.complete::before {
  content: "✓";
  color: white;
  font-size: 2rem;
  font-weight: bold;
}

.progress-icon.complete span {
  display: none;
}

.progress-header h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.progress-header p {
  color: #6b7280;
  font-size: 0.875rem;
}

.progress-header p.complete {
  color: #059669;
  font-weight: 600;
}

/* İlerleme Çubuğu */
.progress-bar {
  width: 100%;
  height: 0.75rem;
  background-color: #e5e7eb;
  border-radius: 9999px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.progress-fill.complete {
  background: linear-gradient(to right, #10b981, #059669);
}

.progress-count {
  text-align: center;
  font-size: 0.875rem;
  color: #6b7280;
}

/* Bölümler Kartı */
.sections-card {
  background: var(--section-bg-1);
  border-radius: var(--radius);
  padding: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 0.1rem solid var(--border-color);
}

.sections-card h3 {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1rem;
}

.sections-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.section-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: var(--radius);
  background: #f9fafb;
  color: #374151;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  font-size: 0.775rem;
  border: 0.1rem solid var(--border-color);
  overflow: hidden;
}

.section-item:hover {
  background: #f3f4f6;
}

.section-item.active {
  background: linear-gradient(to right, #0096c7, #63bdf1);
  color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.section-item.completed {
  background: #ecfdf5;
  color: #065f46;
}

.section-item.completed:hover {
  background: #d1fae5;
}

.section-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(to right, #0096c7, #63bdf1);
  user-select: none;
}

.section-icon svg {
  color: white;
}

.section-item.active .section-icon {
  background: rgba(255, 255, 255, 0.2);
}

.section-item.completed .section-icon {
  background: #10b981;
  color: white;
}

.section-item.completed .section-icon::before {
  content: "✓";
  font-weight: bold;
}

.section-item.completed .section-icon svg {
  display: none;
}

.section-item.active .section-icon svg {
  color: white;
}

.section-icon svg1 {
  color: #6b7280;
}

.section-item span {
  font-weight: 500;
}

.cv-required-progress {
  font-size: 12px;
  padding: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 0.1rem solid var(--border-color);
  border-radius: 8px;
}

/* Track */
.cv-required-progress-track {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

/* Bar + yüzde yazısı */
.cv-required-progress-bar {
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: #0096c7;
  /* default */
  transition:
    width 0.25s ease-out,
    background-color 0.25s ease-out;

  /* Sayaç için */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  min-width: 28px;
  /* düşük yüzde için de yazı kaybolmasın */
  box-sizing: border-box;
}

.cv-required-progress-text {
  margin-top: 4px;
  color: #475569;
}

/* Alt aksiyon bölümü */
.cv-required-progress-actions {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Eksik alan uyarısı */
.cv-required-progress-warning {
  display: none;
  color: #b91c1c;
  line-height: 1.4;
}

/* CTA butonu (İlanları görüntüle) */
.cv-required-cta-btn {
  display: none;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  border: none;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  gap: 8px;
  transition:
    background-color 0.2s ease-out,
    transform 0.1s ease-out,
    opacity 0.15s ease-out;
  padding: 0px;
  font-size: 0.775rem;
}

.cv-required-cta-btn:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

/* İkon hizası */
.cv-required-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cv-required-cta-btn .section-icon {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.cv-required-cta-btn .section-icon svg {
  color: white;
}

/* Durum bazlı renkler / görünürlük */
.cv-required-progress.is-incomplete .cv-required-progress-bar {
  background: #ef4444;
  /* kırmızı */
}

.cv-required-progress.is-incomplete .cv-required-progress-warning {
  display: block;
}

.cv-required-progress.is-complete .cv-required-progress-bar {
  background: #22c55e;
  /* yeşil */
}

.cv-required-progress.is-complete .cv-required-cta-btn {
  display: inline-flex;
}

/* Opsiyonel: extra error class'lar (JS kullanıyorsa kalsın) */
.cv-required-progress-bar-error {
  background: #dc2626;
}

.cv-required-progress-text-error {
  color: #b91c1c;
}

.cv-completion {
  font-size: 12px;
  padding: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 0.1rem solid var(--border-color);
  border-radius: 8px;
}

/* =====================================================================
   AUTH MODAL – Genel düzen
   ===================================================================== */

#authModal .eye-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

#authModal .login-options {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
}

#authModal .login-forgot-link {
  font-size: 13px;
}

#authModal .register-form {
  margin-bottom: 0;
  gap: 0;
}

#authModal .form-group-relative {
  position: relative;
  margin-bottom: 1rem;
}

/* Buton ikonlarının ortalanması */
#authModal .btn-login-modal .ic-badge svg {
  display: block;
  margin: 0 auto;
}

/* "Geri dön" butonu alt boşluğu almasın */
#authModal .btn-back-login {
  margin-bottom: 0;
}

/* Terms paneli */
#authModal .terms-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 380px;
}

#authModal .terms-title {
  font-size: 18px;
  font-weight: 700;
  margin: 6px 0 2px;
}

#authModal .terms-box {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px 16px;
  max-height: 30vh;
  overflow: auto;
  background: #fff;
}

#authModal .terms-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

#authModal .terms-actions .dk-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #1e3a8a;
  background: #1e3a8a;
  color: #fff;
}

#authModal .terms-actions .dk-btn--ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111827;
}

#authModal .btn-terms-open {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
}

/* Autofill fix */
@keyframes dk-autofill-start {
  from {}

  to {}
}

@keyframes dk-autofill-cancel {
  from {}

  to {}
}

#authModal .float-field input:-webkit-autofill {
  animation: dk-autofill-start 0s 1;
}

#authModal .float-field input:not(:-webkit-autofill) {
  animation: dk-autofill-cancel 0s 1;
}


/* Login / Register ana CTAlar */
#authModal .btn-login-modal {
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

/* Captcha bitene kadar pasif görünüm */
#authModal .btn-login-modal[disabled],
#authModal .btn-login-modal:disabled {
  background: #cbd5e1;
  color: #64748b;
  cursor: not-allowed;
  opacity: 0.7;
  box-shadow: none;
  transform: none;
  pointer-events: none;
}

/* "Kayıt ol" butonunu link gibi göster */
#authModal .btn-link {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: #f6821f;
  text-decoration: none;
  font-weight: 600;
}

/* =========================
   Scroll To Top (DKX)
   - JS: --stt-bg / --stt-ring set eder
   - show/hide animasyonu korunur
========================= */

#scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;

  /* Dinamik renk (JS set eder) */
  background: var(--stt-bg, #22d3ee);
  color: #fff;

  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;

  /* padding !important kaldırıldı (gereksiz) */
  padding: 10px;
  line-height: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* Kurumsal gölge + ring */
  box-shadow:
    0 10px 28px rgba(0, 0, 0, .28),
    0 0 0 6px var(--stt-ring, rgba(34, 211, 238, .22));

  cursor: pointer;
  z-index: 1000;

  opacity: 0;
  pointer-events: none;
  transform: translateX(30px);

  transition:
    opacity .28s ease,
    transform .28s ease,
    background .25s ease,
    box-shadow .25s ease,
    filter .2s ease;
}

/* ikon boyutu */
#scrollToTop svg {
  width: 25px;
  height: 26px;
  display: block;
}

/* Görünürken (sağdan kayarak gelir) */
#scrollToTop.show,
#scrollToTop.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

/* Kaybolurken (sağa kayarak gider) */
#scrollToTop.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateX(30px);
}

/* Hover/Focus kurumsal */
@media (hover:hover) {
  #scrollToTop:hover {
    filter: brightness(1.06);
    transform: translateX(0) translateY(-2px);
  }
}

#scrollToTop:focus-visible {
  outline: none;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, .28),
    0 0 0 6px var(--stt-ring, rgba(34, 211, 238, .22)),
    0 0 0 2px rgba(255, 255, 255, .35);
}

/* Mobil ergonomi */
@media (max-width: 640px) {
  #scrollToTop {
    bottom: 16px;
    right: 16px;
    padding: 11px;
  }
}


.name-fields {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.profile-upload {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.image-upload-container {
  position: relative;
  width: 100%;
  max-width: 150px;
  aspect-ratio: 1 / 1;
  margin-top: auto;
}

.image-upload-box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.image-upload-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(1);
  transition: 0.3s ease;
}

.plus-icon img {
  filter: invert(45%) sepia(90%) saturate(400%) hue-rotate(150deg) !important;
}

.image-upload-box:hover img {
  filter: brightness(0.4);
}

.image-upload-box:hover .overlay {
  display: flex;
}

.image-upload-box .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  display: none;
}

.plus-icon {
  color: white;
  font-size: 36px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 6px 6px;
  line-height: 1;
}

.input-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon-wrapper .input-icon {
  position: absolute;
  left: 12px;
  width: 20px;
  height: 20px;
  opacity: 0.6;
  pointer-events: none;
  z-index: 99;
}

.chosen-icon {
  top: 20%;
}

.input-icon-wrapper input,
.input-icon-wrapper select {
  width: 100%;
  padding-left: 45px;
}

.input-icon {
  filter: invert(45%) sepia(90%) saturate(400%) hue-rotate(150deg);
}

.plus-icon img {
  filter: invert(45%) sepia(90%) saturate(400%) hue-rotate(150deg);
}

.chosen-container-single .chosen-single span {
  padding-left: 30px !important;
}

label {
  font-weight: 400;
  margin-bottom: 6px;
  font-size: 12px;
}

.section-title {
  font-size: 20px;
  color: #333;
  margin: 40px 0 10px;
  font-weight: 600;
}

.section-divider {
  border: none;
  height: 1px;
  background-color: #ddd;
  margin-bottom: 20px;
}

.cv-form-container h2 {
  text-align: left !important;
  font-size: 19px !important;
}

.cv-form-container h2::after {
  content: "";
  display: block;
  width: 100% !important;
  height: 2px !important;
  background: #1b8cb8;
  margin: 12px auto 0 auto;
  border-radius: 3px;
}

#upload-certificate-btn {
  position: absolute;
  padding: 0px 7px;
  top: -24px;
  background-color: #1b8cb8;
  left: 115px;
}

#upload-certificate-btn img {
  filter: brightness(0) invert(1);
  padding-top: 3px;
  width: 13px;
}

.section-title img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(90%) saturate(500%) hue-rotate(75deg);
  position: absolute;
}

#add-diploma {
  display: inline-flex;
  align-items: center;
  border: none;
  padding: 8px 12px;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.7rem;
}

.cv-form-container {
  max-width: 50%;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.chosen-container {
  width: 100% !important;
}

h1 {
  text-align: center;
  color: #0c2f4d;
  margin-bottom: 30px;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

label {
  font-weight: 600;
  margin-bottom: 6px;
}

input,
select {
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 0.7rem;
  transition: border-color 0.3s;
}

input:focus,
select:focus {
  border-color: #0073aa;
  outline: none;
}

.required::after {
  content: "*";
  color: red;
  margin-left: 4px;
}

.note {
  font-size: 12px;
  color: #666;
}

button {
  background-color: #0073aa;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .form-row {
    flex-direction: column;
  }
}

.dropdown-item.keyboard-active,
.dropdown-item:hover {
  background-color: var(--tertiary);
  color: white;
  cursor: pointer;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-content {
  background: #fff;
  width: 700px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #dee2e6;
  height: 56px;
  padding: 20px;
}

.modal-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.modal-body {
  display: flex;
  gap: 20px;
  padding: 20px;
}

.photo-info {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.photo-info-image {
  width: 150px;
  margin-bottom: 10px;
}

.photo-info-desc {
  font-size: 0.7rem;
  color: #333;
}

.separator {
  width: 1px;
  background-color: #ddd;
}

.photo-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.photo-form-box {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  position: relative;
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.file-form-box {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  position: relative;
  width: 100%;
}

.photo-form-label {
  display: block;
  cursor: pointer;
}

.photo-form-label svg {
  fill: #777;
}

.photo-form-empty-image {
  width: 60px;
  margin-bottom: 10px;
}


.photo-form-warning {
  font-size: 12px;
  color: #777;
  margin: 10px 0;
}

.save-btn {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #6a1b9a;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.save-btn:hover {
  background-color: #4a148c;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal-content {
  background: white;
  width: min(90vw, 800px);
  border-radius: 8px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(-20px);
  }

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

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  border-bottom: 1px solid #e5e7eb;
  background: var(--title-bg);
  color: white;
}

.modal-header h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.025em;
}

.modal-close {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  backdrop-filter: blur(10px);
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

.modal-body {
  padding: 32px;
  overflow-y: auto;
  max-height: calc(90vh - 120px);
}

.photo-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.photo-form>p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #374151;
}

.photo-form>small {
  margin: 0;
  font-size: 0.7rem;
  color: #6b7280;
  text-align: center;
  background: #f9fafb;
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 4px solid #3b82f6;
}

.file-form-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  padding: 24px;
  border: 2px dashed #d1d5db;
  border-radius: 12px;
  background: #fafafa;
  transition: all 0.3s ease;
}

.file-form-box:hover {
  border-color: #3b82f6;
  background: #f8faff;
}

.upload-slot {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border: 2px dashed #d1d5db;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
  background: white;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.upload-slot:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.upload-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #9ca3af;
}

.upload-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.upload-slot:hover .upload-icon {
  color: white;
  transform: scale(1.1);
}

.upload-icon svg {
  width: 24px;
  height: 24px;
}

.file-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 20;
  display: block !important;
}

.upload-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.file-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://static.denizkariyer.cloud/img/doc.png") no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
}

.file-name {
  font-weight: 600;
  color: #374151;
  font-size: 12px;
  margin-bottom: 8px;
  word-break: break-word;
  line-height: 1.3;
  position: absolute;
  bottom: -5px;
}

.file-size {
  color: #fff;
  font-size: 11px;
  background: #3b82f6;
  padding: 4px 8px;
  border-radius: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.upload-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  display: flex;
  gap: 12px;
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.upload-actions button {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 15px;
}

.btn-view {
  background: rgba(59, 130, 246, 0.9);
  color: white;
}

.btn-view:hover {
  background: #3b82f6;
  transform: scale(1.1);
}

.btn-download {
  background: rgba(34, 197, 94, 0.9);
  color: white;
}

.btn-download:hover {
  background: #22c55e;
  transform: scale(1.1);
}

.btn-delete {
  background: rgba(239, 68, 68, 0.9);
  color: white;
}

.btn-delete:hover {
  background: #ef4444;
}

.upload-actions svg {
  width: 18px;
  height: 18px;
}

.upload-slot:hover .upload-actions {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.upload-slot::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 5;
  border-radius: 10px;
}

.upload-slot:hover::after {
  opacity: 1;
}

/* Yüklenen dosyalar için hover efektini kaldır */
.upload-slot.has-file::after {
  opacity: 0.6;
}

.upload-slot.has-file:hover::after {
  opacity: 0.8;
}

.upload-loader {
  position: absolute;
  top: 23%;
  left: 22%;
  width: 70px;
  height: 70px;
  border: 10px solid rgba(59, 130, 246, 0.3);
  border-top: 10px solid #3b82f6;
  border-radius: 50%;
  z-index: 15;
  display: none;
  /* background: rgba(255, 255, 255, 0.9); */
  backdrop-filter: blur(5px);
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.photo-form-warning {
  font-size: 0.7rem;
  color: #6b7280;
  width: 100%;
  margin: 0;
  padding: 16px 20px;
  background: #fef3c7;
  border: 1px solid #f59e0b;
  border-radius: 8px;
  border-left: 4px solid #f59e0b;
}

.btn--save {
  padding: 0.625rem 1rem;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 0.7rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
  letter-spacing: -0.025em;
}

.btn--save:hover {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4);
}

.btn--save:active {
  transform: translateY(0);
}

.btn--save svg {
  width: 18px;
  height: 18px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .modal-content {
    width: 95vw;
    margin: 20px;
  }

  .modal-header {
    padding: 10px 14px;
  }

  .modal-header h2 {
    font-size: 0.8rem;
  }

  .modal-body {
    padding: 14px 10px;
  }

  .file-form-box {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
    padding: 10px;
  }

  .upload-actions {
    gap: 8px;
  }

  .upload-actions button {
    width: 40px;
    height: 40px;
  }

  .btn--save {
    padding: 12px 24px;
    font-size: 15px;
  }

  .photo-form {
    gap: 10px;
  }

  .modal-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 19px;
    height: 0px;
    border-radius: 50%;
    color: white;
    font-size: 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    backdrop-filter: blur(10px);
    padding: 14px 15px;
  }
}

@media (max-width: 480px) {
  .file-form-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .photo-form>small {
    font-size: 0.6rem;
    padding: 10px 12px;
  }

  .upload-loader {
    width: 50px;
    height: 50px;
  }
}

/* Loading State */
.upload-slot.loading .upload-loader {
  display: block;
}

.upload-slot.loading .upload-placeholder {
  opacity: 0.5;
}

/* Focus States for Accessibility */
.upload-slot:focus-within {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.modal-close:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

.btn--save:focus {
  outline: 2px solid #10b981;
  outline-offset: 2px;
}

/* Sweet Alert */
div:where(.swal2-container) div:where(.swal2-popup) {
  background: white !important;
  max-height: 90vh !important;
  border-radius: 16px !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  position: relative !important;
  overflow: hidden !important;
}

div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 9999 !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  align-self: center !important;
  padding: 0.625rem 1rem !important;
  background: linear-gradient(135deg, #4fd1c5 0%, #38b1a6 100%) !important;
  color: white !important;
  border: none !important;
  border-radius: 12px !important;
  font-size: 0.875rem;
  font-weight: 600 !important;
  cursor: pointer !important;
  align-items: center !important;
  gap: 8px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4) !important;
  letter-spacing: -0.025em !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  align-self: center !important;
  padding: 0.625rem 1rem !important;
  background: linear-gradient(135deg, #6e7881 0%, #5e656b 100%) !important;
  color: white !important;
  border: none !important;
  border-radius: 12px !important;
  font-size: 0.875rem;
  font-weight: 600 !important;
  cursor: pointer !important;
  align-items: center !important;
  gap: 8px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(141, 144, 143, 0.4) !important;
  letter-spacing: -0.025em !important;
}

.form-group {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .upload-icon {
    width: 18px;
    height: 28px;
  }

  .photo-form>p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
  }

  .left-side {
    display: none;
  }
}

.hidden {
  display: none !important;
}

.dkx-consent {
  position: fixed;
  inset: auto auto 16px 16px;
  z-index: 9999;
  max-width: 560px;
  width: min(92vw, 560px);
}

/* Kart */
.dkx-card {
  position: relative;
  background: #fff;
  color: #0f172a;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(2, 6, 23, 0.25);
  padding: 22px 22px 16px;
  border: 1px solid #e5e7eb;
}

.dkx-title {
  margin: 0 32px 8px 0;
  color: #1e3a8a;
}

.dkx-desc {
  margin: 0 0 16px;
  font:
    500 15px/1.6 Inter,
    system-ui;
  color: #334155;
}

.dkx-desc a {
  color: #0ea5e9;
  text-decoration: underline;
}

.dkx-actions {
  display: flex;
  gap: 12px;
  margin-top: 6px;
  flex-wrap: wrap;
}

/* Butonlar */
.dkx-btn {
  padding: 14px 20px;
  border-radius: 18px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.15s transform;
}

.dkx-btn:hover {
  transform: translateY(-1px);
}

.dkx-primary {
  background: #1e3a8a;
  color: #fff;
}

.dkx-secondary {
  background: #eef2f7;
  color: #111827;
  border-color: #e5e7eb;
}

.dkx-link {
  padding: 14px 20px;
  border-radius: 18px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.15s transform;
  background: #eef2f7;
  color: #111827;
  border-color: #e5e7eb;
}

.dkx-close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111827;
  cursor: pointer;

  display: grid;
  /* merkezleme */
  place-items: center;
  /* yatay+dikey */

  padding: 0;
  line-height: 1;
  /* baseline kaymasını kes */
  font-size: 18px;
  /* opsiyonel */
  font-weight: 700;
  /* opsiyonel */
}

.dkx-close::before {
  content: "\00D7";
  /* × (daha stabil) */
  display: block;
  transform: translateX(-0.5px);
  /* çok küçük optik düzeltme */
}

/* Modal */
.dkx-modal {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dkx-modal-card {
  width: min(720px, 92vw);
  background: #fff;
  color: #0f172a;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(2, 6, 23, 0.35);
}

.dkx-modal-head {
  position: relative;
  padding: 16px 18px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dkx-modal-body {
  padding: 12px 18px;
  display: grid;
  gap: 12px;
  max-height: min(62vh, 520px);
  overflow: auto;
}

.dkx-modal-foot {
  padding: 16px 18px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

/* Satırlar */
.dkx-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

.dkx-row-main {
  min-width: 0;
}

.dkx-row-title {
  font-weight: 800;
}

.dkx-row-desc {
  color: #475569;
  font-size: 0.7rem;
  margin-top: 4px;
}

.dkx-badge {
  margin-left: 8px;
  font: 700 11px/1 Inter;
  color: #0f172a;
  background: #e2e8f0;
  border-radius: 8px;
  padding: 3px 6px;
}

/* Switch */
.dkx-row-control {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dkx-switch {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.dkx-switch-ui {
  width: 52px;
  height: 28px;
  border-radius: 999px;
  background: #e5e7eb;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: background 0.18s ease;
  border: 1px solid #e2e8f0;
}

.dkx-switch-ui::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(2, 6, 23, 0.2);
  transition: transform 0.18s ease;
}

.dkx-switch:checked+.dkx-switch-ui {
  background: #1e3a8a !important;
  border-color: #1e3a8a !important;
}

.dkx-switch:checked+.dkx-switch-ui::after {
  transform: translateX(24px);
}

.dkx-switch:disabled+.dkx-switch-ui {
  background: #cbd5e1;
  border-color: #cbd5e1;
  cursor: not-allowed;
}

.dkx-switch:disabled+.dkx-switch-ui::after {
  box-shadow: none;
}

.dkx-switch-text {
  min-width: 46px;
  text-align: right;
  font: 600 13px/1 Inter;
  color: #334155;
}

/* Responsive */
@media (max-width: 480px) {
  .dkx-title {
    font-size: 22px;
  }
}

/* Print */
@media print {
  #dkx-consent {
    display: none !important;
  }
}

.search-bar {
  background: #f0f3f8;
  padding: 20px 0;
}

.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn {
  border: none;
  border-radius: var(--radius);
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn--save {
  background-color: var(--success);
  color: white;
}

.btn-upload {
  background: #f2ffe9;
  color: #00e215;
  border: 2px dashed #00e215;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn--reset {
  background-color: #adb5bd;
  color: white;
}

.btn--cancel {
  background: #ccc;
  color: #000;
}

.btn--delete {
  background-color: #dc3545;
  color: white;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.btn--login {
  width: 100%;
  background-color: var(--primary);
  color: white;
}

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

.checkbox {
  position: relative;
  display: block;
  padding-left: 33px;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.85rem;
}

.checkbox input {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
  pointer-events: none;
  cursor: pointer;
}

.check {
  position: absolute;
  height: 20px;
  width: 20px;
  border: 2px solid #1e3a8a;
  border-radius: 50%;
  top: 0px;
  left: 0;
  transition: 0.2s ease-in-out;
}

.checkbox:hover input~.check {
  border-color: #1e3a8a;
  box-shadow: 0 0 0 4px rgba(107, 147, 255, 0.3);
}

.checkbox input:checked~.check {
  background-color: #1e3a8a !important;
  border-color: transparent;
}

.checkbox input:checked~.check::after {
  border-color: #fff !important;
  /* kritik */
  border-style: solid;
  border-width: 0 2px 2px 0;
}

.check::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 9px;
  border: solid #1e3a8a00;
  border-width: 0 2px 2px 0;
  left: 5px;
  top: 1px;
  transform: rotate(46deg);
}

.checkbox input:focus~.check {
  box-shadow: 0 0 0 4px rgba(107, 147, 255, 0.3);
}

/* Loading state (link/button ortak) */
.js-nav-loading.is-loading {
  pointer-events: none;
  opacity: 0.75;
  position: relative;
}

/* Spinner */
.js-nav-loading.is-loading::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  animation: navSpin 0.8s linear infinite;
}

@keyframes navSpin {
  to {
    transform: rotate(360deg);
  }
}

/* Chrome / Edge / Safari */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  /* arkaplanı "sil" */
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #0f172a !important;
  /* yazı rengi */
  caret-color: #0f172a;
  transition: background-color 9999s ease-out 0s;
  /* webkit boyasını bastır */
}

/* İstersen focus’ta da aynı */
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
}

/* Firefox */
input:-moz-autofill,
textarea:-moz-autofill,
select:-moz-autofill {
  box-shadow: 0 0 0 1000px transparent inset !important;
  -moz-text-fill-color: #0f172a !important;
}

@keyframes dkxAutofillStart {
  from {}

  to {}
}

@keyframes dkxAutofillCancel {
  from {}

  to {}
}

.float-field input:-webkit-autofill {
  animation-name: dkxAutofillStart;
  animation-duration: 0.01s;
}

.float-field input:not(:-webkit-autofill) {
  animation-name: dkxAutofillCancel;
  animation-duration: 0.01s;
}

/* Firefox */
.float-field input:-moz-autofill {
  animation-name: dkxAutofillStart;
  animation-duration: 0.01s;
}

/* === Autofill geldiğinde float-field'i "active" gibi davran === */
.float-field:has(input:-webkit-autofill) .placeholder,
.float-field:has(textarea:-webkit-autofill) .placeholder {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(-35%);
}

.float-field:has(input:-webkit-autofill) legend,
.float-field:has(textarea:-webkit-autofill) legend {
  max-width: 200px !important;
  /* senin .active legend değerin */
  padding-right: 15px;
  color: #1e3a8a;
  font-weight: 700;
}

.float-field:has(input:-webkit-autofill) fieldset,
.float-field:has(textarea:-webkit-autofill) fieldset {
  border-color: #4ad6084f;
  /* senin .active fieldset tonu yoktu ama istersen */
}


/* Fieldset içinde eye-toggle konumlandırma */
#authModal fieldset.modal-login {
  position: relative;
}

/* Eye ikon için sağ boşluk (sadece password alanları) */
#authModal input[type="password"],
#authModal input[type="text"] {
  padding-right: 48px;
}

/* Eye Toggle (SVG’li) */
#authModal .eye-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: #1e3a8a;
  z-index: 10;
  pointer-events: auto;

  transition: transform 160ms ease, opacity 160ms ease;
  transform-origin: 50% 50%;
}

#authModal .eye-toggle:hover {
  transform: translateY(-50%) scale(1.04);
}

#authModal .eye-toggle:active {
  transform: translateY(-50%) scale(0.96);
}

#authModal .eye-toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .18);
  border-radius: 10px;
}

#authModal .eye-toggle svg {
  display: block;
}

/* İkonlar üst üste + animasyonlu geçiş */
#authModal .eye-toggle .eye {
  display: inline-flex;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;

  opacity: 0;
  transform: scale(.88) rotate(-6deg);
  filter: blur(.2px);
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(.2, .8, .2, 1),
    filter 220ms ease;
  will-change: opacity, transform, filter;
  pointer-events: none;
}

#authModal .eye-toggle[data-state="off"] .eye-off {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  filter: blur(0);
}

#authModal .eye-toggle[data-state="on"] .eye-on {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {

  #authModal .eye-toggle,
  #authModal .eye-toggle .eye {
    transition: none !important;
  }
}

/* Sadece authModal içeren universal modal konteynerini daralt */
.modal-content:has(> #universal-modal-body #authModal.dk-modal) {
  max-width: 500px !important;
  width: 95%;
  margin: 48px auto;
}


/* SADECE authModal açıldığında: header'ı gizle ama kapat butonu kalsın */
.modal-content:has(> #universal-modal-body #authModal.dk-modal)>.modal-header {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
  /* buton dışarı taşabilsin */
}

/* Başlığı tamamen kapat */
.modal-content:has(> #universal-modal-body #authModal.dk-modal)>.modal-header #universal-modal-title {
  display: none !important;
}

/* Kapat butonunu görünür tut + konumlandır */
.modal-content:has(> #universal-modal-body #authModal.dk-modal)>.modal-header .modal-close {
  display: inline-flex !important;
  position: absolute !important;
  top: -5px !important;
  right: -6px !important;
  z-index: 999999999 !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(15, 23, 42, .12) !important;
  background: rgba(255, 255, 255, .92) !important;
  color: #0f172a !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .12) !important;
  padding: 2px 15px;
}

/* Hover / focus mikro etkileşim */
.modal-content:has(> #universal-modal-body #authModal.dk-modal)>.modal-header .modal-close:hover {
  transform: translateY(-1px);
}

.modal-content:has(> #universal-modal-body #authModal.dk-modal)>.modal-header .modal-close:active {
  transform: translateY(0);
}

.modal-content:has(> #universal-modal-body #authModal.dk-modal)>.modal-header .modal-close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .22), 0 10px 24px rgba(15, 23, 42, .12);
}

/* authModal: dialog overflow hidden override */
#authModal.dk-modal .dk-modal__dialog {
  overflow: visible !important;
  /* hidden iptal */
}


/* SADECE authModal açıldığında: modal-content clipping'i iptal et */
.modal-content:has(> #universal-modal-body #authModal.dk-modal) {
  overflow: visible !important;
  /* close butonu kesilmesin */
  position: relative !important;
  /* absolute close referansı modal-content olsun */
}

/* Bazı yapılarda header değil modal-content clipping yapar; garanti */
.modal-content:has(> #universal-modal-body #authModal.dk-modal)>.modal-header {
  position: relative !important;
  overflow: visible !important;
}

/*Auth Modal Title */

/* Auth modal • Candidate başlık */
#authModal #panel-candidate .auth-panel-head {
  display: flex;
  flex-direction: column;
  margin: 0 0 14px 0;
  padding: 0 2px;
}

#authModal #panel-candidate .auth-panel-title {
  margin: 0;
  color: #1e3a8a;
  letter-spacing: -.2px;
  font-size: 1rem;
  /* 01rem -> 1rem */
  font-weight: 700;
}

/* Divider: sona doğru sivrilen (premium) */
#authModal #panel-candidate .auth-panel-head::after {
  content: '';
  width: 220px;
  height: 3px;
  margin-top: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg,
      rgba(30, 58, 138, .98) 0%,
      rgba(30, 58, 138, .60) 55%,
      rgba(30, 58, 138, .12) 100%);

  /* sivri uç etkisi (mask) */
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 78%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 78%, transparent 100%);
}

/* Fallback: mask yoksa clip-path ile sivri uç */
@supports not (mask-image: linear-gradient(#000, transparent)) {
  #authModal #panel-candidate .auth-panel-head::after {
    border-radius: 0;
    clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0 100%);
  }
}


/* Auth modal • Register başlık */
#authModal #panel-register .auth-panel-head {
  display: flex;
  flex-direction: column;
  margin: 0 0 14px 0;
  padding: 0 2px;
}

#authModal #panel-register .auth-panel-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: rgba(30, 58, 138, .78);
}

#authModal #panel-register .auth-panel-title {
  margin: 0;
  color: #1e3a8a;
  letter-spacing: -.2px;
  font-size: 1.05rem;
  font-weight: 700;
}

#authModal #panel-register .auth-panel-subtitle {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.35;
  color: rgba(15, 23, 42, .72);
}

/* Daha “sivri” biten divider: register’a özel */
#authModal #panel-register .auth-panel-head::after {
  content: '';
  width: 220px;
  height: 3px;
  border-radius: 999px;
  /* sonu sivrilen kesim: 오른쪽 tarafı üçgen gibi incelt */
  clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0 100%);
  background: linear-gradient(90deg,
      rgba(30, 58, 138, .98) 0%,
      rgba(30, 58, 138, .55) 62%,
      rgba(30, 58, 138, .18) 86%,
      rgba(30, 58, 138, 0) 100%);
}

/* Mobilde dengeli */
@media (max-width: 520px) {
  #authModal #panel-register .auth-panel-head::after {
    width: 180px;
  }
}

/* =========================
   DenizKariyer Footer v2
   ========================= */

.dkx-footer {
  position: relative;
  color: #e5e7eb;
  background: linear-gradient(135deg, #0f172a 0%, #111827 55%, #1f2937 100%);
  margin-top: 80px;
  overflow: hidden;
}

.dkx-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, .08) 1px, transparent 0);
  background-size: 18px 18px;
  opacity: .55;
  pointer-events: none;
}

.dkx-footer-top {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 46px 20px 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.dkx-footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 280px;
}

.dkx-footer-logo {
  height: 42px;
  width: auto;
  display: block;
}

.dkx-footer-brandtitle {
  font-size: 16px;
  font-weight: 800;
  color: #67e8f9;
  line-height: 1.1;
}

.dkx-footer-brandsub {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 2px;
}

.dkx-footer-desc {
  margin: 0;
  max-width: 620px;
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.65;
}

.dkx-footer-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 26px 20px 34px;
}

.dkx-footer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
}

.dkx-footer-col {
  min-width: 0;
}

.dkx-footer-h {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  color: #e5e7eb;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

.dkx-footer-h::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #22d3ee, #3b82f6);
  opacity: .9;
}

.dkx-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dkx-footer-a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color .2s ease, transform .2s ease;
}

.dkx-footer-a:hover {
  color: #67e8f9;
  transform: translateX(4px);
}

/* Sosyal liste: ekran görüntüsü gibi ikon + text */
.dkx-footer-soc {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dkx-footer-soc-a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cbd5e1;
  text-decoration: none;
  font-size: 13px;
  transition: color .2s ease, transform .2s ease;
}

.dkx-footer-soc-a:hover {
  color: #67e8f9;
  transform: translateX(4px);
}

.dkx-footer-soc-ico {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
}

.dkx-footer-soc-ico img {
  width: 14px;
  height: 14px;
  display: block;
}

.dkx-x {
  font-size: 12px;
  font-weight: 800;
  color: #e5e7eb;
  line-height: 1;
}

/* ALT BAR */
.dkx-footer-bottom {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, .10);
  background: rgba(0, 0, 0, .18);
  backdrop-filter: blur(10px);
}

.dkx-footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.dkx-footer-copy {
  color: #9ca3af;
  font-size: 12.5px;
}

.dkx-footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.dkx-footer-bottom-links a {
  color: #9ca3af;
  text-decoration: none;
  font-size: 12.5px;
  transition: color .2s ease;
}

.dkx-footer-bottom-links a:hover {
  color: #67e8f9;
}

/* Responsive */
@media (max-width: 1024px) {
  .dkx-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dkx-footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .dkx-footer-brand {
    min-width: 0;
  }

  .dkx-footer-desc {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .dkx-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dkx-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .dkx-footer-bottom-links {
    gap: 12px;
  }
}