body {
  font-family: 'Inter', sans-serif;
  background-color: #f0f2f5;
}

body>* {
  --scale: 0.74px;
}

:root {
  --primary-indigo: #4f46e5;
  --soft-slate: #f8fafc;
  --text-main: #1e293b;
}

/* body {
  font-family: 'Inter', sans-serif;
  color: var(--text-main);
  background-color: #f1f5f9;
} */
ul {
  margin-bottom: 20px;
}

li {
  list-style: none;
}

h2 {
  font-size: 18px;
  font-weight: 800;
}

h3 {
  font-size: 16px;
  font-weight: 700;
}

.logo {
  text-align: center;
}

.logo img {
  width: 300px;
}

.b-example-divider {
  width: 100%;
  height: 1rem;
  background-color: #0000001a;
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em #0000001a, inset 0 0.125em 0.5em #00000026;
}

.card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.preview-box {
  min-height: 250px;
  max-height: 500px;
  overflow-y: auto;
  border: 2px dashed #cbd5e0;
  border-radius: 15px;
  background: #ffffff;
  padding: 20px;
}

.preview-item {
  padding: 15px;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.format-info {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 12px;
  border-radius: 10px;
  margin-top: 10px;
  display: none;
  font-size: 0.85rem;
}

.format-info b {
  color: #4f46e5;
}

.btn-generate {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  color: white;
}

.btn-download {
  background: linear-gradient(135deg, #1cc88a 0%, #13855c 100%);
  border: none;
  color: white;
}

.btn-refresh {
  background: linear-gradient(135deg, #e5a316 0%, #baab10 100%);
  border: none;
  color: white;
}

#typeSelect {
  font-size: 17px;
}

.codeInfo {
  text-align: center;
}

.codeInfo .onlyInfo {
  border: thin solid #eee;
  height: calc(var(--scale) * 380);
  margin-top: calc(var(--scale) * 40);
  padding: calc(var(--scale) * 20);
  background: #eee;
  border-radius: 15px;
}

.codeInfo .onlyInfo img {
  height: calc(var(--scale) * 150);
  margin: 0 auto;
  margin-top: calc(var(--scale) * -10);
  margin-bottom: calc(var(--scale) * 30);

}

.codeInfo .onlyInfo .codeName {
  font-size: 20px;
  font-weight: 400;
  /* border-bottom: thin solid #eee; */
}

.codeInfo .onlyInfo .codeExplanation {
  font-size: 15px;
}

footer {
  min-height: 300px;
  width: 100%;
  background: #eee;
}

footer a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

#generate button {
  color: #fff;
}

#generate button:hover {
  color: #000;
}

#generate h1 {
  font-size: 25px;
}

#indexBlog  h2.sectionName {
  font-size: 22px;
  margin-bottom: 10px;
  color: #2c3e50;
  border-bottom: 2px solid #3498db;
  padding-bottom: 10px;
}

/* =================================== */



.codeBlog section {
  padding: 60px 0;
  border-bottom: 1px solid #e2e8f0;
}

.codeBlog section:last-child {
  border-bottom: none;
}

.card {
  border-radius: 30px;
  border: none;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.tech-card-large {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.tech-card-large:hover {
  transform: translateY(-5px);
  border-color: var(--primary-indigo);
}

.status-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.badge-industry {
  background: #dcfce7;
  color: #166534;
}

.badge-technical {
  background: #e0e7ff;
  color: #3730a3;
}

.badge-warning {
  background: #fef3c7;
  color: #92400e;
}

.standard-table thead {
  background-color: var(--text-main);
  color: white;
}

.standard-table th {
  padding: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
}

.standard-table td {
  padding: 25px 20px;
  vertical-align: top;
  border-bottom: 1px solid #f1f5f9;
}

.guide-box {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 20px;
  padding: 35px;
  position: relative;
}

.guide-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: var(--primary-indigo);
  border-radius: 20px 0 0 20px;
}

.illustration-placeholder {
  background: #e2e8f0;
  border-radius: 15px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-weight: 600;
  margin: 20px 0;
}



/* Uzun içerik için akışkan metinler */
.content-body {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #475569;
}

.content-body strong {
  color: var(--text-main);
}




.blog-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: thin solid #eee;
  border-radius: 15px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.blog-card img {
  margin-bottom: 15px;
}

.blog-card h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.blog-card p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6;
  flex-grow: 1;
  /* Metinler kısa olsa bile butonlar hizada kalır */
}

.btn-read-more {
  border-radius: 8px;
  padding: 8px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #0d6efd;
  color: #0d6efd;
  background: transparent;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}

.btn-read-more:hover {
  background-color: #0d6efd;
  color: #ffffff;
  transform: scale(1.05);
}

.footerUnder {
  font-size: 13px;
}
.footerUnder a{
  text-decoration: none;
  color: #333;
}




.seo-content-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: sans-serif;
  line-height: 1.6;
  color: #333;
}

.seo-content-section h2 {
  font-size: 28px;
  color: #2c3e50;
  margin-bottom: 20px;
  border-bottom: 2px solid #3498db;
  padding-bottom: 10px;
}

.seo-content-section h3 {
  font-size: 22px;
  color: #2c3e50;
  margin-top: 30px;
  margin-bottom: 15px;
}

.seo-content-section p {
  margin-bottom: 20px;
}

.seo-content-section ul,
.seo-content-section ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

.seo-content-section li {
  margin-bottom: 10px;
}

.seo-content-section strong {
  color: #000;
}



.ean-13-guide {
  line-height: 1.6;
  color: #333;
  margin: 20px auto;
  font-family: sans-serif;
}

.ean-13-guide h2 {
  color: #2c3e50;
  border-bottom: 2px solid #3498db;
  padding-bottom: 10px;
}

.ean-13-guide h3 {
  color: #2980b9;
}

.ean-13-guide ul {
  list-style-type: square;
}


.owl-carousel .item {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  min-height: 150px;
}

.item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.item p {
  font-size: 14px;
  color: #555;
}

.owl-carousel .owl-item img {
  min-height: 150px;
  max-height: 150px;
}