@charset "UTF-8";

:root {
  --ao-navy-950: #091c28;
  --ao-navy-900: #102c3d;
  --ao-navy-800: #173e53;
  --ao-gold-600: #9a6a2a;
  --ao-gold-500: #b1854b;
  --ao-gold-100: #f2eadf;
  --ao-ink: #18242c;
  --ao-muted: #5b6870;
  --ao-line: #e4e7e9;
  --ao-paper: #f7f8f8;
  --ao-white: #ffffff;
  --ao-radius-sm: 10px;
  --ao-radius-md: 16px;
  --ao-radius-lg: 24px;
  --ao-shadow-sm: 0 8px 24px rgba(9, 28, 40, 0.08);
  --ao-shadow-md: 0 20px 55px rgba(9, 28, 40, 0.13);
}

html {
  scroll-padding-top: 96px;
}

body {
  color: var(--ao-ink);
  background: var(--ao-white);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
p,
li,
input,
textarea,
button,
select {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--ao-navy-900);
  text-wrap: balance;
}

p {
  color: var(--ao-muted);
}

a {
  text-underline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(177, 133, 75, 0.55) !important;
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 99999;
  padding: 10px 16px;
  color: var(--ao-white);
  background: var(--ao-navy-950);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  color: var(--ao-white);
  transform: translateY(0);
}

.section-padding {
  padding-top: clamp(64px, 8vw, 104px);
  padding-bottom: clamp(64px, 8vw, 104px);
}

.section-eyebrow,
.hero-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--ao-gold-600);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section-lead {
  max-width: 760px;
  margin-top: 14px;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.75;
}

/* Header */
header.header_1 {
  background: linear-gradient(135deg, var(--ao-navy-950), var(--ao-navy-800));
}

header.header_1 > .container {
  max-width: 1320px;
}

.brand-logo {
  display: block;
  width: auto;
  object-fit: contain;
}

.brand-logo-desktop {
  max-width: 255px;
  height: 92px;
}

.brand-logo-mobile {
  max-width: min(220px, 58vw);
  height: 64px;
}

header.header_1 .logo_widget {
  top: 4px;
  left: 50%;
  width: 270px;
  transform: translateX(-50%);
}

header.header_1 .logo_1 {
  display: flex;
  justify-content: center;
  padding: 6px 12px;
  background: var(--ao-white);
  border-radius: 0 0 14px 14px;
  box-shadow: var(--ao-shadow-sm);
}

header.header_1 .main_menu_widget {
  border: 1px solid rgba(16, 44, 61, 0.08);
  border-radius: 14px;
  box-shadow: var(--ao-shadow-sm);
}

header.header_1 .main-menu ul > li > a,
header.header_1 .main-menu_2 ul > li > a {
  position: relative;
  color: var(--ao-navy-900);
  font-weight: 600;
}

header.header_1 .main-menu ul > li > ul,
header.header_1 .main-menu_2 ul > li > ul {
  overflow: hidden;
  border: 1px solid var(--ao-line);
  border-radius: 12px;
  box-shadow: var(--ao-shadow-md);
}

header.header_1 .main-menu ul > li > ul li a,
header.header_1 .main-menu_2 ul > li > ul li a {
  text-decoration: none;
}

header.header_1 .right_button {
  margin-left: 38px;
}

header.header_1 .right_button .right_icon {
  background: var(--ao-gold-100);
}

/* Üst bilgi satırı: adres, ortadaki logo alanına taşmadan okunur kalır. */
@media (min-width: 1200px) {
  header.header_1 > .container > .row:first-child > div {
    min-height: 58px;
  }

  header.header_1 .top_head_left {
    max-width: calc(50% - 160px);
    padding-right: 18px;
  }

  header.header_1 .top_head_left ul {
    margin: 0;
  }

  header.header_1 .top_head_left ul > li {
    display: flex;
    max-width: 100%;
    align-items: flex-start;
    padding: 0 !important;
    border-right: 0;
  }

  header.header_1 .top_head_left ul > li i {
    flex: 0 0 auto;
    margin-top: 4px;
  }

  header.header_1 .top_head_left ul > li a {
    display: block;
    overflow-wrap: anywhere;
    line-height: 1.38;
  }

  header.header_1 .top_head_right {
    max-width: calc(50% - 160px);
    padding-left: 18px;
    text-align: right;
  }

  header.header_1 .top_head_right ul > li {
    padding-right: 0;
    line-height: 1.38;
  }
}

/* Hero and breadcrumb */
.hero_wrapper.hero-3 {
  position: relative;
  isolation: isolate;
}

.hero_wrapper.hero-3::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgba(9, 28, 40, 0.94) 0%, rgba(9, 28, 40, 0.78) 58%, rgba(9, 28, 40, 0.48) 100%);
}

.hero_wrapper.hero-3 .hero-contents {
  padding: clamp(96px, 12vw, 156px) 0;
}

.hero_wrapper.hero-3 .hero-contents h1 {
  max-width: 920px;
  font-size: clamp(38px, 5.5vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.hero-summary {
  max-width: 760px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
}

.hero-kicker {
  color: #dfc295;
}

.page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.page-breadcrumb a,
.page-breadcrumb span {
  color: rgba(255, 255, 255, 0.9);
}

.page-breadcrumb a:hover {
  color: #dfc295;
}

/* Content library */
.content-hub-intro {
  background: var(--ao-white);
}

.content-hub-intro h2,
.latest-library-section h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.15;
}

.hub-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ao-navy-900);
  font-weight: 700;
}

.hub-contact-link:hover {
  color: var(--ao-gold-600);
}

.hub-category-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  height: 100%;
  min-height: 230px;
  padding: 28px;
  color: var(--ao-ink);
  text-decoration: none;
  background: var(--ao-paper);
  border: 1px solid var(--ao-line);
  border-radius: var(--ao-radius-md);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.hub-category-card:hover {
  color: var(--ao-ink);
  border-color: rgba(154, 106, 42, 0.55);
  box-shadow: var(--ao-shadow-md);
  transform: translateY(-5px);
}

.hub-category-number {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--ao-gold-600);
  font-family: "Prata", serif;
  border: 1px solid rgba(154, 106, 42, 0.35);
  border-radius: 50%;
}

.hub-category-card h3 {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.25;
}

.hub-category-card p {
  margin-bottom: 20px;
  line-height: 1.7;
}

.hub-category-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ao-gold-600);
  font-size: 14px;
  font-weight: 700;
}

.latest-library-section,
.news_blog_wrapper {
  background: var(--ao-paper);
}

/* Homepage practice cards */
.service_wrapper.service-1 .service-card-column {
  display: flex;
  align-items: stretch;
}

.service_wrapper.service-1 .single_service_card {
  display: grid;
  grid-template-rows: auto minmax(88px, auto) auto 220px;
  width: 100%;
  min-height: 520px;
  overflow: hidden;
  background: var(--ao-white);
  border: 1px solid rgba(9, 28, 40, 0.08);
  border-radius: var(--ao-radius-md);
  box-shadow: var(--ao-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service_wrapper.service-1 .single_service_card:hover {
  box-shadow: var(--ao-shadow-md);
  transform: translateY(-5px);
}

.service_wrapper.service-1 .single_service_card h4 {
  min-height: 96px;
  margin: 0;
  padding: 28px 24px 12px;
  font-size: clamp(22px, 1.7vw, 27px);
  line-height: 1.28;
  text-transform: none;
}

.service_wrapper.service-1 .single_service_card .service-card-summary {
  display: -webkit-box;
  align-self: start;
  min-height: 78px;
  margin: 0;
  padding: 0 24px 12px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.service_wrapper.service-1 .single_service_card > .btnd {
  align-self: end;
  width: max-content;
  margin: 0 0 24px;
  padding: 0 24px;
  color: var(--ao-gold-600);
  font-weight: 700;
  text-decoration: none;
}

.service_wrapper.service-1 .single_service_card .single_img {
  height: 220px;
  margin-top: 0;
  border-radius: 0 140px 0 0;
}

.service_wrapper.service-1 .single_service_card .jus_element {
  top: 43%;
  opacity: 0.42;
  pointer-events: none;
}

/* Cards */
.single_blog_widget {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: var(--ao-white);
  border: 1px solid var(--ao-line);
  border-radius: var(--ao-radius-md);
  box-shadow: var(--ao-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.single_blog_widget:hover {
  box-shadow: var(--ao-shadow-md);
  transform: translateY(-5px);
}

.single_blog_widget .single_blog_img {
  height: auto;
  aspect-ratio: 3 / 2;
  border-radius: 0;
}

.single_blog_widget .single_blog_img a {
  display: block;
  width: 100%;
  height: 100%;
}

.single_blog_widget .single_blog_img img {
  transition: transform 0.45s ease;
}

.single_blog_widget:hover .single_blog_img img {
  transform: scale(1.035);
}

.single_blog_widget .content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.single_blog_widget .content .blog_date {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 17px;
  color: var(--ao-muted);
  font-size: 13px;
}

.single_blog_widget .content .blog_date a,
.single_blog_widget .content .blog_date span,
.single_blog_widget .content .blog_date time {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  color: var(--ao-muted);
  text-decoration: none;
  border: 0;
}

.single_blog_widget .content h3 {
  margin: 0 0 14px;
  font-size: clamp(22px, 2.1vw, 28px);
  line-height: 1.3;
}

.single_blog_widget .content h3 a {
  color: var(--ao-navy-900);
  text-decoration: none;
}

.single_blog_widget .content > p {
  margin-bottom: 24px;
  line-height: 1.72;
}

.single_blog_widget .content .btnd {
  margin-top: auto;
  margin-bottom: 0;
  color: var(--ao-gold-600);
  font-weight: 700;
  text-decoration: none;
}

.content-empty-state {
  padding: 44px;
  text-align: center;
  background: var(--ao-white);
  border: 1px dashed #cbd1d5;
  border-radius: var(--ao-radius-md);
}

/* Article */
.blog_details_wrapper {
  background: var(--ao-white);
}

.single_bolg_details_left.single_bolg_details_left-2 .blog_content {
  padding: 32px 0 48px;
}

.blog_details_img {
  overflow: hidden;
  background: var(--ao-paper);
  border-radius: var(--ao-radius-md) !important;
}

.blog_details_img img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.blog_content .blog_head {
  flex-wrap: wrap;
  gap: 12px 20px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ao-line);
}

.blog_content .blog_head a,
.blog_content .blog_head time,
.blog_content .blog_head p {
  color: var(--ao-muted);
  font-size: 13px;
}

.article-title {
  margin: 30px 0 22px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.18;
}

.article-body {
  max-width: 780px;
  color: var(--ao-ink);
  font-size: clamp(17px, 1.6vw, 19px);
  line-height: 1.86;
}

.article-body p,
.article-body ul,
.article-body ol,
.article-body blockquote,
.article-body table {
  margin-bottom: 1.35em;
}

.article-body h2 {
  margin: 1.7em 0 0.65em;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.25;
}

.article-body h3 {
  margin: 1.5em 0 0.6em;
  font-size: clamp(23px, 2.4vw, 30px);
  line-height: 1.3;
}

.article-body ul,
.article-body ol {
  padding-left: 1.4em;
}

.article-body li {
  margin-bottom: 0.55em;
}

.article-body a {
  color: #0b5878;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.article-body blockquote {
  padding: 22px 24px;
  background: var(--ao-gold-100);
  border-left: 4px solid var(--ao-gold-600);
  border-radius: 0 var(--ao-radius-sm) var(--ao-radius-sm) 0;
}

.article-office-note {
  margin-top: 42px;
  padding: 26px 28px;
  background: linear-gradient(135deg, var(--ao-navy-950), var(--ao-navy-800));
  border-left: 4px solid var(--ao-gold-500);
  border-radius: var(--ao-radius-md);
  box-shadow: var(--ao-shadow-sm);
}

.article-office-note span {
  display: block;
  margin-bottom: 9px;
  color: #dfc295;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-office-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.75;
}

.article-office-note strong {
  color: var(--ao-white);
}

.article-body table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.article-body th,
.article-body td {
  min-width: 150px;
  padding: 12px 14px;
  text-align: left;
  border: 1px solid var(--ao-line);
}

.article-body th {
  color: var(--ao-white);
  background: var(--ao-navy-900);
}

.single_service_details_right,
.single_blog_details_right {
  overflow: hidden;
  border: 1px solid var(--ao-line);
  border-radius: var(--ao-radius-md) !important;
  box-shadow: var(--ao-shadow-sm);
}

.related-content-card {
  margin: 0 18px 22px;
  overflow: hidden;
  background: var(--ao-white);
  border: 1px solid var(--ao-line);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(8, 30, 43, 0.08);
}

.related-content-image {
  display: block;
  overflow: hidden;
  background: var(--ao-navy-950);
}

.related-content-image img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.related-content-card:hover .related-content-image img {
  transform: scale(1.025);
}

.related-content-copy {
  padding: 17px 18px 19px;
}

.related-content-copy span {
  display: block;
  margin-bottom: 8px;
  color: var(--ao-gold-700);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.related-content-copy h4 {
  margin: 0;
  color: var(--ao-navy-950);
  font-size: 19px;
  line-height: 1.35;
}

.related-content-copy a:hover h4 {
  color: #0b5878;
}

/* Footer */
.footer-brand-logo {
  width: 245px;
  height: auto;
  padding: 8px;
  background: var(--ao-white);
  border-radius: 10px;
}

.footer_bottom_widget span {
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 1199.98px) {
  header.header_1 .main_menu_widget {
    background: transparent !important;
    border: 0;
    box-shadow: none;
  }

  header.header_1 .main-menu ul > li > a {
    color: var(--ao-white);
  }
}

@media (max-width: 991.98px) {
  .hero_wrapper.hero-3 .hero-contents {
    padding: 88px 0;
  }

  .blog_details_wrapper .col-lg-4 {
    margin-top: 42px;
  }
}

@media (max-width: 767.98px) {
  .section-padding {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .hub-category-card {
    min-height: 0;
    padding: 24px;
  }

  .single_blog_widget .content {
    padding: 22px;
  }

  .service_wrapper.service-1 .single_service_card {
    grid-template-rows: auto auto auto 210px;
    min-height: 0;
  }

  .service_wrapper.service-1 .single_service_card h4,
  .service_wrapper.service-1 .single_service_card .service-card-summary {
    min-height: 0;
  }

  .article-body {
    font-size: 17px;
    line-height: 1.78;
  }

  .content-empty-state {
    padding: 30px 20px;
  }
}

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

/* Kurumsal açılış ekranı */
.preloader {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(177, 133, 75, 0.13), transparent 34%),
    linear-gradient(145deg, #071722 0%, var(--ao-navy-950) 48%, #12364a 100%);
}

.preloader::before,
.preloader::after {
  position: absolute;
  z-index: 2;
  width: min(44vw, 620px);
  height: min(44vw, 620px);
  content: "";
  border: 1px solid rgba(207, 175, 126, 0.11);
  border-radius: 50%;
  pointer-events: none;
}

.preloader::before {
  top: -28%;
  right: -14%;
}

.preloader::after {
  bottom: -34%;
  left: -16%;
}

.preloader .animation-preloader.ao-preloader-stage {
  position: relative;
  z-index: 4;
  display: flex;
  width: min(88vw, 560px);
  align-items: center;
  flex-direction: column;
  transform: translateY(-1vh);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.ao-preloader-logo-shell {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 148px;
  align-items: center;
  justify-content: center;
  padding: 18px 30px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(207, 175, 126, 0.7);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28), 0 0 0 7px rgba(255, 255, 255, 0.035);
}

.ao-preloader-logo-shell::before {
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, #b1854b 24%, #d9bc8e 50%, #b1854b 76%, transparent);
}

.ao-preloader-logo {
  display: block;
  width: 100%;
  max-width: 490px;
  max-height: 136px;
  object-fit: contain;
}

.preloader .ao-preloader-location {
  margin: 26px 0 17px;
  color: #d9bc8e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.34em;
  line-height: 1;
  text-transform: uppercase;
}

.ao-preloader-location span {
  display: inline-block;
  margin: 0 7px;
  color: rgba(255, 255, 255, 0.45);
}

.ao-preloader-progress {
  position: relative;
  width: 180px;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 999px;
}

.ao-preloader-progress span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  background: linear-gradient(90deg, transparent, #d9bc8e, #ffffff, #b1854b, transparent);
  border-radius: inherit;
  animation: ao-preloader-sweep 1.15s ease-in-out infinite;
}

.ao-preloader-status {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.preloader .loader .ao-preloader-curtain {
  position: absolute;
  inset: 0;
  background: transparent;
  transition: opacity 0.38s ease;
}

.preloader.loaded .animation-preloader.ao-preloader-stage {
  opacity: 0;
  transform: translateY(-12px) scale(0.985);
}

.preloader.loaded .loader .ao-preloader-curtain {
  opacity: 0;
}

@keyframes ao-preloader-sweep {
  0% { transform: translateX(-120%); }
  55%,
  100% { transform: translateX(340%); }
}

@media (max-width: 767.98px) {
  .preloader .animation-preloader.ao-preloader-stage {
    width: min(86vw, 420px);
  }

  .ao-preloader-logo-shell {
    min-height: 112px;
    padding: 14px 20px;
    border-radius: 14px;
  }

  .ao-preloader-logo {
    max-height: 102px;
  }

  .preloader .ao-preloader-location {
    margin-top: 22px;
    font-size: 10px;
    letter-spacing: 0.26em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ao-preloader-progress span {
    width: 100%;
    animation: none;
  }
}
