:root {
  --theme-color: #3b60ea;
  --theme-color2: #22398f;
  --title-color: #17265b;
  --body-color: #56627f;
  --smoke-color: #f4f6fd;
}

.aksan-site {
  color: var(--body-color);
  background: #fff;
}

.aksan-site .sub-title {
  margin-top: 0;
}
.aksan-site .sub-title > i {
  width: 25px;
  margin: 0 10px 0 0;
  font-size: 21px;
  line-height: 1;
  text-align: center;
  vertical-align: -1px;
}
.aksan-site .sub-title.shape-white > i {
  color: #fff;
}
.aksan-site .footer-widget .widget_title > i {
  width: 22px;
  margin-right: 5px;
  color: var(--theme-color);
  font-size: 18px;
  text-align: center;
}

.aksan-site .text-theme {
  color: #0b83c2 !important;
}
.aksan-site .th-btn2 {
  border-radius: 7px;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 30px rgba(11, 120, 179, 0.18);
}
.aksan-site .th-btn2:before {
  border-radius: 7px;
}
.aksan-site .header-top {
  background: #3b60ea;
}
.aksan-site.aksan-home-page .aksan-header {
  position: relative;
}
.aksan-site .header-logo img,
.aksan-site .mobile-logo img {
  width: 235px;
  max-height: 62px;
  object-fit: contain;
}
.aksan-site .header-logo {
  padding: 10px 0;
}
.aksan-site .menu-area {
  min-height: 88px;
}
.header-layout3 .menu-area:before {
  background-color: transparent;
}
.aksan-site .main-menu > ul > li {
  margin: 0 12px;
}
.aksan-site .main-menu > ul > li > a {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 34px 0;
}
.aksan-site .main-menu > ul > li > a:before {
  display: none;
}
.aksan-site .main-menu > ul > li > a:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 23px;
  height: 2px;
  background: var(--theme-color);
  transition: 0.25s ease;
}
.aksan-site .main-menu > ul > li.active-menu > a,
.aksan-site .main-menu > ul > li > a:hover {
  color: var(--theme-color);
}
.aksan-site .main-menu > ul > li.active-menu > a:after,
.aksan-site .main-menu > ul > li > a:hover:after {
  left: 0;
  right: 0;
}
.aksan-site .header-call {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 800;
  color: var(--title-color);
}
.aksan-site .header-call > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.aksan-site .header-call small {
  color: #788d9b;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.aksan-site .header-call .icon-btn {
  background: #fff;
  color: var(--theme-color);
  box-shadow: inset 0 0 0 1px #dbe8ee;
}
.mobile-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: #fff;
  background: var(--theme-color);
  border-radius: 6px;
  padding: 10px 16px;
  font-weight: 700;
}

.aksan-hero {
  min-height: 715px;
  background: linear-gradient(
    115deg,
    #eef8fc 0%,
    #f7fbfd 55%,
    #d9edf5 100%
  ) !important;
  overflow: hidden;
}
.aksan-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(9, 92, 137, 0.08) 1px,
    transparent 1px
  );
  background-size: 22px 22px;
  mask-image: linear-gradient(90deg, #000, transparent 62%);
}
.aksan-hero .hero-inner {
  min-height: 715px;
}
.aksan-hero .hero-style2 {
  position: relative;
  z-index: 4;
  padding: 135px 0 120px;
  max-width: 690px;
}
.aksan-hero .hero-title {
  color: #102f47;
  font-size: clamp(48px, 5.3vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 24px 0 28px;
}
.aksan-hero .hero-title .title1,
.aksan-hero .hero-title .title2 {
  display: block;
}
.aksan-hero .hero-title .title2 {
  margin-top: 12px;
}
.aksan-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border-radius: 100px;
  background: rgba(11, 120, 179, 0.1);
  color: #0a6da3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.aksan-hero .hero-text {
  max-width: 610px;
  color: #526d80;
  font-size: 18px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  gap: 26px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 34px;
}
.aksan-hero-phone {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #173b55;
}
.aksan-hero-phone > i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(16, 47, 71, 0.18);
  border-radius: 50%;
  color: var(--theme-color);
}
.aksan-hero-phone > span {
  display: flex;
  flex-direction: column;
  font-weight: 800;
}
.aksan-hero-phone small {
  font-size: 10px;
  text-transform: uppercase;
  color: #718896;
  letter-spacing: 0.12em;
  margin-bottom: 3px;
}
.aksan-hero-image {
  width: 49%;
  height: 100%;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 65px 6% 35px 0;
}
.aksan-hero-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 710px;
  height: auto;
  max-height: 550px;
  object-fit: contain;
  filter: drop-shadow(0 35px 28px rgba(25, 70, 93, 0.24));
}
.hero-image-halo {
  position: absolute;
  width: 540px;
  height: 540px;
  right: 9%;
  border-radius: 50%;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.95),
    rgba(149, 211, 235, 0.55)
  );
  box-shadow: inset 0 0 0 28px rgba(255, 255, 255, 0.25);
}
.aksan-hero .slider-arrow {
  background: #fff;
  color: #173b55;
  border: 1px solid rgba(16, 47, 71, 0.12);
  box-shadow: 0 12px 35px rgba(23, 59, 85, 0.12);
}
.aksan-hero .slider-arrow:hover {
  background: var(--theme-color);
  color: #fff;
}
.aksan-hero .transparen-text {
  color: transparent;
  -webkit-text-stroke: 1px rgba(10, 103, 153, 0.08);
  opacity: 1;
  font-size: clamp(60px, 8vw, 126px);
  letter-spacing: 0.08em;
}

.aksan-quality-trust {
  position: relative;
  z-index: 5;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.quality-trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.48fr);
  overflow: hidden;
  border: 1px solid rgba(16, 76, 108, 0.14);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 26px 75px rgba(12, 52, 76, 0.18);
}
.quality-trust-copy {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 38px 40px 32px;
  color: #c6e0ec;
  background:
    radial-gradient(
      circle at 95% 5%,
      rgba(91, 207, 243, 0.22),
      transparent 30%
    ),
    linear-gradient(138deg, #032f4d 0%, #075a84 100%);
}
.quality-trust-copy:before,
.quality-trust-copy:after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}
.quality-trust-copy:before {
  width: 215px;
  height: 215px;
  right: -115px;
  bottom: -120px;
}
.quality-trust-copy:after {
  width: 120px;
  height: 120px;
  right: -54px;
  bottom: -66px;
}
.quality-trust-kicker {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: #7edafa;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}
.quality-trust-kicker i {
  font-size: 14px;
}
.quality-trust-copy h2 {
  max-width: 480px;
  margin: 12px 0 10px;
  color: #fff;
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1.16;
  letter-spacing: -0.025em;
}
.quality-trust-copy > p {
  max-width: 525px;
  margin: 0;
  color: #b8d4e1;
  font-size: 12px;
  line-height: 1.65;
}
.quality-documents-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 24px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.quality-documents-link i {
  transition: transform 0.2s ease;
}
.quality-documents-link:hover {
  color: #91e3ff;
}
.quality-documents-link:hover i {
  transform: translateX(4px);
}
.quality-verification-note {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 27px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #a9cad9;
  font-size: 9px;
  line-height: 1.45;
}
.quality-verification-note i {
  color: #53d6a2;
  font-size: 12px;
}
.quality-trust-body {
  padding: 24px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 100% 0, #c3ebf7, transparent 42%);
}
.quality-mark-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.quality-mark-card {
  display: flex;
  min-width: 0;
  min-height: 168px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #dbe9ef;
  border-radius: 13px;
  background: linear-gradient(145deg, #fff, #f6fafc);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.quality-mark-card:hover {
  transform: translateY(-3px);
  border-color: #8ccde7;
  box-shadow: 0 14px 30px rgba(15, 72, 101, 0.1);
}
.quality-mark-visual {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  padding: 16px 22px 12px;
  background: #fff;
}
.quality-mark-visual img {
  display: block;
  max-width: 150px;
  max-height: 75px;
  object-fit: contain;
}
.quality-mark-card > div:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 12px 16px 14px;
  border-top: 1px solid #e5edf1;
  background: #f8fbfc;
}
.quality-mark-card strong {
  color: #153e58;
  font-size: 12px;
  line-height: 1.3;
}
.quality-mark-card small {
  margin-top: 3px;
  color: #738d9c;
  font-size: 8px;
  line-height: 1.4;
}
.quality-sector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.quality-sector-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 86px;
  padding: 14px;
  border: 1px solid #e0eaef;
  border-radius: 11px;
  background: #fff;
}
.quality-sector-card > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  color: #0a7bb5;
  background: #eaf7fb;
  font-size: 15px;
}
.quality-sector-card > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.quality-sector-card strong {
  color: #153e58;
  font-size: 11px;
  line-height: 1.3;
}
.quality-sector-card p {
  margin: 3px 0 0;
  color: #708998;
  font-size: 8px;
  line-height: 1.45;
}
.quality-mark-card:focus-within,
.quality-sector-card:focus-within {
  border-color: #8ccde7;
}
.quality-mark-card small,
.quality-sector-card p {
  overflow-wrap: anywhere;
}
.aksan-about-visual {
  position: relative;
  min-height: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  isolation: isolate;
}
.aksan-about-visual:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 9% 0 0;
  border-radius: 52% 48% 28px 28px;
  background:
    radial-gradient(
      circle at 24% 22%,
      rgba(40, 174, 222, 0.2),
      transparent 30%
    ),
    linear-gradient(155deg, #e4f4fa, #f7fbfd);
}
.about-main-img {
  position: absolute;
  z-index: 1;
  inset: 0 9% 0 0;
  width: auto;
  height: auto;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.94);
  border-radius: 52% 48% 28px 28px;
  box-shadow: 0 28px 55px rgba(16, 58, 82, 0.2);
}
.about-main-img:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    120deg,
    rgba(4, 48, 78, 0.1),
    transparent 38% 76%,
    rgba(4, 48, 78, 0.08)
  );
}
.about-main-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% center;
}
.about-badge {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 55px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #0b78b3;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-shadow: 0 18px 40px rgba(11, 120, 179, 0.3);
  border: 8px solid #fff;
}
.about-badge strong {
  font-size: 24px;
}
.about-badge span {
  font-size: 11px;
  width: 105px;
  margin: 6px auto 0;
}
.about-detail {
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 2;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 15px 18px;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 15px 40px rgba(22, 61, 84, 0.14);
  font-size: 12px;
  line-height: 1.4;
}
.about-detail i {
  color: var(--theme-color);
  font-size: 24px;
}
.about-detail strong {
  color: var(--title-color);
}

.aksan-product-section {
  position: relative;
  background: #073e67;
  overflow: hidden;
}
.aksan-product-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 0, rgba(18, 159, 218, 0.18), transparent 35%),
    radial-gradient(
      circle at 100% 100%,
      rgba(32, 169, 217, 0.15),
      transparent 32%
    );
}
.aksan-product-section .container {
  position: relative;
  z-index: 1;
}
.aksan-product-card {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 11px;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: 0 15px 45px rgba(0, 22, 38, 0.2);
}
.aksan-product-card:hover {
  transform: translateY(-8px);
}
/* Ürün Kartı Görsel Alanı */
.product-image {
  height: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #f9fcfd, #e9f3f7);
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.4s ease;
}
.aksan-product-card:hover .product-image img {
  transform: scale(1.05);
}
.product-content {
  padding: 25px 25px 28px;
}
.product-content > span {
  color: var(--theme-color);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
.product-content h3 {
  font-size: 20px;
  margin: 7px 0 12px;
}
.product-content p {
  font-size: 13px;
  line-height: 1.65;
  min-height: 86px;
}
.product-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  color: var(--title-color);
}
.product-link:hover {
  color: var(--theme-color);
}

.aksan-process {
  background: #f7fafc;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.process-step {
  position: relative;
  min-height: 215px;
  padding: 28px;
  background: #fff;
  border: 1px solid #e5edf2;
  border-radius: 10px;
  transition: 0.3s;
}
.process-step:hover {
  border-color: #98d1e9;
  box-shadow: 0 14px 34px rgba(21, 70, 98, 0.09);
}
.process-step > b {
  position: absolute;
  right: 20px;
  top: 14px;
  font-size: 46px;
  color: #eef4f7;
}
.process-step > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #e8f5fb;
  color: var(--theme-color);
  font-size: 19px;
  margin-bottom: 22px;
}
.process-step h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.process-step p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.aksan-cta {
  padding: 0 0 100px;
  background: #f7fafc;
}
.cta-inner {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  padding: 55px 65px;
  border-radius: 14px;
  background: linear-gradient(120deg, #0b78b3, #07517d);
  color: #fff;
  box-shadow: 0 22px 50px rgba(9, 92, 137, 0.22);
}
.cta-inner:after {
  content: "";
  position: absolute;
  right: -80px;
  top: -130px;
  width: 350px;
  height: 350px;
  border: 55px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}
.cta-inner > * {
  position: relative;
  z-index: 1;
}
.cta-inner span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  margin-bottom: 10px;
  color: #b9e8fb;
}
.cta-inner h2 {
  color: #fff;
  font-size: 34px;
  margin: 0;
  max-width: 690px;
}
.cta-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
}
.cta-phone {
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
  display: flex;
  gap: 8px;
  align-items: center;
}
.cta-phone:hover {
  color: #d9f5ff;
}

.aksan-footer-logo {
  background: #fff;
  display: inline-block;
  border-radius: 7px;
  padding: 10px 14px;
}
.aksan-footer-logo img {
  width: 205px;
}
.footer-admin-link {
  color: #b9d4e2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.footer-admin-link:hover {
  color: #fff;
}
.aksan-footer .footer-widget .widget_title {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 0 26px;
  padding: 0 0 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.aksan-footer .footer-widget .widget_title:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 34px;
  height: 2px;
  background: var(--theme-color);
}
@media (min-width: 1200px) {
  .aksan-footer .footer-widget .widget_title {
    font-size: 16px;
    letter-spacing: -0.025em;
  }
}
.footer-quick-contact {
  display: grid;
  gap: 11px;
  margin: -4px 0 22px;
  padding: 0;
  list-style: none;
}
.footer-quick-contact li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  color: #c8dce7;
  font-size: 13px;
  line-height: 1.55;
}
.footer-quick-contact i {
  padding-top: 4px;
  color: var(--theme-color);
  text-align: center;
}
.footer-quick-contact a {
  color: inherit;
  overflow-wrap: anywhere;
}
.footer-quick-contact a:hover {
  color: #fff;
}
.aksan-footer .footer-contact .box-text {
  max-width: 350px;
}
.aksan-footer .footer-links ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 7px 18px;
}
.aksan-footer .footer-links button {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
.aksan-footer .footer-links button:hover {
  color: #fff;
}

.aksan-breadcrumb {
  background-color: #073e67;
}
.aksan-breadcrumb:before {
  background: linear-gradient(
    90deg,
    rgba(5, 48, 78, 0.95),
    rgba(5, 48, 78, 0.55)
  );
}
.aksan-breadcrumb .breadcumb-title {
  color: #fff;
}

/* Compact inner-page headers */
.inner-page-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  min-height: 350px;
  overflow: hidden;
  color: #fff;
  background-color: #073e67;
  background-position: center;
  background-size: cover;
}
.inner-page-hero:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3, 35, 58, 0.5) 0%,
      rgba(5, 55, 84, 0.5) 60%,
      rgba(6, 67, 100, 0.1) 100%
    ),
    linear-gradient(0deg, rgba(2, 27, 46, 0.16), rgba(2, 27, 46, 0.16));
}
.inner-page-hero:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 34%;
  height: 3px;
}
.inner-page-hero--blog,
.inner-page-hero--product,
.inner-page-hero--article {
  background-position: center 45%;
}
.inner-page-hero--blog:before,
.inner-page-hero--product:before,
.inner-page-hero--article:before {
  background: linear-gradient(
    90deg,
    rgba(2, 28, 47, 0.5) 0%,
    rgba(3, 48, 75, 0.5) 60%,
    rgba(5, 63, 91, 0.1) 100%
  );
}
.inner-page-hero .container {
  position: relative;
  z-index: 1;
}
.inner-page-hero-content {
  max-width: 100%;
  padding: 0 0 38px;
}
.inner-page-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 15px;
  padding: 8px 12px;
  color: #c8e3ef;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.015em;
  background: rgba(4, 40, 62, 0.58);
  border: 1px solid rgba(171, 224, 244, 0.18);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(1, 24, 39, 0.13);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.inner-page-breadcrumb a {
  color: #e3f3fa;
}
.inner-page-breadcrumb a:hover {
  color: #82d8f5;
}
.inner-page-breadcrumb i {
  color: #65c8ea;
  font-size: 8px;
}
.inner-page-breadcrumb span {
  min-width: 0;
  overflow: hidden;
  color: #c6dfea;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner-page-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #83dcf8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}
.inner-page-hero h1,
.inner-page-hero .article-display-title {
  max-width: 100%;
  margin: 7px 0 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.03;
  letter-spacing: -0.035em;
}
/* İç Sayfa Özellik Görseli */
.inner-feature-image {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  border-radius: 14px;
  background: linear-gradient(145deg, #e9f5fa, #fff);
}
.inner-feature-image img {
  max-height: 405px;
  filter: drop-shadow(0 25px 24px rgba(16, 47, 71, 0.18));
}

/* Hakkımızda Görselinin Kutuyu Boşluksuz Doldurması */
.inner-feature-image--about {
  min-height: 0;
  aspect-ratio: 3 / 2;
  padding: 0;
  overflow: hidden;
}
.inner-feature-image--about img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  filter: none;
}

/* Özellik Görseli Üretim Rozeti */
.feature-stamp {
  position: absolute;
  right: 25px;
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #073e67;
  color: #fff;
  border-radius: 10px;
  padding: 17px 22px;
  font-weight: 800;
  line-height: 1.2;
}
.feature-stamp i {
  color: #62caee;
  font-size: 26px;
}
.value-card {
  height: 100%;
  padding: 40px 32px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e3edf2;
  transition: 0.3s;
}
.value-card:hover {
  transform: translateY(-5px);
  border-color: #9ed8ec;
  box-shadow: 0 18px 45px rgba(18, 65, 90, 0.09);
}
.value-card > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 10px;
  background: #e8f6fb;
  color: var(--theme-color);
  font-size: 23px;
  margin-bottom: 24px;
}
.value-card h3 {
  font-size: 23px;
}
.value-card p {
  font-size: 14px;
  margin: 0;
}

.product-catalog {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.catalog-card {
  display: grid;
  grid-template-columns: 46% 54%;
  min-height: 340px;
  border: 1px solid #e3ebf0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: 0.3s;
}
.catalog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(17, 61, 87, 0.11);
}
.catalog-image {
  position: relative;
  min-height: 320px;
  background: linear-gradient(145deg, #f7fbfc, #e6f2f7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
}
.catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.4s;
}
.catalog-card:hover .catalog-image img {
  transform: scale(1.05);
}
.catalog-image > span {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 17px;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--theme-color);
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(17, 61, 87, 0.12);
}
.catalog-copy {
  padding: 30px 27px;
}
.catalog-copy h3 {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 13px;
}
.catalog-copy p {
  font-size: 13px;
  line-height: 1.6;
}
.catalog-copy ul {
  margin: 18px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.catalog-copy li {
  padding: 5px 8px;
  background: #edf7fb;
  border-radius: 4px;
  color: #476476;
  font-size: 10px;
  font-weight: 700;
}
.catalog-copy li i {
  color: var(--theme-color);
  margin-right: 4px;
}
.catalog-copy > a {
  color: var(--title-color);
  font-size: 12px;
  font-weight: 800;
}
.catalog-copy > a:hover {
  color: var(--theme-color);
}

.document-showcase {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px;
  border-radius: 14px;
  background: linear-gradient(145deg, #e8f5fa, #f9fcfd);
}
.document-showcase img {
  max-width: 100%;
  max-height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 25px 30px rgba(16, 47, 71, 0.2));
}
.document-showcase > span {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 12px 16px;
  background: #fff;
  border-radius: 7px;
  color: #0d7657;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(15, 62, 86, 0.13);
}
.document-points {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}
.document-points > div {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 16px;
  border: 1px solid #e4edf2;
  border-radius: 8px;
}
.document-points i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 7px;
  background: #eaf6fb;
  color: var(--theme-color);
}
.document-points span {
  display: flex;
  flex-direction: column;
}
.document-points strong {
  color: var(--title-color);
}
.document-points small {
  color: #718492;
  margin-top: 3px;
}
.document-intro-section {
  background: linear-gradient(180deg, #fff 0, #f6fafc 100%);
}
.document-count {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  color: #4d6878;
  font-size: 12px;
  font-weight: 800;
  background: #fff;
  border: 1px solid #dce8ee;
  border-radius: 100px;
  box-shadow: 0 10px 30px rgba(21, 57, 78, 0.07);
}
.document-count strong {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  font-size: 15px;
  background: var(--theme-color);
  border-radius: 50%;
}
.documents-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.public-document-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe9ee;
  border-radius: 14px;
  box-shadow: 0 13px 35px rgba(20, 58, 80, 0.07);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.public-document-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(20, 58, 80, 0.13);
}
.public-document-preview {
  position: relative;
  display: flex;
  height: 370px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 24px;
  background: linear-gradient(145deg, #edf5f8, #f9fbfc);
}
.public-document-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 16px rgba(20, 55, 74, 0.16));
  transition: transform 0.35s ease;
}
.public-document-card:hover .public-document-preview img {
  transform: scale(1.035);
}
.public-document-preview > span:last-child {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  color: #21485f;
  font-size: 10px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(20, 58, 80, 0.1);
}
.public-document-pdf {
  display: grid;
  width: 100px;
  height: 125px;
  place-items: center;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  background: linear-gradient(145deg, #bc4b50, #ea7765);
  border-radius: 8px;
  box-shadow: 0 16px 25px rgba(130, 52, 55, 0.2);
}
.public-document-copy {
  padding: 24px;
}
.public-document-copy small {
  color: var(--theme-color);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.public-document-copy h3 {
  min-height: 50px;
  margin: 9px 0 10px;
  color: var(--title-color);
  font-size: 19px;
  line-height: 1.3;
}
.public-document-copy p {
  min-height: 63px;
  margin: 0 0 17px;
  color: #708391;
  font-size: 12px;
  line-height: 1.65;
}
.public-document-copy > a {
  color: #1b526f;
  font-size: 11px;
  font-weight: 900;
}
.public-document-copy > a i {
  margin-left: 5px;
  color: var(--theme-color);
}
.documents-empty {
  margin-top: 45px;
  padding: 60px 25px;
  text-align: center;
  color: #7a8e9a;
  background: #fff;
  border: 1px dashed #cbdce4;
  border-radius: 14px;
}
.documents-empty i {
  color: var(--theme-color);
  font-size: 34px;
}
.documents-empty h3 {
  margin: 14px 0 6px;
}

/* Galeri Kart Izgarası */
.aksan-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 280px;
  gap: 18px;
}

/* Galeri Kartları */
.gallery-item {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 10px;
  background: #eaf3f7;
}

/* Tüm Galeri Kartlarını Eşit Genişlikte Tut */
.gallery-item.gallery-wide {
  grid-column: auto;
}

/* Galeri Kart Görselleri */
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s;
}

/* Galeri Kart Bilgi Katmanı */
.gallery-item > span {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(5, 59, 91, 0.72);
  opacity: 0;
  transition: 0.3s;
}

/* Galeri Kart Bilgi Simgesi */
.gallery-item > span i {
  font-size: 25px;
  margin-bottom: 12px;
}

/* Galeri Kart Başlığı */
.gallery-item > span strong {
  font-size: 16px;
}

/* Galeri Kart Etkileşimi */
.gallery-item:hover img {
  transform: scale(1.07);
}
.gallery-item:hover > span {
  opacity: 1;
}

.content-gallery-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 92% 8%,
      rgba(10, 130, 190, 0.09),
      transparent 28%
    ),
    linear-gradient(180deg, #f7fafc, #fff);
  border-top: 1px solid #e5eef2;
}
.content-gallery-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}
.content-gallery-heading .sec-title {
  margin: 12px 0 0;
}
.content-gallery-total {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  color: #6d8190;
  font-size: 11px;
  font-weight: 700;
  background: #fff;
  border: 1px solid #dce8ed;
  border-radius: 99px;
  box-shadow: 0 8px 20px rgba(17, 61, 87, 0.05);
}
.content-gallery-total strong {
  color: #087db9;
  font-size: 15px;
}
.content-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 255px;
  gap: 16px;
}
.content-gallery-card {
  position: relative;
  overflow: hidden;
  background: #e8f0f4;
  border-radius: 13px;
  box-shadow: 0 14px 34px rgba(17, 61, 87, 0.09);
}
.content-gallery-card.is-featured {
  grid-column: span 2;
  grid-row: span 2;
}
.content-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.content-gallery-card > span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding: 24px;
  color: #fff;
  background: linear-gradient(180deg, transparent 30%, rgba(4, 31, 47, 0.88));
  opacity: 0.92;
  transition: background 0.3s ease;
}
.content-gallery-card > span i {
  position: absolute;
  top: 17px;
  right: 17px;
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  backdrop-filter: blur(8px);
  transform: translateY(-5px);
  opacity: 0;
  transition: 0.3s ease;
}
.content-gallery-card > span strong {
  font-size: 16px;
  line-height: 1.35;
}
.content-gallery-card > span small {
  margin-top: 5px;
  color: #bcd7e5;
  font-size: 10px;
}
.content-gallery-card:hover img {
  transform: scale(1.055);
}
.content-gallery-card:hover > span {
  background: linear-gradient(
    180deg,
    rgba(6, 85, 125, 0.08),
    rgba(4, 31, 47, 0.92)
  );
}
.content-gallery-card:hover > span i {
  opacity: 1;
  transform: translateY(0);
}

/* İletişim Sayfası Bilgi ve Form Yerleşimi */
.contact-shell {
  display: grid;
  grid-template-columns: 38% 62%;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(16, 53, 76, 0.12);
}

/* İletişim Bilgi Paneli */
.contact-info-panel {
  position: relative;
  overflow: hidden;
  padding: 55px 45px;
  color: #c7dce7;
  background: linear-gradient(145deg, #073e67, #0a6b9c);
}
.contact-info-panel:after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -150px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  border: 50px solid rgba(255, 255, 255, 0.06);
}
.contact-info-panel > * {
  position: relative;
  z-index: 1;
}
.contact-kicker {
  color: #8de0ff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 800;
}
.contact-info-panel h2 {
  color: #fff;
  font-size: 35px;
  line-height: 1.18;
  margin: 15px 0 18px;
}
.contact-info-panel > p {
  color: #c7dce7;
  font-size: 14px;
  margin-bottom: 38px;
}
.contact-method {
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 20px 0;
}
.contact-method > i {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #86ddfb;
}
.contact-method > span {
  display: flex;
  flex-direction: column;
}
.contact-method small {
  color: #8eb5c7;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.12em;
  margin-bottom: 3px;
}
.contact-method a,
.contact-method strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}

/* İletişim Formu Paneli */
.contact-form-panel {
  padding: 55px;
  background: #fff;
}
.contact-form-panel h3 {
  font-size: 29px;
  margin: 10px 0 28px;
}
.aksan-contact-form .form-group {
  margin-bottom: 20px;
}
.aksan-contact-form label {
  display: block;
  color: #27465c;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 7px;
}
.aksan-contact-form input,
.aksan-contact-form select,
.aksan-contact-form textarea {
  border: 1px solid #dce7ed;
  background: #f8fbfc;
  border-radius: 6px;
  color: #17384f;
  font-size: 13px;
}
.aksan-contact-form input:focus,
.aksan-contact-form select:focus,
.aksan-contact-form textarea:focus {
  border-color: #75c7e7;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(11, 120, 179, 0.08);
}
.form-note {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #8798a3;
  margin-left: 14px;
  font-size: 10px;
}

/* İletişim Sayfası Harita Paneli */
.contact-map-panel {
  position: relative;
  overflow: hidden;
  height: 430px;
  margin-top: 32px;
  background: #e8f0f4;
  border-radius: 14px;
  box-shadow: 0 25px 70px rgba(16, 53, 76, 0.12);
}

/* Harita Yerleştirme Alanı */
.contact-map-panel iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Harita Yol Tarifi Düğmesi */
.contact-map-directions {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  background: #087db9;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(5, 53, 81, 0.28);
  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}

/* Yol Tarifi Düğmesi Etkileşimi */
.contact-map-directions:hover,
.contact-map-directions:focus-visible {
  color: #fff;
  background: #075d89;
  transform: translateY(-2px);
}

.kvkk-form-check {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 2px 0 5px;
  color: #607888;
  font-size: 12px;
  line-height: 1.65;
  cursor: pointer;
}
.kvkk-form-check input {
  display: block;
  visibility: visible;
  opacity: 1;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #0b78b3;
  flex: 0 0 auto;
}
.kvkk-form-check a {
  color: #087db9;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-toast {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 9999;
  max-width: 430px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px 18px;
  border-radius: 9px;
  color: #fff;
  box-shadow: 0 18px 45px rgba(13, 49, 70, 0.25);
  animation: toastIn 0.35s ease;
}
.site-toast-success {
  background: #08795d;
}
.site-toast-error {
  background: #bb3d47;
}
.site-toast button {
  margin-left: auto;
  color: #fff;
  border: 0;
  background: transparent;
  font-size: 22px;
}
@keyframes toastIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
}

/* KVKK and cookie preferences */
.cookie-consent {
  position: fixed;
  z-index: 10001;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 22px;
  border: 1px solid rgba(123, 211, 244, 0.28);
  border-radius: 16px;
  color: #fff;
  background: rgba(5, 47, 75, 0.98);
  box-shadow: 0 24px 70px rgba(3, 31, 50, 0.32);
  animation: cookieConsentIn 0.35s ease;
}
.cookie-consent-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: #073e67;
  background: #7bd3f4;
  font-size: 21px;
}
.cookie-consent-copy strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
.cookie-consent-copy p {
  margin: 0;
  color: #c8dfe9;
  font-size: 12px;
  line-height: 1.65;
}
.cookie-consent-copy a {
  margin-left: 3px;
  color: #7bd3f4;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-consent-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(145px, 1fr));
  gap: 8px;
}
.cookie-consent-actions button,
.cookie-preferences-modal footer button {
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid #7bd3f4;
  border-radius: 7px;
  color: #fff;
  background: rgba(123, 211, 244, 0.12);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  transition: 0.2s ease;
}
.cookie-consent-actions button:hover,
.cookie-consent-actions button:focus-visible,
.cookie-preferences-modal footer button:hover,
.cookie-preferences-modal footer button:focus-visible {
  color: #073e67;
  background: #7bd3f4;
}
.cookie-preferences-backdrop {
  position: fixed;
  z-index: 10002;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(2, 27, 44, 0.72);
  backdrop-filter: blur(5px);
}
.cookie-preferences-modal {
  width: min(100%, 620px);
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(1, 24, 40, 0.35);
  animation: cookieModalIn 0.25s ease;
}
.cookie-preferences-modal > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 26px 18px;
  border-bottom: 1px solid #e1ebf0;
}
.cookie-preferences-modal > header span {
  color: #0b78b3;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cookie-preferences-modal > header h2 {
  margin: 5px 0 0;
  color: #153b53;
  font-size: 25px;
}
.cookie-modal-close {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #dce8ee;
  border-radius: 50%;
  color: #456579;
  background: #f6fafc;
}
.cookie-preferences-modal > p {
  margin: 0;
  padding: 18px 26px;
  color: #607888;
  font-size: 13px;
  line-height: 1.7;
}
.cookie-preference-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 26px 12px;
  padding: 17px 18px;
  border: 1px solid #dce8ee;
  border-radius: 10px;
  background: #f8fbfc;
}
.cookie-preference-row > span {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
}
.cookie-preference-row strong {
  color: #183f57;
  font-size: 13px;
}
.cookie-preference-row small {
  color: #708a99;
  font-size: 11px;
  line-height: 1.55;
}
.cookie-preference-row em {
  padding: 5px 8px;
  border-radius: 999px;
  color: #08795d;
  background: #e7f6f0;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}
.cookie-preference-row input {
  position: absolute;
  display: block;
  visibility: visible;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.cookie-preference-row > i {
  position: relative;
  width: 44px;
  height: 24px;
  border-radius: 999px;
  background: #a8bac4;
  cursor: pointer;
  transition: 0.2s ease;
}
.cookie-preference-row > i:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  content: "";
  transition: 0.2s ease;
}
.cookie-preference-row input:checked + i {
  background: #0b78b3;
}
.cookie-preference-row input:checked + i:after {
  transform: translateX(20px);
}
.cookie-preference-row input:focus-visible + i {
  outline: 3px solid rgba(11, 120, 179, 0.22);
  outline-offset: 3px;
}
.cookie-preferences-modal > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 6px;
  padding: 18px 26px 24px;
  border-top: 1px solid #e1ebf0;
}
.cookie-preferences-modal > footer a {
  color: #087db9;
  font-size: 11px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-preferences-modal > footer button {
  color: #073e67;
  background: #7bd3f4;
}
.cookie-modal-open {
  overflow: hidden;
}
@keyframes cookieConsentIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
}
@keyframes cookieModalIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
}

@media (max-width: 991px) {
  .cookie-consent {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .cookie-consent-actions {
    grid-column: 1 / -1;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .aksan-footer .footer-links ul {
    justify-content: center;
  }
  .cookie-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 17px;
  }
  .cookie-consent-icon {
    display: none;
  }
  .cookie-consent-actions {
    grid-template-columns: 1fr;
  }
  .cookie-consent-actions button {
    min-height: 40px;
  }
  .cookie-preferences-backdrop {
    align-items: end;
    padding: 0;
  }
  .cookie-preferences-modal {
    max-height: 92vh;
    overflow-y: auto;
    border-radius: 16px 16px 0 0;
  }
  .cookie-preferences-modal > header,
  .cookie-preferences-modal > p {
    padding-right: 19px;
    padding-left: 19px;
  }
  .cookie-preference-row {
    margin-right: 19px;
    margin-left: 19px;
    padding: 15px;
  }
  .cookie-preferences-modal > footer {
    align-items: stretch;
    flex-direction: column;
    padding: 17px 19px 22px;
  }
  .cookie-preferences-modal > footer button {
    width: 100%;
  }
}

@media (max-width: 1399px) {
  .aksan-hero .hero-style2 {
    max-width: 610px;
  }
  .aksan-hero-image {
    width: 47%;
    padding-right: 3%;
  }
  .hero-image-halo {
    width: 470px;
    height: 470px;
  }
  .catalog-card {
    grid-template-columns: 43% 57%;
  }
}
@media (max-width: 1199px) {
  .aksan-hero,
  .aksan-hero .hero-inner {
    min-height: 660px;
  }
  .aksan-hero .hero-style2 {
    padding: 110px 0 310px;
    max-width: 720px;
  }
  .aksan-hero-image {
    width: 54%;
    height: 390px;
    padding: 0 3% 15px 0;
  }
  .hero-image-halo {
    width: 370px;
    height: 370px;
  }
  .quality-trust-panel {
    grid-template-columns: 1fr;
  }
  .quality-trust-copy > p {
    max-width: 760px;
  }
  .catalog-card {
    grid-template-columns: 1fr;
  }
  .catalog-image {
    min-height: 260px;
  }
  .contact-shell {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .aksan-hero,
  .aksan-hero .hero-inner {
    min-height: 750px;
  }
  .aksan-hero .hero-style2 {
    text-align: center;
    padding: 85px 0 360px;
    margin: auto;
  }
  .aksan-hero .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions {
    justify-content: center;
  }
  .aksan-hero-image {
    width: 100%;
    height: 340px;
    padding: 0 12% 15px;
    justify-content: center;
  }
  .hero-image-halo {
    width: 320px;
    height: 320px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .aksan-about {
    padding-top: 110px;
  }
  .product-catalog {
    grid-template-columns: 1fr;
  }
  .catalog-card {
    grid-template-columns: 42% 58%;
  }
  .aksan-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .content-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .documents-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-map-panel {
    height: 370px;
  }
  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 45px;
  }
}
@media (max-width: 767px) {
  .aksan-hero,
  .aksan-hero .hero-inner {
    min-height: 680px;
  }
  .aksan-hero .hero-style2 {
    padding: 70px 0 315px;
  }
  .aksan-hero .hero-title {
    font-size: 44px;
  }
  .aksan-hero .hero-text {
    font-size: 15px;
  }
  .aksan-hero-image {
    height: 285px;
    padding: 0 6% 10px;
  }
  .hero-image-halo {
    width: 260px;
    height: 260px;
  }
  .aksan-quality-trust {
    margin-top: 0;
  }
  .quality-trust-panel {
    border-radius: 15px;
  }
  .quality-trust-copy {
    padding: 29px 23px 25px;
  }
  .quality-trust-copy h2 {
    font-size: 27px;
  }
  .quality-trust-body {
    padding: 18px;
  }
  .quality-mark-grid,
  .quality-sector-grid {
    grid-template-columns: 1fr;
  }
  .quality-mark-card {
    min-height: 152px;
  }
  .quality-mark-visual {
    min-height: 94px;
  }
  .quality-sector-card {
    min-height: 80px;
  }
  .aksan-about-visual {
    min-height: 350px;
    padding: 0;
  }
  .aksan-about-visual:before,
  .about-main-img {
    inset: 0;
  }
  .about-main-img {
    width: auto;
    height: auto;
    border-width: 6px;
    border-radius: 52% 48% 22px 22px;
  }
  .about-main-img img {
    object-position: 50% center;
  }
  .about-badge {
    width: 120px;
    height: 120px;
    bottom: 20px;
  }
  .about-badge strong {
    font-size: 18px;
  }
  .about-detail {
    top: 20px;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .cta-inner {
    padding: 35px 27px;
  }
  .cta-inner h2 {
    font-size: 27px;
  }
  .cta-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog-card {
    grid-template-columns: 1fr;
  }
  .aksan-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }
  .content-gallery-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .content-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 245px;
  }
  .content-gallery-card.is-featured {
    grid-column: auto;
    grid-row: auto;
  }
  .documents-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }
  .public-document-preview {
    height: 410px;
  }
  .public-document-copy h3,
  .public-document-copy p {
    min-height: 0;
  }
  .gallery-item.gallery-wide {
    grid-column: span 1;
  }
  .contact-info-panel,
  .contact-form-panel {
    padding: 38px 25px;
  }
  /* Mobil Harita Yol Tarifi Düğmesi */
  .contact-map-directions {
    right: 18px;
    bottom: 18px;
    left: 18px;
    justify-content: center;
  }
  .form-note {
    display: flex;
    margin: 14px 0 0;
  }
  .site-toast {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
}
@media (max-width: 430px) {
  .aksan-site .header-logo img {
    width: 195px;
  }
  .aksan-hero .hero-title {
    font-size: 37px;
  }
  .hero-actions {
    gap: 16px;
  }
  .aksan-hero-phone {
    display: none;
  }
  .about-detail {
    display: none;
  }
  .document-showcase {
    min-height: 440px;
    padding: 25px;
  }
}

/* 2026 professional homepage, content and language layer */
.aksan-site .header-top {
  min-height: 46px;
  display: flex;
  align-items: center;
}
.translation-links {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  margin-left: 8px;
}
.aksan-site .header-links li.translation-links:before {
  display: none;
}
.header-social-links {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: 5px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}
.header-social-link {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #dceefa !important;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  transition: 0.2s ease;
}
.header-social-link:hover {
  color: #073e67 !important;
  background: #fff;
  border-color: #fff;
}
.translation-links .lang-select,
.mobile-language-list .lang-select {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  color: #dceefa !important;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  transition: 0.2s ease;
}
.translation-links .lang-select:hover,
.translation-links .lang-select.is-active {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.12);
}
.translation-links img,
.mobile-language-list img {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.24);
}
.translation-links .lang-select {
  width: 30px;
  height: 26px;
  justify-content: center;
  padding: 4px;
}
.mobile-language-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-top: 22px;
}
.mobile-language-list .lang-select {
  color: #173b55 !important;
  border-color: #dbe7ee;
  padding: 7px 9px;
}
.mobile-language-list .lang-select.is-active {
  border-color: var(--theme-color);
  background: #eaf7fc;
}

@media (min-width: 992px) {
  .aksan-site .menu-area > .row {
    display: grid;
    grid-template-columns: minmax(225px, 1fr) auto minmax(225px, 1fr);
    width: 100%;
    margin: 0;
  }
  .aksan-site .menu-area > .row > div {
    width: auto;
    padding: 0;
  }
  .aksan-site .menu-area > .row > div:first-child {
    justify-self: start;
  }
  .aksan-site .menu-area > .row > div:nth-child(2) {
    justify-self: center;
  }
  .aksan-site .menu-area > .row > div:last-child {
    justify-self: end;
  }
  .aksan-site .main-menu > ul > li {
    margin: 0 8px;
  }
  .aksan-site .main-menu > ul > li > a {
    font-size: 14px;
  }
  .aksan-site .main-menu {
    margin-left: 0 !important;
  }
}

@media (min-width: 1400px) {
  .aksan-site .aksan-header .container {
    width: calc(100% - 56px);
    max-width: 1720px;
  }
  .aksan-site .aksan-header .menu-area {
    padding-right: 18px;
  }
  .aksan-site .menu-area > .row {
    grid-template-columns: 230px minmax(0, 1fr) max-content;
    column-gap: clamp(28px, 2.5vw, 52px);
  }
  .aksan-site .menu-area > .row > div:nth-child(2) {
    width: 100%;
  }
  .aksan-site .main-menu {
    display: block !important;
    text-align: center;
  }
  .aksan-site .main-menu > ul > li {
    margin: 0 9px;
  }
  .aksan-site .main-menu > ul > li > a {
    font-size: 14px;
  }
  .aksan-site .header-logo img {
    width: 220px;
  }
}

@media (min-width: 1200px) {
  .aksan-site.aksan-home-page .aksan-header .sticky-wrapper {
    background-color: #052f4c;
  }
  .aksan-site .aksan-header .menu-area:after {
    right: auto;
    left: 50%;
    transform: translateX(-50%) skew(-17deg);
  }
}

.aksan-hero {
  height: 600px;
  min-height: 520px;
}
.aksan-hero > .th-slider {
  height: 100%;
}
.aksan-hero .hero-inner {
  height: 100%;
  min-height: 0;
}
@supports (height: 100svh) {
  .aksan-hero {
    height: clamp(520px, calc(100svh - 190px), 600px);
  }
}
.aksan-hero {
  background: #052f4c !important;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.aksan-hero:before {
  display: none;
}
.aksan-hero-bg {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.aksan-hero .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.aksan-hero #heroSlide2:not(.swiper-initialized) .swiper-slide:first-child {
  opacity: 1 !important;
}
.aksan-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(2, 27, 46, 0.94) 0%,
    rgba(3, 43, 70, 0.83) 34%,
    rgba(4, 51, 81, 0.34) 62%,
    rgba(4, 40, 65, 0.08) 100%
  );
}
.aksan-hero-bg .container {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: center;
}
.aksan-hero .hero-style2 {
  width: 100%;
  margin: 0;
  padding: 42px 0 58px;
  max-width: 650px;
}
/* Masaüstü Slider Metin Güvenli Alanı */
@media (min-width: 992px) {
  .aksan-hero .hero-style2 {
    margin: 0 0 0 50px;
  }
}
.aksan-hero .hero-title {
  color: #fff;
  font-size: clamp(46px, 4.6vw, 70px);
  line-height: 1;
  margin: 19px 0 20px;
  text-shadow: 0 6px 30px rgba(0, 0, 0, 0.22);
}
.aksan-hero .hero-title .title2 {
  color: #7ddcff;
  margin-top: 8px;
}
.aksan-hero-kicker {
  color: #dff7ff;
  background: rgba(79, 190, 232, 0.16);
  border: 1px solid rgba(135, 218, 249, 0.3);
}
.aksan-hero .hero-text {
  max-width: 585px;
  color: #d5e7f0;
  font-size: 17px;
  line-height: 1.6;
}
.aksan-hero .hero-actions {
  margin-top: 25px;
}
.aksan-hero-phone {
  color: #fff;
}
.aksan-hero-phone > i {
  color: #7ddcff;
  border-color: rgba(255, 255, 255, 0.3);
}
.aksan-hero-phone small {
  color: #a5c7d8;
}
/* Slider Geçiş Butonları */
.aksan-hero .slider-arrow {
  --icon-size: 48px;
  --pos-x: clamp(16px, 3vw, 48px);
  z-index: 8;
  display: grid;
  width: var(--icon-size);
  height: var(--icon-size);
  place-items: center;
  padding: 0;
  line-height: 1;
  background: rgba(5, 39, 62, 0.65);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  touch-action: manipulation;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}
.aksan-hero .slider-arrow:not(:disabled):hover {
  background: #0b83c2;
  border-color: rgba(255, 255, 255, 0.5);
}
.aksan-hero .slider-arrow:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}
.aksan-hero .slider-arrow:focus-visible {
  border-color: #fff;
  outline: 3px solid rgba(86, 199, 242, 0.48);
  outline-offset: 3px;
}
.aksan-hero-pagination {
  position: absolute !important;
  right: 0;
  bottom: 26px !important;
  left: 0;
  margin: 0 !important;
}
.aksan-hero-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 4px;
  border-radius: 5px;
  background: #fff;
}
.aksan-mobile-slide-count {
  display: none;
}

.aksan-product-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.aksan-home-blog {
  background: #f5f9fb;
}
.aksan-blog-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e1eaf0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 15px 45px rgba(17, 61, 87, 0.07);
  transition: 0.3s ease;
}
.aksan-blog-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 55px rgba(17, 61, 87, 0.12);
}
.blog-card-image {
  position: relative;
  display: block;
  height: 235px;
  overflow: hidden;
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s ease;
}
.aksan-blog-card:hover .blog-card-image img {
  transform: scale(1.05);
}
.blog-card-image > span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 7px 10px;
  border-radius: 5px;
  background: #fff;
  color: #173b55;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}
.blog-card-copy {
  padding: 27px;
}
.blog-card-copy > small {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #78909f;
  font-size: 10px;
}
.blog-card-copy > small i {
  color: #0b83c2;
}
.blog-card-copy h3 {
  margin: 13px 0 11px;
  font-size: 21px;
  line-height: 1.3;
}
.blog-card-copy p {
  min-height: 66px;
  font-size: 13px;
  line-height: 1.65;
}

.aksan-faq {
  background: #fff;
}
.faq-help {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 32px;
  padding: 19px;
  max-width: 385px;
  border-radius: 10px;
  background: #ecf7fb;
}
.faq-help > i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 9px;
  background: #0b78b3;
  color: #fff;
  font-size: 20px;
}
.faq-help > span {
  display: flex;
  flex-direction: column;
}
.faq-help small {
  color: #698292;
  font-size: 11px;
  margin-bottom: 4px;
}
.faq-help a {
  color: #123a54;
  font-size: 14px;
  font-weight: 800;
}
.faq-all-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  color: #0b78b3;
  font-size: 14px;
  font-weight: 800;
}
.faq-all-link:hover {
  color: #073e67;
}
.aksan-accordion .accordion-item {
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid #dce8ee !important;
  border-radius: 10px !important;
  background: #fff;
}
.aksan-accordion .accordion-button {
  padding: 21px 24px;
  color: #163b54;
  background: #fff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: none;
}
.aksan-accordion .accordion-button:not(.collapsed) {
  color: #0b78b3;
  background: #f3fafc;
}
.aksan-accordion .accordion-body {
  padding: 0 24px 23px;
  color: #607888;
  font-size: 14px;
  line-height: 1.75;
  background: #f3fafc;
}
.aksan-cta {
  padding-bottom: 3rem;
}

/* FAQ page */
.faq-page-section {
  background: linear-gradient(180deg, #f7fafc 0%, #fff 72%);
}
.faq-page-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  align-items: end;
  gap: 42px;
  margin-bottom: 35px;
}
.faq-page-intro .sec-title {
  max-width: 680px;
  margin-bottom: 0;
}
.faq-page-intro > p {
  margin: 0 0 6px;
  color: #607888;
  font-size: 15px;
  line-height: 1.75;
}
.faq-page-description {
  margin: -12px 0 34px;
  padding: 22px 25px;
  color: #4f6c7e;
  background: #edf7fa;
  border-left: 3px solid #0b78b3;
  border-radius: 0 12px 12px 0;
}
.faq-page-description > :last-child {
  margin-bottom: 0;
}
.faq-page-list {
  display: grid;
  gap: 16px;
}
.faq-page-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 21px;
  padding: 28px 30px;
  border: 1px solid #dce8ee;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 13px 35px rgba(17, 61, 87, 0.055);
}
.faq-page-number {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #0b78b3;
  font-size: 13px;
  font-weight: 900;
  background: #eaf6fa;
  border-radius: 13px;
}
.faq-page-answer h2 {
  margin: 3px 0 12px;
  color: #163b54;
  font-size: 21px;
  line-height: 1.35;
}
.faq-page-answer .rich-text-content {
  color: #607888;
  font-size: 14px;
  line-height: 1.8;
}
.faq-page-answer .rich-text-content > :last-child {
  margin-bottom: 0;
}
.faq-page-empty {
  padding: 58px 30px;
  text-align: center;
  border: 1px dashed #cbdde5;
  border-radius: 15px;
  background: #fff;
}
.faq-page-empty > i {
  margin-bottom: 16px;
  color: #0b78b3;
  font-size: 34px;
}
.faq-page-empty h2 {
  margin-bottom: 8px;
  font-size: 23px;
}
.faq-page-empty p {
  margin: 0;
}
.faq-page-contact {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 21px;
  margin-top: 38px;
  padding: 25px 28px;
  color: #d7edf5;
  background: linear-gradient(135deg, #073e67, #0b6f9f);
  border-radius: 16px;
  box-shadow: 0 22px 50px rgba(7, 62, 103, 0.18);
}
.faq-page-contact > span {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: #073e67;
  font-size: 24px;
  background: #dff7ff;
  border-radius: 15px;
}
.faq-page-contact > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.faq-page-contact small {
  color: #9ed6e9;
  font-size: 11px;
}
.faq-page-contact strong {
  color: #fff;
  font-size: 17px;
}
.faq-page-contact .th-btn2 {
  white-space: nowrap;
  background: #fff;
  color: #073e67;
}
.faq-page-contact .th-btn2:hover {
  color: #fff;
}

/* Product details */
.product-detail-summary {
  margin: 0 0 14px;
  color: #21465f;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
}
.product-detail-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 25px 0 5px;
}
.product-pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 19px;
  border: 1px solid #cfe1e9;
  border-radius: 5px;
  color: #17445f;
  background: #f4fafc;
  font-size: 12px;
  font-weight: 800;
}
.product-pdf-link:hover {
  border-color: #7bc8e8;
  color: #0b78b3;
  background: #edf8fc;
}
.product-detail-image {
  position: relative;
  min-height: 545px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px;
  border-radius: 18px;
  background: linear-gradient(145deg, #e6f4f9, #fff);
}
.product-detail-image img {
  max-height: 430px;
  filter: drop-shadow(0 28px 28px rgba(20, 60, 83, 0.2));
}
.product-detail-image > span {
  position: absolute;
  left: 28px;
  bottom: 26px;
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 13px 16px;
  border-radius: 7px;
  background: #073e67;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.product-detail-image > span i {
  color: #7ddcff;
}
.detail-contact-mini {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 26px;
  padding: 20px;
  border-left: 4px solid #0b83c2;
  background: #f1f8fb;
}
.detail-contact-mini > i {
  color: #0b83c2;
  font-size: 24px;
}
.detail-contact-mini > span {
  display: flex;
  flex-direction: column;
}
.detail-contact-mini small {
  font-size: 10px;
  color: #78909f;
}
.detail-contact-mini a {
  color: #163b54;
  font-weight: 800;
}
.product-spec-section {
  position: relative;
  overflow: hidden;
  background: #073e67;
}
.product-spec-section:after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: -160px;
  bottom: -280px;
  border: 70px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}
.product-spec-section .container {
  position: relative;
  z-index: 1;
}
.product-spec-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 35px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.14);
}
.product-spec-table > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 21px;
  background: rgba(6, 56, 89, 0.93);
}
.product-spec-table span {
  color: #a8c7d8;
  font-size: 12px;
}
.product-spec-table strong {
  color: #fff;
  font-size: 13px;
}
.application-card {
  height: 100%;
  padding: 43px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 25px 60px rgba(0, 19, 31, 0.25);
}
.application-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 10px;
  background: #e7f6fc;
  color: #0b78b3;
  font-size: 24px;
}
.application-card h3 {
  margin: 23px 0 10px;
  font-size: 28px;
}
.application-card p {
  font-size: 13px;
  line-height: 1.7;
}
.application-card ul {
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.application-card li {
  display: flex;
  gap: 10px;
  color: #26475d;
  font-size: 13px;
  font-weight: 700;
}
.application-card li i {
  color: #0b83c2;
}

/* Modern Ürün Detay Çalışma Alanı */
.product-detail-workspace {
  padding: clamp(68px, 7vw, 108px) 0;
  background:
    radial-gradient(circle at 92% 3%, rgba(24, 153, 198, 0.07), transparent 27%),
    linear-gradient(180deg, #f7fafb 0%, #fff 100%);
}
.product-detail-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
  gap: 36px;
}
.product-detail-main {
  display: grid;
  min-width: 0;
  gap: clamp(34px, 4vw, 50px);
}

/* Ürün Kataloğu Sidebar */
.product-catalog-sidebar {
  /* Sidebarın kaydırma sırasında ekranı takip etmesini önle. */
  position: static;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce8ed;
  border-radius: 20px;
  box-shadow: 0 22px 55px rgba(6, 56, 78, 0.1);
}
.product-sidebar-heading {
  padding: 25px 24px 22px;
  color: #d5edf5;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(52, 191, 208, 0.28),
      transparent 42%
    ),
    linear-gradient(145deg, #073c58, #075f76);
}
.product-sidebar-heading > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #8fe4ed;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-sidebar-heading h2 {
  margin: 8px 0 6px;
  color: #fff;
  font-size: 24px;
}
.product-sidebar-heading p {
  margin: 0;
  color: #b3d4dd;
  font-size: 11px;
  line-height: 1.55;
}
.product-sidebar-list {
  display: grid;
  padding: 9px;
}
.product-sidebar-link {
  display: grid;
  min-width: 0;
  min-height: 66px;
  grid-template-columns: 46px minmax(0, 1fr) 17px;
  align-items: center;
  gap: 11px;
  padding: 9px 10px;
  color: #365462;
  border: 1px solid transparent;
  border-radius: 12px;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}
.product-sidebar-link:hover {
  color: #087d9d;
  background: #f2fafc;
  transform: translateX(3px);
}
.product-sidebar-link.is-active {
  color: #075d76;
  background: linear-gradient(135deg, #e5f7fa, #f3fbfc);
  border-color: #bfe6ec;
}
.product-sidebar-link > span {
  display: grid;
  width: 46px;
  height: 46px;
  overflow: hidden;
  place-items: center;
  background: #fff;
  border: 1px solid #e3ecef;
  border-radius: 10px;
}
.product-sidebar-link img {
  width: 100%;
  height: 100%;
  padding: 4px;
  object-fit: contain;
}
.product-sidebar-link strong {
  overflow: hidden;
  font-size: 11px;
  line-height: 1.35;
  text-overflow: ellipsis;
}
.product-sidebar-link > i {
  color: #9ab2bc;
  font-size: 11px;
}
.product-sidebar-link.is-active > i {
  color: #0b8ba7;
}
/* Ürün Galerisi ve Özet Kartı */
.product-overview-card {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce8ed;
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(5, 57, 79, 0.07);
}

.product-overview-card--gallery-only {
  grid-template-columns: minmax(0, 1fr);
}

.product-overview-card--gallery-only .product-gallery-panel {
  border-right: 0;
}
.product-gallery-panel {
  min-width: 0;
  padding: clamp(20px, 2vw, 28px);
  background: linear-gradient(150deg, #eef7f9, #fbfdfd);
  border-right: 1px solid #e0eaee;
}
.product-gallery-featured {
  position: relative;
  display: grid;
  min-height: 430px;
  overflow: hidden;
  place-items: center;
  padding: 35px;
  background: #fff;
  border: 1px solid #dbe8ec;
  border-radius: 16px;
}
.product-gallery-featured > img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  filter: drop-shadow(0 22px 25px rgba(12, 63, 82, 0.17));
  transition: transform 0.3s ease;
}
.product-gallery-featured:hover > img {
  transform: scale(1.025);
}
.product-gallery-badge,
.product-gallery-zoom {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 11px;
  font-size: 9px;
  font-weight: 800;
  border-radius: 9px;
}
.product-gallery-badge {
  left: 14px;
  bottom: 14px;
  color: #fff;
  background: #073f59;
}
.product-gallery-badge i {
  color: #78e0e4;
}
.product-gallery-zoom {
  top: 14px;
  right: 14px;
  color: #075f78;
  background: rgba(235, 248, 250, 0.94);
  border: 1px solid #cce8ed;
}
.product-gallery-thumbnails {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 9px;
}
.product-gallery-thumbnails > a {
  position: relative;
  display: block;
  height: 92px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9e7eb;
  border-radius: 11px;
}
.product-gallery-thumbnails img {
  width: 100%;
  height: 100%;
  padding: 6px;
  object-fit: contain;
  transition: transform 0.25s ease;
}
.product-gallery-thumbnails > a:hover img {
  transform: scale(1.06);
}
.product-gallery-thumbnails span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 3px 5px;
  color: #fff;
  font-size: 7px;
  font-weight: 800;
  background: rgba(5, 57, 76, 0.78);
  border-radius: 5px;
}
.product-gallery-caption {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 3px 10px;
  padding: 15px 3px 1px;
}
.product-gallery-caption > span {
  grid-column: 1 / -1;
  color: #0a819f;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-gallery-caption strong {
  color: #153f50;
  font-size: 12px;
}
.product-gallery-caption small {
  color: #7c929b;
  font-size: 8px;
}
/* Ürün Açıklamasını Galeri Yüksekliğinden Bağımsız Olarak Üste Hizala */
.product-overview-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(38px, 5vw, 68px);
}
.product-overview-copy > h2 {
  margin: 18px 0 24px;
  color: #103c51;
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1.14;
}
.product-description {
  color: #607984;
  font-size: 14px;
  line-height: 1.85;
}
/* Ürün Özet Metni */
.product-overview-copy .product-detail-summary {
  margin-bottom: 18px;
  line-height: 1.75;
}
/* Ürün Detay İşlem Alanı */
.product-overview-copy .product-detail-actions {
  margin-top: 32px;
}

/* Ürün Teknik Bilgi Paneli */
.product-technical-panel {
  overflow: hidden;
  color: #28385b;
  background: #fff;
  border: 1px solid #dfe4f1;
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(34, 57, 143, 0.07);
}
/* Sabit başlık altında kalan teknik bölüm bağlantısını görünür alanın üstüne taşı. */
.product-section-anchor {
  position: relative;
  top: -125px;
  display: block;
  height: 0;
  visibility: hidden;
}

/* Teknik Bilgiler Başlığı */
.product-technical-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.85fr);
  align-items: end;
  gap: 36px;
  padding: 42px 44px 34px;
  background: linear-gradient(135deg, #f3f5fc 0%, #fff 72%);
  border-bottom: 1px solid #e1e5f0;
}

/* Açıklaması Olmayan Teknik Başlık */
.product-technical-heading--single {
  grid-template-columns: minmax(0, 1fr);
}
.product-technical-heading span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-color);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-technical-heading h2 {
  margin: 9px 0 0;
  color: #1f3154;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.18;
}
.product-technical-heading > p {
  margin: 0;
  color: #687494;
  font-size: 12px;
  line-height: 1.7;
}

/* Teknik Bilgiler İçerik Alanı */
.product-technical-content {
  display: grid;
  gap: 24px;
  padding: 28px;
  background: #fff;
}

/* Teknik Özellikler Tablo Taşıyıcısı */
.product-spec-table-wrap {
  overflow-x: auto;
  border: 1px solid #e0e5f0;
  border-radius: 12px;
}

/* Teknik Özellikler Tablosu */
.product-technical-panel .product-spec-table {
  display: table;
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0;
  background: #fff;
}

/* Teknik Tablo Sütun Başlıkları */
.product-technical-panel .product-spec-table thead th {
  padding: 13px 18px;
  color: #4a587a;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
  background: #f1f3f9;
  border-bottom: 1px solid #dfe4ef;
}

/* Teknik Tablo Satırları */
.product-technical-panel .product-spec-table tbody tr:nth-child(even) {
  background: #fafbfe;
}

.product-technical-panel .product-spec-table tbody tr:hover {
  background: #f4f6fc;
}

/* Teknik Tablo Hücreleri */
.product-technical-panel .product-spec-table tbody th,
.product-technical-panel .product-spec-table tbody td {
  padding: 15px 18px;
  vertical-align: top;
  border-bottom: 1px solid #e8ebf3;
}

.product-technical-panel .product-spec-table tbody tr:last-child th,
.product-technical-panel .product-spec-table tbody tr:last-child td {
  border-bottom: 0;
}

.product-technical-panel .product-spec-table tbody th {
  width: 34%;
  color: #596684;
  font-size: 11px;
  font-weight: 750;
  text-align: left;
}

.product-technical-panel .product-spec-table tbody td {
  color: #1f3154;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.55;
}

/* Kullanım Alanları Kartı */
.product-application-card {
  padding: 26px;
  background: #f5f7fc;
  border: 1px solid #e0e5f0;
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(34, 57, 143, 0.06);
}

/* Kullanım Alanları Başlığı */
.product-application-heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

.product-application-heading > span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  color: #fff;
  font-size: 18px;
  background: var(--theme-color);
  border-radius: 10px;
}
.product-application-card h2 {
  margin: 0 0 7px;
  color: #1f3154;
  font-size: 19px;
}
.product-application-card p {
  margin: 0;
  color: #6b7693;
  font-size: 11px;
  line-height: 1.55;
}
.product-application-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.product-application-card li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-width: 0;
  padding: 11px 12px;
  color: #3c4a6c;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  background: #fff;
  border: 1px solid #e2e6f0;
  border-radius: 8px;
}
.product-application-card li i {
  margin-top: 3px;
  color: var(--theme-color);
  font-size: 9px;
}

/* Kullanım Alanlarını Takip Eden Ürün SSS Paneli */
.product-content-faq-section {
  padding: 30px 34px 34px;
  background: #fff;
  border: 1px solid #dfe4f1;
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(34, 57, 143, 0.07);
}

/* Ürün SSS Başlık Alanı */
.product-content-faq-heading {
  max-width: 720px;
  margin-bottom: 22px;
}

.product-content-faq-heading > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-color);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-content-faq-heading h2 {
  margin: 9px 0 8px;
  color: #1f3154;
  font-size: 26px;
  line-height: 1.25;
}

.product-content-faq-heading p {
  margin: 0;
  color: #6c7793;
  font-size: 12px;
  line-height: 1.7;
}

/* Ürün SSS Akordeon Listesi */
.product-content-faq-list {
  display: grid;
  gap: 9px;
}

.product-content-faq-item {
  overflow: hidden;
  background: #fafbfe;
  border: 1px solid #e0e5f0;
  border-radius: 10px;
}

.product-content-faq-item summary {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  color: #1f3154;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

.product-content-faq-item summary::-webkit-details-marker {
  display: none;
}

.product-content-faq-item summary i {
  flex: 0 0 auto;
  color: var(--theme-color);
  transition: transform 0.2s ease;
}

.product-content-faq-item[open] summary {
  color: var(--theme-color2);
  background: #f1f4fb;
}

.product-content-faq-item[open] summary i {
  transform: rotate(180deg);
}

.product-content-faq-answer {
  padding: 0 18px 17px;
  color: #5f6e8d;
  font-size: 12.5px;
  line-height: 1.75;
  background: #f1f4fb;
}

/* Ürüne Özel YouTube Videoları */
.product-video-section {
  padding: 34px;
  background: #fff;
  border: 1px solid #e0e8eb;
  border-radius: 22px;
  box-shadow: 0 20px 52px rgba(6, 57, 75, 0.08);
}
.product-video-heading {
  max-width: 720px;
  margin-bottom: 25px;
}
.product-video-heading > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d92525;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-video-heading > span i {
  font-size: 17px;
}
.product-video-heading h2 {
  margin: 8px 0;
  color: #113e50;
  font-size: 30px;
}
.product-video-heading p {
  margin: 0;
  color: #6c818a;
  font-size: 12px;
}
.product-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.product-video-card {
  display: grid;
  min-width: 0;
  grid-template-columns: 170px minmax(0, 1fr);
  overflow: hidden;
  color: #173f50;
  background: #f7fafb;
  border: 1px solid #e1eaed;
  border-radius: 15px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.product-video-card:hover {
  color: #0a718e;
  box-shadow: 0 16px 35px rgba(6, 59, 78, 0.12);
  transform: translateY(-3px);
}
.product-video-cover {
  position: relative;
  display: block;
  min-height: 118px;
  overflow: hidden;
  background: #062f40;
}
.product-video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-video-cover i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  font-size: 13px;
  background: #df2424;
  border-radius: 50%;
  box-shadow: 0 9px 22px rgba(223, 36, 36, 0.34);
  transform: translate(-50%, -50%);
}
.product-video-copy {
  display: flex;
  min-width: 0;
  justify-content: center;
  flex-direction: column;
  padding: 17px;
}
.product-video-copy small {
  color: #d92525;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-video-copy strong {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.4;
}
.product-video-copy em {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 6px;
  color: #7c8f97;
  font-size: 9px;
  font-style: normal;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Orta Ekran Ürün Detayı */
@media (max-width: 1199px) {
  .product-detail-layout {
    grid-template-columns: 245px minmax(0, 1fr);
  }
  .product-overview-card {
    grid-template-columns: 1fr;
  }
  .product-gallery-panel {
    border-right: 0;
    border-bottom: 1px solid #e0eaee;
  }
  .product-gallery-featured {
    min-height: 390px;
  }
}

/* Tablet Ürün Detayı ve Yatay Ürün Seçici */
@media (max-width: 991px) {
  .product-detail-layout {
    grid-template-columns: 1fr;
  }
  .product-catalog-sidebar {
    position: static;
  }
  .product-sidebar-heading {
    padding: 20px 22px;
  }
  .product-sidebar-heading p {
    display: none;
  }
  .product-sidebar-list {
    grid-template-columns: repeat(6, minmax(175px, 1fr));
    overflow-x: auto;
    padding-bottom: 13px;
    scrollbar-width: thin;
  }
  .product-sidebar-link {
    min-width: 175px;
  }
  .product-technical-heading {
    grid-template-columns: 1fr;
  }
}

/* Mobil Ürün Detayı */
@media (max-width: 767px) {
  .product-detail-workspace {
    padding: 52px 0 66px;
  }
  .product-detail-layout,
  .product-detail-main {
    gap: 24px;
  }
  .product-catalog-sidebar,
  .product-overview-card,
  .product-technical-panel,
  .product-content-faq-section,
  .product-video-section {
    border-radius: 16px;
  }
  .product-sidebar-heading h2 {
    font-size: 20px;
  }
  .product-gallery-panel {
    padding: 11px;
  }
  .product-gallery-featured {
    min-height: 300px;
    padding: 25px;
  }
  .product-gallery-featured > img {
    height: 250px;
  }
  .product-gallery-thumbnails {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .product-gallery-thumbnails > a {
    height: 72px;
  }
  .product-gallery-caption {
    grid-template-columns: 1fr;
  }
  .product-overview-copy {
    padding: 30px 24px 34px;
  }
  .product-overview-copy > h2 {
    font-size: 28px;
  }
  .product-detail-actions > a {
    width: 100%;
    justify-content: center;
  }
  .product-technical-heading {
    padding: 26px 21px 22px;
  }

  .product-technical-content {
    gap: 14px;
    padding: 14px;
  }

  /* Mobil Teknik Özellik Kartları */
  .product-technical-panel .product-spec-table thead {
    display: none;
  }

  .product-technical-panel .product-spec-table tbody,
  .product-technical-panel .product-spec-table tr,
  .product-technical-panel .product-spec-table th,
  .product-technical-panel .product-spec-table td {
    display: block;
    width: 100%;
  }

  .product-technical-panel .product-spec-table tbody tr {
    padding: 14px 16px;
    border-bottom: 1px solid #e7eaf2;
  }

  .product-technical-panel .product-spec-table tbody tr:last-child {
    border-bottom: 0;
  }

  .product-technical-panel .product-spec-table tbody th,
  .product-technical-panel .product-spec-table tbody td {
    padding: 0;
    border: 0;
  }

  .product-technical-panel .product-spec-table tbody th {
    color: #6c7793;
    font-size: 9px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .product-technical-panel .product-spec-table tbody td {
    margin-top: 5px;
    font-size: 12px;
  }

  .product-application-card {
    padding: 20px 16px;
  }

  .product-application-card ul {
    grid-template-columns: 1fr;
  }
  /* Mobil Ürün SSS Kartı */
  .product-content-faq-section {
    padding: 24px 18px;
  }
  .product-content-faq-heading {
    margin-bottom: 18px;
  }
  .product-content-faq-heading h2 {
    font-size: 22px;
  }
  .product-content-faq-item summary {
    min-height: 56px;
    padding: 15px 16px;
    font-size: 12.5px;
  }
  .product-content-faq-answer {
    padding: 0 16px 16px;
    font-size: 12px;
  }
  .product-video-section {
    padding: 25px 18px;
  }
  .product-video-grid {
    grid-template-columns: 1fr;
  }
  .product-video-card {
    grid-template-columns: 132px minmax(0, 1fr);
  }
}
/* Ferah Projelendirme Bölümü */
.product-process {
  position: relative;
  overflow: hidden;
  padding-block: clamp(72px, 8vw, 108px) !important;
  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(11, 131, 194, 0.11),
      transparent 24%
    ),
    linear-gradient(180deg, #f8fbfd 0%, #eef5f8 100%);
}
.product-process:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(11, 107, 168, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 107, 168, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}
.product-process .container {
  position: relative;
  z-index: 1;
}
.product-process-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 5vw, 70px);
  border: 1px solid rgba(145, 205, 232, 0.2);
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 96% 2%,
      rgba(36, 164, 220, 0.23),
      transparent 28%
    ),
    linear-gradient(135deg, #052f4c 0%, #073e67 56%, #07557e 100%);
  box-shadow: 0 28px 72px rgba(5, 47, 76, 0.14);
}
.product-process-panel:after {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -230px;
  width: 460px;
  height: 460px;
  border: 58px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  pointer-events: none;
}
.product-process-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: end;
}
.product-process-heading {
  max-width: 735px;
}
.product-process-heading .sec-title {
  margin: 13px 0 18px;
  color: #fff;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.13;
}
.product-process-heading .sec-title span {
  color: #7ddcff;
}
.product-process-heading > p {
  max-width: 690px;
  margin: 0;
  color: #bdd5e1;
  font-size: 15px;
  line-height: 1.8;
}
.product-process-promise {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.product-process-promise-icon {
  display: grid;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 10px;
  color: #053a5c;
  background: #7ddcff;
  font-size: 20px;
}
.product-process-promise > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-process-promise small {
  color: #8eb8cc;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.product-process-promise strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.45;
}
.product-timeline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 56px 0 0;
  padding: 0;
  list-style: none;
}
.product-timeline:before {
  content: "";
  position: absolute;
  top: 36px;
  right: 9%;
  left: 9%;
  height: 2px;
  background: linear-gradient(90deg, #38b7e9, #7ddcff 50%, #38b7e9);
  box-shadow: 0 0 18px rgba(125, 220, 255, 0.55);
}
.product-timeline li {
  position: relative;
  min-height: 280px;
  padding: 28px;
  border: 1px solid rgba(218, 237, 245, 0.96);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
  box-shadow: 0 14px 30px rgba(0, 24, 39, 0.11);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
.product-timeline li:hover {
  transform: translateY(-6px);
  border-color: #8dd3ee;
  box-shadow: 0 22px 42px rgba(0, 24, 39, 0.22);
}
.product-process-step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-process-step-head > span {
  position: relative;
  z-index: 2;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #0b83c2, #07557e);
  box-shadow: 0 8px 20px rgba(11, 131, 194, 0.28);
  font-size: 19px;
}
.product-process-step-head > b {
  color: #dcebf1;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}
.product-timeline li > small {
  display: block;
  margin-top: 26px;
  color: #0b83c2;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.product-timeline h3 {
  margin: 7px 0 10px;
  color: #163b54;
  font-size: 21px;
}
.product-timeline p {
  margin: 0;
  color: #607b8b;
  font-size: 12px;
  line-height: 1.7;
}
.product-process-step-check {
  position: absolute;
  right: 19px;
  bottom: 18px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #0b83c2;
  background: #e4f5fb;
  font-size: 9px;
}
.product-process-footer {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding: 25px 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(2, 38, 61, 0.48);
}
.product-process-footer ul {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-process-footer li {
  display: flex;
  gap: 11px;
  align-items: center;
}
.product-process-footer li > i {
  color: #7ddcff;
  font-size: 19px;
}
.product-process-footer li > span {
  display: flex;
  flex-direction: column;
}
.product-process-footer li strong {
  color: #fff;
  font-size: 11px;
}
.product-process-footer li small {
  margin-top: 2px;
  color: #8fb3c5;
  font-size: 9px;
}
.product-process-footer .th-btn2 {
  flex: 0 0 auto;
  white-space: nowrap;
}
/* Ferah İlgili Ürünler Bölümü */
.related-products {
  padding-block: clamp(72px, 8vw, 104px) !important;
  background: #fff;
}
.related-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 26px;
  border: 1px solid #e1ebf0;
  border-radius: 16px;
  background: #fff;
  transition: 0.3s;
}
.related-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 17px 40px rgba(17, 61, 87, 0.1);
}
.related-product-card > span {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 9px;
  background: #f0f7fa;
}
.related-product-card img {
  max-width: 90%;
  max-height: 190px;
  object-fit: contain;
}
.related-product-card small {
  color: #0b83c2;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.related-product-card strong {
  padding-right: 25px;
  margin-top: 6px;
  color: #163b54;
  font-size: 17px;
}
.related-product-card > i {
  position: absolute;
  right: 22px;
  bottom: 24px;
  color: #0b83c2;
}

/* Blog */
.blog-list-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfeaf0;
}
.blog-list-intro span {
  color: #0b78b3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.blog-list-intro p {
  max-width: 720px;
  margin: 0;
  color: #426175;
  font-size: 17px;
  line-height: 1.65;
}
.publication-category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: -10px 0 34px;
}
.publication-category-filter a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  color: #31566c;
  font-size: 12px;
  font-weight: 800;
  background: #f3f8fa;
  border: 1px solid #dce8ee;
  border-radius: 999px;
  transition: 0.2s ease;
}
.publication-category-filter a:hover,
.publication-category-filter a.active {
  color: #fff;
  background: #087cb6;
  border-color: #087cb6;
}
.publication-category-filter a span {
  display: grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  padding: 0 5px;
  color: #467085;
  font-size: 9px;
  background: #fff;
  border-radius: 999px;
}
.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}
.blog-pagination a,
.blog-pagination span {
  display: grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  color: #31566c;
  font-weight: 800;
  background: #f3f8fa;
  border: 1px solid #dce8ee;
  border-radius: 8px;
}
.blog-pagination a:hover,
.blog-pagination a.active {
  color: #fff;
  background: #087cb6;
  border-color: #087cb6;
}
.blog-pagination span {
  border-color: transparent;
  background: transparent;
}
.blog-card-copy small b {
  color: #0b78b3;
  font-weight: 800;
}
.featured-post {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  min-height: 440px;
  overflow: hidden;
  border-radius: 17px;
  background: #073e67;
  box-shadow: 0 25px 65px rgba(12, 56, 83, 0.16);
}
.featured-post-image {
  position: relative;
  overflow: hidden;
}
.featured-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-post-image > span {
  position: absolute;
  left: 25px;
  top: 24px;
  padding: 8px 12px;
  border-radius: 5px;
  background: #fff;
  color: #0b78b3;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.featured-post-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  color: #d4e7f0;
}
.featured-post-copy small {
  display: flex;
  gap: 10px;
  color: #9bc4d7;
}
.featured-post-copy h2 {
  margin: 16px 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
}
.featured-post-copy h2 a {
  color: inherit;
}
.featured-post-copy p {
  color: #c8deea;
  font-size: 14px;
  line-height: 1.75;
}
.featured-post-copy .th-btn2 {
  align-self: flex-start;
  margin-top: 15px;
}
.blog-empty {
  padding: 80px;
  text-align: center;
  border: 1px dashed #cbdce5;
  border-radius: 15px;
}
.blog-empty i {
  color: #0b83c2;
  font-size: 42px;
}
.blog-detail-body-wrap {
  position: relative;
  padding-top: 42px;
  padding-bottom: 95px;
}
.blog-detail-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 28px;
  padding: 24px 28px;
  border: 1px solid #dce9ef;
  border-left: 4px solid #0b83c2;
  border-radius: 10px;
  background: #f7fbfd;
}
.blog-detail-intro > p {
  max-width: 750px;
  margin: 0;
  color: #274c64;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}
.blog-detail-intro > div {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: #678392;
  font-size: 10px;
}
.blog-detail-intro > div span {
  white-space: nowrap;
}
.blog-detail-intro > div i {
  margin-right: 5px;
  color: #0b83c2;
}
.blog-detail-cover {
  height: 520px;
  overflow: hidden;
  margin-bottom: 55px;
  border: 8px solid #fff;
  border-radius: 17px;
  box-shadow: 0 22px 60px rgba(10, 48, 71, 0.17);
}
.blog-detail-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-article-content {
  padding: 10px 30px 0 10px;
}
.blog-article-content > p {
  margin-bottom: 25px;
  color: #48677a;
  font-size: 16px;
  line-height: 1.9;
}
.blog-article-content > p:first-child:first-letter {
  float: left;
  margin: 9px 10px 0 0;
  color: #0b78b3;
  font-size: 62px;
  font-weight: 800;
  line-height: 0.72;
}
.seo-makale h1 {
  margin: 0 0 18px;
  color: #123d57;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
}
.seo-makale .makale-header,
.seo-makale .makale-giris,
.seo-makale section,
.seo-makale .makale-cta {
  margin-bottom: 34px;
}
.seo-makale .makale-ozet {
  color: #315b72;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
.seo-makale .makale-giris p,
.seo-makale section > p,
.seo-makale .sss-item p {
  color: #48677a;
  line-height: 1.9;
}
.seo-makale .kisa-cevap,
.seo-makale .bilgi-kutusu {
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 4px solid #0b83c2;
  border-radius: 9px;
  background: #edf8fc;
}
.seo-makale .kisa-cevap > p,
.seo-makale .bilgi-kutusu > p {
  margin: 8px 0 0;
}
.seo-makale .makale-icindekiler {
  margin: 32px 0 40px;
  padding: 25px 28px;
  border: 1px solid #dce8ee;
  border-radius: 12px;
  background: #f8fbfc;
}
.seo-makale .makale-icindekiler h2 {
  margin-top: 0;
}
.seo-makale .makale-icindekiler ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 26px;
  margin-bottom: 0;
}
.seo-makale .table-responsive {
  width: 100%;
  margin: 28px 0;
  overflow-x: auto;
}
.seo-makale .sss-item {
  margin-bottom: 14px;
  padding: 18px 20px;
  border: 1px solid #e0ebf0;
  border-radius: 9px;
  background: #fff;
}
.seo-makale .sss-item h3 {
  margin-top: 0;
}
.seo-makale .makale-cta {
  padding: 28px;
  border-radius: 12px;
  background: #073e67;
}
.seo-makale .makale-cta h2,
.seo-makale .makale-cta p {
  color: #fff;
}
.seo-makale .makale-cta a {
  color: #75daf7;
}
.blog-article-cta {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 40px;
  padding: 28px;
  border-radius: 12px;
  background: #eaf7fb;
}
.blog-article-cta > i {
  color: #0b78b3;
  font-size: 30px;
}
.blog-article-cta > div {
  flex: 1;
}
.blog-article-cta strong {
  color: #163b54;
}
.blog-article-cta p {
  margin: 5px 0 0;
  font-size: 12px;
}
.blog-sidebar {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 20px;
}
.blog-author-box,
.recent-posts {
  padding: 30px;
  border: 1px solid #dfebf0;
  border-radius: 12px;
  background: #fff;
}
.blog-author-box {
  text-align: center;
}
.blog-author-box > span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: linear-gradient(145deg, #073e67, #0b83c2);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}
.blog-author-box h3 {
  margin-bottom: 3px;
}
.blog-author-box small {
  color: #0b83c2;
  font-size: 10px;
  font-weight: 800;
}
.blog-author-box p {
  margin: 15px 0 0;
  font-size: 12px;
  line-height: 1.7;
}
.recent-posts h3 {
  margin-bottom: 20px;
  font-size: 20px;
}
.recent-posts > a {
  display: flex;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid #e6eef2;
}
.recent-posts > a:last-child {
  border: 0;
}
.recent-posts img {
  flex: 0 0 74px;
  width: 74px;
  height: 61px;
  border-radius: 6px;
  object-fit: cover;
}
.recent-posts span {
  display: flex;
  flex-direction: column;
}
.recent-posts small {
  color: #78909f;
  font-size: 9px;
}
.recent-posts strong {
  color: #183c54;
  font-size: 12px;
  line-height: 1.35;
}

/* Dynamic content pages */
.dynamic-page-section {
  background: #f7fafc;
}
.page-tree-panel {
  position: sticky;
  top: 120px;
  overflow: hidden;
  border: 1px solid #dce8ee;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(17, 61, 87, 0.08);
}
.page-tree-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 20px 22px;
  color: #fff;
  background: linear-gradient(135deg, #073e67, #0b83c2);
  font-size: 14px;
  font-weight: 800;
}
.page-tree-heading i {
  color: #8ce1ff;
}
.page-tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-tree > ul {
  padding: 12px;
}
.page-tree li ul {
  margin: 3px 0 4px 16px;
  padding-left: 11px;
  border-left: 1px solid #d6e6ed;
}
.page-tree a {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 12px;
  border-radius: 7px;
  color: #294c61;
  font-size: 12px;
  font-weight: 700;
  transition: 0.2s ease;
}
.page-tree a i {
  color: #7d9aaa;
  font-size: 10px;
  transition: 0.2s ease;
}
.page-tree a:hover {
  color: #087db9;
  background: #edf8fc;
}
.page-tree .is-current > a {
  color: #fff;
  background: #087db9;
  box-shadow: 0 8px 20px rgba(8, 125, 185, 0.2);
}
.page-tree .is-current > a i {
  color: #fff;
}
.dynamic-page-content {
  min-height: 420px;
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid #e0eaef;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(17, 61, 87, 0.07);
}
.dynamic-page-content .sec-title {
  margin: 13px 0 20px;
}
.dynamic-page-lead {
  margin-bottom: 30px;
  padding: 19px 22px;
  border-left: 4px solid #0b83c2;
  border-radius: 0 8px 8px 0;
  color: #254e65;
  background: #edf8fc;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.75;
}
.dynamic-page-copy p {
  margin-bottom: 20px;
  color: #506f80;
  font-size: 15px;
  line-height: 1.9;
}
.dynamic-child-pages {
  margin-top: 42px;
  padding-top: 32px;
  border-top: 1px solid #e0eaef;
}
.dynamic-child-pages h3 {
  margin-bottom: 18px;
  font-size: 23px;
}
.dynamic-child-pages > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.dynamic-child-pages a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid #dce8ee;
  border-radius: 9px;
  color: #183c54;
  background: #fff;
  transition: 0.25s ease;
}
.dynamic-child-pages a:hover {
  transform: translateY(-2px);
  border-color: #85c8e7;
  box-shadow: 0 12px 26px rgba(17, 61, 87, 0.09);
}
.dynamic-child-pages a > span {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 7px;
  color: #0b83c2;
  background: #eaf7fb;
}
.dynamic-child-pages a strong {
  flex: 1;
  font-size: 13px;
}
.dynamic-child-pages a > i {
  color: #0b83c2;
}

/* Rich content generated by CKEditor */
.rich-text-content,
.dynamic-page-copy,
.blog-article-content {
  overflow-wrap: anywhere;
}
.rich-text-content > :first-child,
.dynamic-page-copy > :first-child,
.blog-article-content > :first-child {
  margin-top: 0;
}
.rich-text-content > :last-child,
.dynamic-page-copy > :last-child,
.blog-article-content > :last-child {
  margin-bottom: 0;
}
.rich-text-content p,
.dynamic-page-copy p,
.blog-article-content > p {
  margin-bottom: 20px;
  line-height: 1.9;
}
.rich-text-content h2,
.rich-text-content h3,
.rich-text-content h4,
.dynamic-page-copy h2,
.dynamic-page-copy h3,
.dynamic-page-copy h4,
.blog-article-content h2,
.blog-article-content h3,
.blog-article-content h4 {
  margin: 1.35em 0 0.55em;
  color: #163b54;
  line-height: 1.25;
}
.rich-text-content ul,
.rich-text-content ol,
.dynamic-page-copy ul,
.dynamic-page-copy ol,
.blog-article-content ul,
.blog-article-content ol {
  margin: 0 0 24px;
  padding-left: 25px;
}
.rich-text-content li,
.dynamic-page-copy li,
.blog-article-content li {
  margin-bottom: 8px;
  color: #506f80;
  line-height: 1.75;
}
.rich-text-content blockquote,
.dynamic-page-copy blockquote,
.blog-article-content blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  border-left: 4px solid #0b83c2;
  border-radius: 0 9px 9px 0;
  color: #254e65;
  background: #edf8fc;
}
.rich-text-content figure.image,
.dynamic-page-copy figure.image,
.blog-article-content figure.image {
  max-width: 100%;
  margin: 30px auto;
}
.rich-text-content figure.image img,
.dynamic-page-copy figure.image img,
.blog-article-content figure.image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
}
.rich-text-content figure.image-style-side,
.dynamic-page-copy figure.image-style-side,
.blog-article-content figure.image-style-side {
  width: min(48%, 420px);
  margin: 8px 0 24px 28px;
  float: right;
}
.rich-text-content figcaption,
.dynamic-page-copy figcaption,
.blog-article-content figcaption {
  padding: 9px 12px;
  color: #78909f;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}
.rich-text-content figure.table,
.dynamic-page-copy figure.table,
.blog-article-content figure.table {
  width: 100%;
  margin: 28px 0;
  overflow-x: auto;
}
.rich-text-content table,
.dynamic-page-copy table,
.blog-article-content table {
  width: 100%;
  border-collapse: collapse;
}
.rich-text-content th,
.rich-text-content td,
.dynamic-page-copy th,
.dynamic-page-copy td,
.blog-article-content th,
.blog-article-content td {
  padding: 11px 13px;
  border: 1px solid #dce8ee;
  color: #35586c;
  text-align: left;
}
.rich-text-content th,
.dynamic-page-copy th,
.blog-article-content th {
  color: #163b54;
  background: #edf8fc;
}
.rich-text-content a,
.dynamic-page-copy a,
.blog-article-content a {
  color: #087db9;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 767px) {
  .rich-text-content figure.image-style-side,
  .dynamic-page-copy figure.image-style-side,
  .blog-article-content figure.image-style-side {
    width: 100%;
    margin: 24px auto;
    float: none;
  }
}

#google_translate_element {
  position: fixed !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
body > .skiptranslate,
.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-te-spinner-pos,
.goog-logo-link {
  display: none !important;
}
body {
  top: 0 !important;
}

@media (max-width: 1199px) {
  .product-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-timeline:before {
    display: none;
  }
  .product-process-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .product-process-promise {
    max-width: 480px;
  }
  .product-process-footer {
    align-items: stretch;
    flex-direction: column;
  }
  .product-process-footer .th-btn2 {
    align-self: flex-start;
  }
}
@media (max-width: 991px) {
  .aksan-site .header-top .col-auto {
    width: 100%;
  }
  .aksan-site .header-top .header-links > ul {
    justify-content: center;
  }
  .aksan-site .header-top .header-links > ul > li:not(.translation-links) {
    display: none;
  }
  .aksan-site .header-top .translation-links {
    justify-content: center;
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
    row-gap: 7px;
  }
  .aksan-site .header-top .header-social-links {
    width: 100%;
    justify-content: center;
    margin: 0;
    padding: 0;
    border-right: 0;
  }
  .aksan-hero {
    height: 560px;
    min-height: 520px;
  }
  .aksan-hero .hero-inner {
    min-height: 0;
  }
  .aksan-hero .hero-style2 {
    padding: 48px 0 62px;
    text-align: left;
  }
  .aksan-hero .hero-actions {
    justify-content: flex-start;
  }
  @supports (height: 100svh) {
    .aksan-hero {
      height: clamp(520px, calc(100svh - 135px), 560px);
    }
  }
  .featured-post {
    grid-template-columns: 1fr;
  }
  .featured-post-image {
    min-height: 380px;
  }
  .blog-detail-intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .blog-detail-cover {
    height: 430px;
  }
  .blog-article-cta {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .aksan-hero {
    height: 520px;
    min-height: 480px;
  }
  .aksan-hero .hero-inner {
    min-height: 0;
  }
  .aksan-hero .hero-style2 {
    padding: 38px 0 54px;
  }
  .aksan-hero .hero-title {
    font-size: clamp(36px, 11vw, 43px);
    margin: 17px 0 18px;
  }
  .aksan-hero .hero-text {
    font-size: 15px;
    line-height: 1.55;
  }
  .aksan-hero .hero-actions {
    margin-top: 21px;
  }
  @supports (height: 100svh) {
    .aksan-hero {
      height: clamp(480px, calc(100svh - 115px), 520px);
    }
  }
  .aksan-hero-overlay {
    background: linear-gradient(
      90deg,
      rgba(2, 27, 46, 0.96),
      rgba(3, 43, 70, 0.72)
    );
  }
  .product-spec-table,
  .product-timeline {
    grid-template-columns: 1fr;
  }
  .product-process-panel {
    padding: 30px 20px;
    border-radius: 18px;
  }
  .product-process-heading .sec-title {
    font-size: 32px;
  }
  .product-process-promise {
    padding: 17px;
  }
  .product-timeline {
    margin-top: 34px;
  }
  .product-timeline li {
    min-height: 245px;
    padding: 22px;
  }
  .product-process-footer {
    padding: 22px 19px;
  }
  .product-process-footer ul {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .product-process-footer .th-btn2 {
    width: 100%;
    justify-content: center;
  }
  .inner-page-hero {
    height: 350px;
    min-height: 350px;
    border-radius: 0 0 12px 12px;
  }
  .inner-page-hero-content {
    padding-bottom: 22px;
  }
  .inner-page-hero h1,
  .inner-page-hero .article-display-title {
    max-width: 100%;
    font-size: clamp(30px, 9vw, 39px);
    line-height: 1.06;
  }
  .inner-page-breadcrumb {
    margin-bottom: 12px;
    padding: 7px 10px;
  }
  .inner-page-breadcrumb span {
    max-width: calc(100vw - 150px);
  }
  .product-detail-image {
    min-height: 410px;
    padding: 28px;
  }
  .application-card {
    padding: 30px 25px;
  }
  .featured-post-image {
    min-height: 280px;
  }
  .featured-post-copy {
    padding: 32px 25px;
  }
  .featured-post-copy h2 {
    font-size: 27px;
  }
  .blog-list-intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .blog-list-intro p {
    font-size: 15px;
  }
  .faq-page-intro {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .faq-page-card {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px;
    padding: 22px 20px;
  }
  .faq-page-number {
    width: 46px;
    height: 46px;
  }
  .faq-page-answer h2 {
    font-size: 18px;
  }
  .faq-page-contact {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 22px;
  }
  .faq-page-contact > span {
    width: 52px;
    height: 52px;
  }
  .faq-page-contact .th-btn2 {
    grid-column: 1 / -1;
    justify-content: center;
  }
  .blog-detail-body-wrap {
    padding-top: 28px;
  }
  .blog-detail-intro {
    padding: 20px;
  }
  .blog-detail-intro > p {
    font-size: 14px;
  }
  .blog-detail-cover {
    height: 300px;
  }
  .blog-article-content {
    padding: 0;
  }
  .seo-makale .makale-icindekiler ul {
    grid-template-columns: 1fr;
  }
  .dynamic-page-content {
    padding: 27px 22px;
  }
  .dynamic-child-pages > div {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .inner-page-hero {
    height: 390px;
    min-height: 390px;
  }
  .inner-page-hero-content {
    padding-bottom: 32px;
  }
}

/* Responsive application experience */
html {
  overflow-x: clip;
  scroll-behavior: smooth;
}
.aksan-site {
  min-width: 320px;
  overflow-x: clip;
}
.aksan-site img,
.aksan-site video,
.aksan-site iframe {
  max-width: 100%;
}
.mobile-header-actions {
  align-items: center;
  gap: 9px;
}
.mobile-header-call {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #087db9;
  border: 1px solid #d7e8f0;
  border-radius: 14px;
  background: #f2f9fc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.mobile-header-call:hover,
.mobile-header-call:focus-visible {
  color: #fff;
  background: #087db9;
}
.mobile-app-nav {
  display: none;
}

@media (min-width: 992px) and (max-width: 1300px) {
  .aksan-site .header-top {
    min-height: 44px;
    padding: 7px 0;
  }
  .aksan-site .header-top .row {
    flex-wrap: nowrap;
    gap: 14px;
  }
  .aksan-site .header-top .row > .col-auto:first-child {
    display: block !important;
    min-width: 0;
    flex: 1 1 auto;
  }
  .aksan-site .header-top .row > .col-auto:last-child {
    width: auto;
    flex: 0 0 auto;
  }
  .aksan-site .header-top .header-links > ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  .aksan-site .header-top .row > .col-auto:last-child .header-links > ul {
    justify-content: flex-end;
  }
  .aksan-site .header-top .header-links li {
    min-width: 0;
    font-size: 11px;
    white-space: nowrap;
  }
  .aksan-site .header-top .header-links li:not(:last-child) {
    margin-right: 18px;
  }
  .aksan-site .header-top .header-links li:not(:last-child):after {
    right: -10px;
  }
  .aksan-site
    .header-top
    .row
    > .col-auto:first-child
    .header-links
    li:first-child {
    max-width: clamp(175px, 20vw, 250px);
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .aksan-site .header-top .translation-links {
    gap: 3px;
    margin-left: 0;
  }
  .aksan-site .header-top .translation-links .lang-select {
    width: 26px;
    height: 23px;
    padding: 3px;
  }
  .aksan-site .header-top .translation-links img {
    width: 18px;
    height: 12px;
  }
  .aksan-site .header-logo img {
    width: 170px;
    max-height: 50px;
  }
  .aksan-site .header-logo {
    padding: 7px 0;
  }
  .aksan-site .menu-area {
    min-height: 78px;
  }
  .aksan-site .menu-area > .row {
    grid-template-columns: minmax(175px, 1fr) auto minmax(175px, 1fr);
  }
  .aksan-site .menu-area > .row > .col-auto.d-none.d-xl-block {
    display: block !important;
  }
  .aksan-site .main-menu > ul > li {
    margin: 0 5px;
  }
  .aksan-site .main-menu > ul > li > a {
    padding: 28px 0;
    font-size: 12px;
    letter-spacing: -0.015em;
  }
  .aksan-site .main-menu > ul > li > a:after {
    bottom: 19px;
  }
  .aksan-site .header-call {
    gap: 8px;
    font-size: 13px;
  }
  .aksan-site .header-call .icon-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .aksan-site .header-call small {
    margin-bottom: 3px;
    font-size: 8px;
    letter-spacing: 0.08em;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .aksan-site .container {
    max-width: calc(100% - 48px);
  }
  .quality-trust-copy {
    padding-inline: 32px;
  }
  .quality-trust-body {
    padding-inline: 28px;
  }
}

@media (max-width: 991.98px) {
  body:has(.th-menu-wrapper.th-body-visible) {
    overflow: hidden;
  }
  .aksan-site {
    background: #f7fafc;
  }
  .aksan-site .aksan-header,
  .aksan-site.aksan-home-page .aksan-header {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .aksan-site .header-top {
    display: none;
  }
  .aksan-site .sticky-wrapper,
  .aksan-site .sticky-wrapper.sticky {
    position: static;
    inset: auto;
    padding-top: env(safe-area-inset-top);
    color: #173b55;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(15, 74, 106, 0.1);
    box-shadow: 0 8px 30px rgba(7, 47, 73, 0.08);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    animation: none;
    filter: none;
  }
  .aksan-site .sticky-wrapper.sticky .menu-area {
    min-height: 72px;
  }
  .aksan-site .sticky-wrapper .container {
    width: 100%;
    max-width: none;
    padding-right: 16px;
    padding-left: 16px;
  }
  .aksan-site .menu-area {
    width: 100%;
    min-height: 72px;
    padding: 0;
  }
  .aksan-site .menu-area:before,
  .aksan-site .menu-area:after {
    display: none;
  }
  .aksan-site .menu-area > .row {
    width: 100%;
    min-height: 72px;
    margin: 0;
    flex-wrap: nowrap;
  }
  .aksan-site .menu-area > .row > div {
    padding: 0;
  }
  .aksan-site .menu-area > .row > div:first-child {
    min-width: 0;
  }
  .aksan-site .header-logo {
    padding: 7px 0;
  }
  .aksan-site .header-logo img {
    display: block;
    width: clamp(145px, 25vw, 176px);
    max-height: 48px;
  }
  .aksan-site .th-menu-toggle {
    width: 46px;
    height: 46px;
    color: #fff;
    border-radius: 14px;
    background: linear-gradient(145deg, #0b88c7, #066b9f);
    box-shadow: 0 9px 22px rgba(7, 112, 165, 0.22);
  }
  .aksan-site .th-menu-toggle:hover,
  .aksan-site .th-menu-toggle:focus-visible {
    color: #fff;
    background: #052f4c;
  }

  .th-menu-wrapper {
    background: rgba(2, 23, 37, 0.66);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .th-menu-wrapper .th-menu-area {
    width: min(88vw, 360px);
    max-width: 360px;
    overflow: hidden;
    border: 0;
    border-radius: 0 28px 28px 0;
    background:
      radial-gradient(
        circle at 0 0,
        rgba(105, 205, 242, 0.18),
        transparent 34%
      ),
      #f8fbfd;
    box-shadow: 24px 0 80px rgba(1, 21, 34, 0.28);
  }
  .th-menu-wrapper .mobile-logo {
    padding: calc(26px + env(safe-area-inset-top)) 26px 22px;
    text-align: left;
    background: transparent;
    border-bottom: 1px solid #dfebf0;
  }
  .th-menu-wrapper .mobile-logo img {
    width: 176px;
    max-height: 52px;
  }
  .th-menu-wrapper .th-menu-toggle {
    top: calc(25px + env(safe-area-inset-top));
    right: 18px;
    width: 38px;
    height: 38px;
    color: #0a6f9f;
    line-height: 38px;
    border: 1px solid #d8e8ef;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(12, 63, 89, 0.1);
  }
  .th-mobile-menu {
    max-height: calc(100dvh - 250px);
    margin-top: 14px;
    padding-bottom: 10px;
    overscroll-behavior: contain;
  }
  .th-mobile-menu > ul {
    padding: 0 20px;
  }
  .th-mobile-menu ul li {
    border-color: #dfebf0;
  }
  .th-mobile-menu ul li a {
    padding: 14px 40px 14px 40px;
    color: #244b61;
    font-size: 15px;
    font-weight: 750;
    border-radius: 12px;
  }
  .th-mobile-menu ul li a:before {
    top: 14px;
    left: 14px;
    color: #6b8a9a;
  }
  .th-mobile-menu ul li.active-menu > a {
    color: #087db9;
    background: #eaf7fc;
  }
  .mobile-language-list {
    margin: 16px 20px 0;
    padding-top: 16px;
    border-top: 1px solid #dfebf0;
  }
  .mobile-call {
    width: calc(100% - 40px);
    min-height: 48px;
    justify-content: center;
    margin: 17px 20px 0;
    border-radius: 14px;
    background: linear-gradient(145deg, #0b88c7, #066b9f);
    box-shadow: 0 12px 28px rgba(7, 112, 165, 0.22);
  }

  .aksan-site main {
    background: #fff;
  }
  .aksan-site main > section:not(.aksan-hero) {
    content-visibility: auto;
    contain-intrinsic-size: auto 720px;
  }
  .aksan-site .sec-title {
    font-size: clamp(34px, 5.6vw, 46px);
    line-height: 1.08;
  }
  .aksan-site .sub-title {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .aksan-site .th-btn2,
  .aksan-site .th-btn {
    min-height: 48px;
  }
  .aksan-site .aksan-hero {
    height: clamp(570px, calc(100svh - 72px), 660px);
    min-height: 570px;
    border-radius: 0 0 28px 28px;
    box-shadow: 0 22px 55px rgba(4, 43, 68, 0.2);
  }
  .aksan-site .aksan-hero .hero-inner {
    min-height: 0;
    background-position: 62% center;
  }
  .aksan-site .aksan-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(2, 24, 40, 0.34) 0%,
        rgba(2, 31, 51, 0.56) 38%,
        rgba(2, 25, 42, 0.96) 100%
      ),
      linear-gradient(90deg, rgba(2, 27, 46, 0.74), rgba(3, 43, 70, 0.12));
  }
  .aksan-site .aksan-hero-bg .container {
    width: 100%;
    max-width: none;
    align-items: flex-end;
    padding-right: clamp(24px, 6vw, 54px);
    padding-left: clamp(24px, 6vw, 54px);
  }
  .aksan-site .aksan-hero .hero-style2 {
    max-width: 650px;
    padding: 70px 0 88px;
  }
  .aksan-site .aksan-hero .hero-title {
    font-size: clamp(43px, 7.3vw, 61px);
  }
  .aksan-site .aksan-hero .slider-arrow {
    --icon-size: 46px;
    --pos-x: clamp(18px, 3vw, 28px);
    top: 40%;
    display: grid;
  }
  .aksan-site .aksan-hero-pagination {
    bottom: 30px !important;
  }
  .inner-page-hero {
    height: auto;
    min-height: 280px;
    border-radius: 0 0 24px 24px;
  }
  .inner-page-hero-content {
    padding-bottom: 25px;
  }
  .quality-trust-panel,
  .aksan-blog-card,
  .catalog-card,
  .contact-shell,
  .dynamic-page-content,
  .product-process-panel {
    border-radius: 22px;
  }
  .quality-trust-panel {
    box-shadow: 0 18px 50px rgba(12, 52, 76, 0.12);
  }
  .aksan-about {
    padding-top: 78px;
  }
  .aksan-about-visual {
    border-radius: 24px;
  }
  .aksan-product-card,
  .aksan-blog-card,
  .process-step,
  .application-card,
  .public-document-card {
    box-shadow: 0 15px 38px rgba(17, 61, 87, 0.09);
  }
  .aksan-footer {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .aksan-site {
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }
  .aksan-site .sticky-wrapper .container {
    padding-right: 14px;
    padding-left: 14px;
  }
  .aksan-site .header-logo img {
    width: clamp(142px, 43vw, 170px);
  }
  .mobile-header-actions {
    gap: 7px;
  }
  .mobile-header-call,
  .aksan-site .th-menu-toggle {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }
  .mobile-app-nav {
    position: fixed;
    right: 10px;
    bottom: max(9px, env(safe-area-inset-bottom));
    left: 10px;
    z-index: 9990;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    height: 70px;
    max-width: 520px;
    margin: 0 auto;
    padding: 7px 5px;
    border: 1px solid rgba(16, 69, 98, 0.13);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 50px rgba(3, 33, 51, 0.22);
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
  }
  .mobile-app-nav > a {
    position: relative;
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    color: #718a99;
    font-size: 10px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: -0.01em;
    border-radius: 16px;
  }
  .mobile-app-nav > a i {
    font-size: 18px;
    line-height: 1;
  }
  .mobile-app-nav > a.is-active {
    color: #087db9;
    background: #edf8fc;
  }
  .mobile-app-nav > a.is-active:before {
    position: absolute;
    top: -7px;
    width: 22px;
    height: 3px;
    border-radius: 0 0 5px 5px;
    background: #0b83c2;
    content: "";
  }
  .mobile-app-nav > .mobile-app-call {
    width: 58px;
    height: 58px;
    align-self: end;
    justify-self: center;
    margin-bottom: 6px;
    color: #fff;
    border: 4px solid rgba(255, 255, 255, 0.96);
    border-radius: 50%;
    background: linear-gradient(145deg, #12a1dd, #0873aa);
    box-shadow: 0 10px 26px rgba(8, 119, 174, 0.34);
  }
  .mobile-app-nav > .mobile-app-call i {
    font-size: 19px;
  }
  .mobile-app-nav > .mobile-app-call span {
    font-size: 9px;
  }
  .mobile-app-nav > .mobile-app-call:before {
    display: none;
  }

  /* Mobil Slider Görsel ve İçerik Kartı */
  .aksan-site .aksan-hero {
    height: calc(58.2vw + 225px);
    min-height: 0;
    border-radius: 0 0 24px 24px;
    background: #031f35 !important;
    box-shadow: 0 20px 48px rgba(3, 36, 57, 0.22);
  }
  .aksan-site .aksan-hero .hero-inner {
    background-color: #031f35;
    background-position: center top;
    background-size: auto 58.2vw;
  }
  /* Yönetilen Mobil Slider Görseli */
  .aksan-site .aksan-hero .hero-inner.has-mobile-slider-image {
    background-image: var(--mobile-slider-image) !important;
    background-size: 100% auto;
  }
  .aksan-site .aksan-hero > .th-slider,
  .aksan-site .aksan-hero .swiper-wrapper,
  .aksan-site .aksan-hero .swiper-slide,
  .aksan-site .aksan-hero .hero-inner {
    height: 100%;
  }
  .aksan-site .aksan-hero .swiper-slide {
    overflow: hidden;
    border-radius: 0 0 24px 24px;
  }
  /* Mobil Slider Geçiş Butonları */
  .aksan-site .aksan-hero .slider-arrow {
    --icon-size: 44px;
    --pos-x: 12px;
    top: 29.1vw;
    background: rgba(3, 38, 62, 0.78);
    border-color: rgba(255, 255, 255, 0.42);
    box-shadow: 0 10px 28px rgba(1, 18, 31, 0.28);
  }
  /* Mobil Slider İçerik Zemini */
  .aksan-site .aksan-hero-overlay {
    top: 58.2vw;
    border-top: 1px solid rgba(149, 218, 244, 0.2);
    background: linear-gradient(180deg, #06304c 0%, #031f35 100%);
  }
  /* Mobil Slider Metin Alanı */
  .aksan-site .aksan-hero-bg .container {
    align-items: flex-start;
    padding-right: 22px;
    padding-top: calc(58.2vw + 24px);
    padding-bottom: 42px;
    padding-left: 22px;
  }
  .aksan-site .aksan-hero .hero-style2 {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  /* Mobil Slider Sıra Sayacı */
  .aksan-mobile-slide-count {
    position: absolute;
    top: 4px;
    right: 0;
    display: flex;
    height: 24px;
    align-items: center;
    gap: 6px;
    color: rgba(222, 242, 250, 0.65);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
  }
  .aksan-mobile-slide-count strong {
    color: #fff;
    font-size: 12px;
  }
  .aksan-mobile-slide-count i {
    width: 16px;
    height: 1px;
    background: rgba(188, 225, 239, 0.42);
  }
  /* Mobil Slider Başlık ve Açıklaması */
  .aksan-site .aksan-hero-kicker {
    max-width: calc(100% - 70px);
    padding: 7px 10px;
    overflow: hidden;
    font-size: 9px;
    line-height: 1.35;
    letter-spacing: 0.06em;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(72, 177, 217, 0.13);
  }
  .aksan-site .aksan-hero .hero-title {
    margin: 14px 0 11px;
    font-size: 30px;
    line-height: 1.02;
    letter-spacing: -0.04em;
    text-wrap: balance;
  }
  .aksan-site .aksan-hero .hero-title .title2 {
    margin-top: 5px;
    color: #75d9ff;
  }
  /* Mobil Slider Açıklaması */
  .aksan-site .aksan-hero .hero-text {
    display: none;
  }
  /* Mobil Slider Çağrı Butonu */
  .aksan-site .aksan-hero .hero-actions {
    width: 100%;
    margin-top: 16px;
  }
  .aksan-site .aksan-hero .hero-actions .th-btn2 {
    display: flex;
    min-height: 50px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px 5px 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    border: 1px solid rgba(124, 218, 255, 0.2);
    border-radius: 15px;
    background: linear-gradient(135deg, #0c91cd, #0873ad);
    box-shadow: 0 13px 26px rgba(1, 19, 31, 0.28);
  }
  .aksan-site .aksan-hero .hero-actions .th-btn2:before,
  .aksan-site .aksan-hero .hero-actions .th-btn2:hover:before {
    top: 5px;
    right: 5px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    clip-path: none;
  }
  .aksan-site .aksan-hero .hero-actions .th-btn2 i,
  .aksan-site .aksan-hero .hero-actions .th-btn2:hover i {
    position: relative;
    z-index: 1;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    margin-left: auto;
    color: #075982;
  }
  .aksan-site .aksan-hero .hero-actions .th-btn2:hover {
    padding-right: 5px;
    color: #fff;
    background: linear-gradient(135deg, #087eb7, #075e8d);
  }
  .aksan-site .aksan-hero-phone {
    display: none;
  }
  .aksan-site .aksan-hero [data-ani] {
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
    transform: none !important;
  }
  /* Mobil Slider Sayfa Göstergesi */
  .aksan-site .aksan-hero-pagination {
    bottom: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }
  .aksan-site .aksan-hero-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 !important;
    opacity: 0.5;
    border-radius: 999px;
    background: #d7edf6;
    transition:
      width 0.25s ease,
      opacity 0.25s ease,
      background-color 0.25s ease;
  }
  .aksan-site .aksan-hero-pagination .swiper-pagination-bullet-active {
    width: 34px;
    opacity: 1;
    background: #56c7f2;
  }
  .inner-page-hero {
    height: auto;
    min-height: 240px;
    border-radius: 0 0 20px 20px;
    background-position: center 42%;
  }
  .inner-page-hero-content {
    padding-bottom: 20px;
  }
  .inner-page-breadcrumb {
    gap: 7px;
    margin-bottom: 7px;
    font-size: 9px;
  }
  .inner-page-breadcrumb span {
    max-width: min(48vw, 180px);
  }
  .inner-page-hero-kicker {
    gap: 6px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }
  .inner-page-hero h1 {
    margin-top: 6px;
    font-size: clamp(28px, 8.5vw, 35px);
    line-height: 1.04;
  }
  .aksan-site .sec-title {
    font-size: clamp(30px, 9vw, 38px);
  }
  .aksan-site .title-area {
    margin-bottom: 28px;
  }
  .aksan-site .py-5 {
    padding-top: 66px !important;
    padding-bottom: 66px !important;
  }

  .quality-trust-panel {
    width: 100%;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
    border: 0;
    border-radius: 22px;
    background: transparent;
    box-shadow: none;
  }
  .quality-trust-copy {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 28px 23px;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(4, 50, 78, 0.17);
  }
  .quality-trust-copy h2 {
    font-size: 28px;
  }
  .quality-trust-body {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 28px 0 0;
  }
  .quality-mark-grid {
    display: grid;
    width: 100%;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .quality-mark-card {
    display: grid;
    width: 100%;
    min-width: 0;
    min-height: 94px;
    grid-template-columns: 108px minmax(0, 1fr);
    flex: none;
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(17, 61, 87, 0.08);
  }
  .quality-mark-visual {
    min-height: 94px;
    padding: 14px;
  }
  .quality-mark-visual img {
    max-width: 88px;
    max-height: 58px;
  }
  .quality-mark-card > div:last-child {
    justify-content: center;
    padding: 14px 16px;
    border-top: 0;
    border-left: 1px solid #e5edf1;
  }
  .quality-mark-card strong {
    font-size: 13px;
  }
  .quality-mark-card small {
    font-size: 9px;
    line-height: 1.45;
  }
  .quality-sector-grid {
    width: 100%;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 11px;
  }
  .quality-sector-card {
    min-height: 78px;
    border-radius: 17px;
  }

  .aksan-about {
    padding-top: 58px !important;
  }
  .aksan-about-visual {
    min-height: 315px;
  }
  .about-main-img {
    border-radius: 24px;
  }
  .about-badge {
    left: 16px;
    right: auto;
    bottom: 16px;
    width: auto;
    max-width: calc(100% - 32px);
    height: auto;
    min-height: 66px;
    padding: 10px 16px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 13px;
    border: 3px solid rgba(255, 255, 255, 0.96);
    border-radius: 18px 18px 18px 6px;
    background: linear-gradient(135deg, #0b86c3, #075f95);
    text-align: left;
    box-shadow: 0 14px 32px rgba(6, 75, 113, 0.3);
  }
  .about-badge strong {
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.04em;
    white-space: nowrap;
  }
  .about-badge span {
    width: auto;
    max-width: 118px;
    margin: 0;
    padding-left: 13px;
    border-left: 1px solid rgba(255, 255, 255, 0.38);
    font-size: 10px;
    line-height: 1.25;
  }
  .aksan-site .checklist.list-two-column ul {
    grid-template-columns: 1fr;
  }
  .aksan-site .btn-group {
    width: 100%;
  }
  .aksan-site .btn-group .th-btn2 {
    flex: 1 1 100%;
    justify-content: center;
  }

  .aksan-product-section > .container > .row.gy-4,
  .aksan-home-blog > .container > .row.gy-4 {
    display: flex;
    margin-right: -12px;
    margin-left: -12px;
    padding: 6px 12px 24px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-padding-inline: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .aksan-product-section > .container > .row.gy-4::-webkit-scrollbar,
  .aksan-home-blog > .container > .row.gy-4::-webkit-scrollbar {
    display: none;
  }
  .aksan-product-section > .container > .row.gy-4 > [class*="col-"],
  .aksan-home-blog > .container > .row.gy-4 > [class*="col-"] {
    width: min(84vw, 330px);
    max-width: min(84vw, 330px);
    padding-right: 7px;
    padding-left: 7px;
    flex: 0 0 min(84vw, 330px);
    scroll-snap-align: start;
  }
  .aksan-product-card,
  .aksan-blog-card {
    height: 100%;
    border-radius: 20px;
  }
  .aksan-product-card:hover,
  .aksan-blog-card:hover {
    transform: none;
  }

  .process-grid {
    display: grid;
    margin-inline: -12px;
    padding: 5px 12px 20px;
    grid-template-columns: none;
    grid-auto-columns: min(82vw, 310px);
    grid-auto-flow: column;
    overflow-x: auto;
    scroll-padding-inline: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .process-grid::-webkit-scrollbar {
    display: none;
  }
  .process-step {
    min-height: 245px;
    scroll-snap-align: start;
    border-radius: 20px;
  }
  .cta-inner {
    gap: 28px;
    padding: 30px 24px;
    border-radius: 22px;
  }
  .cta-actions,
  .cta-actions .th-btn2,
  .cta-actions .cta-phone {
    width: 100%;
  }
  .cta-actions .th-btn2,
  .cta-actions .cta-phone {
    justify-content: center;
  }

  .aksan-footer .widget-area {
    padding-top: 64px;
    padding-bottom: 34px;
  }
  .aksan-footer .footer-contact-area {
    display: none;
  }
  .aksan-footer .copyright-wrap {
    padding-bottom: 18px;
  }
  .aksan-footer .copyright-text,
  .aksan-footer .footer-links {
    text-align: center;
  }
  .aksan-footer .footer-links ul {
    justify-content: center;
  }
  .cookie-consent {
    right: 10px;
    bottom: calc(91px + env(safe-area-inset-bottom));
    left: 10px;
    max-height: calc(100dvh - 120px);
    overflow-y: auto;
    border-radius: 20px;
  }
  .site-toast {
    bottom: calc(94px + env(safe-area-inset-bottom));
  }
  .scroll-top {
    right: 15px;
    bottom: calc(94px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 420px) {
  .aksan-site .header-logo img {
    width: 145px;
  }
  .mobile-header-call,
  .aksan-site .th-menu-toggle {
    width: 42px;
    height: 42px;
  }
  .aksan-site .aksan-hero {
    min-height: 0;
  }
  /* Dar Ekran Slider Geçiş Butonları */
  .aksan-site .aksan-hero .slider-arrow {
    --icon-size: 44px;
    --pos-x: 10px;
    top: 29.1vw;
  }
  .aksan-site .aksan-hero-bg .container {
    padding-right: 18px;
    padding-left: 18px;
  }
  .aksan-site .aksan-hero .hero-title {
    font-size: 30px;
  }
  .inner-page-hero {
    min-height: 220px;
  }
  .inner-page-hero-content {
    padding-bottom: 17px;
  }
  .mobile-app-nav > a {
    font-size: 9px;
  }
}

@media (max-width: 359px) {
  .mobile-header-call {
    display: none;
  }
  .mobile-app-nav > a span {
    font-size: 8px;
  }
  .aksan-site .aksan-hero .hero-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) and (max-height: 760px) {
  /* Kısa Ekran Slider Göstergesi */
  .aksan-site .aksan-hero-pagination {
    display: none;
  }
}

@media (hover: none) {
  .aksan-product-card:hover,
  .aksan-blog-card:hover,
  .quality-mark-card:hover {
    transform: none;
  }
}

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

/* Sector tools: quote wizard, technical center and service portal */
.header-button {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}
.header-quote-button {
  display: inline-flex;
  min-height: 48px;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  background: #0d6f86;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(13, 111, 134, 0.18);
}
.header-quote-button:hover {
  color: #fff;
  background: #085a70;
}
.header-button .header-call,
.header-button .header-call > span:last-child {
  flex: 0 0 auto;
  white-space: nowrap;
}
.mobile-quote-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 18px 8px 0;
  padding: 12px 16px;
  color: #fff;
  font-weight: 800;
  background: #0d6f86;
  border-radius: 12px;
}
.footer-service-link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #dcebf0;
  font-size: 13px;
  font-weight: 700;
}
.footer-service-link:hover {
  color: #fff;
}

.quote-hero .inner-page-hero-content > p {
  max-width: 770px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.65;
}
.quote-complete-wrap {
  position: relative;
  z-index: 3;
  margin: -42px 0 0;
}
.quote-complete {
  display: grid;
  min-height: 128px;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 24px 28px;
  color: #eaf7f2;
  background: linear-gradient(135deg, #0a5648, #0b8068);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  box-shadow: 0 22px 55px rgba(4, 54, 47, 0.2);
}
.quote-complete > span {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: #0a604f;
  font-size: 25px;
  background: #d8fff1;
  border-radius: 18px;
}
.quote-complete small {
  color: #9edfcf;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.quote-complete h2 {
  margin: 4px 0;
  color: #fff;
  font-size: 25px;
}
.quote-complete p {
  margin: 0;
  color: #c8e9e1;
  font-size: 13px;
}
.quote-complete > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
}
.quote-section {
  background: linear-gradient(180deg, #f7fafb, #fff 62%);
}
.quote-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: end;
  gap: 40px;
  margin-bottom: 34px;
}
.quote-intro .sec-title {
  max-width: 740px;
  margin-bottom: 0;
}
.quote-intro > p {
  margin: 0 0 6px;
  padding: 15px 17px;
  color: #536472;
  font-size: 13px;
  line-height: 1.65;
  background: #edf6f7;
  border-left: 3px solid #0d6f86;
  border-radius: 0 12px 12px 0;
}
.quote-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 20px;
  padding: 0;
  overflow: hidden;
  background: #dbe5e8;
  border: 1px solid #dbe5e8;
  border-radius: 16px;
  list-style: none;
}
.quote-progress li {
  position: relative;
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  color: #7c8b94;
  background: #f7fafb;
}
.quote-progress li::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  background: transparent;
}
.quote-progress li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #82919a;
  font-size: 12px;
  font-weight: 900;
  background: #e9eef0;
  border-radius: 10px;
}
.quote-progress li > div {
  display: flex;
  flex-direction: column;
}
.quote-progress strong {
  color: #52616a;
  font-size: 13px;
}
.quote-progress small {
  margin-top: 2px;
  font-size: 10px;
}
.quote-progress li.is-active {
  color: #0d6f86;
  background: #fff;
}
.quote-progress li.is-active::after {
  background: #0d6f86;
}
.quote-progress li.is-active > span {
  color: #fff;
  background: #0d6f86;
}
.quote-progress li.is-complete > span {
  color: #fff;
  background: #2d987d;
}
.quote-progress li.is-complete > span::before {
  content: "✓";
}
.quote-progress li.is-complete > span {
  font-size: 0;
}
.quote-progress li.is-complete > span::before {
  font-size: 12px;
}
.quote-wizard-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 22px;
}
.quote-form-card {
  min-width: 0;
  background: #fff;
  border: 1px solid #e1e8ea;
  border-radius: 22px;
  box-shadow: 0 18px 60px rgba(18, 56, 70, 0.08);
}
.quote-step {
  padding: 30px;
}
.quote-step[hidden],
.quote-conditional[hidden] {
  display: none !important;
}
.quote-step-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}
.quote-step-heading > span {
  color: #cbd6da;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.06em;
}
.quote-step-heading > div {
  display: flex;
  flex-direction: column;
}
.quote-step-heading small {
  color: #0d6f86;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.quote-step-heading h3 {
  margin: 4px 0 0;
  color: #153544;
  font-size: 23px;
  line-height: 1.25;
}
.solution-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.solution-choice {
  display: block;
  margin: 0;
  cursor: pointer;
}
.solution-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.solution-choice > span {
  position: relative;
  display: grid;
  min-height: 150px;
  grid-template-columns: 44px minmax(0, 1fr);
  align-content: center;
  gap: 4px 12px;
  padding: 20px;
  background: #f8fafb;
  border: 1px solid #e3eaec;
  border-radius: 16px;
  transition: 0.18s ease;
}
.solution-choice > span > i {
  display: grid;
  width: 44px;
  height: 44px;
  grid-row: 1/3;
  place-items: center;
  color: #0d6f86;
  font-size: 19px;
  background: #e7f3f5;
  border-radius: 12px;
}
.solution-choice strong {
  align-self: end;
  color: #183746;
  font-size: 15px;
}
.solution-choice small {
  align-self: start;
  color: #778891;
  font-size: 11px;
  line-height: 1.5;
}
.solution-choice b {
  position: absolute;
  top: 13px;
  right: 13px;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  color: transparent;
  font-size: 9px;
  background: #fff;
  border: 1px solid #d9e2e5;
  border-radius: 50%;
}
.solution-choice input:checked + span {
  background: #f0f8f9;
  border-color: #4aa1b0;
  box-shadow: 0 0 0 3px rgba(13, 111, 134, 0.08);
}
.solution-choice input:checked + span b {
  color: #fff;
  background: #0d6f86;
  border-color: #0d6f86;
}
.solution-choice input:focus-visible + span {
  outline: 3px solid rgba(13, 111, 134, 0.25);
  outline-offset: 2px;
}
.quote-prefill-note {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 14px;
  padding: 12px 14px;
  color: #4a6470;
  font-size: 12px;
  background: #eef7f4;
  border-radius: 11px;
}
.quote-prefill-note > i {
  color: #21846d;
}
.quote-prefill-note strong {
  color: #155c4c;
}
.quote-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.quote-field-grid label,
.quote-common-fields > label,
.service-request-card form label {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 7px;
  margin: 0;
  color: #294654;
  font-size: 12px;
  font-weight: 750;
}
.quote-field-grid .span-2 {
  grid-column: 1/-1;
}
.quote-field-grid input,
.quote-field-grid select,
.quote-field-grid textarea,
.service-request-card select,
.service-request-card textarea {
  width: 100%;
  min-height: 50px;
  padding: 11px 14px;
  color: #223d4b;
  font-size: 13px;
  background: #f8fafb;
  border: 1px solid #dce5e8;
  border-radius: 11px;
  outline: 0;
}
.quote-field-grid textarea,
.service-request-card textarea {
  min-height: 112px;
  resize: vertical;
}
.quote-field-grid input:focus,
.quote-field-grid select:focus,
.quote-field-grid textarea:focus,
.service-request-card select:focus,
.service-request-card textarea:focus {
  background: #fff;
  border-color: #4a9cac;
  box-shadow: 0 0 0 3px rgba(13, 111, 134, 0.08);
}
.quote-field-grid label > small {
  color: #8b989f;
  font-size: 9px;
  font-weight: 500;
}
.quote-common-fields {
  display: grid;
  gap: 18px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #e8edef;
}
.quote-options {
  margin: 0;
  padding: 0;
  border: 0;
}
.quote-options legend {
  margin-bottom: 9px;
  color: #294654;
  font-size: 12px;
  font-weight: 750;
}
.quote-options > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.quote-options label {
  cursor: pointer;
}
.quote-options input {
  position: absolute;
  opacity: 0;
}
.quote-options label span {
  display: block;
  padding: 8px 12px;
  color: #657780;
  font-size: 11px;
  font-weight: 700;
  background: #f4f7f8;
  border: 1px solid #dfe7e9;
  border-radius: 999px;
}
.quote-options input:checked + span {
  color: #fff;
  background: #0d6f86;
  border-color: #0d6f86;
}
.quote-file-field {
  position: relative;
  display: flex !important;
  min-height: 78px;
  flex-direction: row !important;
  align-items: center;
  gap: 14px !important;
  padding: 14px 16px;
  cursor: pointer;
  background: #f7fafb;
  border: 1px dashed #b8cbd1;
  border-radius: 13px;
}
.quote-file-field > i {
  color: #0d6f86;
  font-size: 25px;
}
.quote-file-field > span {
  display: flex;
  flex-direction: column;
}
.quote-file-field small {
  margin-top: 3px;
  color: #89979e;
  font-size: 9px;
}
.quote-file-field input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.quote-step-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 28px;
  padding-top: 21px;
  border-top: 1px solid #e8edef;
}
.quote-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 5px;
  color: #647780;
  font-size: 12px;
  font-weight: 800;
  background: transparent;
  border: 0;
}
.quote-kvkk {
  margin-top: 20px;
  padding: 14px;
  background: #f7fafb;
  border-radius: 11px;
}
.quote-result-card {
  position: sticky;
  top: 110px;
  padding: 26px;
  color: #d9edf2;
  background: linear-gradient(155deg, #082d40, #0b485c);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: 0 22px 55px rgba(4, 37, 53, 0.19);
}
.quote-result-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  place-items: center;
  color: #08374a;
  font-size: 21px;
  background: #b7ebee;
  border-radius: 14px;
}
.quote-result-card > small {
  color: #8ebec8;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.quote-result-card h3 {
  min-height: 48px;
  margin: 8px 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
}
.quote-result-card > strong {
  display: block;
  margin: 12px 0 8px;
  color: #bff6e9;
  font-size: 30px;
  line-height: 1;
}
.quote-result-card > p {
  min-height: 60px;
  margin: 0;
  color: #a9c8d0;
  font-size: 12px;
  line-height: 1.65;
}
.quote-result-card > ul {
  display: grid;
  gap: 8px;
  margin: 20px 0;
  padding: 17px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
}
.quote-result-card > ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d4e9ed;
  font-size: 11px;
}
.quote-result-card > ul i {
  color: #7fe2c8;
}
.quote-result-card > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.quote-result-card > div > i {
  color: #7fe2c8;
  font-size: 20px;
}
.quote-result-card > div span {
  display: flex;
  flex-direction: column;
}
.quote-result-card > div strong {
  color: #fff;
  font-size: 11px;
}
.quote-result-card > div small {
  margin-top: 2px;
  color: #8fb2ba;
  font-size: 9px;
}
.quote-noscript {
  margin-top: 15px;
  padding: 14px;
  color: #744b19;
  background: #fff7e8;
  border-radius: 10px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .aksan-site .header-logo img {
    width: 190px;
    max-height: 50px;
  }
  .aksan-site .main-menu > ul > li {
    margin: 0 6px;
  }
  .aksan-site .main-menu > ul > li > a {
    font-size: 12px;
  }
  .header-button {
    gap: 10px;
  }
  .header-quote-button {
    min-height: 44px;
    gap: 7px;
    padding: 0 13px;
    font-size: 12px;
  }
  .aksan-site .header-call {
    gap: 8px;
    font-size: 13px;
  }
  .aksan-site .header-call .icon-btn {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1299.98px) {
  .aksan-site .main-menu > ul > li {
    margin: 0 5px;
  }
  .header-button {
    gap: 8px;
  }
  .aksan-site .header-button .header-call {
    min-height: 44px;
    padding: 0 12px;
    font-size: 12px;
    background: #f3f8fa;
    border: 1px solid #dbe8ee;
    border-radius: 10px;
  }
  .aksan-site .header-button .header-call .icon-btn,
  .aksan-site .header-button .header-call small {
    display: none;
  }
}

/* Keep the translated desktop header on one line at every desktop breakpoint. */
@media (min-width: 992px) {
  .aksan-site .menu-area > .row > div {
    min-width: 0;
  }
  .aksan-site .main-menu {
    min-width: 0;
  }
  .aksan-site .main-menu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .aksan-site .main-menu > ul > li {
    flex: 0 0 auto;
  }
  .aksan-site .main-menu > ul > li > a {
    white-space: nowrap;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .aksan-site .menu-area > .row {
    grid-template-columns: 170px minmax(0, 1fr);
    column-gap: 18px;
  }
  .aksan-site .menu-area > .row > div:nth-child(2) {
    width: 100%;
    justify-self: stretch;
  }
  .aksan-site .menu-area > .row > .col-auto.d-none.d-xl-block {
    display: none !important;
  }
  .aksan-site .main-menu {
    display: block !important;
    width: 100%;
    text-align: center;
  }
  .aksan-site .main-menu > ul > li {
    margin: 0 4px;
  }
  .aksan-site .main-menu > ul > li > a {
    font-size: 12px;
    letter-spacing: -0.02em;
  }
}

@media (min-width: 1200px) and (max-width: 1259.98px) {
  .aksan-site .menu-area > .row {
    grid-template-columns: 170px minmax(0, 1fr) max-content;
    column-gap: 6px;
  }
  .aksan-site .header-logo img {
    width: 170px;
  }
  .aksan-site .main-menu > ul > li {
    margin: 0 3px;
  }
  .aksan-site .main-menu > ul > li > a {
    font-size: 11px;
    letter-spacing: -0.025em;
  }
  .aksan-site .header-button {
    gap: 6px;
  }
  .aksan-site .header-quote-button {
    min-height: 42px;
    gap: 6px;
    padding: 0 10px;
    font-size: 11px;
  }
  .aksan-site .header-button .header-call {
    gap: 6px;
    font-size: 12px;
  }
  .aksan-site .header-button .header-call .icon-btn {
    width: 36px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }
  .aksan-site .header-button .header-call small {
    display: none;
  }
}

@media (min-width: 1260px) and (max-width: 1399.98px) {
  .aksan-site .menu-area > .row {
    grid-template-columns: 190px minmax(0, 1fr) max-content;
    column-gap: 8px;
  }
  .aksan-site .main-menu > ul > li {
    margin: 0 4px;
  }
  .aksan-site .header-button .header-call small {
    display: none;
  }
}

@media (min-width: 1400px) and (max-width: 1699.98px) {
  .aksan-site .menu-area > .row {
    grid-template-columns: 190px minmax(0, 1fr) max-content;
    column-gap: clamp(14px, 1.4vw, 24px);
  }
  .aksan-site .header-logo img {
    width: 190px;
    max-height: 50px;
  }
  .aksan-site .main-menu > ul > li {
    margin: 0 5px;
  }
  .aksan-site .main-menu > ul > li > a {
    font-size: 12px;
    letter-spacing: -0.015em;
  }
  .aksan-site .header-button {
    gap: 10px;
  }
  .aksan-site .header-quote-button {
    min-height: 44px;
    gap: 7px;
    padding: 0 13px;
    font-size: 12px;
  }
  .aksan-site .header-call {
    gap: 8px;
    font-size: 13px;
  }
  .aksan-site .header-call .icon-btn {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }
  .aksan-site .header-call small {
    margin-bottom: 3px;
    font-size: 8px;
    letter-spacing: 0.08em;
  }
}

.service-login-section {
  background: linear-gradient(180deg, #f5f9fa, #fff);
}
.service-login-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  align-items: center;
  gap: 70px;
}
.service-login-copy h2 {
  max-width: 700px;
  margin: 14px 0;
  color: #153744;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.12;
}
.service-login-copy > p {
  max-width: 680px;
  color: #6e8089;
  font-size: 15px;
  line-height: 1.75;
}
.service-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
.service-benefit-grid article {
  display: grid;
  min-height: 115px;
  grid-template-columns: 38px minmax(0, 1fr);
  align-content: center;
  gap: 2px 12px;
  padding: 17px;
  background: #fff;
  border: 1px solid #e0e8ea;
  border-radius: 14px;
}
.service-benefit-grid i {
  display: grid;
  width: 38px;
  height: 38px;
  grid-row: 1/3;
  place-items: center;
  color: #0d6f86;
  background: #e9f5f7;
  border-radius: 10px;
}
.service-benefit-grid strong {
  align-self: end;
  color: #1f3f4c;
  font-size: 13px;
}
.service-benefit-grid span {
  align-self: start;
  color: #7b8990;
  font-size: 10px;
  line-height: 1.4;
}
.service-login-card {
  padding: 33px;
  color: #a9c8cf;
  background: linear-gradient(155deg, #092f40, #0a4d5e);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(6, 46, 61, 0.2);
}
.service-login-card-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 19px;
  place-items: center;
  color: #07394a;
  font-size: 25px;
  background: #aee9e8;
  border-radius: 16px;
}
.service-login-card > small {
  color: #8ab8c1;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.service-login-card h3 {
  margin: 7px 0 22px;
  color: #fff;
  font-size: 24px;
}
.service-login-card form {
  display: grid;
  gap: 15px;
}
.service-login-card form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #cce0e4;
  font-size: 11px;
  font-weight: 750;
}
.service-login-card form label > div {
  position: relative;
}
.service-login-card form label i {
  position: absolute;
  top: 50%;
  left: 14px;
  color: #70a7b2;
  transform: translateY(-50%);
}
.service-login-card input {
  width: 100%;
  height: 52px;
  padding: 0 14px 0 42px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  outline: 0;
}
.service-login-card input:focus {
  border-color: #7ed9d6;
  box-shadow: 0 0 0 3px rgba(126, 217, 214, 0.1);
}
.service-login-card .th-btn2 {
  width: 100%;
  justify-content: center;
  margin-top: 3px;
}
.service-login-card > p {
  margin: 18px 0 0;
  color: #8fb3bb;
  font-size: 10px;
  line-height: 1.55;
}
.service-login-card > p i {
  color: #80dfcf;
  margin-right: 5px;
}
.service-login-card > p a {
  color: #d8f4f3;
  text-decoration: underline;
}
.service-portal-hero {
  padding: 135px 0 28px;
  color: #d8eaee;
  background:
    radial-gradient(
      circle at 80% 10%,
      rgba(34, 144, 159, 0.35),
      transparent 30%
    ),
    linear-gradient(135deg, #062c3e, #064a5c);
}
.service-portal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.service-portal-head > div > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #8ee5ce;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.service-portal-head h1 {
  margin: 8px 0 4px;
  color: #fff;
  font-size: clamp(31px, 4vw, 48px);
}
.service-portal-head p {
  margin: 0;
  color: #a7c6cd;
}
.service-portal-head button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  color: #d9ecef;
  font-size: 11px;
  font-weight: 750;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}
.service-identity-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
}
.service-identity-strip > div {
  display: flex;
  min-height: 78px;
  flex-direction: column;
  justify-content: center;
  padding: 16px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.service-identity-strip > div:last-child {
  border: 0;
}
.service-identity-strip small {
  color: #88adb5;
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
}
.service-identity-strip strong {
  margin-top: 4px;
  color: #fff;
  font-size: 13px;
}
.service-identity-strip .is-good strong {
  color: #8fe8cc;
}
.service-identity-strip .is-muted strong {
  color: #b5c7cb;
}
.service-portal-section {
  background: #f4f7f8;
}
.service-portal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: start;
  gap: 20px;
}
.service-portal-main {
  display: grid;
  gap: 18px;
}
.service-panel {
  padding: 25px;
  background: #fff;
  border: 1px solid #e0e7e9;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(18, 53, 66, 0.05);
}
.service-panel > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e7edef;
}
.service-panel > header span {
  color: #0d788a;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.service-panel > header h2 {
  margin: 4px 0 0;
  color: #183947;
  font-size: 20px;
}
.service-panel > header > i {
  color: #bbd7dd;
  font-size: 27px;
}
.service-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.service-status-grid article {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  background: #f6f9fa;
  border-radius: 12px;
}
.service-status-grid article > span {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 auto;
  place-items: center;
  color: #0d6f86;
  background: #e4f2f4;
  border-radius: 11px;
}
.service-status-grid article > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.service-status-grid small {
  color: #849199;
  font-size: 9px;
}
.service-status-grid strong {
  margin-top: 3px;
  overflow: hidden;
  color: #264552;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.portal-ticket-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.portal-ticket-list article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  padding: 17px;
  background: #f8fafb;
  border: 1px solid #e7edef;
  border-radius: 13px;
}
.portal-ticket-status {
  align-self: start;
  padding: 5px 8px;
  color: #7b5e17;
  font-size: 8px;
  font-weight: 850;
  background: #fff2ce;
  border-radius: 6px;
}
.portal-ticket-status.status-tamamlandi {
  color: #247158;
  background: #e4f5ef;
}
.portal-ticket-list small {
  color: #84939a;
  font-size: 9px;
}
.portal-ticket-list h3 {
  margin: 5px 0;
  color: #284753;
  font-size: 14px;
}
.portal-ticket-list p {
  margin: 0;
  color: #73838b;
  font-size: 11px;
  line-height: 1.55;
}
.portal-ticket-list article strong {
  display: block;
  margin-top: 10px;
  color: #23735c;
  font-size: 10px;
}
.portal-empty {
  display: grid;
  min-height: 105px;
  place-items: center;
  align-content: center;
  gap: 5px;
  color: #84949b;
  text-align: center;
  background: #f7fafb;
  border: 1px dashed #cdd9dc;
  border-radius: 12px;
}
.portal-empty > i {
  color: #aac4ca;
  font-size: 22px;
}
.portal-empty strong {
  color: #536a74;
  font-size: 12px;
}
.portal-empty span {
  font-size: 9px;
}
.maintenance-timeline {
  display: grid;
  gap: 0;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.maintenance-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  padding-bottom: 20px;
}
.maintenance-timeline li:not(:last-child)::before {
  position: absolute;
  top: 42px;
  bottom: 0;
  left: 20px;
  width: 2px;
  content: "";
  background: #e0eaec;
}
.maintenance-timeline li > span {
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #0d6f86;
  background: #e5f3f5;
  border-radius: 12px;
}
.maintenance-timeline small {
  color: #0d7789;
  font-size: 9px;
  font-weight: 800;
}
.maintenance-timeline h3 {
  margin: 4px 0;
  color: #294753;
  font-size: 13px;
}
.maintenance-timeline p {
  margin: 0;
  color: #7b8b92;
  font-size: 10px;
}
.portal-document-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
.portal-document-grid > a {
  display: grid;
  min-height: 82px;
  grid-template-columns: 38px minmax(0, 1fr) 25px;
  align-items: center;
  gap: 11px;
  padding: 13px;
  color: #284753;
  background: #f7fafb;
  border: 1px solid #e3eaec;
  border-radius: 12px;
}
.portal-document-grid > a:hover {
  color: #0d6f86;
  border-color: #93c3cc;
}
.portal-document-grid > a > i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #0d6f86;
  background: #e5f2f4;
  border-radius: 10px;
}
.portal-document-grid > a span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.portal-document-grid small {
  color: #87949a;
  font-size: 8px;
}
.portal-document-grid strong {
  margin-top: 3px;
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.portal-document-grid b {
  color: #7d959c;
  font-size: 13px;
}
.service-request-card {
  position: sticky;
  top: 110px;
  padding: 25px;
  background: #fff;
  border: 1px solid #dfe7e9;
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(18, 53, 66, 0.08);
}
.service-request-card h2 {
  margin: 12px 0 9px;
  color: #173947;
  font-size: 24px;
  line-height: 1.2;
}
.service-request-card > p {
  color: #788991;
  font-size: 11px;
  line-height: 1.65;
}
.service-request-card form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.service-request-card form .th-btn2 {
  width: 100%;
  justify-content: center;
}
.service-request-card > div {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 18px;
  padding: 13px;
  color: #dcecf0;
  background: #0a4558;
  border-radius: 12px;
}
.service-request-card > div > i {
  font-size: 20px;
}
.service-request-card > div span {
  display: flex;
  flex-direction: column;
}
.service-request-card > div small {
  color: #8fb5bd;
  font-size: 8px;
  text-transform: uppercase;
}
.service-request-card > div a {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .quote-wizard-layout,
  .service-portal-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
  }
  .service-login-shell {
    gap: 38px;
  }
}
@media (max-width: 991px) {
  .quote-intro {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .quote-wizard-layout,
  .service-login-shell,
  .service-portal-grid {
    grid-template-columns: 1fr;
  }
  .quote-result-card,
  .service-request-card {
    position: static;
  }
  .quote-result-card {
    order: -1;
  }
  .service-login-card {
    max-width: 580px;
  }
}
@media (max-width: 767px) {
  .quote-complete {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  .quote-complete > span {
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }
  .quote-complete > a {
    grid-column: 2;
  }
  .quote-progress li {
    min-height: 65px;
    justify-content: center;
    padding: 10px;
  }
  .quote-progress li > div {
    display: none;
  }
  .quote-step {
    padding: 21px 16px;
  }
  .quote-step-heading > span {
    font-size: 28px;
  }
  .quote-step-heading h3 {
    font-size: 19px;
  }
  .solution-choice-grid,
  .quote-field-grid,
  .service-benefit-grid,
  .portal-document-grid {
    grid-template-columns: 1fr;
  }
  .solution-choice > span {
    min-height: 118px;
  }
  .quote-field-grid .span-2 {
    grid-column: auto;
  }
  .quote-step-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }
  .quote-step-actions .th-btn2,
  .quote-step-actions .quote-back {
    width: 100%;
    justify-content: center;
  }
  .service-login-card {
    padding: 24px 19px;
  }
  .service-portal-hero {
    padding-top: 105px;
  }
  .service-portal-head {
    flex-direction: column;
  }
  .service-identity-strip,
  .service-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-identity-strip > div:nth-child(2) {
    border-right: 0;
  }
  .service-identity-strip > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .service-panel {
    padding: 19px 15px;
  }
}
@media (max-width: 440px) {
  .quote-result-card {
    padding: 21px;
  }
  .service-identity-strip,
  .service-status-grid {
    grid-template-columns: 1fr;
  }
  .service-identity-strip > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .service-identity-strip > div:last-child {
    border-bottom: 0;
  }
}

/* Compact WhatsApp contact widget */
.aksan-whatsapp-widget {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9996;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
  font-family: var(--body-font, Arial, sans-serif);
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}
.aksan-whatsapp-widget,
.aksan-whatsapp-widget * {
  box-sizing: border-box;
}
.aksan-whatsapp-panel {
  width: min(334px, calc(100vw - 28px));
  max-height: calc(100dvh - 106px);
  overflow: hidden auto;
  border: 1px solid rgba(7, 62, 103, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 62px rgba(3, 38, 61, 0.24);
  transform-origin: right bottom;
  transition:
    opacity 0.22s ease,
    transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1),
    visibility 0.22s ease;
  scrollbar-width: thin;
  scrollbar-color: #9cb8c6 transparent;
  pointer-events: auto;
}
.aksan-whatsapp-panel.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.96);
}
.aksan-whatsapp-header {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 11px;
  padding: 14px 44px 14px 15px;
  color: #fff;
  background:
    radial-gradient(
      circle at 88% 8%,
      rgba(255, 255, 255, 0.17),
      transparent 28%
    ),
    linear-gradient(135deg, #052f4c, #087db9 70%, #18a966);
}
.aksan-whatsapp-avatar {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.66);
  border-radius: 14px;
  color: #fff;
  background: #22bc66;
  box-shadow: 0 8px 20px rgba(2, 34, 53, 0.22);
  font-size: 23px;
}
.aksan-whatsapp-header > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.aksan-whatsapp-header strong {
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aksan-whatsapp-header small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  line-height: 1.35;
}
.aksan-whatsapp-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 13px;
  transition:
    background 0.18s ease,
    transform 0.18s ease;
}
.aksan-whatsapp-close:hover,
.aksan-whatsapp-close:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.23);
  transform: rotate(5deg);
}
.aksan-whatsapp-body {
  padding: 13px;
}
.aksan-whatsapp-greeting {
  position: relative;
  margin: 0 18px 11px 0;
  padding: 9px 11px;
  border: 1px solid #dceff3;
  border-radius: 5px 13px 13px 13px;
  color: #315566;
  background: #f0f9fb;
  font-size: 11px;
  line-height: 1.45;
}
.aksan-whatsapp-greeting:before {
  position: absolute;
  top: -1px;
  left: -7px;
  border-top: 8px solid #f0f9fb;
  border-left: 8px solid transparent;
  content: "";
}
.aksan-whatsapp-label {
  display: block;
  margin-bottom: 7px;
  color: #738995;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.aksan-whatsapp-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 8px;
}
.aksan-whatsapp-options button {
  display: flex;
  min-height: 37px;
  align-items: center;
  gap: 7px;
  padding: 7px 8px;
  border: 1px solid #dce7eb;
  border-radius: 10px;
  color: #294c5c;
  background: #fff;
  font-size: 9.5px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}
.aksan-whatsapp-options button i {
  width: 15px;
  flex: 0 0 15px;
  color: #0b78b3;
  font-size: 12px;
  text-align: center;
}
.aksan-whatsapp-options button:hover,
.aksan-whatsapp-options button:focus-visible,
.aksan-whatsapp-options button.is-selected {
  border-color: rgba(24, 169, 102, 0.42);
  color: #164f3a;
  background: #f0fbf5;
  box-shadow: 0 7px 17px rgba(6, 91, 64, 0.08);
  transform: translateY(-1px);
}
.aksan-whatsapp-options button.is-selected i {
  color: #18a966;
}
.aksan-whatsapp-selected-topic {
  display: flex;
  min-height: 32px;
  align-items: center;
  gap: 7px;
  margin: 0 0 7px;
  padding: 6px 7px 6px 9px;
  border: 1px solid #cfe9da;
  border-radius: 9px;
  color: #27634b;
  background: #effaf4;
  font-size: 9px;
}
.aksan-whatsapp-selected-topic[hidden] {
  display: none;
}
.aksan-whatsapp-selected-topic > i {
  color: #18a966;
  font-size: 11px;
}
.aksan-whatsapp-selected-topic > span {
  min-width: 0;
  flex: 1;
}
.aksan-whatsapp-selected-topic strong {
  color: #174c37;
  font-size: 9px;
}
.aksan-whatsapp-selected-topic button {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 7px;
  color: #5d7f70;
  background: rgba(255, 255, 255, 0.7);
  font-size: 9px;
}
.aksan-whatsapp-selected-topic button:hover,
.aksan-whatsapp-selected-topic button:focus-visible {
  color: #fff;
  background: #257b58;
}
.aksan-whatsapp-body textarea {
  display: block;
  width: 100%;
  min-height: 62px;
  max-height: 110px;
  resize: vertical;
  padding: 10px 11px;
  border: 1px solid #d8e4e9;
  border-radius: 11px;
  outline: 0;
  color: #244653;
  background: #fbfdfe;
  font-size: 11px;
  line-height: 1.45;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}
.aksan-whatsapp-body textarea::placeholder {
  color: #91a2aa;
}
.aksan-whatsapp-body textarea:focus {
  border-color: rgba(11, 120, 179, 0.55);
  box-shadow: 0 0 0 3px rgba(11, 120, 179, 0.1);
}
.aksan-whatsapp-send {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  padding: 9px 12px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, #087db9, #16aa64);
  box-shadow: 0 10px 24px rgba(7, 103, 112, 0.2);
  font-size: 11px;
  font-weight: 850;
  transition:
    box-shadow 0.18s ease,
    transform 0.18s ease;
}
.aksan-whatsapp-send .fa-whatsapp {
  font-size: 17px;
}
.aksan-whatsapp-send .fa-arrow-up-right {
  margin-left: auto;
  font-size: 10px;
}
.aksan-whatsapp-send:hover,
.aksan-whatsapp-send:focus-visible {
  color: #fff;
  box-shadow: 0 13px 28px rgba(7, 103, 112, 0.28);
  transform: translateY(-1px);
}
.aksan-whatsapp-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 7px;
  color: #82939a;
  font-size: 8px;
  line-height: 1.35;
  text-align: center;
}
.aksan-whatsapp-meta i {
  color: #18a966;
}
.aksan-whatsapp-trigger {
  position: relative;
  display: flex;
  min-width: 142px;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #075f80, #18b765);
  box-shadow: 0 15px 34px rgba(4, 72, 74, 0.28);
  font-size: 12px;
  font-weight: 850;
  transition:
    border-radius 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
  pointer-events: auto;
}
.aksan-whatsapp-trigger > i {
  font-size: 23px;
}
.aksan-whatsapp-trigger > b {
  position: absolute;
  top: 7px;
  right: 8px;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #5cff98;
  box-shadow: 0 0 0 3px rgba(92, 255, 152, 0.14);
}
.aksan-whatsapp-trigger:hover,
.aksan-whatsapp-trigger:focus-visible {
  color: #fff;
  border-radius: 24px 14px 24px 14px;
  box-shadow: 0 18px 38px rgba(4, 72, 74, 0.34);
  transform: translateY(-2px);
}
.aksan-site:has(.aksan-whatsapp-widget) .scroll-top {
  right: 186px;
}
.aksan-site:has(.cookie-consent:not([hidden])) .aksan-whatsapp-widget {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .aksan-whatsapp-widget {
    right: 12px;
    bottom: calc(94px + env(safe-area-inset-bottom));
  }
  .aksan-whatsapp-panel {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 170px);
    border-radius: 18px;
  }
  .aksan-whatsapp-trigger {
    width: 52px;
    min-width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 17px;
  }
  .aksan-whatsapp-trigger > span {
    display: none;
  }
  .aksan-whatsapp-trigger > b {
    top: 5px;
    right: 4px;
  }
  .aksan-site:has(.aksan-whatsapp-widget) .scroll-top {
    right: 74px;
  }
}

@media (max-width: 360px) {
  .aksan-whatsapp-options {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aksan-whatsapp-widget,
  .aksan-whatsapp-panel,
  .aksan-whatsapp-close,
  .aksan-whatsapp-options button,
  .aksan-whatsapp-send,
  .aksan-whatsapp-trigger {
    transition: none;
  }
}

/* Home: smart quote showcase */
.home-quote-showcase {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background:
    radial-gradient(circle at 4% 45%, rgba(17, 144, 183, 0.1), transparent 24%),
    radial-gradient(
      circle at 95% 8%,
      rgba(80, 199, 203, 0.09),
      transparent 23%
    ),
    linear-gradient(180deg, #fff 0%, #f5f9fa 100%);
}
.home-quote-showcase::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(12, 93, 122, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 93, 122, 0.045) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, #000, transparent 45%, #000);
  pointer-events: none;
}
.home-quote-showcase .container {
  position: relative;
  z-index: 1;
}
.home-quote-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
  align-items: center;
  gap: clamp(44px, 5vw, 78px);
  overflow: hidden;
  padding: clamp(44px, 5vw, 72px);
  color: #d8e9ee;
  background:
    radial-gradient(circle at 83% 0, rgba(42, 186, 196, 0.27), transparent 30%),
    radial-gradient(circle at 0 100%, rgba(16, 113, 157, 0.3), transparent 30%),
    linear-gradient(137deg, #052c45 0%, #073d5b 50%, #075469 100%);
  border: 1px solid rgba(97, 195, 213, 0.2);
  border-radius: 30px;
  box-shadow: 0 36px 95px rgba(5, 47, 70, 0.22);
}
.home-quote-shell::before {
  position: absolute;
  top: -230px;
  right: -210px;
  width: 540px;
  height: 540px;
  content: "";
  border: 70px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  pointer-events: none;
}
.home-quote-shell::after {
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: 43.7%;
  width: 1px;
  content: "";
  background: linear-gradient(
    transparent,
    rgba(151, 221, 232, 0.15),
    transparent
  );
  pointer-events: none;
}
.home-quote-copy {
  position: relative;
  z-index: 2;
}
.home-quote-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #8fe8ec;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.home-quote-kicker > i {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: #06384b;
  font-size: 13px;
  background: #9fe9e5;
  border-radius: 9px;
  box-shadow: 0 8px 22px rgba(80, 216, 211, 0.14);
}
.home-quote-copy h2 {
  max-width: 590px;
  margin: 21px 0 20px;
  color: #fff;
  font-size: clamp(39px, 4.2vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}
.home-quote-copy > p {
  max-width: 570px;
  margin: 0;
  color: #a9c6ce;
  font-size: 14px;
  line-height: 1.8;
}
.home-quote-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 27px;
}
.home-quote-badges > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  color: #d5e9ed;
  font-size: 10px;
  font-weight: 750;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}
.home-quote-badges i {
  color: #79dfd8;
}
.home-quote-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
}
.home-quote-actions .th-btn2 {
  flex: 0 0 auto;
  min-height: 54px;
  padding-inline: 27px;
  color: #063e53;
  background: #fff;
  box-shadow: 0 17px 35px rgba(1, 28, 42, 0.22);
}
.home-quote-actions .th-btn2::before {
  background: #7de0dd;
}
.home-quote-actions > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8eafb8;
  font-size: 9px;
  line-height: 1.4;
}
.home-quote-actions > span i {
  color: #79dfc5;
  font-size: 16px;
}
.home-quote-preview {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 24px;
  color: #23424f;
  background: rgba(250, 253, 253, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 23px;
  box-shadow: 0 25px 65px rgba(0, 32, 47, 0.28);
  backdrop-filter: blur(14px);
}
.home-quote-preview::before {
  position: absolute;
  top: -1px;
  right: 38px;
  left: 38px;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, transparent, #43bfc1, transparent);
  border-radius: 0 0 8px 8px;
}
.home-quote-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 2px 2px 18px;
  border-bottom: 1px solid #e2e9eb;
}
.home-quote-preview-head > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.home-quote-preview-head > div > span {
  color: #0d7d8d;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home-quote-preview-head > div > span i {
  margin-right: 5px;
}
.home-quote-preview-head strong {
  margin-top: 5px;
  overflow: hidden;
  color: #173846;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-quote-preview-head > small {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  color: #28725f;
  font-size: 8px;
  font-weight: 800;
  background: #e8f6f1;
  border-radius: 999px;
}
.home-quote-preview-head > small i {
  width: 6px;
  height: 6px;
  background: #38a67f;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(56, 166, 127, 0.1);
}
.home-quote-solutions {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
  margin-top: 17px;
}
.home-quote-solution {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 78px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 9px 7px;
  color: inherit;
  font: inherit;
  text-align: center;
  background: #f5f8f9;
  border: 1px solid #e3eaec;
  border-radius: 13px;
  appearance: none;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.home-quote-solution:hover {
  border-color: #a9ccd1;
  background: #f0f7f7;
  transform: translateY(-2px);
}
.home-quote-solution:focus-visible {
  outline: 3px solid rgba(31, 140, 162, 0.28);
  outline-offset: 3px;
}
.home-quote-solution.is-active {
  background: #ecf7f7;
  border-color: #69b9bf;
  box-shadow: 0 0 0 3px rgba(52, 147, 158, 0.07);
}
.home-quote-solution > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #0d7485;
  font-size: 13px;
  background: #e3f1f3;
  border-radius: 10px;
}
.home-quote-solution > div {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
}
.home-quote-solution strong {
  color: #244451;
  font-size: 10px;
  line-height: 1.25;
}
.home-quote-solution small {
  display: none;
  margin-top: 3px;
  color: #849399;
  font-size: 8px;
}
.home-quote-solution > i {
  position: absolute;
  top: 7px;
  right: 7px;
  color: #218671;
  font-size: 10px;
  opacity: 0;
  transform: scale(0.65);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.home-quote-solution.is-active > i {
  opacity: 1;
  transform: scale(1);
}
.home-quote-calculation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-top: 13px;
  padding: 13px;
  background: #eef4f5;
  border-radius: 15px;
}
.home-quote-calculation > div {
  display: flex;
  min-height: 96px;
  flex-direction: column;
  justify-content: center;
  padding: 13px 15px;
  background: #fff;
  border: 1px solid #dfe8ea;
  border-radius: 12px;
}
.home-quote-calculation > div > small {
  color: #84939a;
  font-size: 8px;
  font-weight: 750;
  text-transform: uppercase;
}
.home-quote-calculation > div > strong {
  margin-top: 5px;
  color: #193c4b;
  font-size: 21px;
  letter-spacing: -0.03em;
}
.home-quote-value-editor {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 6px;
  margin-top: 4px;
}
.home-quote-value-editor input {
  width: 100%;
  min-width: 0;
  padding: 0;
  color: #193c4b;
  font: inherit;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  background: transparent;
  border: 0;
  outline: 0;
  appearance: textfield;
}
.home-quote-value-editor input::-webkit-inner-spin-button,
.home-quote-value-editor input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}
.home-quote-value-editor:focus-within {
  box-shadow: 0 2px 0 #279ba5;
}
.home-quote-value-editor span {
  flex: 0 0 auto;
  color: #56727d;
  font-size: 12px;
  font-weight: 800;
}
.home-quote-range-shell {
  --range-thumb-size: 16px;
  --range-progress: 0.1;
  --range-progress-position: calc(
    var(--range-thumb-size) / 2 + (100% - var(--range-thumb-size)) *
      var(--range-progress)
  );
  position: relative;
  width: 100%;
  height: var(--range-thumb-size);
  margin: 9px 0 0;
}
.home-quote-range {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  outline: 0;
  appearance: none;
  cursor: pointer;
}
.home-quote-range::-webkit-slider-thumb {
  width: var(--range-thumb-size);
  height: var(--range-thumb-size);
  appearance: none;
}
.home-quote-range::-moz-range-thumb {
  width: var(--range-thumb-size);
  height: var(--range-thumb-size);
  border: 0;
}
.home-quote-range-visual {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  left: 0;
  height: 5px;
  background: #e5edef;
  border-radius: 99px;
  pointer-events: none;
  transform: translateY(-50%);
}
.home-quote-range-visual::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--range-progress-position);
  background: #1f8ca2;
  border-radius: inherit;
  content: "";
}
.home-quote-range-visual > i {
  position: absolute;
  top: 50%;
  left: var(--range-progress-position);
  width: var(--range-thumb-size);
  height: var(--range-thumb-size);
  box-sizing: border-box;
  background: #fff;
  border: 3px solid #39a9ad;
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(29, 115, 128, 0.2);
  transform: translate(-50%, -50%);
}
.home-quote-range:focus-visible + .home-quote-range-visual {
  box-shadow: 0 0 0 3px rgba(31, 140, 162, 0.2);
}
.home-quote-calculation > div > span {
  position: relative;
  display: block;
  height: 4px;
  margin-top: 12px;
  background: #e5edef;
  border-radius: 99px;
}
.home-quote-calculation > div > span i {
  position: absolute;
  inset: 0 31% 0 0;
  background: linear-gradient(90deg, #1f8ca2, #53c5bf);
  border-radius: inherit;
  transition: right 0.3s ease;
}
.home-quote-calculation > div > span b {
  position: absolute;
  top: 50%;
  left: 66%;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 3px solid #39a9ad;
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(29, 115, 128, 0.2);
  transform: translate(-50%, -50%);
  transition: left 0.3s ease;
}
.home-quote-calculation > i {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #fff;
  font-size: 10px;
  background: #0d7384;
  border-radius: 50%;
}
.home-quote-calculation > div.is-result {
  color: #d8ecee;
  background: linear-gradient(145deg, #08384b, #0b5666);
  border-color: transparent;
}
.home-quote-calculation > div.is-result small {
  color: #91bbc2;
}
.home-quote-calculation > div.is-result strong {
  color: #b9f2e5;
  font-size: 25px;
}
.home-quote-calculation > div.is-result em {
  margin-top: 3px;
  color: #88b3ba;
  font-size: 8px;
  font-style: normal;
}
.home-quote-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 16px 0 0;
  padding: 15px 2px 0;
  border-top: 1px solid #e3eaec;
  list-style: none;
}
.home-quote-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding-right: 10px;
}
.home-quote-steps li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 14px;
  height: 1px;
  content: "";
  background: #cad7da;
}
.home-quote-steps b {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  color: #0c7586;
  font-size: 8px;
  background: #e5f2f3;
  border-radius: 8px;
}
.home-quote-steps span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.home-quote-steps strong {
  color: #294752;
  font-size: 8px;
  line-height: 1.25;
}
.home-quote-steps small {
  display: none;
}

@media (max-width: 1199px) {
  .home-quote-shell {
    grid-template-columns: minmax(0, 0.8fr) minmax(470px, 1.2fr);
    gap: 38px;
    padding: 48px 40px;
  }
  .home-quote-shell::after {
    left: 40%;
  }
  .home-quote-copy h2 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .home-quote-shell {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 52px;
  }
  .home-quote-shell::after {
    display: none;
  }
  .home-quote-copy {
    max-width: 700px;
  }
  .home-quote-copy h2 {
    max-width: 700px;
    font-size: clamp(40px, 6vw, 54px);
  }
  .home-quote-preview {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .home-quote-showcase {
    padding: 50px 0;
  }
  .home-quote-shell {
    gap: 34px;
    padding: 36px 22px 22px;
    border-radius: 24px;
  }
  .home-quote-copy h2 {
    margin-top: 17px;
    font-size: clamp(34px, 10vw, 43px);
    line-height: 1.08;
  }
  .home-quote-copy > p {
    font-size: 13px;
    line-height: 1.72;
  }
  .home-quote-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .home-quote-actions .th-btn2 {
    width: 100%;
    justify-content: center;
  }
  .home-quote-preview {
    padding: 17px;
    border-radius: 18px;
  }
  .home-quote-preview-head {
    align-items: flex-start;
  }
  .home-quote-preview-head strong {
    font-size: 13px;
  }
  .home-quote-preview-head > small {
    padding: 6px;
    font-size: 0;
  }
  .home-quote-preview-head > small i {
    margin: 0;
  }
  .home-quote-solutions {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    padding: 3px 2px 9px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: #a7cbd0 transparent;
  }
  .home-quote-solutions::-webkit-scrollbar {
    height: 4px;
  }
  .home-quote-solutions::-webkit-scrollbar-thumb {
    background: #a7cbd0;
    border-radius: 99px;
  }
  .home-quote-solution {
    display: flex;
    min-width: 98px;
    min-height: 78px;
    flex: 0 0 98px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px;
    scroll-snap-align: start;
    text-align: center;
  }
  .home-quote-solution > div {
    display: flex;
  }
  .home-quote-solution small {
    display: none;
  }
  .home-quote-solution > span {
    width: 37px;
    height: 37px;
  }
  .home-quote-calculation {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .home-quote-calculation > div {
    min-height: 89px;
  }
  .home-quote-calculation > i {
    margin: -2px auto;
    transform: rotate(90deg);
  }
  .home-quote-steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .home-quote-steps li {
    padding: 0;
  }
  .home-quote-steps li:not(:last-child)::after {
    display: none;
  }
  .home-quote-steps strong {
    font-size: 9px;
  }
  .home-quote-steps small {
    display: block;
    margin-top: 2px;
    color: #89979d;
    font-size: 8px;
  }
}

@media (max-width: 420px) {
  .home-quote-showcase .container {
    padding-inline: 10px;
  }
  .home-quote-shell {
    padding-inline: 17px;
  }
  .home-quote-copy h2 {
    font-size: 33px;
  }
  .home-quote-badges {
    display: grid;
  }
  .home-quote-badges > span {
    width: max-content;
  }
}

@media (hover: none) {
  .home-quote-actions .th-btn2:hover {
    transform: none;
  }
}

/* Site-wide error pages */
.site-error-section {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 680px;
  align-items: center;
  overflow: hidden;
  padding: clamp(70px, 8vw, 120px) 0;
  background:
    radial-gradient(
      circle at 82% 20%,
      rgba(32, 177, 213, 0.14),
      transparent 28%
    ),
    radial-gradient(circle at 8% 92%, rgba(7, 89, 128, 0.1), transparent 30%),
    linear-gradient(135deg, #f4f9fb 0%, #fff 54%, #edf7f9 100%);
}
.site-error-section::before,
.site-error-section::after {
  position: absolute;
  z-index: -1;
  content: "";
  border: 1px solid rgba(9, 102, 137, 0.12);
  border-radius: 50%;
}
.site-error-section::before {
  top: -190px;
  right: -130px;
  width: 520px;
  height: 520px;
}
.site-error-section::after {
  right: 70px;
  bottom: -290px;
  width: 620px;
  height: 620px;
}
.site-error-breadcrumb {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  padding: 9px 13px;
  color: #52717e;
  font-size: 11px;
  font-weight: 750;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(7, 77, 107, 0.1);
  border-radius: 999px;
  box-shadow: 0 10px 35px rgba(3, 52, 74, 0.06);
}
.site-error-breadcrumb a {
  color: #0a6480;
}
.site-error-breadcrumb a:hover {
  color: #16a6c7;
}
.site-error-breadcrumb > i {
  color: #8aa1aa;
  font-size: 8px;
}
.site-error-content {
  max-width: 650px;
}
.site-error-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #087895;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.site-error-kicker i {
  color: #22b6d4;
}
.site-error-content h1 {
  max-width: 610px;
  margin: 15px 0 22px;
  color: #063a55;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 0.98;
}
.site-error-message {
  max-width: 610px;
  margin: 0;
  color: #496773;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.7;
}
.site-error-hint {
  max-width: 600px;
  margin: 10px 0 0;
  color: #77909a;
  font-size: 13px;
  line-height: 1.7;
}
.site-error-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
}
.site-error-actions .th-btn {
  min-width: 190px;
  justify-content: center;
}
.site-error-secondary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 4px;
  color: #07556f;
  font-size: 13px;
  font-weight: 800;
}
.site-error-secondary:hover {
  color: #18a8c7;
}
.site-error-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(7, 77, 107, 0.1);
}
.site-error-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  color: #42636f;
  font-size: 11px;
  font-weight: 750;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 77, 107, 0.1);
  border-radius: 10px;
  transition:
    transform 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
.site-error-links a:hover {
  color: #087a98;
  border-color: rgba(8, 122, 152, 0.3);
  transform: translateY(-2px);
}
.site-error-links i {
  color: #1eacc9;
}
.site-error-visual {
  position: relative;
  display: grid;
  width: min(100%, 540px);
  aspect-ratio: 1;
  place-items: center;
  margin-left: auto;
  color: #fff;
  background:
    radial-gradient(
      circle at 36% 28%,
      rgba(86, 211, 235, 0.42),
      transparent 28%
    ),
    linear-gradient(145deg, #07577a, #052f4c 68%, #03263c);
  border: 10px solid rgba(255, 255, 255, 0.82);
  border-radius: 44% 56% 52% 48% / 47% 42% 58% 53%;
  box-shadow: 0 35px 90px rgba(4, 54, 76, 0.23);
}
.site-error-code {
  position: relative;
  z-index: 2;
  font-size: clamp(90px, 12vw, 170px);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 1;
  text-shadow: 0 18px 45px rgba(0, 20, 34, 0.28);
}
.site-error-icon {
  position: absolute;
  top: 20%;
  right: 17%;
  z-index: 3;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  color: #063850;
  font-size: 28px;
  background: #71dded;
  border: 7px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  box-shadow: 0 16px 35px rgba(0, 20, 34, 0.25);
}
.site-error-orbit {
  position: absolute;
  border: 1px solid rgba(123, 222, 239, 0.24);
  border-radius: 50%;
}
.site-error-orbit-one {
  inset: 11%;
}
.site-error-orbit-two {
  inset: 23%;
  border-style: dashed;
}

@media (max-width: 991px) {
  .site-error-section {
    min-height: 0;
    padding: 64px 0 80px;
  }
  .site-error-content {
    max-width: 720px;
  }
  .site-error-visual {
    width: min(100%, 450px);
    margin: 12px auto 0;
  }
}

@media (max-width: 575px) {
  .site-error-section {
    padding: 44px 0 72px;
  }
  .site-error-breadcrumb {
    margin-bottom: 26px;
  }
  .site-error-content h1 {
    font-size: 39px;
    line-height: 1.04;
  }
  .site-error-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }
  .site-error-actions .th-btn,
  .site-error-secondary {
    width: 100%;
    justify-content: center;
  }
  .site-error-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .site-error-links a {
    justify-content: center;
    padding-inline: 7px;
  }
  .site-error-visual {
    width: min(100%, 340px);
    border-width: 7px;
  }
  .site-error-icon {
    width: 54px;
    height: 54px;
    font-size: 21px;
    border-width: 5px;
  }
}

/* Ana sayfadaki projeler bölümünü ürün alanından ayrışan açık bir yüzeyde düzenle. */
.home-project-showcase {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background:
    radial-gradient(
      circle at 92% 8%,
      rgba(38, 177, 202, 0.14),
      transparent 30%
    ),
    linear-gradient(180deg, #f7fafb 0%, #edf4f6 100%);
}
.home-project-showcase::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, #0a7897, #54c9dc);
}
.home-project-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.7fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 44px;
}
.home-project-heading .title-area,
.home-project-heading .sec-title {
  margin-bottom: 0;
}
.home-project-heading-copy {
  padding-bottom: 8px;
}
.home-project-heading-copy p {
  margin: 0 0 18px;
  color: #55717d;
  line-height: 1.75;
}

/* Liste ve ana sayfada kullanılan proje kartlarının ortak görsel dilini tanımla. */
.home-project-grid,
.project-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.project-showcase-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(5, 73, 101, 0.1);
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(5, 55, 75, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
.project-showcase-card:hover {
  border-color: rgba(20, 160, 188, 0.3);
  box-shadow: 0 26px 65px rgba(5, 55, 75, 0.15);
  transform: translateY(-7px);
}

/* Ana Sayfadaki Proje Görsellerinin Kart Gölgelerini Kaldır */
.home-project-showcase .project-showcase-card,
.home-project-showcase .project-showcase-card:hover {
  box-shadow: none;
}

.project-showcase-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.26 / 1;
  background: #dfe9ec;
}
.project-showcase-image::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(2, 30, 44, 0.06),
    rgba(2, 30, 44, 0.58)
  );
}
.project-showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}
.project-showcase-card:hover .project-showcase-image img {
  transform: scale(1.055);
}
.project-showcase-index {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  background: rgba(5, 49, 68, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  backdrop-filter: blur(8px);
}
.project-showcase-highlight {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding: 10px 13px;
  color: #fff;
  background: rgba(6, 118, 148, 0.9);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0, 27, 39, 0.2);
}
.project-showcase-highlight small {
  opacity: 0.76;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}
.project-showcase-highlight strong {
  margin-top: 4px;
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
}
.project-showcase-content {
  padding: 27px 28px 30px;
}
.project-showcase-content > span {
  display: block;
  margin-bottom: 9px;
  color: #108aa8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.project-showcase-content h3 {
  margin: 0 0 13px;
  color: #083d56;
  font-size: 22px;
  line-height: 1.25;
}
.project-showcase-content h3 a {
  color: inherit;
}
.project-showcase-content p {
  min-height: 78px;
  margin: 0 0 20px;
  color: #617984;
  font-size: 14px;
  line-height: 1.72;
}
.project-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #087d9c;
  font-size: 13px;
  font-weight: 800;
}
.project-inline-link i {
  transition: transform 0.2s ease;
}
.project-inline-link:hover {
  color: #054e6c;
}
.project-inline-link:hover i {
  transform: translateX(4px);
}

/* Projeler liste sayfasının giriş metnini ve kart yerleşimini düzenle. */
.inner-page-hero--projects .inner-page-hero-content p {
  max-width: 690px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.7;
}
.project-list-section {
  padding: 96px 0 110px;
  background: #f7fafb;
}
.project-list-heading {
  max-width: 790px;
  margin: 0 auto 48px;
  text-align: center;
}
.project-list-heading .sec-title {
  margin-bottom: 16px;
}
.project-list-heading > p {
  margin: 0 auto;
  color: #5d7782;
  font-size: 16px;
  line-height: 1.75;
}
.project-list-grid {
  gap: 30px;
}
.project-empty-state {
  max-width: 680px;
  margin: 0 auto;
  padding: 64px 32px;
  text-align: center;
  background: #fff;
  border: 1px dashed rgba(7, 111, 142, 0.28);
  border-radius: 18px;
}
.project-empty-state > i {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin: 0 auto 22px;
  color: #087f9f;
  font-size: 25px;
  background: #e5f6f9;
  border-radius: 50%;
}
.project-empty-state h2 {
  margin-bottom: 10px;
  color: #073e56;
}
.project-empty-state p {
  margin: 0;
  color: #607883;
}
.project-list-cta,
.project-detail-cta {
  padding-top: 0 !important;
  background: #f7fafb;
}

/* Proje detayında sol navigasyon ile ana içeriği iki sütunlu düzende birleştir. */
.project-detail-intro {
  padding: 48px 0 60px;
  background: #f7f8fd;
}
.project-detail-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.project-detail-main {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
.project-detail-image {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  margin: 0 0 44px;
  background: #e7eff1;
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(5, 49, 67, 0.13);
}
.project-detail-image::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 54%, rgba(2, 37, 52, 0.5));
}
.project-detail-image img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}
.project-detail-image figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-width: 160px;
  padding: 15px 18px;
  color: #fff;
  background: rgba(6, 126, 155, 0.92);
  border-radius: 12px;
}
.project-detail-image figcaption small {
  opacity: 0.76;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.project-detail-image figcaption strong {
  margin-top: 3px;
  color: #fff;
  font-size: 21px;
}
.project-detail-copy .sec-title {
  margin-bottom: 18px;
}
.project-detail-copy {
  padding: 38px 40px;
  background: #fff;
  border: 1px solid rgba(6, 84, 111, 0.1);
  border-radius: 18px;
  box-shadow: 0 16px 48px rgba(5, 55, 74, 0.06);
}
.project-detail-summary {
  margin-bottom: 18px;
  color: #325d6d;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.7;
}
.project-detail-copy .rich-text-content {
  color: #607985;
  line-height: 1.85;
}
.project-detail-sidebar {
  position: static;
  grid-column: 1;
  grid-row: 1;
}

/* Proje bilgi kartlarını ana metnin altında hızlı okunabilir biçimde sırala. */
.project-fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.project-fact-grid article {
  display: flex;
  gap: 13px;
  align-items: center;
  min-width: 0;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(6, 84, 111, 0.1);
  border-radius: 14px;
}
.project-fact-grid article > span {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #0784a4;
  background: #def2f6;
  border-radius: 10px;
}
.project-fact-grid p {
  display: flex;
  min-width: 0;
  flex-direction: column;
  margin: 0;
}
.project-fact-grid small {
  margin-bottom: 3px;
  color: #79909a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.project-fact-grid strong {
  overflow: hidden;
  color: #0a4259;
  font-size: 13px;
  text-overflow: ellipsis;
}

/* Proje bilgi kartını sade bir yardımcı yüzeyde göster. */
.project-fact-card {
  padding: 28px;
  background: #f4f8f9;
  border: 1px solid rgba(6, 84, 111, 0.1);
  border-radius: 16px;
}
.project-fact-card > div {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(6, 84, 111, 0.1);
}
.project-fact-card > div:first-child {
  padding-top: 0;
}
.project-fact-card > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.project-fact-card > div > span {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #0784a4;
  background: #def2f6;
  border-radius: 10px;
}
.project-fact-card p {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.project-fact-card small {
  margin-bottom: 3px;
  color: #79909a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.project-fact-card strong {
  color: #0a4259;
  font-size: 14px;
}

/* Proje galerisini eşit görseller ve alttaki açıklamalarla minimal biçimde düzenle. */
.project-detail-gallery {
  margin-top: 24px;
  padding: 28px;
  background: #fff;
  border: 1px solid #dfe4f1;
  border-radius: 10px;
  box-shadow: none;
}
.project-detail-gallery-heading {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.project-detail-gallery-heading h2 {
  margin: 0;
  color: var(--title-color);
  font-size: 24px;
}
.project-detail-gallery-count {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  padding: 9px 13px;
  color: #738b95;
  font-size: 11px;
  background: #f2f7f8;
  border-radius: 100px;
}
.project-detail-gallery-count strong {
  color: #087e9d;
  font-size: 15px;
}
.project-detail-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.project-detail-gallery-item {
  overflow: hidden;
  color: var(--title-color);
  background: #fff;
  border: 1px solid #e1e5ef;
  border-radius: 7px;
  transition: border-color 0.2s ease;
}
.project-detail-gallery-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #eef1f5;
}
.project-detail-gallery-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-detail-gallery-caption {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 12px 13px 13px;
}
.project-detail-gallery-caption strong {
  color: var(--title-color);
  font-size: 12px;
  line-height: 1.35;
}
.project-detail-gallery-caption small {
  color: #7c86a5;
  font-size: 10px;
}
.project-detail-gallery-caption small i {
  margin-right: 4px;
  color: var(--theme-color);
}
.project-detail-gallery-item:hover {
  color: var(--title-color);
  border-color: #bfc8df;
}

/* Proje kapsamını koyu yüzey üzerinde sıralı mühendislik adımları olarak göster. */
.project-scope-section {
  position: relative;
  overflow: hidden;
  padding: 92px 0 100px;
  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(59, 197, 220, 0.18),
      transparent 28%
    ),
    linear-gradient(135deg, #063b53, #022f45);
}
.project-scope-heading {
  max-width: 720px;
  margin-bottom: 40px;
}
.project-scope-heading .sec-title {
  margin-bottom: 0;
}
.project-scope-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.project-scope-grid li {
  position: relative;
  min-height: 245px;
  padding: 28px 25px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
}
.project-scope-grid li > span {
  display: block;
  margin-bottom: 38px;
  color: #56d1e4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.project-scope-grid h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 19px;
}
.project-scope-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.7;
}

/* Proje ihtiyacı ve çözüm yaklaşımını iki tamamlayıcı kartta karşılaştır. */
.project-approach-section {
  padding: 96px 0;
  background: #f2f7f8;
}
.project-approach-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.project-approach-grid article {
  padding: 42px;
  background: #fff;
  border: 1px solid rgba(6, 81, 109, 0.1);
  border-radius: 18px;
  box-shadow: 0 16px 45px rgba(4, 55, 74, 0.07);
}
.project-approach-grid article > span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin-bottom: 26px;
  color: #087e9c;
  font-size: 20px;
  background: #e1f3f6;
  border-radius: 14px;
}
.project-approach-grid article.is-solution {
  background: #087d9c;
  border-color: transparent;
}
.project-approach-grid article.is-solution > span {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}
.project-approach-grid h2 {
  margin-bottom: 15px;
  color: #073f57;
  font-size: 27px;
}
.project-approach-grid p {
  margin: 0;
  color: #5f7883;
  line-height: 1.8;
}
.project-approach-grid .is-solution h2,
.project-approach-grid .is-solution p {
  color: #fff;
}
.project-approach-grid .is-solution p {
  opacity: 0.82;
}

/* Proje sayfalarını orta ekranlarda iki sütuna ve sabit olmayan yan panele geçir. */
@media (max-width: 991px) {
  .home-project-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .home-project-grid,
  .project-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .project-detail-layout {
    grid-template-columns: 1fr;
  }
  .project-detail-main {
    grid-column: 1;
    grid-row: 2;
  }
  .project-detail-sidebar {
    position: static;
    display: block;
    grid-column: 1;
    grid-row: 1;
  }
  .project-scope-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Proje kartları ve detay bölümlerini mobilde tek sütunda okunabilir hale getir. */
@media (max-width: 767px) {
  .project-list-section,
  .project-detail-intro,
  .project-scope-section,
  .project-approach-section {
    padding-top: 68px;
    padding-bottom: 72px;
  }
  .home-project-grid,
  .project-list-grid,
  .project-fact-grid,
  .project-scope-grid,
  .project-approach-grid {
    grid-template-columns: 1fr;
  }
  .project-detail-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .project-showcase-content p {
    min-height: 0;
  }
  .project-detail-layout {
    gap: 34px;
  }
  .project-detail-image,
  .project-detail-image img {
    min-height: 340px;
  }
  .project-detail-image {
    margin-bottom: 34px;
  }
  .project-detail-image figcaption {
    right: 16px;
    bottom: 16px;
  }
  .project-scope-grid li {
    min-height: 0;
  }
  .project-scope-grid li > span {
    margin-bottom: 24px;
  }
  .project-approach-grid article {
    padding: 31px 26px;
  }
}

/* Çok dar ekranlarda kart iç boşluklarını ve başlık ölçülerini sıkılaştır. */
@media (max-width: 575px) {
  .project-showcase-content {
    padding: 24px 22px 26px;
  }
  .project-showcase-content h3 {
    font-size: 20px;
  }
  .project-detail-image,
  .project-detail-image img {
    min-height: 285px;
  }
  .project-detail-summary {
    font-size: 17px;
  }
  .project-detail-copy,
  .project-detail-gallery {
    padding: 22px 19px;
  }
  .project-detail-gallery-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .project-detail-gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* Ana sayfa Shorts vitrinini header üst alanıyla uyumlu mavi tonlarda düzenle. */
.home-shorts-showcase {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background:
    radial-gradient(
      circle at 92% 10%,
      rgba(145, 181, 255, 0.28),
      transparent 27%
    ),
    radial-gradient(circle at 8% 92%, rgba(29, 52, 160, 0.34), transparent 24%),
    linear-gradient(135deg, #2949c7 0%, #3b60ea 58%, #2443b7 100%);
}
.home-shorts-showcase:before {
  position: absolute;
  top: -90px;
  right: 8%;
  width: 240px;
  height: 240px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(255, 255, 255, 0.025);
}

/* Shorts açıklaması ile üç dikey oynatıcıyı tek satırda dengeli yerleştir. */
.home-shorts-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(767px, 1.75fr);
  align-items: center;
  gap: 42px;
}
.home-shorts-copy {
  min-width: 0;
}
.home-shorts-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #80e3e2;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home-shorts-kicker i {
  font-size: 17px;
}
.home-shorts-copy h2 {
  margin: 14px 0 16px;
  color: #fff;
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1.08;
}
.home-shorts-copy > p {
  max-width: 420px;
  margin: 0;
  color: #b8d2d8;
  font-size: 14px;
  line-height: 1.75;
}
.home-shorts-live {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 19px;
  color: #86aeb8;
  font-size: 10px;
  font-weight: 750;
}
.home-shorts-live i {
  width: 7px;
  height: 7px;
  background: #55dfae;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(85, 223, 174, 0.1);
}
.home-shorts-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
  padding: 0 19px;
  color: #073b4d;
  font-size: 11px;
  font-weight: 850;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0, 23, 32, 0.18);
}
.home-shorts-button:hover {
  color: #fff;
  background: #e22626;
  transform: translateY(-2px);
}

/* Shorts kartlarını kısa başlık alanlarıyla üç kompakt sütunda göster. */
.home-shorts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 245px));
  justify-content: end;
  gap: 16px;
}
.home-short-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 20px 46px rgba(0, 22, 31, 0.27);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.home-short-card:hover {
  box-shadow: 0 26px 54px rgba(0, 22, 31, 0.35);
  transform: translateY(-5px);
}

/* Video kartlarının tamamını renk değişmeden tıklanabilir modal bağlantısına dönüştür. */
.video-modal-trigger {
  display: block;
  height: 100%;
  color: inherit;
}
.video-modal-trigger:hover {
  color: inherit;
}

/* Ana sayfa Shorts önizlemelerini önceki dikey oynatıcıdan daha kısa bir yükseklikte tut. */
.home-short-player {
  position: relative;
  display: block;
  height: 330px;
  overflow: hidden;
  background: #021f2a;
}
.home-short-player img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}
.video-modal-trigger:hover .home-short-player img,
.video-modal-trigger:hover .video-short-player img,
.video-modal-trigger:hover .video-gallery-player img {
  opacity: 0.84;
  transform: scale(1.035);
}

/* Video önizlemelerinde oynatma eylemini belirgin ve ortak bir düğmeyle göster. */
.video-preview-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #fff;
  font-size: 18px;
  background: #e32626;
  border: 5px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(1, 26, 36, 0.34);
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.video-preview-play i {
  margin-left: 3px;
}
.video-modal-trigger:hover .video-preview-play {
  background: #bd1717;
  transform: translate(-50%, -50%) scale(1.08);
}
.home-short-caption {
  display: block;
  padding: 14px 15px 16px;
}
.home-short-caption > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #d92121;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-short-caption h3 {
  display: -webkit-box;
  min-height: 38px;
  margin: 7px 0 0;
  overflow: hidden;
  color: #113c4d;
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Orta ekranlarda ana sayfa Shorts metni ile kartları alt alta indir. */
@media (max-width: 1199px) {
  .home-shorts-shell {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .home-shorts-copy {
    max-width: 720px;
  }
  .home-shorts-grid {
    grid-template-columns: repeat(3, minmax(0, 230px));
    justify-content: start;
  }
}

/* Tablet genişliğinde üç Shorts kartını taşmadan eşit sütunlara dağıt. */
@media (max-width: 991px) {
  .home-shorts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Mobilde Shorts kartlarını dokunmatik yatay akışta kompakt tut. */
@media (max-width: 767px) {
  .home-shorts-showcase {
    padding: 52px 0 57px;
  }
  .home-shorts-shell {
    gap: 27px;
  }
  .home-shorts-copy h2 {
    font-size: 34px;
  }
  .home-shorts-copy > p {
    font-size: 13px;
  }
  .home-shorts-button {
    justify-content: center;
  }
  .home-shorts-grid {
    grid-template-columns: repeat(3, minmax(215px, 72vw));
    justify-content: stretch;
    margin-right: calc((100vw - 100%) / -2);
    padding-right: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .home-shorts-grid::-webkit-scrollbar {
    display: none;
  }
  .home-short-card {
    scroll-snap-align: start;
  }
  .home-short-player {
    height: 315px;
  }
}

/* Videolar üst alanındaki açıklamayı okunabilir genişlikte tut. */
.inner-page-hero--videos .inner-page-hero-content p {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.7;
}

/* Shorts bölümünü dikey video kartlarına uygun aydınlık bir yüzeyde göster. */
.video-shorts-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0 104px;
  background:
    radial-gradient(circle at 92% 4%, rgba(226, 39, 39, 0.1), transparent 24%),
    #fff;
}

/* Video bölümü başlığı ile kanal bağlantısını tek ve ortalanmış akışta yerleştir. */
.video-gallery-heading--with-action {
  display: block;
  max-width: 820px;
  text-align: center;
}
.video-gallery-heading--with-action > div {
  max-width: 820px;
}
.video-gallery-heading--with-action p {
  margin: 0 auto;
}
.youtube-channel-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  margin-top: 24px;
  background: #df2424;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(223, 36, 36, 0.2);
}
.youtube-channel-link:hover {
  color: #fff;
  background: #bf1717;
  transform: translateY(-2px);
}
.youtube-channel-link > i:first-child {
  font-size: 18px;
}

/* Shorts önizlemelerini masaüstünde en fazla dört sütunda ve eksik satırlarda ortalı sırala. */
.video-shorts-grid {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(250px, calc((100% - 78px) / 4))
  );
  justify-content: center;
  gap: 26px;
}
.video-short-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(5, 72, 99, 0.1);
  border-radius: 20px;
  box-shadow: 0 18px 54px rgba(4, 53, 72, 0.1);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.video-short-card:hover {
  box-shadow: 0 24px 60px rgba(4, 53, 72, 0.16);
  transform: translateY(-5px);
}
.video-short-player {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background: #022432;
}
.video-short-player img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}
.video-short-copy {
  display: block;
  padding: 22px 22px 25px;
}
.video-short-copy span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d62222;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.video-short-copy h3 {
  margin: 11px 0 0;
  color: #073f57;
  font-size: 18px;
  line-height: 1.4;
}

/* YouTube normal video galerisinin ana yüzeyini ve başlık alanını düzenle. */
.video-gallery-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0 112px;
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(23, 162, 190, 0.12),
      transparent 25%
    ),
    linear-gradient(180deg, #f8fbfc 0%, #eef4f6 100%);
}
.video-gallery-heading {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}
.video-gallery-heading .sec-title {
  margin-bottom: 16px;
}
.video-gallery-heading p {
  margin: 0 auto;
  color: #5d7782;
  font-size: 16px;
  line-height: 1.78;
}

/* Normal video önizlemelerini ayrı bir vitrin oluşturmadan üç eşit sütunda yerleştir. */
.video-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.video-gallery-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(5, 72, 99, 0.1);
  border-radius: 18px;
  box-shadow: 0 18px 54px rgba(4, 53, 72, 0.09);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.video-gallery-card:hover {
  box-shadow: 0 24px 62px rgba(4, 53, 72, 0.15);
  transform: translateY(-4px);
}
.video-gallery-player {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #022432;
}
.video-gallery-player img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}
.video-gallery-copy {
  display: block;
  padding: 28px 30px 31px;
}
.video-gallery-copy > span,
.video-gallery-copy > small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0a88a6;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.video-gallery-copy > span i {
  color: #e22727;
  font-size: 15px;
}
.video-gallery-copy h2 {
  margin: 14px 0 18px;
  color: #073f57;
  font-size: 23px;
  line-height: 1.3;
}
.video-gallery-copy > small {
  color: #718993;
  letter-spacing: 0.04em;
}
.video-gallery-copy > small i {
  color: #12a0bd;
}

/* Fancybox video penceresini geniş ekran oynatımına uygun boyut ve marka renklerinde göster. */
.fancybox__container {
  --f-video-width: 1120px;
  --f-video-height: 630px;
  --f-arrow-bg: rgba(5, 69, 91, 0.9);
  --f-arrow-hover-bg: #e32626;
}

/* Video bulunmadığında yönetilebilir boş durum mesajını görünür kıl. */
.video-gallery-empty {
  max-width: 680px;
  margin: 0 auto;
  padding: 68px 32px;
  text-align: center;
  background: #fff;
  border: 1px dashed rgba(8, 118, 148, 0.28);
  border-radius: 18px;
}
.video-gallery-empty > i {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  margin: 0 auto 22px;
  color: #fff;
  font-size: 29px;
  background: #df2424;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(223, 36, 36, 0.22);
}
.video-gallery-empty h2 {
  margin-bottom: 10px;
  color: #073f57;
}
.video-gallery-empty p {
  margin: 0;
  color: #617a85;
}

/* Orta ekranlarda Shorts ve normal video listelerini ikişer sütuna indir. */
@media (max-width: 991px) {
  .video-shorts-grid,
  .video-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobilde video kartlarını tek sütunda ve tam genişlikte göster. */
@media (max-width: 767px) {
  .video-shorts-section,
  .video-gallery-section {
    padding: 68px 0 76px;
  }
  .youtube-channel-link {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }
  .video-gallery-heading {
    margin-bottom: 34px;
  }
  .video-shorts-grid,
  .video-gallery-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .video-short-card {
    max-width: 420px;
    margin: 0 auto;
  }
  .video-gallery-copy {
    padding: 24px 22px 27px;
  }
  .video-gallery-copy h2 {
    font-size: 21px;
  }
}

/* Ürünler ana sayfasını üç sütunlu sade grup kartlarıyla düzenle. */
.product-root-section {
  padding: 58px 0 68px;
  background: var(--smoke-color);
}

.product-root-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.product-root-heading .sec-title {
  margin: 10px 0 12px;
}

.product-root-heading > p {
  margin: 0;
  color: var(--body-color);
  font-size: 15px;
  line-height: 1.65;
}

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

.product-root-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  color: var(--title-color);
  background: #fff;
  border: 1px solid #dfe4f4;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(32, 51, 122, 0.07);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-root-card:hover {
  color: var(--title-color);
  border-color: #9eadeb;
  box-shadow: 0 15px 34px rgba(32, 51, 122, 0.13);
  transform: translateY(-3px);
}

.product-root-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #eef1fb;
}

.product-root-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-root-card:hover .product-root-image img {
  transform: scale(1.035);
}

.product-root-image b {
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.06em;
  background: rgba(34, 57, 143, 0.9);
  border-radius: 4px;
}

.product-root-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 19px 20px 20px;
}

.product-root-copy small {
  color: var(--theme-color);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-root-copy strong {
  margin: 8px 0 18px;
  color: var(--title-color);
  font-size: 19px;
  line-height: 1.35;
}

.product-root-copy em {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 13px;
  color: var(--theme-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  border-top: 1px solid #e7eaf5;
}

/* Kategori sayfasında ürünleri ana içerik içinde üç sütunda listele. */
.product-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.catalog-card--compact {
  grid-template-columns: 1fr;
  min-width: 0;
  border-radius: 7px;
}

.catalog-card--compact .catalog-image {
  min-height: 185px;
  padding: 0;
}

.catalog-card--compact .catalog-copy {
  padding: 17px 18px 19px;
}

.catalog-card--compact .catalog-copy h3 {
  margin-bottom: 12px;
  font-size: 17px;
}

/* Ürün sidebarını düz satırlı ve ince ayırıcılı servis menüsü biçimine getir. */
.product-catalog-sidebar {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8def0;
  border-radius: 5px;
  box-shadow: 0 8px 24px rgba(31, 47, 110, 0.08);
}

.product-sidebar-heading {
  padding: 15px 16px;
  background: var(--theme-color);
}

.product-sidebar-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
}

.product-sidebar-list {
  display: block;
  overflow: visible;
  padding: 0;
}

.product-sidebar-branch {
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid #dfe4f1;
  border-radius: 0;
}

.product-sidebar-category-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  background: #fff;
}

.product-sidebar-category {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 13px;
  color: var(--title-color);
  border-left: 3px solid transparent;
}

.product-sidebar-category strong,
.product-sidebar-link strong {
  font-size: 11px;
  line-height: 1.4;
}

.product-sidebar-category:hover,
.product-sidebar-category.is-active {
  color: var(--theme-color);
  background: #eef1ff;
  border-left-color: var(--theme-color);
}

.product-sidebar-category-row button {
  border: 0;
  border-left: 1px solid #e1e5f1;
  color: var(--theme-color);
  background: #f8f9fd;
}

.product-sidebar-category-row button i {
  font-size: 10px;
  transition: transform 0.2s ease;
}

.product-sidebar-branch.is-open > .product-sidebar-category-row button i {
  transform: rotate(180deg);
}

.product-sidebar-children {
  display: block;
  padding: 0;
  background: #f6f7fc;
}

.product-sidebar-children[hidden] {
  display: none;
}

.product-sidebar-link {
  display: grid;
  min-width: 0;
  min-height: 46px;
  grid-template-columns: minmax(0, 1fr) 14px;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  color: var(--title-color);
  background: #fff;
  border: 0;
  border-bottom: 1px solid #dfe4f1;
  border-left: 3px solid transparent;
  border-radius: 0;
  transition: color 0.2s ease, background 0.2s ease;
}

.product-sidebar-link:hover,
.product-sidebar-link.is-active {
  color: var(--theme-color);
  background: #eef1ff;
  border-left-color: var(--theme-color);
  transform: none;
}

.product-sidebar-link > i {
  color: #8b96b8;
  font-size: 9px;
}

.product-sidebar-link--child {
  min-height: 40px;
  padding: 9px 12px 9px 27px;
  background: #f6f7fc;
  border-bottom-color: #e4e7f2;
}

.product-sidebar-link--child strong {
  font-size: 10px;
}

/* İç İçe Ürün Kategorileri */
.product-sidebar-branch--nested > .product-sidebar-category-row .product-sidebar-category {
  padding-left: 27px;
  background: #f6f7fc;
}

.product-sidebar-branch--nested .product-sidebar-link--child {
  padding-left: 41px;
}

/* Ürün çalışma alanlarını daha sıkı boşluklarla okunabilir tut. */
.product-detail-workspace {
  padding: 48px 0 60px;
  background: #f7f8fd;
}

.product-detail-layout {
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 24px;
}

.product-detail-main {
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
}

.product-overview-card,
.product-technical-panel,
.product-content-faq-section,
.product-video-section {
  border-radius: 16px;
}

/* Ürün görselini ek iç kart ve dolgu katmanları olmadan dış karta yerleştir. */
.product-gallery-panel {
  padding: 0;
  background: #fff;
}

.product-gallery-featured {
  min-height: 380px;
  padding: 0;
  border: 0;
  border-radius: 0;
}

/* Galeri yardımcı alanlarını görselden bağımsız ve ölçülü boşluklarla ayır. */
.product-gallery-thumbnails {
  margin: 12px 12px 0;
}

.product-gallery-caption {
  padding: 15px 12px 12px;
}

.product-overview-copy {
  padding: 34px 32px;
}

.product-overview-copy > h2 {
  margin: 12px 0 18px;
  font-size: clamp(27px, 2.7vw, 36px);
}

.product-overview-copy .product-detail-actions {
  margin-top: 24px;
}

/* Teknik Panelin Açık Zeminini Tema Katmanında Koru */
.product-technical-panel {
  background: #fff;
}

.product-technical-heading {
  padding: 28px 30px 24px;
}

.product-category-intro {
  display: block;
  margin: 0;
  padding: 0 0 22px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfe4f1;
  border-radius: 0;
}

.product-category-intro h2 {
  margin: 8px 0 10px;
  font-size: clamp(25px, 2.4vw, 32px);
}

/* İçeriğe Bağlı Sayfa Altı SSS Bölümü */
.content-page-faq {
  padding: 64px 0;
  background: linear-gradient(180deg, #f5f8fc 0%, #fff 100%);
  border-top: 1px solid #e2e8f0;
}

/* Sayfa Altı SSS Başlığı */
.content-page-faq-heading {
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}
.content-page-faq-heading > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.content-page-faq-heading h2 {
  margin: 0 0 11px;
  color: var(--title-color);
  font-size: clamp(28px, 3.5vw, 40px);
}
.content-page-faq-heading p {
  margin: 0;
  color: #657b8b;
  font-size: 15px;
  line-height: 1.7;
}

/* Sayfa Altı SSS Akordeonu */
.content-page-faq-list {
  display: grid;
  max-width: 900px;
  gap: 12px;
  margin: 0 auto;
}
.content-page-faq-item {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce5ec;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(18, 58, 84, .05);
}
.content-page-faq-item summary {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 22px;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}
.content-page-faq-item summary::-webkit-details-marker { display: none; }
.content-page-faq-item summary i {
  flex: 0 0 auto;
  color: var(--theme-color);
  transition: transform .2s ease;
}
.content-page-faq-item[open] summary i { transform: rotate(180deg); }
.content-page-faq-item[open] summary { color: var(--theme-color2); background: #f8fafc; }
.content-page-faq-answer {
  padding: 0 22px 22px;
  color: #5f7483;
  font-size: 15px;
  line-height: 1.8;
  background: #f8fafc;
}

/* Mobil Sayfa Altı SSS Düzeni */
@media (max-width: 575px) {
  .content-page-faq { padding: 44px 0; }
  .content-page-faq-heading { margin-bottom: 22px; }
  .content-page-faq-item summary { min-height: 60px; padding: 16px 17px; font-size: 15px; }
  .content-page-faq-answer { padding: 0 17px 18px; font-size: 14px; }
}

/* Site içindeki geniş dikey boşlukları daha dengeli ölçülere indir. */
.aksan-site main > section.py-5:not(.inner-page-hero) {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.project-list-section,
.video-shorts-section,
.video-gallery-section,
.content-gallery-section {
  padding-top: 64px;
  padding-bottom: 70px;
}

.product-process {
  padding-block: 56px !important;
}

.product-process-panel {
  padding: 38px;
  background: linear-gradient(135deg, var(--theme-color2), var(--theme-color));
  border-radius: 12px;
}

.related-products {
  padding-block: 54px !important;
}

/* Marka dışı dekoratif vurgu renklerini header mavisiyle aynı palete bağla. */
.aksan-site .text-theme,
.aksan-site .sub-title,
.catalog-copy > a,
.project-inline-link,
.product-gallery-caption > span {
  color: var(--theme-color);
}

.header-quote-button,
.faq-page-contact,
.cta-inner {
  background: linear-gradient(135deg, var(--theme-color2), var(--theme-color));
}

.product-gallery-badge,
.project-showcase-index {
  background: rgba(34, 57, 143, 0.9);
}

/* Mobil tema alt menüsünde yinelenen ikinci artı simgesini gizle. */
.th-mobile-menu ul .menu-item-has-children > a::after {
  display: none;
}

/* Orta ekranlarda katalog ve kategori kartlarını iki sütuna indir. */
@media (max-width: 991px) {
  .product-root-grid,
  .product-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail-layout {
    grid-template-columns: 1fr;
  }
}

/* Mobilde kartları tek sütunda ve ürün alanlarını daha sıkı göster. */
@media (max-width: 575px) {
  .product-root-section {
    padding: 42px 0 50px;
  }

  .product-root-grid,
  .product-category-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-workspace {
    padding: 36px 0 46px;
  }

  .product-gallery-featured {
    min-height: 280px;
  }

  .product-overview-copy {
    padding: 22px 19px;
  }

  .product-process-panel {
    padding: 25px 19px;
  }
}
