.static-richtext {
  line-height: 1.8;
  color: #2b2b2b;
}

.static-intro {
  background: linear-gradient(135deg, #f5f6fa, #e6ebf4);
  border-radius: 16px;
  padding: 24px 18px;
  box-shadow: 0 14px 34px rgba(18, 35, 71, 0.08);
}

.static-section-title {
  color: #1f1b40;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

.static-lead {
  color: #4d5668;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.static-cta {
  border-radius: 999px;
  padding: 10px 20px;
}

.static-category-thumb,
.static-product-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 4px;
}

.static-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.static-card-grid__item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(18, 35, 71, 0.12);
  overflow: hidden;
}

.static-gallery-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.static-gallery-caption {
  padding: 12px;
  text-align: center;
  color: #1f1b40;
  font-weight: 600;
}

.static-link-card {
  display: block;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(18, 35, 71, 0.09);
  color: #1f1b40;
  font-weight: 700;
  padding: 18px;
  text-align: center;
  text-decoration: none !important;
}

.static-link-card:hover {
  color: #fff;
  background: #1f1b40;
}

.static-content-panel {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(18, 35, 71, 0.09);
  margin-bottom: 40px;
  padding: 32px;
}

.static-content-panel h2 {
  color: #1f1b40;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 18px;
}

.static-content-panel p {
  margin-bottom: 16px;
}

.static-content-kicker {
  color: #71097d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 8px !important;
}

.static-check-list {
  list-style: none;
  margin: 22px 0;
  padding: 0;
}

.static-check-list li {
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.static-check-list li::before {
  color: #71097d;
  content: "\2713";
  font-weight: 700;
  left: 0;
  position: absolute;
}

.static-feature-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  margin: 24px 0;
}

.static-feature-grid > div {
  background: #f5f6fa;
  border-left: 3px solid #71097d;
  border-radius: 8px;
  padding: 18px;
}

.static-feature-grid strong,
.static-feature-grid span {
  display: block;
}

.static-feature-grid strong {
  color: #1f1b40;
  margin-bottom: 6px;
}

.static-action-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
}

.static-text-link {
  color: #71097d;
  font-weight: 700;
  text-decoration: none !important;
}

.static-text-link:hover {
  color: #1f1b40;
}

.static-catalog-panel {
  background: linear-gradient(135deg, #fff, #f1edf5);
}

.static-form-message {
  min-height: 24px;
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
}

.js-async-form .static-form-message.is-dark {
  color: #333;
}

.static-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.static-footer-action {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

.static-footer-action:hover {
  color: #d9c4e1;
}

.static-kayseri-card {
  align-items: center;
  background: linear-gradient(135deg, #1f1b40, #34285c);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(18, 35, 71, 0.15);
  color: #fff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 12px 0 32px;
  padding: 26px 30px;
}

.static-kayseri-card h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin: 5px 0 10px;
}

.static-kayseri-card p {
  margin: 0;
}

.static-kayseri-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.static-secondary-button {
  background: #fff;
  color: #1f1b40;
}

.static-secondary-button:hover,
.static-secondary-button:focus {
  background: #ece8f1;
  color: #1f1b40;
}

.static-cms-card {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 2px 10px rgba(20, 18, 48, 0.12);
  overflow: hidden;
  padding: 10px;
}

.static-cms-card__title {
  background: #1f1b40;
  border-radius: 6px;
  color: #fff;
  margin-top: 10px;
  padding: 11px;
  text-align: center;
}

.static-cms-empty {
  background: #f5f4f7;
  border: 1px solid #e5e2e8;
  border-radius: 10px;
  color: #626775;
  margin: 25px 0;
  padding: 26px;
  text-align: center;
}

.static-cms-category-intro {
  color: #555c6b;
  font-size: 16px;
  line-height: 1.8;
  margin: 25px 0;
}

.static-cms-breadcrumb {
  color: #7a7e89;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 9px;
  margin: 25px 0 35px;
}

.static-cms-breadcrumb a {
  color: #71097d;
}

.static-cms-product-layout {
  display: grid;
  gap: 55px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin-bottom: 70px;
}

.static-cms-product-copy h1 {
  color: #1f1b40;
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 18px;
}

.static-cms-product-lead {
  color: #4f5665;
  font-size: 18px;
  line-height: 1.7;
}

.static-cms-product-content {
  color: #606674;
  line-height: 1.8;
  margin-top: 25px;
}

.static-cms-product-gallery {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.static-cms-product-image {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(20, 18, 48, 0.1);
  display: block;
  overflow: hidden;
}

.static-cms-product-image:first-child {
  grid-column: 1 / -1;
}

.static-cms-product-image img,
.static-cms-product-placeholder {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: contain;
  width: 100%;
}

.static-cms-documents {
  border-top: 1px solid #e4e4e8;
  display: grid;
  gap: 8px;
  margin-top: 28px;
  padding-top: 20px;
}

.static-cms-document {
  color: #71097d;
  font-weight: 700;
}

.static-about-hero {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.74) 50%, #fff 72%), url("/images/ustmenu/20161220110955_.jpg");
  background-position: center 12%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 560px;
  position: relative;
}

.static-about-hero__inner {
  display: flex;
  justify-content: flex-end;
  min-height: 560px;
}

.static-about-hero__content {
  align-self: center;
  max-width: 650px;
  padding: 70px 0 70px 60px;
}

.static-about-kicker {
  color: #8f399c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.static-about-hero h1 {
  color: #1f1b40;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0;
}

.static-about-hero__lead {
  color: #4a4f5c;
  font-size: 18px;
  line-height: 1.75;
  margin: 24px 0 0;
}

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

.static-about-actions .btn,
.static-about-cta .btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 12px 24px;
}

.static-about-link {
  color: #71097d;
  font-weight: 700;
  text-decoration: none !important;
}

.static-about-link:hover,
.static-about-link:focus {
  color: #1f1b40;
}

.static-about-facts {
  background: #1f1b40;
  color: #fff;
}

.static-about-facts .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.static-about-facts .container > div {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding: 30px 36px;
}

.static-about-facts .container > div:last-child {
  border-right: 0;
}

.static-about-facts strong,
.static-about-facts span {
  display: block;
}

.static-about-facts strong {
  font-size: 24px;
  margin-bottom: 5px;
}

.static-about-facts span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.static-about-section {
  padding: 90px 0;
}

.static-about-section--soft {
  background: #f5f4f7;
}

.static-about-intro-grid,
.static-about-quality__grid {
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.static-about-section h2,
.static-about-quality h2,
.static-about-cta h2 {
  color: #1f1b40;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0;
}

.static-about-copy p,
.static-about-kayseri__content > p,
.static-about-quality__grid > div > p {
  color: #555c6b;
  font-size: 16px;
  line-height: 1.85;
  margin: 0 0 18px;
}

.static-about-heading {
  margin-bottom: 36px;
  max-width: 620px;
}

.static-about-values {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.static-about-value {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(26, 22, 55, 0.08);
  min-height: 250px;
  padding: 28px;
}

.static-about-value__number {
  color: #a04cab;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 34px;
}

.static-about-value h3 {
  color: #1f1b40;
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 12px;
}

.static-about-value p {
  color: #5f6674;
  line-height: 1.75;
  margin: 0;
}

.static-about-applications {
  background: #8f399c;
  color: #fff;
  padding: 44px 0;
}

.static-about-applications .static-about-kicker {
  color: #ead8ed;
}

.static-about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.static-about-tags span {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  font-weight: 600;
  padding: 10px 16px;
}

.static-about-tags i {
  margin-right: 8px;
}

.static-about-kayseri {
  align-items: center;
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.static-about-kayseri__image {
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(24, 21, 53, 0.16);
  overflow: hidden;
}

.static-about-kayseri__image img {
  display: block;
  height: auto;
  width: 100%;
}

.static-about-kayseri__content h2 {
  margin-bottom: 22px;
}

.static-about-quality {
  background: #1f1b40;
  color: #fff;
  padding: 80px 0;
}

.static-about-quality h2 {
  color: #fff;
  margin-bottom: 18px;
}

.static-about-quality__grid > div > p {
  color: rgba(255, 255, 255, 0.66);
}

.static-about-standards {
  align-self: center;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.static-about-standards span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  font-weight: 700;
  padding: 17px 18px;
}

.static-about-cta {
  background: #fff;
  padding: 70px 0;
}

.static-about-cta .container {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.static-about-cta .container > div {
  max-width: 760px;
}

.static-about-cta p {
  color: #5f6674;
  font-size: 16px;
  line-height: 1.7;
  margin: 14px 0 0;
}

.static-404 {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, #eceef7, #dfe7f4);
  font-family: Arial, sans-serif;
}

.static-404__box {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 16px 50px rgba(18, 35, 71, 0.12);
  max-width: 520px;
  padding: 40px 28px;
  text-align: center;
}

.static-404__logo {
  width: 180px;
  margin: 0 auto 24px;
}

@media (max-width: 767px) {
  #header .ustfixed {
    background: #17142f;
    padding: 0;
  }

  #header .sagacik {
    display: none;
  }

  .static-mobile-toolbar {
    align-items: center;
    color: rgba(255, 255, 255, 0.78);
    display: flex !important;
    font-size: 10px;
    height: 28px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 720px;
    padding: 0 14px;
  }

  .static-mobile-toolbar a {
    color: inherit;
    text-decoration: none;
  }

  .static-mobile-toolbar__links {
    align-items: center;
    display: flex;
    gap: 6px;
  }

  .static-mobile-toolbar__phone {
    align-items: center;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    gap: 5px;
  }

  .static-header-main {
    background: #1f1b40;
    min-height: 68px !important;
  }

  .static-header-container {
    min-height: 68px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
  }

  .static-header-logo {
    height: 68px;
    padding-right: 48px;
    text-align: left;
  }

  .static-header-logo .logo,
  .fixed_header .static-header-logo .logo {
    background-size: 168px 50px;
    height: 50px;
    margin: 8px 0 0;
    width: 168px;
  }

  .static-header-nav {
    background: transparent;
    left: 12px;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 0;
    width: auto;
    z-index: 1000;
  }

  .static-header-nav .navbar-default {
    background: transparent;
    border: 0;
    margin: 0;
    min-height: 68px;
  }

  .static-header-nav .navbar-header {
    min-height: 68px;
  }

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

  .static-header-nav .navbar-toggle {
    border-color: rgba(255, 255, 255, 0.58);
    border-radius: 8px;
    margin: 16px 0 0;
    padding: 8px;
  }

  .static-header-nav .navbar-toggle .icon-bar {
    height: 2px;
    width: 20px;
  }

  .static-header-nav .navbar-collapse {
    background: #211d44;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 10px;
    box-shadow: 0 14px 30px rgba(9, 7, 28, 0.3);
    margin-top: 0;
    max-height: calc(100vh - 110px);
    overflow-y: auto !important;
    padding: 6px !important;
  }

  .static-header-nav .navbar-nav {
    margin: 0 !important;
    width: 100%;
  }

  .static-header-nav .navbar-nav > li > a {
    border-radius: 7px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 9px 11px;
  }

  .static-header-nav .navbar-nav > li > a:hover,
  .static-header-nav .navbar-nav > li > a:focus,
  .static-header-nav .navbar-nav > .open > a {
    background: rgba(255, 255, 255, 0.08);
  }

  .static-header-nav .dropdown-menu {
    background: rgba(7, 5, 25, 0.28);
    border-radius: 7px;
    margin: 0 0 4px;
    padding: 4px;
  }

  .static-header-nav .dropdown-menu > li > a {
    font-size: 11px;
    line-height: 17px;
    padding: 8px 12px;
  }

  .fixed_header .static-mobile-toolbar {
    display: none !important;
  }

  .fixed_header .static-header-main,
  .fixed_header .static-header-container {
    min-height: 60px !important;
  }

  .fixed_header .static-header-logo {
    height: 60px;
  }

  .fixed_header .static-header-logo .logo {
    background-size: 148px 44px;
    height: 44px;
    margin-top: 7px;
    width: 148px;
  }

  .fixed_header .static-header-nav .navbar-default,
  .fixed_header .static-header-nav .navbar-header {
    min-height: 60px;
  }

  .fixed_header .static-header-nav .navbar-toggle {
    margin-top: 12px;
  }

  .static-intro {
    padding: 18px 14px;
  }

  .static-section-title {
    font-size: 22px;
  }

  .static-content-panel {
    border-radius: 12px;
    padding: 22px 18px;
  }

  .static-content-panel h2 {
    font-size: 22px;
  }

  .static-kayseri-card {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 18px;
  }

  .static-kayseri-card h1 {
    font-size: 22px;
  }

  .static-kayseri-actions {
    justify-content: flex-start;
  }

  .static-about-hero,
  .static-about-hero__inner {
    min-height: 600px;
  }

  .static-about-hero {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 15%, rgba(255, 255, 255, 0.92) 48%, #fff 72%), url("/images/ustmenu/20161220110955_.jpg");
    background-position: 20% top;
  }

  .static-about-hero__content {
    align-self: flex-end;
    padding: 230px 0 46px;
  }

  .static-about-hero h1 {
    font-size: 36px;
  }

  .static-about-hero__lead {
    font-size: 16px;
  }

  .static-about-facts .container,
  .static-about-intro-grid,
  .static-about-values,
  .static-about-kayseri,
  .static-about-quality__grid {
    grid-template-columns: 1fr;
  }

  .static-about-facts .container > div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-right: 0;
    padding: 22px 4px;
  }

  .static-about-facts .container > div:last-child {
    border-bottom: 0;
  }

  .static-about-section {
    padding: 58px 0;
  }

  .static-about-intro-grid,
  .static-about-quality__grid {
    gap: 28px;
  }

  .static-about-values {
    gap: 14px;
  }

  .static-about-value {
    min-height: auto;
  }

  .static-about-kayseri {
    gap: 34px;
  }

  .static-about-standards {
    grid-template-columns: 1fr;
  }

  .static-about-cta .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .static-cms-product-layout {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .static-cms-product-copy h1 {
    font-size: 30px;
  }
}
