﻿/* Ana sayfa landing â€” dÃ¶kÃ¼man bÃ¶lÃ¼mleri */

/*
 * Hero: gÃ¶rsel/video menÃ¼ Ã§ubuÄŸunun ALTINDA baÅŸlasÄ±n (Ã¼st Ã¼ste binmesin).
 * Tema: header varsayÄ±lan position:absolute â€” .page-homeâ€™da akÄ±ÅŸa alÄ±nÄ±r.
 */
.page-home {
  --page-home-header-h: 108px;
}
@media (max-width: 767.98px) {
  .page-home {
    --page-home-header-h: 118px;
  }
}
/* Åeffaf header: akÄ±ÅŸta deÄŸil â€” videonun ÃœSTÃœNE bindir; yoksa body #fff gÃ¶rÃ¼nÃ¼r */
.page-home header.jobguru-header-area.stick-top.forsticky:not(.sticky) {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  width: 100%;
  z-index: 1000;
  background: transparent !important;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
}
/* Video Ã¼stÃ¼ â€” ana menÃ¼ ve oklar beyaz */
.page-home header.jobguru-header-area.stick-top.forsticky:not(.sticky) .header-menu ul#jobguru_navigation > li > a,
.page-home header.jobguru-header-area.stick-top.forsticky:not(.sticky) .header-menu ul#jobguru_navigation > li.has-children > a:after {
  color: rgba(255, 255, 255, 0.95) !important;
}
.page-home header.jobguru-header-area.stick-top.forsticky:not(.sticky) .header-menu ul#jobguru_navigation > li.dropdown > a.dropdown-toggle {
  color: rgba(255, 255, 255, 0.95) !important;
}
.page-home header.jobguru-header-area.stick-top.forsticky:not(.sticky) .header-menu ul#jobguru_navigation > li > a:not(.header-btn):hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.14) !important;
}
.page-home header.jobguru-header-area.stick-top.forsticky:not(.sticky) .header-menu ul#jobguru_navigation > li.dropdown > a.dropdown-toggle:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12) !important;
}
.page-home header.jobguru-header-area.stick-top.forsticky:not(.sticky) .header-menu ul#jobguru_navigation > li > a.header-btn--secondary {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: none !important;
}
.page-home header.jobguru-header-area.stick-top.forsticky:not(.sticky) .header-menu ul#jobguru_navigation > li > a.header-btn--secondary:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
}

/* Ana sayfa ÅŸeffaf header â€” marka yazÄ±sÄ± (Alo Ustam) */
.page-home header.jobguru-header-area.stick-top.forsticky:not(.sticky) .header-brand-title {
  color: rgba(255, 255, 255, 0.96) !important;
  border-left-color: rgba(255, 255, 255, 0.38) !important;
}
.page-home header.jobguru-header-area.stick-top.forsticky:not(.sticky) .header-brand-title:hover {
  color: #fff !important;
  border-left-color: rgba(255, 255, 255, 0.65) !important;
}
.page-home header.jobguru-header-area.stick-top.forsticky:not(.sticky) .header-brand-title__alo {
  color: rgba(255, 255, 255, 0.95);
}
.page-home header.jobguru-header-area.stick-top.forsticky:not(.sticky) .header-brand-title__ustam {
  background: linear-gradient(135deg, #fef2f2 0%, #fff 40%, #fee2e2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* KaydÄ±rÄ±nca (sticky) â€” arka plan aÃ§Ä±k zemine geÃ§er, menÃ¼ tekrar koyu */
.page-home header.jobguru-header-area.stick-top.forsticky.sticky .header-menu ul#jobguru_navigation > li > a,
.page-home header.jobguru-header-area.stick-top.forsticky.sticky .header-menu ul#jobguru_navigation > li.has-children > a:after {
  color: #1e293b !important;
}
.page-home header.jobguru-header-area.stick-top.forsticky.sticky .header-menu ul#jobguru_navigation > li.dropdown > a.dropdown-toggle {
  color: #1e293b !important;
}
.page-home .home-video-banner.home-hero-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100svh !important;
  min-height: 22rem;
  margin: 0;
  padding: 0;
  background-attachment: scroll !important;
}
.page-home .home-video-banner.home-hero-banner .banner-area {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  padding-top: var(--page-home-header-h);
  box-sizing: border-box;
}
.page-home .home-video-banner.home-hero-banner .home-hero-video,
.page-home .home-video-banner.home-hero-banner #video-background,
.page-home .home-video-banner.home-hero-banner #video-background-mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
}

/* Ana sayfa kahraman: mobil için ayrı video/görsel yüklendiyse ekran genişliğine göre göster */
@media (min-width: 992px) {
  .page-home .home-video-banner.home-hero-banner .home-hero-video--mobile {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .page-home .home-video-banner.home-hero-banner .home-hero-video--desktop {
    display: none !important;
  }
}

.hero-modern__accent {
  color: #f87171;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.hero-modern__subtitle {
  margin: 0 auto 1.25rem;
  max-width: 36rem;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
  line-height: 1.55;
  color: rgba(255,255,255,0.92);
}
.hero-modern__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
}
/* Birincil CTA â€” arama satÄ±rÄ±ndakiyle aynÄ± gÃ¶rÃ¼nÃ¼m (Ã¶nceden yalnÄ±zca .hero-modern__search-cta altÄ±nda tanÄ±mlÄ±ydÄ±) */
.hero-modern__cta-row .hero-modern__btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0 1.35rem;
  border: none;
  border-radius: 14px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff !important;
  background: linear-gradient(145deg, #ef4444 0%, #dc2626 100%);
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.45);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
}
.hero-modern__cta-row .hero-modern__btn-primary:hover,
.hero-modern__cta-row .hero-modern__btn-primary:focus {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(239, 68, 68, 0.5);
  color: #fff !important;
  outline: none;
}
.hero-modern__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0 1.25rem;
  border-radius: 14px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff !important;
  background: rgba(255,255,255,0.12);
  border: 2px solid rgba(255,255,255,0.45);
  text-decoration: none !important;
  transition: background 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.hero-modern__btn-secondary:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.65);
  color: #fff !important;
}
@media (max-width: 576px) {
  .hero-modern__cta-row .hero-modern__btn-primary,
  .hero-modern__cta-row .hero-modern__btn-secondary {
    width: 100%;
    justify-content: center;
  }
}

/* Teklif modal — anasayfa kategori sihirbazı */
.teklif-kat-wizard__hint {
  font-size: 15px;
  line-height: 1.45;
}
.teklif-kat-wizard__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(142px, 1fr));
  gap: 10px;
}
.teklif-kat-wizard__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 52px;
  padding: 12px 14px;
  border: 2px solid #e8eef5;
  border-radius: 10px;
  background: #fff;
  color: #1a2340;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
.teklif-kat-wizard__tile:hover,
.teklif-kat-wizard__tile:focus {
  border-color: #1a73e8;
  box-shadow: 0 4px 14px rgba(26, 115, 232, 0.18);
  outline: none;
  background: #f8fbff;
}
.teklif-kat-wizard__subhead {
  font-size: 13px;
  color: #5f6b7a;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.4;
}

/* Platform avantajlarÄ± */
.landing-advantages {
  padding: 3.5rem 0;
  background: #f8fafc;
}
.landing-section-title {
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}
.landing-section-lead {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.5rem;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.6;
}
.landing-adv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}
.landing-adv-card {
  background: #fff;
  border-radius: 14px;
  padding: 1.5rem 1.35rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
}
.landing-adv-card:hover {
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}
.landing-adv-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(145deg, #fee2e2 0%, #fecaca 100%);
  color: #b91c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.landing-adv-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.5rem;
}
.landing-adv-card p {
  margin: 0;
  flex: 1 1 auto;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #64748b;
}
.landing-adv-card ul {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #64748b;
}

/* Usta baÅŸvuru â€” minimal ÅŸerit */
.landing-usta-band {
  padding: 1.35rem 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  color: #0f172a;
}
.landing-usta-band__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .landing-usta-band__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    text-align: left;
  }
}
.landing-usta-band__copy {
  max-width: 36rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .landing-usta-band__copy {
    margin: 0;
  }
}
.landing-usta-band h2 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1.3;
}
.landing-usta-band p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: #64748b;
  max-width: none;
}
.landing-usta-band .btn-usta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  padding: 0.55rem 1.25rem;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 8px;
  background: #dc2626;
  color: #fff !important;
  border: 1px solid #dc2626;
  box-shadow: none;
  text-decoration: none !important;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
@media (min-width: 768px) {
  .landing-usta-band .btn-usta {
    align-self: center;
  }
}
.landing-usta-band .btn-usta:hover {
  transform: none;
  background: #b91c1c;
  border-color: #b91c1c;
  color: #fff !important;
}

/* S.S.S. â€” marka odaklÄ±, okunaklÄ± SSS bloÄŸu */
.landing-faq {
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 45%, #f1f5f9 100%);
}
.landing-faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(220, 38, 38, 0.25), transparent);
  pointer-events: none;
}
.landing-faq__header {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 1.75rem;
}
.landing-faq__kicker {
  display: inline-block;
  margin: 0 0 0.65rem;
  padding: 0.4rem 0.85rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: #b91c1c;
  border-radius: 4px;
  border: 2px solid #991b1b;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.landing-faq .landing-section-title {
  margin-bottom: 0.65rem;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
}
.landing-faq__lead {
  margin-bottom: 0 !important;
  color: #64748b;
  font-size: 1.05rem;
}
.landing-faq__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.75rem;
  max-width: 52rem;
  margin: 0 auto 2.25rem;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
}
.landing-faq__trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.landing-faq__trust li i {
  color: #dc2626;
  font-size: 1.05rem;
}
.landing-faq__accordion-wrap {
  max-width: 44rem;
  margin: 0 auto;
}
.landing-faq .panel-group {
  margin-bottom: 0;
}
.landing-faq .panel {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  margin-bottom: 0.75rem;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.landing-faq .panel:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
}
.landing-faq .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  background: #fff;
}
.landing-faq .panel-title {
  margin: 0;
  font-size: 1rem;
}
.landing-faq .panel-heading a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  font-weight: 700;
  color: #0f172a !important;
  text-decoration: none !important;
  line-height: 1.4;
  transition: background 0.15s ease, color 0.15s ease;
}
.landing-faq .panel-heading a:hover,
.landing-faq .panel-heading a:focus {
  background: #f8fafc;
  outline: none;
}
.landing-faq .panel-heading a:focus {
  box-shadow: inset 0 0 0 2px rgba(220, 38, 38, 0.35);
}
.landing-faq__q-text {
  flex: 1 1 auto;
  text-align: left;
}
.landing-faq__chev {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  background: #f1f5f9;
  color: #475569;
  transition: transform 0.25s ease, background 0.2s ease, color 0.2s ease;
}
.landing-faq .panel-heading a:hover .landing-faq__chev {
  background: rgba(239, 68, 68, 0.15);
  color: #b91c1c;
}
.landing-faq .panel-heading a[aria-expanded="true"] .landing-faq__chev {
  transform: rotate(180deg);
  background: rgba(239, 68, 68, 0.18);
  color: #b91c1c;
}
.landing-faq .panel-body {
  border-top: 1px solid #e2e8f0;
  padding: 1.15rem 1.25rem 1.35rem;
  color: #475569;
  line-height: 1.65;
  font-size: 0.95rem;
  background: #fafbfc;
}
.landing-faq .panel-body p {
  margin: 0;
}
.landing-faq .panel-body a {
  color: #b91c1c;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.landing-faq .panel-body a:hover {
  color: #991b1b;
}
.landing-faq__cta {
  margin-top: 2.5rem;
  text-align: center;
  padding: 1.5rem 1.25rem;
  border-radius: 6px;
  background: #fef2f2;
  border: 2px solid #fecaca;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
.landing-faq__cta-text {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #334155;
}
.landing-faq__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.35rem;
  font-weight: 800;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  border-radius: 4px;
  background: #dc2626;
  color: #fff !important;
  border: 2px solid #b91c1c;
  box-shadow: none;
  text-decoration: none !important;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.landing-faq__btn:hover {
  transform: none;
  background: #b91c1c;
  border-color: #991b1b;
  color: #fff !important;
}
.landing-faq__btn:focus-visible {
  outline: 3px solid #f87171;
  outline-offset: 2px;
}

/* PopÃ¼ler hizmetler */
.landing-popular-services {
  padding: 3.5rem 0;
  background: #f8fafc;
}
.landing-popular-services .landing-section-lead {
  margin-bottom: 2rem;
}
.landing-popular-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}
@media (min-width: 768px) {
  .landing-popular-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.landing-popular-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.landing-popular-card:hover {
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
  border-color: #cbd5e1;
}
.landing-popular-card__media-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e2e8f0;
}
.landing-popular-card__media {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
  overflow: hidden;
}
.landing-popular-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease-out;
}
.landing-popular-card:hover .landing-popular-card__media img,
.landing-popular-card:focus-within .landing-popular-card__media img {
  transform: scale(1.04);
  transition: transform 0.25s ease-in;
}
/* Populer kart: istatistik seridi her zaman gorunur */
.landing-popular-card__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  max-height: 5rem;
  opacity: 1;
  overflow: hidden;
  margin: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: #64748b;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  line-height: 1.3;
  box-sizing: border-box;
}
.landing-popular-card__stats span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  white-space: nowrap;
}
.landing-popular-card__stats .fa {
  color: #94a3b8;
  font-size: 0.75rem;
}
/* Kart gÃ¶vdesi: yalnÄ±zca baÅŸlÄ±k; buton gÃ¶rsel bloÄŸunun alt ÅŸeridinde */
.landing-popular-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: center;
  padding: 0.75rem 0.85rem 0.85rem;
  min-height: 0;
}
.landing-popular-card__title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  flex: 0 0 auto;
}
.landing-popular-card__title a {
  color: #0f172a !important;
  text-decoration: none !important;
  transition: color 0.15s ease;
}
.landing-popular-card__title a:hover {
  color: #b91c1c !important;
}
/* TEKLIF AL: z-index ile gorunur link ustunde, her zaman tiklanabilir */
.landing-popular-card__cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  max-height: 2.875rem;
  opacity: 1;
  overflow: hidden;
  margin: 0;
  padding: 0.42rem 0.45rem;
  border: 0;
  border-radius: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff !important;
  background: linear-gradient(145deg, #ef4444 0%, #dc2626 100%);
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.12);
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  font-family: inherit;
  box-sizing: border-box;
}
.landing-popular-card__cta:hover,
.landing-popular-card__cta:focus {
  filter: brightness(1.05);
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.4);
  color: #fff !important;
  outline: none;
}

/* NasÄ±l Ã§alÄ±ÅŸÄ±r â€” metin + canlÄ± landing */
.how-works-box .works-box-text p {
  font-weight: 600;
  font-size: 1.05rem;
}
.how-works-box .works-box-desc {
  font-size: 0.9rem;
  color: #64748b;
  margin-top: 0.35rem;
  font-weight: 400;
  line-height: 1.45;
}

.how-works-landing {
  position: relative;
  overflow: visible;
  background: linear-gradient(165deg, #fef2f2 0%, #f8fafc 42%, #fff1f2 100%) !important;
  padding-top: 3.25rem !important;
  padding-bottom: 4.5rem !important;
}
.how-works-landing__lead {
  margin-bottom: 0 !important;
}
.how-works-landing__title {
  position: relative;
  display: inline-block;
}
.how-works-landing__title::after {
  content: "";
  display: block;
  height: 4px;
  margin: 0.65rem auto 0;
  max-width: 5rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #f87171, #dc2626, #ef4444);
  background-size: 200% 100%;
  animation: how-works-shimmer 3s ease-in-out infinite;
}
@keyframes how-works-shimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.how-works-landing::before,
.how-works-landing::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.how-works-landing::before {
  width: min(380px, 90vw);
  height: min(380px, 90vw);
  top: -140px;
  right: -100px;
  background: radial-gradient(circle, rgba(239, 68, 68, 0.18) 0%, transparent 68%);
  animation: how-works-blob 9s ease-in-out infinite;
}
.how-works-landing::after {
  width: min(320px, 80vw);
  height: min(320px, 80vw);
  bottom: -100px;
  left: -90px;
  background: radial-gradient(circle, rgba(52, 211, 153, 0.14) 0%, transparent 70%);
  animation: how-works-blob 11s ease-in-out infinite reverse;
}
@keyframes how-works-blob {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(10px, -14px) scale(1.05);
    opacity: 0.92;
  }
}
.how-works-landing .container {
  position: relative;
  z-index: 1;
}
.how-works-landing .how-works-box {
  /* Sabit daire yerine iÃ§eriÄŸe gÃ¶re uzayan kapsÃ¼l â€” geniÅŸ ekranda metin taÅŸmaz */
  width: 100% !important;
  max-width: 320px;
  min-width: 0;
  height: auto !important;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1.65rem 1.4rem 1.85rem !important;
  border-radius: 9999px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition:
    transform 0.4s cubic-bezier(0.34, 1.45, 0.64, 1),
    box-shadow 0.35s ease,
    border-color 0.3s ease;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 10px 36px rgba(15, 23, 42, 0.07);
  animation: how-works-step-in 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.how-works-landing .works-box-text {
  width: 100%;
  max-width: 100%;
  padding: 0 0.15rem;
  box-sizing: border-box;
}
.how-works-landing .works-box-text p {
  text-transform: none !important;
}
.how-works-landing .works-box-text p:not(.works-box-desc) {
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.3;
}
.how-works-landing .works-box-desc {
  font-size: clamp(0.75rem, 1.05vw, 0.88rem);
  line-height: 1.45;
  margin-top: 0.45rem !important;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  hyphens: auto;
}
@media (min-width: 1200px) {
  .how-works-landing .how-works-box {
    max-width: 360px;
    padding: 1.75rem 1.55rem 1.95rem !important;
  }
}
.how-works-landing .how-works-box.box-1 {
  animation-delay: 0.08s;
}
.how-works-landing .how-works-box.box-2 {
  animation-delay: 0.2s;
}
.how-works-landing .how-works-box.box-3 {
  animation-delay: 0.32s;
}
@keyframes how-works-step-in {
  from {
    opacity: 0;
    transform: translateY(36px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.how-works-landing .how-works-box:hover {
  transform: translateY(-10px) scale(1.03) !important;
  box-shadow: 0 20px 48px rgba(239, 68, 68, 0.2) !important;
  border-color: rgba(239, 68, 68, 0.45) !important;
}
.how-works-landing .how-works-box.box-1:before,
.how-works-landing .how-works-box.box-2:before,
.how-works-landing .how-works-box.box-3:before {
  color: rgba(239, 68, 68, 0.07) !important;
  transition: color 0.4s ease, transform 0.4s ease;
}
.how-works-landing .how-works-box.box-1:hover::before,
.how-works-landing .how-works-box.box-2:hover::before,
.how-works-landing .how-works-box.box-3:hover::before {
  color: rgba(239, 68, 68, 0.11) !important;
  transform: scale(1.04);
}
.how-works-landing .works-box-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 76px !important;
  height: 76px !important;
  margin: 0 auto 14px !important;
  border-radius: 50%;
  background: linear-gradient(145deg, #fee2e2 0%, #fca5a5 55%, #fecaca 100%);
  box-shadow: 0 6px 20px rgba(239, 68, 68, 0.25);
  transition: transform 0.35s cubic-bezier(0.34, 1.45, 0.64, 1), box-shadow 0.35s ease;
  animation: how-works-icon-glow 2.8s ease-in-out infinite;
}
.how-works-landing .box-2 .works-box-icon {
  animation-delay: 0.4s;
}
.how-works-landing .box-3 .works-box-icon {
  animation-delay: 0.8s;
}
@keyframes how-works-icon-glow {
  0%,
  100% {
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.22), 0 0 0 0 rgba(239, 68, 68, 0.35);
  }
  50% {
    box-shadow: 0 8px 26px rgba(239, 68, 68, 0.32), 0 0 0 12px rgba(239, 68, 68, 0);
  }
}
.how-works-landing .how-works-box:hover .works-box-icon {
  transform: scale(1.1) rotate(-4deg);
  animation: none;
  box-shadow: 0 12px 32px rgba(239, 68, 68, 0.35);
}
.how-works-landing .works-box-icon i {
  color: #b91c1c !important;
  font-size: 30px !important;
  margin-bottom: 0 !important;
  transition: transform 0.3s ease;
}
.how-works-landing .how-works-box:hover .works-box-icon i {
  transform: scale(1.08);
}
/* AdÄ±mlar: soldan saÄŸa Ã¼st Ã¼ste binsin; oklar Ã¼stte kalsÄ±n */
.how-works-landing .how-works-box.box-1 {
  z-index: 5;
}
.how-works-landing .how-works-box.box-2 {
  z-index: 4;
}
.how-works-landing .how-works-box.box-3 {
  z-index: 3;
}
.how-works-landing .row > [class*="col-"] {
  position: relative;
  overflow: visible;
}
/* Tablet/kÃ¼Ã§Ã¼k ekranda responsive.css oklarÄ± kapatÄ±r; geniÅŸ masaÃ¼stÃ¼nde konum + Ã¼st Ã¼stlÃ¼k */
@media (min-width: 992px) {
  .how-works-landing .box-1 img,
  .how-works-landing .box-2 img {
    display: block !important;
    position: absolute;
    z-index: 8;
    left: auto;
    width: min(175px, 40%);
    max-width: none;
    height: auto;
    pointer-events: none;
    animation: how-works-arrow-drift 3.5s ease-in-out infinite;
  }
  .how-works-landing .box-1 img {
    top: 8%;
    right: 0;
    bottom: auto;
    transform: translateX(calc(100% - 12px));
  }
  .how-works-landing .box-2 img {
    bottom: 14%;
    right: 0;
    top: auto;
    width: min(145px, 33%);
    transform: translateX(calc(100% - 12px));
    animation-delay: 0.6s;
  }
}
@keyframes how-works-arrow-drift {
  0%,
  100% {
    opacity: 0.88;
    filter: brightness(1);
  }
  50% {
    opacity: 1;
    filter: brightness(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  .how-works-landing__title::after,
  .how-works-landing::before,
  .how-works-landing::after,
  .how-works-landing .how-works-box,
  .how-works-landing .works-box-icon,
  .how-works-landing .box-1 img,
  .how-works-landing .box-2 img {
    animation: none !important;
  }
  .how-works-landing .how-works-box {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* BaÅŸlÄ±ca kategoriler â€” minimal */
.landing-categories-minimal {
  background: #f8fafc !important;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.landing-categories-minimal__title {
  margin-bottom: 1.75rem !important;
}
/* row â€” Bootstrap gutter (ekstra negatif margin yatay taÅŸma riski) */
.landing-cat-block {
  height: 100%;
  padding: 1rem 1rem 1.1rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.landing-cat-block:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}
.landing-cat-block__parent {
  display: block;
  margin: 0 0 0.65rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a !important;
  text-decoration: none !important;
  transition: color 0.15s ease;
}
.landing-cat-block__parent:hover {
  color: #b91c1c !important;
}
.landing-cat-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.landing-cat-block__list li {
  margin: 0;
  padding: 0.28rem 0;
  line-height: 1.4;
}
.landing-cat-block__list li + li {
  border-top: 1px solid #f8fafc;
}
.landing-cat-block__list a {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #64748b !important;
  text-decoration: none !important;
  transition: color 0.15s ease;
}
.landing-cat-block__list a:hover {
  color: #dc2626 !important;
}
.landing-categories-minimal__footer {
  margin: 2rem 0 0 !important;
  text-align: center;
}
.landing-categories-minimal__all {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #b91c1c !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.landing-categories-minimal__all:hover {
  border-bottom-color: rgba(4, 120, 87, 0.45);
  color: #991b1b !important;
}

/* Footer CTA ÅŸeridi */
.footer-usta-cta {
  background: linear-gradient(90deg, #fef2f2 0%, #fee2e2 100%);
  padding: 1.25rem 0;
  text-align: center;
  border-top: 1px solid #fecaca;
}
.footer-usta-cta p {
  margin: 0 0 0.75rem;
  font-weight: 600;
  color: #991b1b;
}
.footer-usta-cta .btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
}
