/* Justcanlı Studio — blog hub + article prose */

.studio-blog-hero {
  min-height: auto;
  padding-bottom: 2.5rem;
  background-color: #050f24;
  background-image:
    linear-gradient(
      118deg,
      rgba(2, 30, 86, 0.92) 0%,
      rgba(8, 20, 48, 0.88) 38%,
      rgba(25, 36, 64, 0.72) 100%
    ),
    url("../img/contact-bk.jpg");
  background-size: cover;
  background-position: center;
}

.studio-blog-hero .studio-hero-title {
  font-size: clamp(1.65rem, 4.5vw, 2.5rem);
}

.studio-breadcrumb {
  font-size: 0.9rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.studio-breadcrumb a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}

.studio-breadcrumb a:hover {
  color: #fff;
}

.studio-breadcrumb__sep {
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0.35rem;
}

.studio-breadcrumb__here {
  color: rgba(175, 209, 54, 0.95);
  font-weight: 600;
}

.studio-breadcrumb__here--article {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.35;
  max-width: 36rem;
}

.studio-article-wrap {
  background: #f6f8fc;
  padding: 2.5rem 0 4rem;
}

.studio-article {
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 1rem;
  color: #1a2744;
}

.studio-article__meta {
  font-size: 0.9rem;
  color: #5a6b85;
  margin-bottom: 1.5rem;
}

.studio-article__readtime {
  font-size: 0.9rem;
  color: #5a6b85;
  font-style: italic;
  margin: -0.75rem 0 1.5rem;
}

.studio-article__scene-label {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #2c5282;
  margin: 1.25rem 0 0.35rem;
}

.studio-article__scene-label:first-of-type {
  margin-top: 0.5rem;
}

.studio-article h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 2.25rem 0 0.85rem;
  color: #0d1b2e;
}

.studio-article h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 1.5rem 0 0.65rem;
  color: #152238;
}

.studio-article p,
.studio-article li {
  font-size: 1.05rem;
  line-height: 1.65;
}

.studio-article p {
  margin-bottom: 1rem;
}

.studio-article ul {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.studio-article li {
  margin-bottom: 0.45rem;
}

.studio-article__note {
  font-size: 0.92rem;
  color: #4a5a72;
  border-left: 4px solid rgba(175, 209, 54, 0.85);
  padding: 0.85rem 1rem;
  margin: 1.5rem 0;
  background: rgba(175, 209, 54, 0.12);
  border-radius: 0 8px 8px 0;
}

.studio-compare-table-wrap {
  overflow-x: auto;
  margin: 1.25rem 0 1.75rem;
  border-radius: 10px;
  border: 1px solid rgba(13, 27, 46, 0.12);
  background: #fff;
}

.studio-compare-table {
  width: 100%;
  min-width: 320px;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.studio-compare-table th,
.studio-compare-table td {
  padding: 0.65rem 0.85rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(13, 27, 46, 0.08);
}

.studio-compare-table th {
  background: #0d1b2e;
  color: #fff;
  font-weight: 600;
}

.studio-compare-table tr:last-child td {
  border-bottom: none;
}

.studio-compare-table td:first-child {
  font-weight: 600;
  color: #0d1b2e;
  width: 28%;
}

.studio-compare-table th.studio-compare-table__corner {
  width: 26%;
  background: #152238;
}

.studio-article blockquote.studio-article__blockquote {
  margin: 1.25rem 0 1.75rem;
  padding: 1rem 1.15rem;
  border-left: 4px solid rgba(44, 82, 130, 0.45);
  background: rgba(255, 255, 255, 0.85);
  border-radius: 0 8px 8px 0;
  font-size: 0.95rem;
  color: #4a5a72;
}

.studio-article blockquote.studio-article__blockquote p:last-child {
  margin-bottom: 0;
}

.studio-compare-table--summary td:first-child {
  width: 38%;
}

.studio-article__cta-links {
  margin: 1.75rem 0 1rem;
  font-size: 1.05rem;
  line-height: 1.65;
}

.studio-article__cta-links a {
  font-weight: 700;
  color: #0d4d2b;
  text-decoration: underline;
}

.studio-article__cta-links a:hover {
  color: #afd136;
}

.studio-article__legal {
  font-size: 0.82rem;
  color: #6a7a92;
  line-height: 1.55;
  margin: 2rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(13, 27, 46, 0.1);
}

.studio-blog-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(13, 27, 46, 0.1);
  border-radius: 12px;
  padding: 1.5rem 1.35rem;
  margin-bottom: 1.25rem;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.studio-blog-card:hover {
  text-decoration: none;
  color: inherit;
  border-color: rgba(175, 209, 54, 0.55);
  box-shadow: 0 12px 32px -18px rgba(13, 27, 46, 0.35);
}

.studio-blog-card__eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #afd136;
  margin-bottom: 0.35rem;
}

.studio-blog-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d1b2e;
  margin-bottom: 0.5rem;
}

.studio-blog-card__excerpt {
  font-size: 0.98rem;
  color: #4a5a72;
  margin-bottom: 0;
}

.studio-blog-card__more {
  margin-top: 0.85rem;
  font-weight: 600;
  color: #2c5282;
  font-size: 0.95rem;
}

.studio-blog-card:hover .studio-blog-card__more {
  color: #afd136;
}
