:root {
  --content-navy: #160638;
  --content-blue: #2489ee;
  --content-orange: #f28a13;
  --content-text: #4f5362;
  --content-line: #e2e6ee;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.section-title h1,
.post-header h1 {
  color: var(--content-navy);
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.section-title > p {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  color: var(--content-text);
  line-height: 1.7;
  text-wrap: pretty;
}

.page-content,
.post-content,
.product-description,
.reference-description {
  color: var(--content-text);
  font-size: 1.02rem;
  line-height: 1.78;
  overflow-wrap: anywhere;
}

.page-content > :first-child,
.post-content > :first-child,
.product-description > :first-child,
.reference-description > :first-child {
  margin-top: 0;
}

.page-content h2,
.post-content h2,
.product-description h2,
.reference-description h2 {
  margin: 48px 0 18px;
  color: var(--content-navy);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.22;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.page-content h3,
.post-content h3,
.product-description h3,
.reference-description h3 {
  margin: 32px 0 12px;
  color: var(--content-navy);
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  line-height: 1.3;
}

.page-content p,
.post-content p,
.product-description p,
.reference-description p {
  margin: 0 0 19px;
  text-align: left;
  text-wrap: pretty;
}

.page-content ul,
.page-content ol,
.post-content ul,
.post-content ol,
.product-description ul,
.product-description ol,
.reference-description ul,
.reference-description ol {
  margin: 0 0 24px;
  padding-left: 1.35rem;
}

.page-content li,
.post-content li,
.product-description li,
.reference-description li {
  margin-bottom: 9px;
}

.page-content img,
.post-content img,
.product-description img,
.reference-description img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.djb-feature-section {
  margin-top: clamp(34px, 5vw, 64px);
}

.djb-feature-intro {
  max-width: 760px;
}

.djb-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.djb-feature-card {
  padding: 24px;
  border: 1px solid #e4e8ef;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff 0%, #f7faff 100%);
  box-shadow: 0 10px 26px rgba(18, 6, 52, 0.055);
}

.djb-feature-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 13px;
  background: linear-gradient(145deg, #2489ee, #1468bd);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.djb-feature-card h3 {
  margin-top: 0;
}

.djb-feature-card p {
  margin-bottom: 0;
}

.djb-feature-card strong {
  display: block;
  margin-top: 14px;
  padding: 11px 13px;
  border-left: 3px solid #f28a13;
  background: rgba(242, 138, 19, 0.08);
  color: #120634;
}

.service-page-lead {
  margin-bottom: 30px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid #e4e8ef;
  border-left: 5px solid var(--content-orange);
  border-radius: 18px;
  background: linear-gradient(135deg, #f7faff 0%, #fff 68%);
  box-shadow: 0 12px 34px rgba(18, 6, 52, 0.06);
}

.service-page-lead h2 {
  margin-top: 0;
}

.service-page-lead p:last-child {
  margin-bottom: 0;
}

.service-proof-grid,
.service-step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 34px;
}

.service-proof-card,
.service-step-card {
  padding: 24px;
  border: 1px solid #e4e8ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(18, 6, 52, 0.05);
}

.service-proof-card h3,
.service-step-card h3 {
  margin-top: 0;
}

.service-proof-card p,
.service-step-card p {
  margin-bottom: 0;
}

.service-step-number {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--content-blue);
  color: #fff;
  font-weight: 800;
}

.service-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0 42px;
}

.service-photo-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #e4e8ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(18, 6, 52, 0.06);
}

.service-photo-grid img {
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 0;
  object-fit: cover;
  display: block;
}

.service-photo-grid figcaption {
  padding: 14px 17px 16px;
  color: var(--content-text);
  font-size: 0.92rem;
  line-height: 1.5;
}

.service-highlight-quote {
  margin: 38px 0;
  padding: clamp(26px, 4vw, 42px);
  border: 0;
  border-radius: 18px;
  background: var(--content-navy);
  color: #fff;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 750;
  line-height: 1.4;
  text-align: center;
}

.service-cta {
  margin-top: 38px;
  padding: clamp(26px, 4vw, 40px);
  border-radius: 18px;
  background: linear-gradient(135deg, #160638 0%, #273b79 100%);
  color: #fff;
  text-align: center;
}

.service-cta h2 {
  margin-top: 0;
  color: #fff;
}

.service-cta p {
  color: rgba(255, 255, 255, 0.86);
  text-align: center;
}

.service-cta a {
  display: inline-block;
  margin-top: 6px;
  padding: 13px 22px;
  border-radius: 10px;
  background: var(--content-blue);
  color: #fff;
  font-weight: 750;
  text-decoration: none;
}

.about-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0 44px;
}

.about-stat-card {
  min-height: 148px;
  padding: 25px;
  border-radius: 18px;
  background: linear-gradient(145deg, #160638 0%, #243a78 100%);
  color: #fff;
  box-shadow: 0 16px 38px rgba(22, 6, 56, 0.13);
}

.about-stat-card strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.05;
}

.about-stat-card span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.about-trust-note {
  margin: 34px 0;
  padding: 24px 26px;
  border: 1px solid #dfe5ee;
  border-left: 5px solid var(--content-orange);
  border-radius: 14px;
  background: #f8fafc;
}

.about-trust-note p {
  margin: 0;
}

.mission-vision-lead {
  max-width: 820px;
  margin: 0 auto 34px;
  color: var(--content-navy);
  font-size: clamp(1.14rem, 2vw, 1.35rem);
  font-weight: 650;
  line-height: 1.65;
  text-align: center !important;
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 34px 0;
}

.mission-vision-card {
  padding: clamp(25px, 4vw, 38px);
  border: 1px solid #e2e7ef;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff 0%, #f5f8fc 100%);
  box-shadow: 0 14px 34px rgba(22, 6, 56, 0.07);
}

.mission-vision-card .mission-vision-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(145deg, var(--content-blue), #176fc7);
  color: #fff;
  font-size: 1.35rem;
}

.mission-vision-card:nth-child(2) .mission-vision-icon {
  background: linear-gradient(145deg, var(--content-orange), #d66c05);
}

.mission-vision-card h2 {
  margin-top: 0;
}

.mission-vision-card p:last-child {
  margin-bottom: 0;
}

.mission-principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 38px;
}

.mission-principle {
  padding: 20px 18px;
  border-top: 4px solid var(--content-orange);
  border-radius: 14px;
  background: #f7f9fc;
}

.mission-principle strong {
  display: block;
  margin-bottom: 7px;
  color: var(--content-navy);
  font-size: 1.02rem;
}

.mission-principle span {
  color: var(--content-text);
  font-size: 0.93rem;
  line-height: 1.55;
}

.mission-vision-photo {
  margin: 40px 0;
  overflow: hidden;
  border-radius: 20px;
  background: #f4f6fa;
  box-shadow: 0 16px 38px rgba(22, 6, 56, 0.09);
}

.mission-vision-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 0;
  object-fit: contain;
}

.mission-vision-photo figcaption {
  padding: 15px 20px 18px;
  color: var(--content-text);
  font-size: 0.92rem;
  text-align: center;
}

.factory-tour-intro {
  margin-bottom: 30px;
  padding: clamp(25px, 4vw, 40px);
  border: 1px solid #e2e7ef;
  border-left: 5px solid var(--content-orange);
  border-radius: 18px;
  background: linear-gradient(135deg, #f5f8fc 0%, #fff 72%);
}

.factory-tour-intro h2 {
  margin-top: 0;
}

.factory-tour-intro p:last-child {
  margin-bottom: 0;
}

.factory-video-panel {
  margin: 38px 0;
  overflow: hidden;
  border-radius: 18px;
  background: #0d0820;
  box-shadow: 0 16px 38px rgba(22, 6, 56, 0.16);
}

.factory-video-panel iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.factory-video-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  color: #fff !important;
  font-weight: 750;
  text-decoration: none;
}

.factory-video-link span:last-child {
  color: var(--content-orange);
  font-size: 1.35rem;
}

.footer .footer-info > p {
  max-width: 360px;
  line-height: 1.7;
}

.footer-project-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 2px 0 20px;
  color: var(--content-navy) !important;
  font-weight: 750;
  text-decoration: none;
}

.footer-project-link span {
  color: var(--content-orange);
  transition: transform 0.2s ease;
}

.footer-project-link:hover span {
  transform: translateX(4px);
}

.footer .foo-links p {
  margin-bottom: 9px;
}

.page-content blockquote,
.post-content blockquote,
.product-description blockquote {
  margin: 30px 0;
  padding: 22px 25px;
  border-left: 4px solid var(--content-orange);
  border-radius: 0 14px 14px 0;
  background: #f7f8fb;
  color: #303746;
}

.page-content table,
.post-content table,
.product-description table {
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
  background: #fff;
}

.page-content th,
.page-content td,
.post-content th,
.post-content td,
.product-description th,
.product-description td {
  padding: 14px 16px;
  border: 1px solid var(--content-line);
  vertical-align: top;
  text-align: left;
}

.page-content th,
.post-content th,
.product-description th {
  background: #f2f5fa;
  color: var(--content-navy);
  font-weight: 750;
}

.blog-post-single .post-image img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background: #f4f5f8;
}

.post-table-wrap {
  width: 100%;
  margin: 28px 0 34px;
  overflow-x: auto;
  border: 1px solid var(--content-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 6, 52, 0.05);
}

.post-data-table {
  min-width: 1380px;
  margin: 0 !important;
  font-size: 0.82rem;
  white-space: nowrap;
}

.csa-watermarked-table {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='330' height='150' viewBox='0 0 330 150'%3E%3Ctext x='18' y='88' fill='%23160638' fill-opacity='.12' font-family='Arial,sans-serif' font-size='30' font-weight='700' letter-spacing='2' transform='rotate(-17 165 75)'%3ECSA END%C3%9CSTR%C4%B0%3C/text%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 330px 150px;
}

.csa-watermarked-table .post-data-table {
  background: transparent;
}

.csa-watermarked-table .post-data-table th {
  background-color: rgba(242, 245, 250, 0.9);
}

.csa-watermarked-table .post-data-table td {
  background-color: rgba(255, 255, 255, 0.7);
}

.csa-watermarked-table .post-data-table th:first-child,
.csa-watermarked-table .post-data-table td:first-child {
  background-color: rgba(247, 248, 251, 0.9);
}

.csa-watermarked-table .post-data-table tfoot td {
  position: sticky;
  left: 0;
  padding: 12px 16px;
  border-top: 2px solid rgba(239, 128, 31, 0.5);
  background: rgba(255, 248, 240, 0.96);
  color: var(--content-navy);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  text-align: left;
}

@media print {
  .csa-watermarked-table {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

.post-data-table caption {
  padding: 14px 16px;
  background: var(--content-navy);
  color: #fff;
  caption-side: top;
  font-weight: 750;
  text-align: left;
}

.post-data-table th,
.post-data-table td {
  padding: 10px 11px;
  text-align: center;
}

.post-data-table th:first-child,
.post-data-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background: #f7f8fb;
  color: var(--content-navy);
  font-weight: 750;
}

html[dir="rtl"] .post-data-table th:first-child,
html[dir="rtl"] .post-data-table td:first-child,
html[dir="rtl"] .csa-watermarked-table .post-data-table tfoot td {
  right: 0;
  left: auto;
  text-align: right;
}

.post-data-note {
  padding: 18px 20px;
  border-left: 4px solid var(--content-orange);
  border-radius: 0 12px 12px 0;
  background: #f7f8fb;
}

@media (max-width: 767.98px) {
  .service-proof-grid,
  .service-step-grid,
  .service-photo-grid,
  .about-stat-grid,
  .mission-vision-grid,
  .mission-principles {
    grid-template-columns: 1fr;
  }

  .djb-feature-grid {
    grid-template-columns: 1fr;
  }

  .section-title h1,
  .post-header h1 {
    font-size: clamp(2rem, 10vw, 2.85rem) !important;
  }

  .page-content,
  .post-content,
  .product-description,
  .reference-description {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .page-content table,
  .post-content table,
  .product-description table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* Ürün kartlarındaki model konumlandırma bandı uzun metinlerde de dengeli kalır. */
.pricing-1-table .highlight-badge {
  width: calc(100% - 28px);
  max-width: 360px;
  min-height: 42px;
  padding: 9px 16px 10px;
}

.pricing-1-table .highlight-badge h6 {
  line-height: 1.3;
  letter-spacing: 0;
  text-wrap: balance;
}

.comparison-table .comparison-positioning-row > td {
  background: #eef5ff;
  color: #10204f;
  font-weight: 700;
  vertical-align: middle;
}

.comparison-table .comparison-positioning-row > td:first-child {
  background: #e4efff !important;
}
