/* Transcrecia.css - Updated Version */
:root {
  --transcrecia-primary: #0078d4;
  --transcrecia-primary-dark: #0062b3;
  --transcrecia-secondary: #28a745;
  --transcrecia-secondary-dark: #218838;
  --transcrecia-dark: #2c3e50;
  --transcrecia-light: #f8f9fa;
  --transcrecia-gray: #666;
  --transcrecia-gray-light: #e0e0e0;
  --transcrecia-white: #ffffff;
  --transcrecia-shadow: rgba(0,0,0,0.1);
  --transcrecia-shadow-light: rgba(0,0,0,0.05);
  --transcrecia-highlight-bg: #e8f4fd;
}

/* ===== BASE STYLES ===== */
body.transcrecia-home-page {
  box-sizing: border-box; 
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
  line-height: 1.6; 
  color: #333;
  margin: 0; 
  padding: 0;
  padding-top: 70px; /* Prevent content from hiding behind fixed header */
}

/* Apply styles to all elements within transcrecia pages */
.transcrecia-home-page * {
  box-sizing: border-box;
}

.transcrecia-section {
  padding: 60px 20px;
}

.transcrecia-container {
  max-width: 1200px; 
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== HEADER STYLES ===== */
.transcrecia-header {
  background: var(--transcrecia-white);
  box-shadow: 0 2px 10px var(--transcrecia-shadow);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.transcrecia-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  max-width: 1200px;
  margin: 0 auto;
  height: 70px;
}

.transcrecia-logo {
  flex-shrink: 0;
}

.transcrecia-logo h2 {
  color: var(--transcrecia-primary);
  margin: 0;
  font-size: 1.8em;
  font-weight: 700;
  white-space: nowrap;
}

.transcrecia-logo a {
  text-decoration: none;
  color: inherit;
}

.transcrecia-nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 35px;
}

.transcrecia-nav-menu a {
  text-decoration: none;
  color: var(--transcrecia-dark);
  font-weight: 500;
  transition: color 0.3s;
  font-size: 1.1em;
  white-space: nowrap;
}

.transcrecia-nav-menu a:hover {
  color: var(--transcrecia-primary);
}

/* DROPDOWN STYLES */
.transcrecia-dropdown {
  position: relative;
}

.transcrecia-dropdown > a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.transcrecia-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--transcrecia-white);
  min-width: 220px;
  box-shadow: 0 5px 15px var(--transcrecia-shadow);
  border-radius: 8px;
  list-style: none;
  padding: 10px 0;
  margin: 10px 0 0 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  border: 1px solid var(--transcrecia-gray-light);
  z-index: 1001;
}

.transcrecia-dropdown:hover .transcrecia-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.transcrecia-dropdown-menu li {
  margin: 0;
}

.transcrecia-dropdown-menu a {
  display: block;
  padding: 12px 20px;
  color: var(--transcrecia-dark);
  text-decoration: none;
  transition: all 0.3s;
  font-size: 1em;
  border-left: 3px solid transparent;
  white-space: nowrap;
}

.transcrecia-dropdown-menu a:hover {
  background-color: var(--transcrecia-light);
  color: var(--transcrecia-primary);
  border-left-color: var(--transcrecia-primary);
}

/* HAMBURGER MENU FOR MOBILE */
.transcrecia-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
  color: var(--transcrecia-dark);
  padding: 5px;
}

/* ===== UTILITY CLASSES ===== */
.transcrecia-text-center {
  text-align: center;
}

.transcrecia-d-flex {
  display: flex;
}

.transcrecia-justify-center {
  justify-content: center;
}

.transcrecia-align-center {
  align-items: center;
}

.transcrecia-mb-20 {
  margin-bottom: 20px;
}

.transcrecia-mt-40 {
  margin-top: 40px;
}

/* ===== TYPOGRAPHY ===== */
.transcrecia-h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: var(--transcrecia-dark);
  font-weight: 700;
}

.transcrecia-h2 {
  font-size: 2.2em;
  margin-bottom: 20px;
  color: var(--transcrecia-dark);
  font-weight: 600;
}

.transcrecia-h3 {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: var(--transcrecia-dark);
  font-weight: 600;
}

/* ===== TRUSTED CLIENTS SECTION ===== */
.transcrecia-clients-section {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9f5ff 100%);
}

.transcrecia-trust-heading {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: var(--transcrecia-dark);
    font-weight: 700;
}

.transcrecia-trust-subtext {
    font-size: 1.2em;
    color: var(--transcrecia-gray);
    max-width: 700px;
    margin: 0 auto 60px;
    line-height: 1.6;
}

/* CLIENT LOGOS STYLES - POJAČANO VELIKE */
.transcrecia-client-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin: 40px auto;
    max-width: 1200px;
}

.transcrecia-client-card {
    height: 160px; /* POVEĆANO sa 120px */
    width: 320px;  /* POVEĆANO sa 260px */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px; /* POVEĆANO padding */
    background: var(--transcrecia-white);
    border-radius: 15px;
    box-shadow: 0 8px 25px var(--transcrecia-shadow);
    transition: all 0.4s ease;
    border: 2px solid var(--transcrecia-gray-light);
}

.transcrecia-client-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border-color: var(--transcrecia-primary);
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.transcrecia-client-logo-img {
    max-height: 90%;
    max-width: 90%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.9;
    transition: all 0.4s ease;
}

.transcrecia-client-card:hover .transcrecia-client-logo-img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

/* Responsive Client Logos */
@media (max-width: 1200px) {
    .transcrecia-client-logos {
        gap: 30px;
    }
    
    .transcrecia-client-card {
        height: 140px;
        width: 280px;
        padding: 25px;
    }
}

@media (max-width: 992px) {
    .transcrecia-client-card {
        height: 130px;
        width: 260px;
        padding: 22px;
    }
    
    .transcrecia-client-logos {
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .transcrecia-clients-section {
        padding: 60px 15px;
    }
    
    .transcrecia-trust-heading {
        font-size: 2em;
    }
    
    .transcrecia-trust-subtext {
        font-size: 1.1em;
        margin-bottom: 40px;
    }
    
    .transcrecia-client-logos {
        gap: 20px;
    }
    
    .transcrecia-client-card {
        height: 120px;
        width: 240px;
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .transcrecia-client-logos {
        flex-direction: column;
        gap: 20px;
    }
    
    .transcrecia-client-card {
        height: 110px;
        width: 220px;
        padding: 18px;
    }
    
    .transcrecia-trust-heading {
        font-size: 1.8em;
    }
    
    .transcrecia-trust-subtext {
        font-size: 1em;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .transcrecia-client-card {
        height: 100px;
        width: 200px;
        padding: 15px;
    }
    
    .transcrecia-clients-section {
        padding: 50px 10px;
    }
}

/* ===== TAB CONTAINER STYLES ===== */
.transcrecia-tab-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
}

.transcrecia-tab {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  background: var(--transcrecia-white);
  border-radius: 10px;
  box-shadow: 0 5px 15px var(--transcrecia-shadow);
  overflow: hidden;
  transition: transform 0.3s ease;
  border: 1px solid var(--transcrecia-gray-light);
  will-change: transform;
}

.transcrecia-tab:hover {
  transform: translateY(-5px);
}

.transcrecia-tab-header {
  padding: 25px;
  text-align: center;
  color: var(--transcrecia-white);
  font-weight: bold;
  font-size: 1.4em;
}

.transcrecia-ai-header {
  background-color: var(--transcrecia-primary);
}

.transcrecia-human-header {
  background-color: var(--transcrecia-secondary);
}

.transcrecia-tab-content {
  padding: 25px;
}

.transcrecia-tab-content ul {
  text-align: left;
  padding-left: 20px;
  margin: 15px 0;
}

.transcrecia-tab-content li {
  margin-bottom: 10px;
  line-height: 1.5;
}

/* ===== BUTTON STYLES ===== */
.transcrecia-btn {
  display: inline-block;
  padding: 14px 28px;
  color: var(--transcrecia-white);
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  margin-top: 15px;
  transition: background-color 0.3s;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
}

.transcrecia-btn:focus {
  outline: 2px solid #005a9e;
  outline-offset: 2px;
}

.transcrecia-ai-btn {
  background-color: var(--transcrecia-primary);
}

.transcrecia-ai-btn:hover {
  background-color: var(--transcrecia-primary-dark);
}

.transcrecia-human-btn {
  background-color: var(--transcrecia-secondary);
}

.transcrecia-human-btn:hover {
  background-color: var(--transcrecia-secondary-dark);
}

/* ===== HERO SECTION ===== */
.transcrecia-hero {
  padding: 80px 20px;
  text-align: center;
  background-color: var(--transcrecia-light);
}

/* ===== SEO CONTENT SECTION ===== */
.transcrecia-seo-content {
  background-color: var(--transcrecia-white);
  padding: 40px 20px;
}

.transcrecia-seo-text {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 1.7;
}

.transcrecia-seo-highlight {
  background-color: var(--transcrecia-highlight-bg);
  padding: 20px;
  border-left: 4px solid var(--transcrecia-primary);
  margin: 20px 0;
}

/* ===== FEATURES SECTION ===== */
.transcrecia-features {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.transcrecia-feature {
  flex: 1 1 250px;
  text-align: center;
  padding: 20px;
}

/* ===== TRUST ELEMENTS STYLES ===== */
.transcrecia-trust-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
}

.transcrecia-trust-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.transcrecia-trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.transcrecia-trust-card {
  background: var(--transcrecia-white);
  border-radius: 10px;
  box-shadow: 0 5px 15px var(--transcrecia-shadow-light);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
  will-change: transform;
}

.transcrecia-trust-card:hover {
  transform: translateY(-5px);
}

.transcrecia-trust-icon {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.transcrecia-trust-number {
  font-size: 2.2em;
  font-weight: 700;
  color: var(--transcrecia-primary);
  margin-bottom: 10px;
}

.transcrecia-trust-label {
  font-size: 1.1em;
  color: #555;
}

/* ===== TESTIMONIALS STYLES ===== */
.transcrecia-testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.transcrecia-testimonial {
  background: var(--transcrecia-white);
  border-radius: 10px;
  box-shadow: 0 5px 15px var(--transcrecia-shadow-light);
  padding: 30px;
  position: relative;
}

.transcrecia-testimonial:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--transcrecia-primary), var(--transcrecia-secondary));
  border-radius: 10px 10px 0 0;
}

.transcrecia-testimonial-text {
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.6;
}

.transcrecia-testimonial-author {
  font-weight: 600;
  color: var(--transcrecia-dark);
}

.transcrecia-testimonial-role {
  color: var(--transcrecia-gray);
  font-size: 0.9em;
}

/* ===== PROCESS STEPS STYLES ===== */
.transcrecia-process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.transcrecia-process-step {
  flex: 1;
  min-width: 200px;
  max-width: 250px;
  text-align: center;
  padding: 20px;
}

.transcrecia-step-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: var(--transcrecia-primary);
  color: var(--transcrecia-white);
  border-radius: 50%;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* ===== CERTIFICATIONS STYLES ===== */
.transcrecia-certifications {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.transcrecia-certification {
  text-align: center;
  flex: 1;
  min-width: 150px;
  max-width: 200px;
  padding: 15px;
}

.transcrecia-cert-icon {
  font-size: 3em;
  margin-bottom: 15px;
  color: var(--transcrecia-primary);
}

/* ===== LOGO STYLES ===== */
.transcrecia-logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.transcrecia-logo-img {
  height: 55px; /* Prilagodite visinu prema vašem logu */
  width: auto;
  display: block;
}

.transcrecia-logo h2 {
  margin: 0;
  color: var(--transcrecia-primary);
  font-size: 1.8em;
  font-weight: 700;
  white-space: nowrap;
}

/* ===== BLOG STYLES ===== */

/* BLOG PREVIEW STYLES */
.transcrecia-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.transcrecia-blog-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e9ecef;
}

.transcrecia-blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.transcrecia-blog-image {
    height: 200px;
    overflow: hidden;
}

.transcrecia-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.transcrecia-blog-card:hover .transcrecia-blog-image img {
    transform: scale(1.05);
}

.transcrecia-blog-content {
    padding: 25px;
}

.transcrecia-blog-content h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.4;
    font-weight: 600;
}

.transcrecia-blog-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 1rem;
}

.transcrecia-blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: #888;
}

.transcrecia-read-more {
    color: #2c5aa0;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.transcrecia-read-more:hover {
    color: #1e3d6f;
    text-decoration: underline;
}

/* STILOVI ZA BLOG SA IKONICAMA */
.transcrecia-blog-icon {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    border-radius: 10px 10px 0 0;
}

/* BLOG INDEX PAGE STYLES */
.transcrecia-blog-index-page .transcrecia-header {
    margin-bottom: 0;
}

.transcrecia-nav-active {
    color: #2c5aa0 !important;
    font-weight: 600 !important;
}

.transcrecia-blog-hero {
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3d6f 100%) !important;
    color: white !important;
    text-align: center !important;
    padding: 80px 0 !important;
}

.transcrecia-blog-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.transcrecia-blog-hero .transcrecia-h1 {
    color: white !important;
    margin-bottom: 20px !important;
    font-size: 3rem !important;
}

.transcrecia-blog-subtitle {
    font-size: 1.3rem !important;
    margin-bottom: 20px !important;
    opacity: 0.9;
}

.transcrecia-blog-featured {
    margin-bottom: 60px;
}

.transcrecia-blog-featured .transcrecia-h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.transcrecia-featured-article {
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.transcrecia-featured-article:hover {
    transform: translateY(-8px);
    border-color: #2c5aa0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.transcrecia-blog-category {
    display: inline-block;
    background: #e9ecef;
    color: #495057;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.transcrecia-blog-date {
    color: #6c757d;
    font-size: 0.9rem;
}

/* Blog Categories */
.transcrecia-blog-categories {
    text-align: center;
    margin: 60px 0;
    padding: 40px 0;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.transcrecia-category-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.transcrecia-category-tag {
    display: inline-block;
    padding: 8px 16px;
    background: white;
    color: #2c5aa0;
    border: 2px solid #2c5aa0;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.transcrecia-category-tag:hover {
    background: #2c5aa0;
    color: white;
    transform: translateY(-2px);
}

/* Newsletter */
.transcrecia-blog-newsletter {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 50px;
    border-radius: 15px;
    text-align: center;
    margin: 60px 0;
}

.transcrecia-newsletter-content .transcrecia-h3 {
    color: white !important;
    margin-bottom: 15px;
}

.transcrecia-newsletter-form {
    display: flex;
    gap: 10px;
    max-width: 500px;
    margin: 30px auto 15px;
}

.transcrecia-newsletter-input {
    flex: 1;
    padding: 12px 15px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
}

.transcrecia-newsletter-note {
    font-size: 0.9rem;
    opacity: 0.8;
    margin: 0;
}

/* CTA Buttons */
.transcrecia-blog-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Enhanced Blog Card Styles */
.transcrecia-blog-card {
    position: relative;
    overflow: hidden;
}

.transcrecia-blog-icon {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    border-radius: 10px 10px 0 0;
    transition: all 0.3s ease;
}

.transcrecia-blog-card:hover .transcrecia-blog-icon {
    transform: scale(1.05);
}

/* BLOG PAGE STYLES */
.transcrecia-blog-page .transcrecia-header {
    margin-bottom: 0;
}

.transcrecia-blog-article {
    padding: 60px 0;
    background: #fff;
}

.transcrecia-breadcrumb {
    margin-bottom: 20px;
    font-size: 0.9rem;
    color: #666;
}

.transcrecia-breadcrumb a {
    color: #2c5aa0;
    text-decoration: none;
}

.transcrecia-breadcrumb a:hover {
    text-decoration: underline;
}

.transcrecia-blog-article h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.3;
}

.transcrecia-blog-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #666;
}

.transcrecia-blog-content {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
}

.transcrecia-blog-content h2 {
    font-size: 1.8rem;
    margin: 40px 0 20px 0;
    color: #2c5aa0;
}

.transcrecia-blog-content h3 {
    font-size: 1.4rem;
    margin: 30px 0 15px 0;
    color: #333;
}

.transcrecia-blog-content ul, 
.transcrecia-blog-content ol {
    margin: 20px 0;
    padding-left: 30px;
}

.transcrecia-blog-content li {
    margin-bottom: 8px;
}

/* Special Content Blocks */
.transcrecia-professional-tip,
.transcrecia-cta-box,
.transcrecia-decision-guide,
.transcrecia-roi-calculation {
    background: #e3f2fd;
    padding: 25px;
    border-radius: 10px;
    margin: 30px 0;
    border-left: 4px solid #2196f3;
}

.transcrecia-cta-box {
    background: #e8f5e8;
    border-left-color: #4caf50;
    text-align: center;
}

.transcrecia-comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.transcrecia-comparison-table th,
.transcrecia-comparison-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.transcrecia-comparison-table th {
    background: #f5f5f5;
    font-weight: 600;
}

.transcrecia-step-guide {
    background: #fff3e0;
    padding: 25px;
    border-radius: 10px;
    margin: 30px 0;
}

/* ===== FOOTER STYLES ===== */
.transcrecia-footer {
  background: #2c3e50;
  color: white;
  padding: 50px 0 20px;
  margin-top: 60px;
}

.transcrecia-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.transcrecia-footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.transcrecia-footer-section h3 {
  color: #28a745;
  margin-bottom: 20px;
  font-size: 1.3em;
}

.transcrecia-footer-section p {
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 15px;
}

.transcrecia-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.transcrecia-footer-links li {
  margin-bottom: 10px;
}

.transcrecia-footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.transcrecia-footer-links a:hover {
  color: #28a745;
}

.transcrecia-footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #444;
  color: #999;
  font-size: 0.9em;
}

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 768px) {
  .transcrecia-nav {
    padding: 0 20px;
  }
  
  .transcrecia-menu-toggle {
    display: block;
  }
  
  .transcrecia-nav-menu {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: var(--transcrecia-white);
    box-shadow: 0 5px 10px var(--transcrecia-shadow);
    flex-direction: column;
    padding: 20px;
    gap: 0;
    display: none;
    z-index: 999;
  }
  
  .transcrecia-nav-menu.active {
    display: flex;
  }
  
  .transcrecia-nav-menu li {
    width: 100%;
    border-bottom: 1px solid var(--transcrecia-gray-light);
  }
  
  .transcrecia-nav-menu li:last-child {
    border-bottom: none;
  }
  
  .transcrecia-nav-menu a {
    display: block;
    padding: 15px 0;
    font-size: 1.1em;
  }
  
  .transcrecia-dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    display: none;
    margin: 0;
    padding-left: 20px;
    width: 100%;
  }
  
  .transcrecia-dropdown.active .transcrecia-dropdown-menu {
    display: block;
  }
  
  .transcrecia-tab {
    min-width: 100%;
  }
  
  .transcrecia-h1 {
    font-size: 2em;
  }
  
  .transcrecia-h2 {
    font-size: 1.8em;
  }
  
  .transcrecia-section {
    padding: 40px 15px;
  }
  
  .transcrecia-trust-grid {
    grid-template-columns: 1fr;
  }
  
  .transcrecia-testimonials {
    grid-template-columns: 1fr;
  }
  
  .transcrecia-process-steps {
    flex-direction: column;
    align-items: center;
  }
  
  .transcrecia-process-step {
    max-width: 100%;
  }
  
  .transcrecia-footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  /* Responsive Blog Grid */
  .transcrecia-blog-grid {
      grid-template-columns: 1fr;
      gap: 20px;
  }
  
  .transcrecia-blog-content {
      padding: 20px;
  }
  
  .transcrecia-blog-content h3 {
      font-size: 1.2rem;
  }
  
  /* Responsive Blog Styles */
  .transcrecia-blog-hero .transcrecia-h1 {
      font-size: 2.2rem !important;
  }
  
  .transcrecia-blog-subtitle {
      font-size: 1.1rem !important;
  }
  
  .transcrecia-newsletter-form {
      flex-direction: column;
  }
  
  .transcrecia-blog-cta-buttons {
      flex-direction: column;
      align-items: center;
  }
  
  .transcrecia-blog-cta-buttons .transcrecia-btn {
      width: 100%;
      max-width: 300px;
  }
  
  .transcrecia-category-tags {
      justify-content: flex-start;
  }
  
  .transcrecia-blog-newsletter {
      padding: 30px 20px;
  }
  
  /* Blog Page Responsive */
  .transcrecia-blog-article h1 {
      font-size: 2rem;
  }
  
  .transcrecia-blog-meta {
      flex-direction: column;
      gap: 10px;
  }
  
  .transcrecia-blog-content {
      font-size: 1rem;
  }
  
  /* Responsive Logo */
  .transcrecia-logo-img {
      height: 35px;
  }
  
  .transcrecia-logo h2 {
      font-size: 1.5em;
  }
}

@media (max-width: 480px) {
  .transcrecia-h1 {
    font-size: 1.8em;
  }
  
  .transcrecia-h2 {
    font-size: 1.5em;
  }
  
  .transcrecia-section {
    padding: 30px 10px;
  }
  
  .transcrecia-btn {
    width: 100%;
    text-align: center;
  }
  
  .transcrecia-tab-header {
    padding: 20px 15px;
    font-size: 1.2em;
  }
  
  .transcrecia-tab-content {
    padding: 20px 15px;
  }
  
  .transcrecia-trust-card,
  .transcrecia-testimonial {
    padding: 20px 15px;
  }
  
  .transcrecia-nav {
    padding: 0 15px;
  }
  
  .transcrecia-blog-hero {
      padding: 60px 0 !important;
  }
  
  .transcrecia-logo-img {
      height: 30px;
  }
  
  .transcrecia-logo h2 {
      font-size: 1.3em;
  }
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .transcrecia-tab,
  .transcrecia-trust-card,
  .transcrecia-dropdown-menu,
  .transcrecia-client-card,
  .transcrecia-blog-card {
    transition: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .transcrecia-tab {
    border: 2px solid var(--transcrecia-dark);
  }
  
  .transcrecia-trust-card,
  .transcrecia-testimonial,
  .transcrecia-client-card {
    border: 1px solid var(--transcrecia-dark);
  }
  
  .transcrecia-nav-menu a {
    font-weight: 600;
  }
}