/*
 * Exen Eğitim modern arayüz katmanı
 * Mevcut tema ve dinamik içerik yapısını bozmadan görsel dili yeniler.
 */

:root {
  --exen-navy: #06243d;
  --exen-navy-dark: #031827;
  --exen-blue: #0b8fd4;
  --exen-blue-light: #46b9ee;
  --exen-sky: #eaf7fd;
  --exen-bg: #f5f8fb;
  --exen-text: #526477;
  --exen-heading: #102b43;
  --exen-border: rgba(16, 43, 67, 0.1);
  --exen-shadow: 0 18px 50px rgba(6, 36, 61, 0.1);
  --exen-radius: 22px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--exen-text);
  background: #fff;
  font-family: "DM Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title__title {
  color: var(--exen-heading);
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.035em;
}

.page-wrapper {
  overflow: hidden;
}

.thm-btn {
  min-height: 54px;
  padding: 14px 28px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--exen-blue), #0875bb);
  box-shadow: 0 12px 28px rgba(11, 143, 212, 0.24);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}

.thm-btn::after {
  border-radius: 12px;
  background: var(--exen-navy);
}

.section-title {
  margin-bottom: 45px;
}

.section-title__tagline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--exen-blue);
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-title__tagline::before {
  width: 24px;
  height: 2px;
  border-radius: 10px;
  background: var(--exen-blue);
  content: "";
}

.section-title.text-center .section-title__tagline::after {
  width: 24px;
  height: 2px;
  border-radius: 10px;
  background: var(--exen-blue);
  content: "";
}

.section-title__title {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.14;
}

/* Header */
.main-header__top {
  padding: 0 max(24px, calc((100vw - 1320px) / 2));
  background: rgba(3, 24, 39, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
}

.main-header__top-inner {
  min-height: 42px;
  padding: 4px 0;
}

.main-header__top-address li .text p,
.main-header__top-address li .text a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.main-header__top-address li .icon span {
  color: var(--exen-blue-light);
}

.main-header__top-right-social {
  gap: 8px;
  padding: 5px 0;
}

.main-header__top-right-social a,
.main-header__top-right-social a + a {
  width: 30px;
  height: 30px;
  margin-left: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.main-header__top-right-social a:hover {
  border-color: var(--exen-blue);
  background: var(--exen-blue);
  color: #fff;
}

.main-menu {
  padding: 0 max(24px, calc((100vw - 1320px) / 2));
  background: rgba(6, 36, 61, 0.45);
  backdrop-filter: blur(15px);
}

.main-menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-menu-wrapper__left {
  display: flex;
  align-items: center;
  float: none;
}

.main-menu-wrapper__logo {
  display: flex;
  align-items: center;
  min-width: 130px;
  margin-right: 70px;
  padding: 23px 0;
  float: none;
}

.main-menu-wrapper__logo::before {
  display: none;
}

.main-menu-wrapper__logo img {
  width: auto;
  max-width: 145px;
  height: 42px;
  object-fit: contain;
}

.main-menu-wrapper__main-menu {
  float: none;
}

.main-menu .main-menu__list > li {
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-menu .main-menu__list > li + li {
  margin-left: 34px;
}

.main-menu .main-menu__list > li > a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 600;
}

.main-menu .main-menu__list > li > a::before {
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--exen-blue-light);
}

.main-menu .main-menu__list li ul {
  min-width: 235px;
  overflow: hidden;
  border: 1px solid var(--exen-border);
  border-radius: 0 0 14px 14px;
  box-shadow: var(--exen-shadow);
}

.main-menu .main-menu__list li ul li a {
  padding: 11px 20px;
  color: var(--exen-heading);
  font-size: 14px;
}

.main-menu .main-menu__list li ul li:hover > a {
  padding-left: 25px;
  background: var(--exen-sky);
  color: var(--exen-blue);
}

.main-menu-wrapper__right {
  padding: 14px 0;
  float: none;
}

.main-menu-wrapper__call-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.main-menu-wrapper__call-icon span {
  color: var(--exen-blue-light);
  font-size: 22px;
}

.main-menu-wrapper__call-number {
  margin-left: 12px;
}

.main-menu-wrapper__call-number p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.main-menu-wrapper__call-number h5 {
  font-size: 15px;
}

.stricky-header.main-menu {
  padding: 0 max(24px, calc((100vw - 1320px) / 2));
  background: rgba(3, 24, 39, 0.96);
  box-shadow: 0 12px 35px rgba(3, 24, 39, 0.15);
  backdrop-filter: blur(16px);
}

/* Hero */
.home-page .main-slider .swiper-slide {
  min-height: 760px;
  background: var(--exen-navy-dark);
}

.home-page .main-slider .image-layer {
  background-color: transparent;
  background-blend-mode: normal;
  background-position: center;
  opacity: 0.62;
}

.home-page .main-slider .swiper-slide::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(3, 24, 39, 0.95) 0%, rgba(3, 24, 39, 0.76) 46%, rgba(3, 24, 39, 0.18) 100%),
    linear-gradient(0deg, rgba(3, 24, 39, 0.46) 0%, transparent 42%);
  content: "";
}

.home-page .main-slider .container {
  padding-top: 278px;
  padding-bottom: 150px;
}

.home-page .main-slider__content {
  max-width: 770px;
}

.home-page .main-slider__content::before {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #dff4ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  content: "2011’den beri güvenilir eğitim danışmanlığı";
}

.home-page .main-slider h2 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.home-page .main-slider p {
  max-width: 660px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.75;
}

.home-page .main-slider-shape-1,
.home-page .main-slider-shape-2,
.home-page .main-slider-shape-3 {
  display: none;
}

.home-page .main-slider__nav {
  max-width: 1350px;
  top: 59%;
}

.home-page .main-slider__nav .swiper-button-next,
.home-page .main-slider__nav .swiper-button-prev {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(3, 24, 39, 0.3);
  opacity: 1;
  backdrop-filter: blur(8px);
}

/* Hizmet kartları */
.home-page .feature-one {
  padding: 90px 0 70px;
  background:
    radial-gradient(circle at 8% 0%, rgba(70, 185, 238, 0.11), transparent 26%),
    #fff;
}

.home-page .feature-one .row {
  row-gap: 24px;
}

.home-page .feature-one__carousel {
  position: relative;
  padding-top: 12px;
  direction: rtl;
}

.home-page .feature-one__carousel .owl-stage {
  display: flex;
}

.home-page .feature-one__carousel .owl-item {
  display: flex;
  height: auto;
}

.home-page .feature-one__carousel-item {
  width: 100%;
  padding: 10px 2px 20px;
  direction: ltr;
}

.home-page .feature-one__carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
  direction: ltr;
}

.home-page .feature-one__carousel .owl-nav button.owl-prev,
.home-page .feature-one__carousel .owl-nav button.owl-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0;
  border: 1px solid var(--exen-border);
  border-radius: 50%;
  background: #fff;
  color: var(--exen-heading);
  box-shadow: 0 8px 24px rgba(6, 36, 61, 0.08);
  font-size: 17px;
  transition: 0.25s ease;
}

.home-page .feature-one__carousel .owl-nav button.owl-prev:hover,
.home-page .feature-one__carousel .owl-nav button.owl-next:hover {
  border-color: var(--exen-blue);
  background: var(--exen-blue);
  color: #fff;
  transform: translateY(-3px);
}

.home-page .feature-one__single {
  height: 100%;
  margin-bottom: 0;
}

.home-page .feature-one__img-box {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--exen-border);
  border-radius: var(--exen-radius);
  background: #fff;
  box-shadow: 0 12px 35px rgba(6, 36, 61, 0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.home-page .feature-one__single:hover .feature-one__img-box {
  transform: translateY(-8px);
  box-shadow: var(--exen-shadow);
}

.home-page .feature-one__img {
  overflow: hidden;
}

.home-page .feature-one__img::after {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(transparent, rgba(3, 24, 39, 0.52));
  content: "";
}

.home-page .feature-one__img img {
  height: 260px !important;
  transition: transform 0.6s ease;
}

.home-page .feature-one__single:hover .feature-one__img img {
  transform: scale(1.06);
}

.home-page .feature-one__icon-box {
  min-height: 96px;
  margin: 0;
  padding: 24px 26px;
  box-shadow: none;
}

.home-page .feature-one__icon-title {
  font-size: 19px;
  line-height: 1.35;
}

.home-page .feature-one__icon-title a {
  color: var(--exen-heading);
}

.home-page .feature-one__icon span {
  color: var(--exen-blue);
  font-size: 42px;
}

.home-page .feature-one__icon span::after {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--exen-sky);
}

.home-page .feature-one__hover {
  padding: 25px 35px;
  border-radius: var(--exen-radius);
}

.home-page .feature-one__hover::before {
  background: rgba(3, 24, 39, 0.91);
}

/* Hakkımızda */
.home-page .about-one {
  padding: 100px 0;
  background: var(--exen-bg);
}

.home-page .about-one .row {
  align-items: center;
}

.home-page .about-one__left {
  padding: 14px 0 14px 14px;
}

.home-page .about-one__left::before {
  position: absolute;
  inset: 0 70px 0 0;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--exen-blue), var(--exen-navy));
  content: "";
}

.home-page .about-one__img {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: var(--exen-shadow);
}

.home-page .about-one__img img {
  min-height: 560px;
  object-fit: cover;
}

.home-page .about-one__shape {
  display: none;
}

.home-page .about-one__right {
  margin-left: 45px;
}

.home-page .about-one__business-start-text {
  max-height: 255px;
  overflow: hidden;
  padding-left: 0;
  color: var(--exen-text);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
}

.home-page .about-one__bottom {
  padding-top: 30px;
}

.home-page .about-one__contact-icon {
  width: 54px;
  height: 54px;
  background: #fff;
  color: var(--exen-blue);
  font-size: 24px;
  box-shadow: 0 8px 24px rgba(6, 36, 61, 0.09);
}

/* Sade Hakkımızda alanı */
.home-page .about-clean {
  padding: 95px 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(70, 185, 238, 0.12), transparent 28%),
    radial-gradient(circle at 90% 90%, rgba(11, 143, 212, 0.08), transparent 26%),
    var(--exen-bg);
}

.about-clean__card {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  overflow: hidden;
  padding: 64px 76px;
  border: 1px solid rgba(11, 143, 212, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 60px rgba(6, 36, 61, 0.09);
}

.about-clean__card::before,
.about-clean__card::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.about-clean__card::before {
  top: -110px;
  right: -90px;
  width: 260px;
  height: 260px;
  background: rgba(70, 185, 238, 0.08);
}

.about-clean__card::after {
  bottom: -80px;
  left: -75px;
  width: 190px;
  height: 190px;
  border: 28px solid rgba(11, 143, 212, 0.05);
}

.about-clean__accent {
  width: 48px;
  height: 5px;
  margin: 0 auto 30px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--exen-blue), var(--exen-blue-light));
}

.about-clean__card .section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
}

.about-clean__text {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0 auto;
  color: var(--exen-text);
  font-size: 17px;
  line-height: 1.9;
  text-align: center;
}

.about-clean__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.65fr);
  max-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(11, 143, 212, 0.13);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(6, 36, 61, 0.1);
}

.about-clean__content {
  padding: 62px 66px;
}

.about-clean__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--exen-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-clean__eyebrow i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--exen-sky);
  font-size: 13px;
}

.about-clean__content h2 {
  margin: 0 0 24px;
  color: var(--exen-heading);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.12;
}

.about-clean__content .about-clean__text {
  max-width: 720px;
  margin: 0;
  color: var(--exen-text);
  font-size: 16px;
  line-height: 1.85;
  text-align: left;
}

.about-clean__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.about-clean__primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.about-clean__primary i {
  font-size: 11px;
}

.about-clean__secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid rgba(16, 43, 67, 0.15);
  border-radius: 12px;
  background: #fff;
  color: var(--exen-heading);
  font-size: 14px;
  font-weight: 700;
  transition: 0.25s ease;
}

.about-clean__secondary i {
  color: var(--exen-blue);
  font-size: 11px;
}

.about-clean__secondary:hover {
  border-color: var(--exen-blue);
  background: var(--exen-sky);
  color: var(--exen-blue);
  transform: translateY(-2px);
}

.about-clean__visual {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 52px 38px;
  background:
    linear-gradient(155deg, rgba(11, 143, 212, 0.96), rgba(6, 36, 61, 0.98));
  text-align: center;
}

.about-clean__visual::before,
.about-clean__visual::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.about-clean__visual::before {
  top: -70px;
  right: -70px;
  width: 220px;
  height: 220px;
}

.about-clean__visual::after {
  bottom: -90px;
  left: -90px;
  width: 260px;
  height: 260px;
}

.about-clean__visual-glow {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(70, 185, 238, 0.2);
  filter: blur(34px);
  transform: translate(-50%, -50%);
}

.about-clean__logo {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 92px;
  margin-bottom: 30px;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
}

.about-clean__logo img {
  width: 100%;
  max-height: 52px;
  object-fit: contain;
  opacity: 0.86;
}

.about-clean__visual > span,
.about-clean__visual > strong {
  position: relative;
  z-index: 1;
}

.about-clean__visual > span {
  margin-bottom: 10px;
  color: var(--exen-blue-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-clean__visual > strong {
  max-width: 240px;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

/* Hakkımızda iç sayfası */
.about-story {
  position: relative;
  padding: 100px 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(70, 185, 238, 0.12), transparent 25%),
    var(--exen-bg);
}

.about-story__card {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 76px 84px 70px;
  border: 1px solid var(--exen-border);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--exen-shadow);
}

.about-story__eyebrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  margin: -128px auto 38px;
  border: 8px solid var(--exen-bg);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--exen-blue), #0875bb);
  box-shadow: 0 12px 28px rgba(11, 143, 212, 0.24);
  color: #fff;
}

.about-story__eyebrow span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.about-story__eyebrow small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
}

.about-story__card .section-title {
  margin-bottom: 30px;
}

.about-story__text {
  max-width: 810px;
  margin: 0 auto;
  color: var(--exen-text);
  font-size: 17px;
  line-height: 1.95;
  text-align: center;
}

/* Çağrı bandı */
.home-page .our-mission {
  margin: 0;
  padding: 110px 0;
}

.home-page .our-mission-bg-box {
  background: var(--exen-navy-dark);
}

.home-page .our-mission-bg {
  opacity: 0.24;
}

.home-page .our-mission-bg-box::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 50%, rgba(11, 143, 212, 0.42), transparent 34%),
    linear-gradient(90deg, rgba(3, 24, 39, 0.3), rgba(3, 24, 39, 0.78));
  content: "";
}

.home-page .our-mission__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.home-page .our-mission__title {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.3vw, 58px);
  line-height: 1.16;
}

.home-page .our-mission__btn {
  flex: 0 0 auto;
  margin-top: 0;
}

/* Üniversiteler */
.home-page .case-one {
  margin-top: 0 !important;
  padding: 100px 0;
  background: #fff;
}

.home-page .case-one__container,
.home-page .news-one__container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.home-page .case-one__single {
  overflow: hidden;
  border-radius: var(--exen-radius);
  box-shadow: 0 12px 36px rgba(6, 36, 61, 0.1);
}

.home-page .case-one__img-box,
.home-page .case-one__img {
  border-radius: inherit;
}

.home-page .case-one__img::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 38%, rgba(3, 24, 39, 0.9));
  content: "";
}

.home-page .case-one__img img {
  height: 420px !important;
  filter: none !important;
  transition: transform 0.65s ease;
}

.home-page .case-one__single:hover .case-one__img img {
  transform: scale(1.06);
}

.home-page .case-one__content {
  z-index: 2;
}

.home-page .case-one__hover {
  border-radius: var(--exen-radius);
  background: linear-gradient(145deg, rgba(11, 143, 212, 0.93), rgba(6, 36, 61, 0.95));
}

/* Yorumlar */
.home-page .testimonial-one {
  padding: 100px 0;
  background: var(--exen-bg);
}

.home-page .testimonial-one-map {
  opacity: 0.16;
}

.home-page .testimonial-one__single {
  min-height: 370px;
  padding: 42px;
  border: 1px solid var(--exen-border);
  border-radius: var(--exen-radius);
  background: #fff;
  box-shadow: 0 12px 36px rgba(6, 36, 61, 0.06);
}

.home-page .testimonial-one__rating i {
  color: #f5b942;
}

.home-page .testimonial-one__text {
  color: var(--exen-text);
  font-size: 16px;
  line-height: 1.75;
}

.home-page .testimonial-one__author-img img {
  object-fit: cover;
}

.home-page .testimonial-one__quote-icon {
  opacity: 0.12;
}

/* Sayaçlar */
.home-page .counter-one-wrap {
  background: var(--exen-navy-dark);
}

.home-page .counter-one-wrap::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(3, 24, 39, 0.98) 0%, rgba(3, 24, 39, 0.88) 56%, rgba(3, 24, 39, 0.4) 100%);
  content: "";
}

.home-page .counter-one .container {
  position: relative;
  z-index: 2;
}

.home-page .counter-one-shape,
.home-page .counter-one-shape-2,
.home-page .counter-one-shape-3 {
  opacity: 0.16;
}

.home-page .counter-one__top-title {
  color: #fff;
}

.home-page .counter-one__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-page .counter-one__single {
  width: auto;
  padding: 27px 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.home-page .counter-one__single + .counter-one__single {
  margin-left: 0;
}

.home-page .counter-one__icon span {
  color: var(--exen-blue-light);
}

.home-page .counter-one__content h3,
.home-page .counter-one__text {
  color: #fff;
}

/* Haberler */
.home-page .news-one {
  padding: 100px 0;
  background: #fff;
}

.home-page .news-one__single {
  overflow: hidden;
  border: 1px solid var(--exen-border);
  border-radius: var(--exen-radius);
  background: #fff;
  box-shadow: 0 12px 36px rgba(6, 36, 61, 0.07);
}

.home-page .news-one__img {
  overflow: hidden;
}

.home-page .news-one__img img {
  height: 250px !important;
  transition: transform 0.65s ease;
}

.home-page .news-one__single:hover .news-one__img img {
  transform: scale(1.06);
}

.home-page .news-one__date {
  top: 18px;
  right: 18px;
  bottom: auto;
  border-radius: 8px;
  background: rgba(3, 24, 39, 0.82);
  backdrop-filter: blur(8px);
}

.home-page .news-one__content {
  padding: 28px;
}

.home-page .news-one__title {
  min-height: 58px;
  font-size: 20px;
  line-height: 1.45;
}

.home-page .news-one__text {
  min-height: 78px;
  color: var(--exen-text);
  line-height: 1.65;
}

.home-page .news-one__bottom {
  border-top-color: var(--exen-border);
}

.home-page .news-one__btn {
  color: var(--exen-blue);
  font-weight: 700;
}

/* Markalar */
.home-page .brand-one {
  padding: 48px 0;
  border-top: 1px solid var(--exen-border);
  background: var(--exen-bg);
}

.home-page .brand-one .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  padding: 14px;
  border: 1px solid var(--exen-border);
  border-radius: 14px;
  background: #fff;
}

.home-page .brand-one .swiper-slide img {
  max-height: 62px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.62;
  transition: 0.3s ease;
}

.home-page .brand-one .swiper-slide:hover img {
  filter: none;
  opacity: 1;
}

/* Üniversite liste sayfası */
.uni-list-hero {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background: var(--exen-navy-dark);
}

.uni-list-hero__bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.38;
  transform: scale(1.03);
}

.uni-list-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 78% 40%, rgba(70, 185, 238, 0.24), transparent 28%),
    linear-gradient(90deg, rgba(3, 24, 39, 0.98) 0%, rgba(3, 24, 39, 0.75) 58%, rgba(3, 24, 39, 0.4) 100%);
  content: "";
}

.uni-list-hero .container {
  position: relative;
  z-index: 2;
}

.uni-list-hero__content {
  max-width: 850px;
  padding: 230px 0 100px;
}

.uni-list-hero__eyebrow,
.uni-detail-hero__category {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #dff5ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.uni-list-hero h1,
.uni-detail-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.uni-list-hero__content > p {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.7;
}

.uni-list-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.uni-list-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.uni-list-hero__meta strong,
.uni-list-hero__meta i {
  color: var(--exen-blue-light);
}

.uni-list {
  padding: 95px 0 105px;
  background: var(--exen-bg);
}

.uni-list__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 45px;
}

.uni-list__top > div > span,
.uni-detail__eyebrow,
.uni-gallery__heading span,
.uni-detail-cta__inner span {
  display: block;
  margin-bottom: 10px;
  color: var(--exen-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.uni-list__top h2,
.uni-detail__article h2,
.uni-gallery__heading h2,
.uni-detail-cta__inner h2 {
  margin: 0;
  color: var(--exen-heading);
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.18;
}

.uni-list__top > p {
  max-width: 440px;
  margin: 0 0 4px;
  color: var(--exen-text);
  font-size: 14px;
  line-height: 1.7;
}

.uni-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.uni-card {
  overflow: hidden;
  border: 1px solid var(--exen-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(6, 36, 61, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.uni-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--exen-shadow);
}

.uni-card__image {
  position: relative;
  display: block;
  height: 245px;
  overflow: hidden;
  background: var(--exen-navy);
}

.uni-card__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(3, 24, 39, 0.56));
  content: "";
}

.uni-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.uni-card:hover .uni-card__image img {
  transform: scale(1.06);
}

.uni-card__country {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(3, 24, 39, 0.72);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.uni-card__body {
  padding: 25px 25px 23px;
}

.uni-card__body h3 {
  min-height: 58px;
  margin: 0 0 17px;
  font-size: 19px;
  line-height: 1.45;
}

.uni-card__body h3 a {
  color: var(--exen-heading);
}

.uni-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  min-height: 24px;
  margin-bottom: 20px;
}

.uni-card__facts span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #718092;
  font-size: 11px;
}

.uni-card__facts i {
  color: var(--exen-blue);
}

.uni-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid var(--exen-border);
  color: var(--exen-blue);
  font-size: 12px;
  font-weight: 700;
}

.uni-card__link i {
  font-size: 10px;
  transition: transform 0.25s ease;
}

.uni-card__link:hover {
  color: var(--exen-navy);
}

.uni-card__link:hover i {
  transform: translateX(4px);
}

.uni-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}

.uni-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--exen-border);
  border-radius: 10px;
  background: #fff;
  color: var(--exen-heading);
  font-size: 13px;
  font-weight: 700;
}

.uni-pagination a:hover,
.uni-pagination a.active {
  border-color: var(--exen-blue);
  background: var(--exen-blue);
  color: #fff;
}

.uni-list__empty {
  padding: 65px 20px;
  border: 1px dashed rgba(11, 143, 212, 0.24);
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.uni-list__empty > i {
  margin-bottom: 20px;
  color: var(--exen-blue);
  font-size: 42px;
}

/* Üniversite detay sayfası */
.uni-detail-hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: var(--exen-navy-dark);
}

.uni-detail-hero__bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.48;
  transform: scale(1.03);
}

.uni-detail-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 24, 39, 0.98) 0%, rgba(3, 24, 39, 0.72) 58%, rgba(3, 24, 39, 0.32) 100%),
    linear-gradient(0deg, rgba(3, 24, 39, 0.6), transparent 52%);
  content: "";
}

.uni-detail-hero .container {
  position: relative;
  z-index: 2;
}

.uni-detail-hero__content {
  max-width: 900px;
  padding: 205px 0 92px;
}

.uni-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 32px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  white-space: nowrap;
}

.uni-breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
}

.uni-breadcrumb a:hover {
  color: var(--exen-blue-light);
}

.uni-breadcrumb i {
  font-size: 7px;
  opacity: 0.5;
}

.uni-breadcrumb span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.uni-detail-hero h1 {
  max-width: 880px;
  font-size: clamp(42px, 5.2vw, 68px);
}

.uni-detail-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.uni-detail-hero__facts span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  backdrop-filter: blur(8px);
}

.uni-detail-hero__facts i {
  color: var(--exen-blue-light);
}

.uni-detail {
  padding: 90px 0 100px;
  background: var(--exen-bg);
}

.uni-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: start;
}

.uni-detail__main {
  display: grid;
  gap: 32px;
}

.uni-detail__article,
.uni-gallery,
.uni-info-card,
.uni-consult-card {
  border: 1px solid var(--exen-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(6, 36, 61, 0.06);
}

.uni-detail__article {
  padding: 44px 48px;
}

.uni-detail__article h2 {
  margin-bottom: 25px;
}

.uni-detail__description {
  color: var(--exen-text);
  font-size: 15px;
  line-height: 1.85;
}

.uni-detail__description p {
  margin-bottom: 18px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.uni-detail__description img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.uni-detail__sidebar {
  position: sticky;
  top: 105px;
  display: grid;
  gap: 22px;
}

.uni-info-card {
  padding: 28px;
}

.uni-info-card h3,
.uni-consult-card h3 {
  margin: 0 0 22px;
  color: var(--exen-heading);
  font-size: 20px;
  line-height: 1.4;
}

.uni-info-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uni-info-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--exen-border);
}

.uni-info-card li > i {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--exen-sky);
  color: var(--exen-blue);
  font-size: 14px;
}

.uni-info-card li div {
  min-width: 0;
}

.uni-info-card li span {
  display: block;
  margin-bottom: 2px;
  color: #8290a0;
  font-size: 10px;
  text-transform: uppercase;
}

.uni-info-card li strong {
  display: block;
  overflow: hidden;
  color: var(--exen-heading);
  font-size: 13px;
  text-overflow: ellipsis;
}

.uni-info-card__website {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding: 13px 15px;
  border-radius: 10px;
  background: var(--exen-sky);
  color: var(--exen-blue);
  font-size: 11px;
  font-weight: 700;
}

.uni-info-card__website:hover {
  background: var(--exen-blue);
  color: #fff;
}

.uni-consult-card {
  overflow: hidden;
  padding: 30px 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(70, 185, 238, 0.2), transparent 32%),
    var(--exen-navy);
}

.uni-consult-card > span {
  display: block;
  margin-bottom: 9px;
  color: var(--exen-blue-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.uni-consult-card h3 {
  margin-bottom: 12px;
  color: #fff;
}

.uni-consult-card p {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 1.65;
}

.uni-consult-card .thm-btn {
  min-height: 46px;
  padding: 11px 18px;
  font-size: 12px;
}

.uni-gallery {
  padding: 38px;
}

.uni-gallery__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.uni-gallery__heading h2 {
  font-size: 30px;
}

.uni-gallery__heading small {
  padding: 7px 10px;
  border-radius: 8px;
  background: var(--exen-sky);
  color: var(--exen-blue);
  font-size: 10px;
  font-weight: 700;
}

.uni-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.uni-gallery__item {
  position: relative;
  display: block;
  height: 220px;
  overflow: hidden;
  border-radius: 14px;
}

.uni-gallery__item--large {
  grid-column: 1 / -1;
  height: 360px;
}

.uni-gallery__item::after {
  position: absolute;
  inset: 0;
  background: rgba(3, 24, 39, 0.36);
  opacity: 0;
  transition: opacity 0.3s ease;
  content: "";
}

.uni-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.uni-gallery__item > span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  color: var(--exen-blue);
  opacity: 0;
  transform: translate(-50%, -40%);
  transition: 0.3s ease;
}

.uni-gallery__item:hover::after,
.uni-gallery__item:hover > span {
  opacity: 1;
}

.uni-gallery__item:hover > span {
  transform: translate(-50%, -50%);
}

.uni-gallery__item:hover img {
  transform: scale(1.05);
}

.uni-detail-cta {
  padding: 75px 0;
  background: #fff;
}

.uni-detail-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 48px 52px;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 15%, rgba(70, 185, 238, 0.2), transparent 30%),
    var(--exen-navy-dark);
}

.uni-detail-cta__inner h2 {
  max-width: 700px;
  color: #fff;
  font-size: 32px;
}

.uni-detail-cta__inner > a {
  flex: 0 0 auto;
}

/* Haber liste sayfası */
.news-list-hero,
.news-detail-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: var(--exen-navy-dark);
}

.news-list-hero__bg,
.news-detail-hero__bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.34;
  transform: scale(1.03);
}

.news-list-hero::before,
.news-detail-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 82% 38%, rgba(70, 185, 238, 0.2), transparent 28%),
    linear-gradient(90deg, rgba(3, 24, 39, 0.98), rgba(3, 24, 39, 0.7) 64%, rgba(3, 24, 39, 0.4));
  content: "";
}

.news-list-hero .container,
.news-detail-hero .container {
  position: relative;
  z-index: 2;
}

.news-list-hero__content {
  max-width: 810px;
  padding: 220px 0 90px;
}

.news-list-hero__content > span,
.news-detail-hero__category {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #dff5ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.news-list-hero h1,
.news-detail-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(44px, 5.5vw, 70px);
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.news-list-hero__content > p {
  max-width: 650px;
  margin: 23px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.7;
}

.news-list-modern {
  padding: 95px 0 105px;
  background: var(--exen-bg);
}

.news-list-modern__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 38px;
  margin-bottom: 44px;
}

.news-list-modern__heading > div > span {
  display: block;
  margin-bottom: 10px;
  color: var(--exen-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.news-list-modern__heading h2 {
  margin: 0;
  color: var(--exen-heading);
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.18;
}

.news-list-modern__heading > p {
  max-width: 390px;
  margin: 0 0 3px;
  color: var(--exen-text);
  font-size: 13px;
  line-height: 1.7;
}

.news-modern-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.news-modern-card {
  overflow: hidden;
  border: 1px solid var(--exen-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(6, 36, 61, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.news-modern-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--exen-shadow);
}

.news-modern-card--featured {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
}

.news-modern-card__image {
  position: relative;
  display: block;
  height: 245px;
  overflow: hidden;
  background: var(--exen-navy);
}

.news-modern-card--featured .news-modern-card__image {
  height: 390px;
}

.news-modern-card__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(3, 24, 39, 0.42));
  content: "";
}

.news-modern-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.news-modern-card:hover .news-modern-card__image img {
  transform: scale(1.05);
}

.news-modern-card__date {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 54px;
  padding: 8px 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(3, 24, 39, 0.76);
  color: #fff;
  backdrop-filter: blur(8px);
}

.news-modern-card__date strong {
  font-size: 18px;
  line-height: 1;
}

.news-modern-card__date small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
}

.news-modern-card__body {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 25px;
}

.news-modern-card--featured .news-modern-card__body {
  justify-content: center;
  padding: 42px;
}

.news-modern-card__category {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 13px;
  color: var(--exen-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.news-modern-card__body h2 {
  margin: 0 0 14px;
  font-size: 19px;
  line-height: 1.45;
}

.news-modern-card--featured .news-modern-card__body h2 {
  font-size: 27px;
  line-height: 1.35;
}

.news-modern-card__body h2 a {
  color: var(--exen-heading);
}

.news-modern-card__body p {
  display: -webkit-box;
  margin: 0 0 21px;
  overflow: hidden;
  color: var(--exen-text);
  font-size: 13px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-modern-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: var(--exen-blue);
  font-size: 12px;
  font-weight: 700;
}

.news-modern-card__link i {
  font-size: 10px;
  transition: transform 0.25s ease;
}

.news-modern-card__link:hover i {
  transform: translateX(4px);
}

.news-list-modern__empty {
  padding: 65px 20px;
  border: 1px dashed rgba(11, 143, 212, 0.24);
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

/* Haber detay sayfası */
.news-detail-hero {
  min-height: 650px;
}

.news-detail-hero__bg {
  opacity: 0.48;
}

.news-detail-hero::before {
  background:
    linear-gradient(90deg, rgba(3, 24, 39, 0.98), rgba(3, 24, 39, 0.72) 62%, rgba(3, 24, 39, 0.38)),
    linear-gradient(0deg, rgba(3, 24, 39, 0.55), transparent 52%);
}

.news-detail-hero__content {
  max-width: 940px;
  padding: 205px 0 92px;
}

.news-detail-hero h1 {
  max-width: 930px;
  font-size: clamp(40px, 5.2vw, 66px);
}

.news-detail-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.news-detail-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
}

.news-detail-hero__meta i {
  color: var(--exen-blue-light);
}

.news-detail-modern {
  padding: 90px 0 100px;
  background: var(--exen-bg);
}

.news-detail-modern__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  align-items: start;
}

.news-article {
  overflow: hidden;
  border: 1px solid var(--exen-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(6, 36, 61, 0.07);
}

.news-article__cover {
  height: 430px;
  margin: 0;
  overflow: hidden;
}

.news-article__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-article__content {
  padding: 46px 50px 38px;
}

.news-article__lead {
  margin-bottom: 30px;
  padding: 22px 24px;
  border-left: 3px solid var(--exen-blue);
  border-radius: 0 12px 12px 0;
  background: var(--exen-sky);
  color: var(--exen-heading);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
}

.news-article__body {
  color: var(--exen-text);
  font-size: 15px;
  line-height: 1.9;
}

.news-article__body p {
  margin-bottom: 20px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.news-article__body h2,
.news-article__body h3,
.news-article__body h4 {
  margin: 30px 0 14px;
  color: var(--exen-heading);
  line-height: 1.35;
}

.news-article__body img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 14px;
}

.news-article__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 50px;
  border-top: 1px solid var(--exen-border);
  background: #fbfcfd;
}

.news-article__footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--exen-blue);
  font-size: 12px;
  font-weight: 700;
}

.news-article__footer span {
  color: #98a4b0;
  font-size: 11px;
}

.news-detail-sidebar {
  position: sticky;
  top: 105px;
  display: grid;
  gap: 22px;
}

.news-related,
.news-consult {
  border: 1px solid var(--exen-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(6, 36, 61, 0.06);
}

.news-related {
  padding: 28px;
}

.news-related__heading > span {
  display: block;
  margin-bottom: 7px;
  color: var(--exen-blue);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.news-related__heading h2 {
  margin: 0 0 22px;
  color: var(--exen-heading);
  font-size: 21px;
}

.news-related__list {
  display: grid;
  gap: 16px;
}

.news-related__item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.news-related__item img {
  width: 82px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}

.news-related__item > span {
  min-width: 0;
}

.news-related__item small {
  display: block;
  margin-bottom: 4px;
  color: #8794a2;
  font-size: 9px;
}

.news-related__item small i {
  color: var(--exen-blue);
}

.news-related__item strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--exen-heading);
  font-size: 11px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-related__all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--exen-border);
  color: var(--exen-blue);
  font-size: 11px;
  font-weight: 700;
}

.news-consult {
  padding: 30px 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(70, 185, 238, 0.2), transparent 32%),
    var(--exen-navy);
}

.news-consult > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 19px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--exen-blue-light);
}

.news-consult > span {
  display: block;
  margin-bottom: 8px;
  color: var(--exen-blue-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.news-consult h3 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 20px;
  line-height: 1.45;
}

.news-consult .thm-btn {
  min-height: 46px;
  padding: 11px 18px;
  font-size: 12px;
}

/* Footer */
.site-footer {
  background: var(--exen-navy-dark);
}

.site-footer__top {
  padding-top: 56px;
  padding-bottom: 36px;
}

.footer-compact {
  row-gap: 30px;
}

.footer-compact__brand {
  padding-right: 38px;
}

.site-footer__top-logo-content img {
  width: auto !important;
  max-width: 230px;
  max-height: none;
  height: auto;
  object-fit: contain;
}

.site-footer__top-left > p {
  display: -webkit-box;
  max-width: 360px;
  margin: 20px 0 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.footer-widget__title {
  margin-bottom: 18px;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  letter-spacing: -0.02em;
}

.footer-widget__explore-list li a,
.footer-widget__links-list li a,
.footer-widget_contact a,
.footer-widget__contact-text {
  color: rgba(255, 255, 255, 0.62);
}

.footer-compact__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 14px;
}

.footer-compact__links li,
.footer-compact__services li {
  line-height: 1.35;
}

.footer-compact__links li a,
.footer-compact__services li a {
  display: inline;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.4;
}

.footer-compact__links li a::before,
.footer-compact__services li a::before {
  display: none;
}

.footer-compact__links li a:hover,
.footer-compact__services li a:hover {
  color: var(--exen-blue-light);
}

.footer-compact__services {
  display: grid;
  gap: 9px;
}

.footer-compact__social {
  justify-content: flex-start;
  margin-top: 22px;
  padding: 0;
}

.footer-compact__social a,
.footer-compact__social a + a {
  width: 32px;
  height: 32px;
  margin-left: 7px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 12px;
}

.footer-compact__social a i,
.footer-compact__social a:hover,
.footer-compact__social a:hover i {
  color: #fff;
}

.footer-compact__social a:first-child {
  margin-left: 0;
}

.footer-compact__social a::before {
  display: none;
}

.footer-compact__contact {
  margin-left: 0;
}

.footer-compact__contact .footer-compact__contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.45;
  word-break: break-word;
}

.footer-compact__contact-link i,
.footer-compact__address i {
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(70, 185, 238, 0.12);
  color: var(--exen-blue-light);
  font-size: 11px;
}

.footer-compact__address {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.55;
}

.footer-compact__address i {
  margin-top: 2px;
}

.site-footer__bottom {
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.site-footer__bottom-text,
.site-footer__bottom-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  line-height: 1.5;
}

/* Küçük çerez bildirimi */
.cookie-notice {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10000;
  display: none;
  width: min(380px, calc(100vw - 36px));
  padding: 16px 17px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(3, 24, 39, 0.96);
  box-shadow: 0 16px 45px rgba(3, 24, 39, 0.28);
  backdrop-filter: blur(16px);
}

.cookie-notice__inner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.cookie-notice__icon {
  display: flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(70, 185, 238, 0.15);
  color: var(--exen-blue-light);
}

.cookie-notice__content {
  flex: 1;
}

.cookie-notice__content p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 12px;
  line-height: 1.5;
}

.cookie-notice__content a {
  color: var(--exen-blue-light);
  font-weight: 600;
}

.cookie-notice__button {
  padding: 7px 13px;
  border: 0;
  border-radius: 8px;
  background: var(--exen-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.cookie-notice__button:hover {
  background: #0875bb;
}

/* Sabit araçlar */
.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 10px 28px rgba(17, 96, 48, 0.28);
  transition: transform 0.25s ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px);
}

.whatsapp-float i {
  color: #fff;
  font-size: 27px;
}

/* Responsive */
@media (max-width: 1199px) {
  .main-menu {
    padding: 0 30px;
  }

  .main-menu-wrapper__logo {
    margin-right: 0;
  }

  .main-menu-wrapper__main-menu {
    display: flex;
    align-items: center;
    margin-left: 30px;
  }

  .main-menu .mobile-nav__toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
  }

  .home-page .main-slider .container {
    padding-top: 250px;
  }

  .home-page .about-one__right {
    margin-left: 0;
  }

  .home-page .counter-one__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uni-detail__layout {
    grid-template-columns: minmax(0, 1fr) 310px;
  }

  .news-detail-modern__layout {
    grid-template-columns: minmax(0, 1fr) 300px;
  }
}

@media (max-width: 991px) {
  .main-header__top {
    display: none;
  }

  .main-menu {
    background: rgba(3, 24, 39, 0.92);
  }

  .main-menu-wrapper__logo {
    padding: 17px 0;
  }

  .main-menu-wrapper__right {
    padding: 10px 0;
  }

  .home-page .main-slider .swiper-slide {
    min-height: 660px;
  }

  .home-page .main-slider .container {
    padding-top: 190px;
    padding-bottom: 115px;
  }

  .home-page .main-slider .swiper-slide::before {
    background: linear-gradient(90deg, rgba(3, 24, 39, 0.93), rgba(3, 24, 39, 0.45));
  }

  .home-page .main-slider h2 {
    font-size: clamp(44px, 8vw, 66px);
  }

  .home-page .main-slider__nav {
    display: none;
  }

  .home-page .feature-one,
  .home-page .about-one,
  .home-page .case-one,
  .home-page .testimonial-one,
  .home-page .news-one {
    padding: 75px 0;
  }

  .home-page .about-one__left {
    margin-bottom: 50px;
  }

  .home-page .about-one__img img {
    min-height: 460px;
  }

  .about-clean__card,
  .about-story__card {
    padding-right: 52px;
    padding-left: 52px;
  }

  .about-clean__panel {
    grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
  }

  .about-clean__content {
    padding: 50px 44px;
  }

  .about-clean__visual {
    padding: 42px 26px;
  }

  .home-page .our-mission__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .home-page .testimonial-one__single {
    min-height: auto;
  }

  .footer-compact__brand {
    padding-right: 0;
  }

  .uni-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uni-list-hero__content {
    padding-top: 185px;
  }

  .uni-detail-hero__content {
    padding-top: 165px;
  }

  .uni-detail__layout {
    grid-template-columns: 1fr;
  }

  .uni-detail__sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uni-detail-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-modern-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-modern-card--featured {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  }

  .news-detail-hero__content {
    padding-top: 165px;
  }

  .news-detail-modern__layout {
    grid-template-columns: 1fr;
  }

  .news-detail-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .main-menu {
    padding: 0 18px;
  }

  .main-menu-wrapper__left {
    flex: 1;
    justify-content: space-between;
  }

  .main-menu-wrapper__main-menu {
    margin-left: 18px;
  }

  .main-menu-wrapper__logo img {
    max-width: 125px;
    height: 36px;
  }

  .main-menu-wrapper__right {
    display: none;
  }

  .uni-list-hero {
    min-height: 540px;
  }

  .uni-list-hero__content {
    padding: 150px 0 72px;
  }

  .uni-list-hero h1,
  .uni-detail-hero h1 {
    font-size: 38px;
  }

  .uni-list-hero__content > p {
    font-size: 15px;
  }

  .uni-list {
    padding: 62px 0 70px;
  }

  .uni-list__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
  }

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

  .uni-card__image {
    height: 230px;
  }

  .uni-card__body h3 {
    min-height: auto;
  }

  .uni-detail-hero {
    min-height: 560px;
  }

  .uni-detail-hero__content {
    padding: 135px 0 65px;
  }

  .uni-breadcrumb {
    margin-bottom: 24px;
  }

  .uni-detail {
    padding: 60px 0 65px;
  }

  .uni-detail__article,
  .uni-gallery {
    padding: 28px 22px;
  }

  .uni-detail__sidebar {
    grid-template-columns: 1fr;
  }

  .uni-gallery__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .uni-gallery__grid {
    grid-template-columns: 1fr;
  }

  .uni-gallery__item,
  .uni-gallery__item--large {
    grid-column: auto;
    height: 235px;
  }

  .uni-detail-cta {
    padding: 55px 0;
  }

  .uni-detail-cta__inner {
    padding: 35px 24px;
    border-radius: 18px;
  }

  .uni-detail-cta__inner h2 {
    font-size: 27px;
  }

  .news-list-hero {
    min-height: 520px;
  }

  .news-list-hero__content {
    padding: 145px 0 70px;
  }

  .news-list-hero h1,
  .news-detail-hero h1 {
    font-size: 37px;
    line-height: 1.12;
  }

  .news-list-hero__content > p {
    font-size: 14px;
  }

  .news-list-modern {
    padding: 60px 0 70px;
  }

  .news-list-modern__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
  }

  .news-modern-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .news-modern-card--featured {
    display: block;
    grid-column: auto;
  }

  .news-modern-card__image,
  .news-modern-card--featured .news-modern-card__image {
    height: 230px;
  }

  .news-modern-card__body,
  .news-modern-card--featured .news-modern-card__body {
    padding: 23px 21px;
  }

  .news-modern-card--featured .news-modern-card__body h2,
  .news-modern-card__body h2 {
    font-size: 19px;
  }

  .news-detail-hero {
    min-height: 570px;
  }

  .news-detail-hero__content {
    padding: 135px 0 65px;
  }

  .news-detail-modern {
    padding: 55px 0 65px;
  }

  .news-article__cover {
    height: 230px;
  }

  .news-article__content {
    padding: 28px 21px 24px;
  }

  .news-article__lead {
    margin-bottom: 24px;
    padding: 17px 16px;
    font-size: 15px;
    line-height: 1.7;
  }

  .news-article__body {
    overflow-wrap: anywhere;
    font-size: 15px;
    line-height: 1.8;
  }

  .news-article__footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 21px;
  }

  .news-detail-sidebar {
    grid-template-columns: 1fr;
  }

  .news-related,
  .news-consult {
    padding: 24px 21px;
  }

  .home-page .main-slider .swiper-slide {
    min-height: 620px;
  }

  .home-page .main-slider .image-layer {
    background-position: 62% center;
    opacity: 0.48;
  }

  .home-page .main-slider .swiper-slide::before {
    background: linear-gradient(90deg, rgba(3, 24, 39, 0.97), rgba(3, 24, 39, 0.58));
  }

  .home-page .main-slider .container {
    padding: 145px 20px 90px;
  }

  .home-page .main-slider__content::before {
    margin-bottom: 16px;
    padding: 7px 11px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .home-page .main-slider h2 {
    margin-bottom: 18px;
    font-size: clamp(38px, 12vw, 52px);
    line-height: 1.08;
  }

  .home-page .main-slider p {
    margin-bottom: 27px;
    font-size: 15px;
    line-height: 1.65;
  }

  .home-page .feature-one,
  .home-page .about-one,
  .home-page .case-one,
  .home-page .testimonial-one,
  .home-page .news-one {
    padding: 60px 0;
  }

  .home-page .feature-one__img img {
    height: 230px !important;
  }

  .home-page .about-one__left {
    padding: 8px 0 8px 8px;
  }

  .home-page .about-one__left::before {
    right: 35px;
    border-radius: 22px;
  }

  .home-page .about-one__img {
    border-radius: 20px;
  }

  .home-page .about-one__img img {
    min-height: 360px;
  }

  .home-page .about-one__business-start-text {
    max-height: 270px;
    font-size: 15px;
  }

  .home-page .about-clean {
    padding: 60px 0;
  }

  .about-clean__card,
  .about-story__card {
    padding: 45px 24px;
    border-radius: 20px;
  }

  .about-clean__text,
  .about-story__text {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
  }

  .about-clean__panel {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .about-clean__content {
    padding: 40px 24px 34px;
  }

  .about-clean__content h2 {
    margin-bottom: 18px;
    font-size: 36px;
  }

  .about-clean__actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 26px;
  }

  .about-clean__primary,
  .about-clean__secondary {
    justify-content: center;
    width: 100%;
  }

  .about-clean__visual {
    min-height: 230px;
    padding: 30px 24px;
  }

  .about-clean__logo {
    width: 116px;
    height: 72px;
    margin-bottom: 18px;
    padding: 18px;
  }

  .about-clean__visual > strong {
    max-width: 280px;
    font-size: 17px;
  }

  .about-story {
    padding: 80px 0 60px;
  }

  .about-story__eyebrow {
    width: 90px;
    height: 90px;
    margin-top: -90px;
    border-width: 6px;
  }

  .home-page .about-one__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .home-page .about-one__contact {
    margin-left: 0;
  }

  .home-page .our-mission {
    padding: 75px 0;
  }

  .home-page .our-mission__title {
    font-size: 34px;
  }

  .home-page .case-one__img img {
    height: 370px !important;
  }

  .home-page .testimonial-one__single {
    padding: 32px 24px;
  }

  .home-page .counter-one__list {
    grid-template-columns: 1fr;
  }

  .home-page .counter-one__single {
    max-width: none;
  }

  .home-page .news-one__content {
    padding: 24px;
  }

  .site-footer__top {
    padding-top: 45px;
    padding-bottom: 28px;
  }

  .footer-compact {
    row-gap: 26px;
  }

  .site-footer__top-left > p {
    max-width: none;
  }

  .footer-compact__links {
    gap: 8px 18px;
  }

  .cookie-notice {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
  }

  .whatsapp-float {
    right: 16px;
    bottom: 80px;
    width: 50px;
    height: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================================
   İLETİŞİM SAYFASI
   ============================================================ */
.page-iletisim .main-header {
  position: relative;
  background: #031827;
}

.page-iletisim .main-menu {
  background: #07345b;
  box-shadow: 0 8px 24px rgba(3, 24, 39, 0.14);
}

.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 105px 0 95px;
  background: linear-gradient(125deg, #082c59 0%, #1154a1 58%, #1676c8 100%);
  color: #fff;
}

.contact-hero::after {
  position: absolute;
  right: -90px;
  bottom: -170px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.contact-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.contact-hero__glow--one {
  top: -130px;
  left: 8%;
  width: 350px;
  height: 350px;
  background: rgba(243, 132, 31, 0.16);
}

.contact-hero__glow--two {
  right: 18%;
  bottom: -180px;
  width: 420px;
  height: 420px;
  background: rgba(70, 191, 255, 0.14);
}

.contact-hero__content {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.contact-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(40px, 5vw, 65px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.contact-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.75;
}

.contact-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.contact-hero__breadcrumb a {
  color: #fff;
  font-weight: 700;
}

.contact-hero__breadcrumb i {
  font-size: 9px;
}

.contact-offices,
.contact-main,
.contact-map {
  padding: 90px 0;
  background: #f6f8fc;
}

.contact-section-heading {
  max-width: 650px;
  margin: 0 auto 44px;
  text-align: center;
}

.contact-section-heading > span,
.contact-form-card__heading > span {
  display: block;
  margin-bottom: 8px;
  color: #ef7b1a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-section-heading h2,
.contact-form-card__heading h2 {
  margin: 0 0 12px;
  color: #102d4f;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.contact-section-heading p,
.contact-form-card__heading p {
  margin: 0;
  color: #6a788c;
  font-size: 16px;
  line-height: 1.7;
}

.contact-office-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.contact-office-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e4eaf2;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(20, 48, 82, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-office-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(20, 48, 82, 0.12);
}

.contact-office-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px 24px 20px;
  border-bottom: 1px solid #edf0f5;
}

.contact-office-card__icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #1559a8, #0e80cd);
  color: #fff;
  box-shadow: 0 8px 20px rgba(20, 95, 176, 0.22);
}

.contact-office-card__top h3 {
  margin: 0;
  color: #102d4f;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.contact-office-card__details {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
}

.contact-office-card__row {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  color: #607087;
}

.contact-office-card__row > i {
  margin-top: 4px;
  color: #ef7b1a;
  font-size: 15px;
  text-align: center;
}

.contact-office-card__row span {
  display: block;
  margin-bottom: 3px;
  color: #8a96a7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-office-card__row p,
.contact-office-card__row a {
  margin: 0;
  color: #33465e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.contact-office-card__row a:hover {
  color: #1559a8;
}

.contact-office-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 24px 24px;
}

.contact-office-card__actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
}

.contact-office-card__call {
  background: #eef5fc;
  color: #1559a8;
}

.contact-office-card__map {
  background: #fff2e8;
  color: #d96300;
}

.contact-main {
  background: #fff;
}

.contact-main__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.8fr);
  gap: 30px;
  align-items: stretch;
}

.contact-form-card {
  padding: 44px;
  border: 1px solid #e5eaf1;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(18, 47, 81, 0.08);
}

.contact-form-card__heading {
  margin-bottom: 32px;
}

.contact-form-card__heading h2 {
  font-size: 38px;
}

.contact-modern-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-modern-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-modern-form label > span:first-child {
  display: block;
  margin-bottom: 8px;
  color: #31445b;
  font-size: 13px;
  font-weight: 800;
}

.contact-modern-form__control {
  display: flex !important;
  min-height: 55px;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
  padding: 0 17px;
  border: 1px solid #dfe5ed;
  border-radius: 13px;
  background: #f9fafc;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-modern-form__control:focus-within {
  border-color: #397fc1;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(21, 89, 168, 0.09);
}

.contact-modern-form__control > i {
  flex: 0 0 auto;
  color: #8390a2;
  font-size: 16px;
}

.contact-modern-form__control input,
.contact-modern-form__control textarea {
  width: 100%;
  height: 53px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #20364f;
  font: inherit;
  font-size: 14px;
}

.contact-modern-form__control--textarea {
  align-items: flex-start;
  padding-top: 16px;
}

.contact-modern-form__control textarea {
  height: 130px;
  resize: vertical;
  line-height: 1.55;
}

.contact-modern-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.contact-modern-form__consent input {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin-top: 3px;
  accent-color: #1559a8;
}

.contact-modern-form__consent span {
  margin: 0 !important;
  color: #6d798a !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.6;
}

.contact-modern-form__consent a {
  color: #1559a8;
  font-weight: 800;
}

.contact-modern-form__submit {
  display: inline-flex;
  width: fit-content;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 25px;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, #1559a8, #087fc9);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(21, 89, 168, 0.24);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-modern-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(21, 89, 168, 0.3);
}

.contact-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.contact-help-card {
  position: relative;
  overflow: hidden;
  padding: 42px 34px;
  border-radius: 26px;
  background: linear-gradient(145deg, #0c315d 0%, #115ba7 100%);
  color: #fff;
}

.contact-help-card::after {
  position: absolute;
  right: -95px;
  bottom: -95px;
  width: 230px;
  height: 230px;
  border: 40px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  content: "";
}

.contact-help-card__icon {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  color: #ff9a42;
  font-size: 26px;
}

.contact-help-card__eyebrow {
  display: block;
  margin-bottom: 9px;
  color: #ffac65;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-help-card h2 {
  margin: 0 0 17px;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.22;
}

.contact-help-card > p {
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.75;
}

.contact-help-card__link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  overflow-wrap: anywhere;
}

.contact-help-card__link:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.contact-help-card__link > i {
  color: #ff9a42;
}

.contact-help-card__link span {
  font-size: 13px;
  font-weight: 700;
}

.contact-help-card__link small {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.contact-map {
  padding-top: 80px;
}

.contact-map-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: -12px 0 26px;
}

.contact-map-tab {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 19px;
  border: 1px solid #dce4ee;
  border-radius: 13px;
  background: #fff;
  color: #506176;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 7px 20px rgba(20, 48, 82, 0.05);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.contact-map-tab:hover {
  border-color: #9fbcdc;
  color: #1559a8;
  transform: translateY(-2px);
}

.contact-map-tab.is-active {
  border-color: #1559a8;
  background: linear-gradient(135deg, #1559a8, #087fc9);
  color: #fff;
  box-shadow: 0 11px 25px rgba(21, 89, 168, 0.22);
}

.contact-map__frame {
  overflow: hidden;
  min-height: 390px;
  border: 8px solid #fff;
  border-radius: 24px;
  background: #e7ecf2;
  box-shadow: 0 16px 48px rgba(20, 48, 82, 0.1);
}

.contact-map__frame iframe {
  display: block;
  width: 100% !important;
  min-height: 390px;
  border: 0;
}

@media (max-width: 991px) {
  .contact-hero {
    padding: 82px 0 76px;
  }

  .contact-office-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-main__grid {
    grid-template-columns: 1fr;
  }

  .contact-help-card {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .site-footer__top-logo-content img {
    max-width: 200px;
  }

  .contact-hero {
    padding: 65px 0 58px;
  }

  .contact-hero h1 {
    font-size: 39px;
  }

  .contact-hero p {
    font-size: 15px;
    line-height: 1.65;
  }

  .contact-hero__breadcrumb {
    margin-top: 24px;
  }

  .contact-offices,
  .contact-main,
  .contact-map {
    padding: 62px 0;
  }

  .contact-section-heading {
    margin-bottom: 30px;
  }

  .contact-section-heading h2 {
    font-size: 34px;
  }

  .contact-office-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-office-card {
    border-radius: 18px;
  }

  .contact-office-card:hover {
    transform: none;
  }

  .contact-office-card__top,
  .contact-office-card__details {
    padding: 20px;
  }

  .contact-office-card__actions {
    padding: 0 20px 20px;
  }

  .contact-form-card {
    padding: 27px 20px;
    border-radius: 20px;
  }

  .contact-form-card__heading h2 {
    font-size: 32px;
  }

  .contact-modern-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-modern-form__submit {
    width: 100%;
  }

  .contact-help-card {
    min-height: auto;
    padding: 32px 24px;
    border-radius: 20px;
  }

  .contact-help-card h2 {
    font-size: 27px;
  }

  .contact-map-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 15px 6px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .contact-map-tabs::-webkit-scrollbar {
    display: none;
  }

  .contact-map-tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .contact-map__frame,
  .contact-map__frame iframe {
    min-height: 320px;
  }
}

@media (max-width: 380px) {
  .contact-office-card__actions {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   MOBİL MENÜ
   ============================================================ */
.mobile-nav__wrapper {
  transform: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-nav__overlay {
  background: rgba(2, 14, 27, 0.72);
  opacity: 1;
  backdrop-filter: blur(5px);
}

.mobile-nav__content {
  width: min(88vw, 360px);
  padding: 24px 20px 32px;
  background:
    radial-gradient(circle at 20% 0%, rgba(25, 120, 196, 0.2), transparent 38%),
    linear-gradient(180deg, #052f52 0%, #031f38 100%);
  box-shadow: 18px 0 55px rgba(0, 0, 0, 0.3);
  transform: translateX(-105%);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  transform: translateX(0);
}

.mobile-nav__close {
  display: inline-flex;
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.mobile-nav__close:hover {
  background: #e86f18;
  transform: rotate(6deg);
}

.mobile-nav__content .logo-box {
  display: flex;
  justify-content: center;
  margin: 8px 45px 28px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .logo-box a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav__content .logo-box img {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
}

.mobile-nav__container {
  border: 0;
}

.mobile-nav__content .main-menu__list > li {
  margin-bottom: 5px;
  border: 0 !important;
}

.mobile-nav__content .main-menu__list li a {
  min-height: 50px;
  height: auto;
  padding: 9px 11px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.mobile-nav__content .main-menu__list > li > a:hover,
.mobile-nav__content .main-menu__list > li > a.expanded,
.mobile-nav__content .main-menu__list > li.current > a {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.mobile-nav__content .main-menu__list li a button {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 10px;
  background: rgba(34, 148, 226, 0.22);
  color: #7ecfff;
  transform: none;
}

.mobile-nav__content .main-menu__list li a button span {
  transform: rotate(-90deg);
  transition: transform 0.25s ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  background: #1686cf;
  color: #fff;
  transform: none;
}

.mobile-nav__content .main-menu__list li a button.expanded span {
  transform: rotate(0deg);
}

.mobile-nav__content .main-menu__list ul {
  margin: 3px 0 8px !important;
  padding: 7px 8px !important;
  border: 0;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.13);
}

.mobile-nav__content .main-menu__list ul li {
  border: 0 !important;
}

.mobile-nav__content .main-menu__list ul li a {
  min-height: 42px;
  padding: 7px 12px 7px 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 600;
}

.mobile-nav__content .main-menu__list ul li a::before {
  width: 5px;
  height: 5px;
  margin-right: 10px;
  border-radius: 50%;
  background: #32a8ed;
  content: "";
}

.mobile-nav__contact {
  display: grid;
  gap: 9px;
  margin: 22px 0 16px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.mobile-nav__contact li,
.mobile-nav__contact li + li {
  min-width: 0;
  margin: 0;
}

.mobile-nav__contact li > i {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  margin-right: 11px;
  background: linear-gradient(135deg, #1686cf, #20a4e8);
  font-size: 12px;
  box-shadow: 0 7px 17px rgba(9, 117, 190, 0.24);
}

.mobile-nav__contact li a {
  min-width: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.mobile-nav__top {
  justify-content: center;
  margin: 0;
  padding-top: 2px;
}

.mobile-nav__social {
  gap: 9px;
}

.mobile-nav__social a,
.mobile-nav__social a + a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 14px;
}

.mobile-nav__social a:hover {
  border-color: #1686cf;
  background: #1686cf;
  color: #fff;
}

@media (max-width: 1199px) {
  .main-menu .mobile-nav__toggler {
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    box-shadow: none;
    transition: border-color 0.2s ease, background 0.2s ease;
  }

  .main-menu .mobile-nav__toggler:hover {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.14);
  }

  .exen-hamburger {
    display: flex;
    width: 19px;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
  }

  .exen-hamburger span {
    display: block;
    width: 19px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .exen-hamburger span:nth-child(2) {
    width: 13px;
  }
}

@media (max-width: 420px) {
  .mobile-nav__content {
    width: 88vw;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mobile-nav__content .logo-box {
    margin-right: 42px;
    margin-left: 42px;
  }

  .mobile-nav__content .logo-box img {
    width: 175px;
  }
}

/* ============================================================
   MODERN İÇ SAYFALAR
   ============================================================ */
.modern-page-hero {
  position: relative;
  overflow: hidden;
  padding: 220px 0 92px;
  background: linear-gradient(125deg, #06284b 0%, #0b4f8d 58%, #1181ca 100%);
  color: #fff;
}

.modern-page-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 24, 39, 0.22), transparent 62%),
    radial-gradient(circle at 75% 45%, rgba(255, 255, 255, 0.1), transparent 28%);
  content: "";
}

.modern-page-hero__shape {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.modern-page-hero__shape--one {
  right: 8%;
  bottom: -210px;
  width: 480px;
  height: 480px;
}

.modern-page-hero__shape--two {
  top: 105px;
  right: 27%;
  width: 145px;
  height: 145px;
  background: rgba(239, 123, 26, 0.09);
}

.modern-page-hero__content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.modern-page-hero__eyebrow,
.modern-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
  color: #ffad68;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.modern-page-hero__eyebrow {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.modern-page-hero h1 {
  max-width: 780px;
  margin: 0 0 17px;
  color: #fff;
  font-size: clamp(40px, 5.2vw, 65px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.modern-page-hero p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.modern-page-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 27px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.modern-page-hero__breadcrumb a {
  color: #fff;
  font-weight: 700;
}

.modern-page-hero__breadcrumb i {
  font-size: 8px;
}

.modern-section {
  padding: 90px 0;
  background: #f6f8fc;
}

.modern-section-heading {
  max-width: 680px;
  margin: 0 auto 44px;
  text-align: center;
}

.modern-section-heading > span {
  display: block;
  margin-bottom: 8px;
  color: #ef7b1a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.modern-section-heading h2 {
  margin: 0 0 12px;
  color: #102d4f;
  font-size: clamp(31px, 4vw, 45px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.026em;
}

.modern-section-heading p {
  margin: 0;
  color: #6a788c;
  font-size: 16px;
  line-height: 1.7;
}

.modern-empty-state {
  max-width: 620px;
  margin: 0 auto;
  padding: 62px 25px;
  border: 1px dashed #cdd9e6;
  border-radius: 24px;
  background: #fff;
  color: #718096;
  text-align: center;
}

.modern-empty-state > i {
  display: inline-flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 19px;
  background: #edf6fd;
  color: #1686cf;
  font-size: 27px;
}

.modern-empty-state h3 {
  margin: 0 0 8px;
  color: #173654;
  font-size: 23px;
  font-weight: 800;
}

.modern-empty-state p {
  margin: 0;
  color: #718096;
}

.modern-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 42px;
}

.modern-pagination a {
  display: inline-flex;
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce4ed;
  border-radius: 12px;
  background: #fff;
  color: #40556d;
  font-size: 13px;
  font-weight: 800;
}

.modern-pagination a:hover,
.modern-pagination a.is-active {
  border-color: #1686cf;
  background: #1686cf;
  color: #fff;
}

.modern-primary-button {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 23px;
  border-radius: 13px;
  background: linear-gradient(135deg, #1559a8, #0d84ce);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 25px rgba(21, 89, 168, 0.2);
}

.modern-primary-button:hover {
  color: #fff;
  transform: translateY(-2px);
}

.modern-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1559a8;
  font-size: 13px;
  font-weight: 800;
}

/* Fotoğraf ve video galeri */
.photo-modern-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.photo-modern-card {
  position: relative;
  overflow: hidden;
  min-height: 285px;
  border-radius: 19px;
  background: #dce4ed;
  box-shadow: 0 13px 34px rgba(18, 47, 81, 0.09);
}

.photo-modern-card:nth-child(5n + 1),
.photo-modern-card:nth-child(5n + 4) {
  grid-row: span 2;
  min-height: 590px;
}

.photo-modern-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.photo-modern-card__overlay {
  display: inline-flex;
  position: absolute;
  right: 17px;
  bottom: 17px;
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 13px;
  background: rgba(3, 24, 39, 0.68);
  color: #fff;
  opacity: 0;
  backdrop-filter: blur(8px);
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.photo-modern-card:hover img {
  transform: scale(1.045);
}

.photo-modern-card:hover .photo-modern-card__overlay {
  opacity: 1;
  transform: translateY(0);
}

.video-modern-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.video-modern-card {
  overflow: hidden;
  padding: 8px;
  border: 1px solid #e1e7ef;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(18, 47, 81, 0.09);
}

.video-modern-card__frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  background: #051d33;
}

.video-modern-card__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Hizmetler */
.services-modern-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-modern-card {
  overflow: hidden;
  border: 1px solid #e3e9f0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 43px rgba(18, 47, 81, 0.075);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-modern-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 23px 52px rgba(18, 47, 81, 0.13);
}

.service-modern-card__image {
  display: block;
  position: relative;
  overflow: hidden;
  height: 245px;
  background: #dfe6ef;
}

.service-modern-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.service-modern-card:hover .service-modern-card__image img {
  transform: scale(1.045);
}

.service-modern-card__icon {
  display: inline-flex;
  position: absolute;
  right: 20px;
  bottom: -25px;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  border-radius: 17px;
  background: var(--service-accent);
  color: #fff;
  font-size: 22px;
  box-shadow: 0 9px 22px rgba(14, 49, 83, 0.18);
}

.service-modern-card__body {
  padding: 34px 25px 25px;
}

.service-modern-card__body h2 {
  margin: 0 0 11px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.3;
}

.service-modern-card__body h2 a {
  color: #132f4d;
}

.service-modern-card__body p {
  min-height: 68px;
  margin: 0 0 19px;
  color: #6a788b;
  font-size: 14px;
  line-height: 1.65;
}

.service-modern-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1559a8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-detail-modern {
  background: #f6f8fc;
}

.service-detail-modern__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: start;
}

.service-detail-modern__main {
  overflow: hidden;
  border: 1px solid #e1e7ef;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 17px 50px rgba(18, 47, 81, 0.08);
}

.service-detail-modern__image {
  height: 430px;
  margin: 0;
  overflow: hidden;
}

.service-detail-modern__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-modern__content {
  padding: 38px;
}

.service-detail-modern__label {
  color: #ef7b1a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-detail-modern__content h1 {
  margin: 8px 0 22px;
  color: #102d4f;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.2;
}

.modern-rich-text,
.modern-rich-text p {
  color: #586a7f;
  font-size: 15px;
  line-height: 1.85;
}

.modern-rich-text h2,
.modern-rich-text h3,
.modern-rich-text h4 {
  margin: 28px 0 12px;
  color: #153452;
  font-weight: 800;
}

.modern-rich-text ul,
.modern-rich-text ol {
  margin-bottom: 20px;
  padding-left: 22px;
}

.modern-rich-text img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.service-detail-modern__sidebar {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 22px;
}

.service-detail-modern__nav,
.service-detail-modern__cta {
  padding: 25px;
  border: 1px solid #e1e7ef;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 13px 37px rgba(18, 47, 81, 0.065);
}

.service-detail-modern__nav h2 {
  margin: 0 0 17px;
  color: #173654;
  font-size: 19px;
  font-weight: 800;
}

.service-detail-modern__nav nav {
  display: grid;
  gap: 7px;
}

.service-detail-modern__nav nav a {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 13px;
  border-radius: 11px;
  background: #f5f8fb;
  color: #4c5f75;
  font-size: 13px;
  font-weight: 700;
}

.service-detail-modern__nav nav a.is-active,
.service-detail-modern__nav nav a:hover {
  background: #1559a8;
  color: #fff;
}

.service-detail-modern__nav nav i {
  font-size: 9px;
}

.service-detail-modern__cta {
  border: 0;
  background: linear-gradient(145deg, #092e56, #115fa8);
  color: #fff;
}

.service-detail-modern__cta > span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  color: #ff9a42;
  font-size: 21px;
}

.service-detail-modern__cta h2 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
}

.service-detail-modern__cta p {
  margin: 0 0 19px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.65;
}

.service-detail-modern__cta > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.service-detail-modern__cta small {
  display: block;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.service-detail-modern__cta small a {
  color: #ffb172;
}

/* Hakkımızda */
.about-modern {
  background: #fff;
}

.about-modern__layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
  gap: 70px;
  align-items: center;
}

.about-modern__visual {
  position: relative;
  min-height: 515px;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(145deg, #082b51, #126db6);
  box-shadow: 0 24px 60px rgba(11, 65, 113, 0.2);
}

.about-modern__visual::before {
  position: absolute;
  top: -90px;
  right: -90px;
  width: 270px;
  height: 270px;
  border: 45px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  content: "";
}

.about-modern__logo-card {
  display: flex;
  position: absolute;
  inset: 85px 45px 125px;
  align-items: center;
  justify-content: center;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
}

.about-modern__logo-card img {
  width: min(100%, 350px);
  height: auto;
}

.about-modern__year {
  display: flex;
  position: absolute;
  right: 30px;
  bottom: 28px;
  left: 30px;
  align-items: center;
  gap: 17px;
  color: #fff;
}

.about-modern__year strong {
  color: #ff9a42;
  font-size: 43px;
  font-weight: 800;
  line-height: 1;
}

.about-modern__year span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.about-modern__content h1 {
  margin: 0 0 23px;
  color: #102d4f;
  font-size: clamp(34px, 4vw, 49px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.about-modern__text {
  color: #627187;
  font-size: 15px;
  line-height: 1.85;
}

.about-modern__features {
  display: grid;
  gap: 11px;
  margin-top: 27px;
}

.about-modern__features > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 11px 14px;
  border: 1px solid #e7ebf1;
  border-radius: 13px;
  background: #f9fafc;
  color: #607086;
  font-size: 13px;
}

.about-modern__features i {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eaf4fc;
  color: #1686cf;
}

.about-modern__features strong {
  color: #263e58;
}

.about-modern__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}

/* SSS */
.faq-modern {
  background: #f6f8fc;
}

.faq-modern__layout {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

.faq-modern__intro {
  position: sticky;
  top: 105px;
}

.faq-modern__intro h2 {
  margin: 0 0 14px;
  color: #102d4f;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.faq-modern__intro > p {
  margin: 0;
  color: #6c7a8c;
  font-size: 14px;
  line-height: 1.75;
}

.faq-modern__help {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 25px;
  padding: 17px;
  border-radius: 15px;
  background: #0d4f8d;
  color: #fff;
}

.faq-modern__help > i {
  color: #ff9a42;
  font-size: 22px;
}

.faq-modern__help strong {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
}

.faq-modern__help a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.faq-modern__list {
  display: grid;
  gap: 12px;
}

.faq-modern__item {
  overflow: hidden;
  border: 1px solid #e0e6ee;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(18, 47, 81, 0.045);
}

.faq-modern__item > button {
  display: flex;
  width: 100%;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 19px 15px 22px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #213b56;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
}

.faq-modern__item > button i {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #edf5fc;
  color: #1686cf;
  font-size: 11px;
  transition: transform 0.25s ease, background 0.25s ease;
}

.faq-modern__item.is-open {
  border-color: #b9d2e8;
}

.faq-modern__item.is-open > button i {
  background: #1686cf;
  color: #fff;
  transform: rotate(45deg);
}

.faq-modern__answer {
  padding: 0 22px 21px;
}

.faq-modern__answer p {
  margin: 0;
  padding-top: 17px;
  border-top: 1px solid #edf0f4;
  color: #68788c;
  font-size: 14px;
  line-height: 1.8;
}

/* Ekip */
.team-modern {
  background: #fff;
}

.team-modern-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.team-modern-card {
  overflow: hidden;
  border: 1px solid #e2e8ef;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(18, 47, 81, 0.075);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.team-modern-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 21px 48px rgba(18, 47, 81, 0.13);
}

.team-modern-card__image {
  position: relative;
  overflow: hidden;
  height: 330px;
  background: #e1e8f0;
}

.team-modern-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.team-modern-card:hover .team-modern-card__image img {
  transform: scale(1.035);
}

.team-modern-card__social {
  display: flex;
  position: absolute;
  right: 13px;
  bottom: 13px;
  left: 13px;
  justify-content: center;
  gap: 7px;
}

.team-modern-card__social a {
  display: inline-flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(3, 24, 39, 0.75);
  color: #fff;
  font-size: 12px;
  backdrop-filter: blur(7px);
}

.team-modern-card__social a:hover {
  background: #1686cf;
  color: #fff;
}

.team-modern-card__body {
  padding: 20px;
  text-align: center;
}

.team-modern-card__body h2 {
  margin: 0 0 4px;
  color: #173654;
  font-size: 18px;
  font-weight: 800;
}

.team-modern-card__body p {
  margin: 0;
  color: #ef7b1a;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .services-modern-grid,
  .photo-modern-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-modern-card:nth-child(n) {
    grid-row: auto;
    min-height: 310px;
  }

  .team-modern-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-modern__layout {
    gap: 42px;
  }
}

@media (max-width: 991px) {
  .modern-page-hero {
    padding-top: 165px;
  }

  .service-detail-modern__layout,
  .about-modern__layout,
  .faq-modern__layout {
    grid-template-columns: 1fr;
  }

  .service-detail-modern__sidebar,
  .faq-modern__intro {
    position: static;
  }

  .service-detail-modern__sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-modern__visual {
    min-height: 455px;
  }

  .team-modern-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .modern-page-hero {
    padding: 132px 0 58px;
  }

  .modern-page-hero h1 {
    font-size: 38px;
  }

  .modern-page-hero p {
    font-size: 15px;
    line-height: 1.65;
  }

  .modern-page-hero__shape--two {
    display: none;
  }

  .modern-page-hero__breadcrumb {
    margin-top: 22px;
  }

  .modern-section {
    padding: 62px 0;
  }

  .modern-section-heading {
    margin-bottom: 30px;
  }

  .modern-section-heading h2 {
    font-size: 33px;
  }

  .photo-modern-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .photo-modern-card:nth-child(n) {
    min-height: 205px;
    border-radius: 13px;
  }

  .photo-modern-card__overlay {
    right: 10px;
    bottom: 10px;
    width: 36px;
    height: 36px;
    opacity: 1;
    transform: none;
  }

  .video-modern-grid,
  .services-modern-grid,
  .service-detail-modern__sidebar,
  .team-modern-grid {
    grid-template-columns: 1fr;
  }

  .service-modern-card {
    border-radius: 18px;
  }

  .service-modern-card:hover,
  .team-modern-card:hover {
    transform: none;
  }

  .service-modern-card__image {
    height: 225px;
  }

  .service-detail-modern__main {
    border-radius: 18px;
  }

  .service-detail-modern__image {
    height: 250px;
  }

  .service-detail-modern__content {
    padding: 25px 20px;
  }

  .service-detail-modern__content h1 {
    font-size: 29px;
  }

  .about-modern__visual {
    min-height: 390px;
    border-radius: 20px;
  }

  .about-modern__logo-card {
    inset: 65px 24px 110px;
    padding: 24px;
  }

  .about-modern__year {
    right: 20px;
    bottom: 22px;
    left: 20px;
  }

  .about-modern__year strong {
    font-size: 36px;
  }

  .about-modern__content h1,
  .faq-modern__intro h2 {
    font-size: 32px;
  }

  .about-modern__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .faq-modern__layout {
    gap: 30px;
  }

  .faq-modern__item > button {
    min-height: 62px;
    padding: 13px 14px 13px 17px;
    font-size: 14px;
  }

  .faq-modern__answer {
    padding: 0 17px 18px;
  }

  .team-modern-card__image {
    height: 400px;
  }

  .modern-empty-state {
    padding: 45px 20px;
    border-radius: 18px;
  }
}

@media (max-width: 390px) {
  .photo-modern-grid {
    grid-template-columns: 1fr;
  }

  .photo-modern-card:nth-child(n) {
    min-height: 280px;
  }
}

/* Logo yükleme ekranı */
.preloader {
  background:
    radial-gradient(circle at center, rgba(22, 134, 207, 0.2), transparent 38%),
    #031827;
}

.preloader__image {
  width: 220px;
  max-width: 58vw;
  height: auto;
  animation: exenLogoPulse 1.5s ease-in-out infinite;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.2));
}

@keyframes exenLogoPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.96);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}
