@font-face {
  font-family: 'BlinkMacSystemFont';
  src: url('../fonts/BlinkMacSystemFont-Black.woff2') format('woff2'),
      url('../fonts/BlinkMacSystemFont-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BlinkMacSystemFont';
  src: url('../fonts/BlinkMacSystemFont-BlackItalic.woff2') format('woff2'),
      url('../fonts/BlinkMacSystemFont-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'BlinkMacSystemFont';
  src: url('../fonts/BlinkMacSystemFont-Bold.woff2') format('woff2'),
      url('../fonts/BlinkMacSystemFont-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BlinkMacSystemFont';
  src: url('../fonts/BlinkMacSystemFont-BoldItalic.woff2') format('woff2'),
      url('../fonts/BlinkMacSystemFont-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'BlinkMacSystemFont';
  src: url('../fonts/BlinkMacSystemFont-Heavy.woff2') format('woff2'),
      url('../fonts/BlinkMacSystemFont-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BlinkMacSystemFont';
  src: url('../fonts/BlinkMacSystemFont-HeavyItalic.woff2') format('woff2'),
      url('../fonts/BlinkMacSystemFont-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'BlinkMacSystemFont';
  src: url('../fonts/BlinkMacSystemFont-LightItalic.woff2') format('woff2'),
      url('../fonts/BlinkMacSystemFont-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'BlinkMacSystemFont';
  src: url('../fonts/BlinkMacSystemFont-Light.woff2') format('woff2'),
      url('../fonts/BlinkMacSystemFont-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BlinkMacSystemFont';
  src: url('../fonts/BlinkMacSystemFont-Medium.woff2') format('woff2'),
      url('../fonts/BlinkMacSystemFont-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BlinkMacSystemFont';
  src: url('../fonts/BlinkMacSystemFont-Regular.woff2') format('woff2'),
      url('../fonts/BlinkMacSystemFont-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BlinkMacSystemFont';
  src: url('../fonts/BlinkMacSystemFont-MediumItalic.woff2') format('woff2'),
      url('../fonts/BlinkMacSystemFont-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'BlinkMacSystemFont';
  src: url('../fonts/BlinkMacSystemFont-RegularItalic.woff2') format('woff2'),
      url('../fonts/BlinkMacSystemFont-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'BlinkMacSystemFont';
  src: url('../fonts/BlinkMacSystemFont-SemiboldItalic.woff2') format('woff2'),
      url('../fonts/BlinkMacSystemFont-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'BlinkMacSystemFont';
  src: url('../fonts/BlinkMacSystemFont-Semibold.woff2') format('woff2'),
      url('../fonts/BlinkMacSystemFont-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BlinkMacSystemFont';
  src: url('../fonts/BlinkMacSystemFont-ThinItalic.woff2') format('woff2'),
      url('../fonts/BlinkMacSystemFont-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'BlinkMacSystemFont';
  src: url('../fonts/BlinkMacSystemFont-Thin.woff2') format('woff2'),
      url('../fonts/BlinkMacSystemFont-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BlinkMacSystemFont';
  src: url('../fonts/BlinkMacSystemFont-Ultralight.woff2') format('woff2'),
      url('../fonts/BlinkMacSystemFont-Ultralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BlinkMacSystemFont';
  src: url('../fonts/BlinkMacSystemFont-UltralightItalic.woff2') format('woff2'),
      url('../fonts/BlinkMacSystemFont-UltralightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-red: #E63946;  /* Original EdBridge Red */
    --dark-bg: #1a1a1a;
    --text-dark: #2C3E50;
    --text-light: #666;
    --white: #ffffff;
    --light-gray: #f8f9fa;
    --medium-gray: #e9ecef;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
}


.text-primary {
  color: var(--primary-red)!important;
}

.text-white {
  color: white!important;
}
.d-none {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}
/* Navigation */
nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1.5rem 5%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--text-dark);
    text-decoration: none;
    letter-spacing: -0.5px;
}

.logo .dot {
    color: var(--primary-red);
}

.nav-links {
    display: flex;
    gap: 2.5rem;
    list-style: none;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    transition: color 0.3s;
    font-size: 0.95rem;
}

.nav-links a:hover {
    color: var(--primary-red);
}
.nav-links .active {
  color: var(--primary-red);
  font-weight: 500;
}

.cta-nav {
    background: var(--primary-red);
    color: white !important;
    padding: 0.7rem 1.5rem;
    border-radius: 6px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cta-nav:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(230, 57, 70, 0.3);
    color: white !important;
}

/* Page Sections */
.page-section {
    padding-top: 100px;
}


/* Hero Section */
.hero {
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 0 5%;
}

.hero-content {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.hero h1 {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
    letter-spacing: -2px;
}

.hero .subheadline {
    font-size: 1.5rem;
    color: var(--text-light);
    max-width: 900px;
    margin-bottom: 2.5rem;
    line-height: 1.5;
}

.cta-group {
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
}

.btn-primary {
    background: var(--primary-red);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border: 2px solid var(--primary-red);
    font-size: 1.05rem;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(230, 57, 70, 0.3);
}

.btn-secondary {
    background: transparent;
    color: var(--text-dark);
    padding: 1rem 2.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border: 2px solid var(--text-dark);
    font-size: 1.05rem;
}

.btn-secondary:hover {
    background: var(--text-dark);
    color: white;
}

/* Credibility Strip */
.credibility-strip {
    background: var(--white);
    padding: 3rem 5%;
    border-top: 1px solid var(--medium-gray);
    border-bottom: 1px solid var(--medium-gray);
}

.credibility-content {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    text-align: center;
    align-items: center;
}

.cred-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 120px;
    padding-top: 10px;
}

.cred-item h3 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-red);
    margin-bottom: 0.75rem;
    line-height: 1.1;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cred-item p {
    color: var(--text-light);
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
    text-align: center;
}

/* Content Sections */
.content-section {
    padding: 6rem 5%;
}

.content-section.dark {
    background: var(--dark-bg);
    color: white;
}

.content-section.light {
    background: var(--light-gray);
}

.section-container {
    max-width: 1400px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: -1px;
}

.section-header p {
    font-size: 1.3rem;
    color: var(--text-light);
    max-width: 800px;
    margin: 0 auto;
}

.dark .section-header p {
    color: rgba(255,255,255,0.7);
}

/* Three Column Layout */
.three-col-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 3rem;
}

.col-card {
    padding: 2rem;
}

.col-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.dark .col-card h3 {
    color: white;
}

.col-card p {
    color: var(--text-light);
    line-height: 1.7;
}

.dark .col-card p {
    color: rgba(255,255,255,0.8);
}

/* Service Grid */
.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.service-card {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    transition: all 0.3s;
    border: 1px solid var(--medium-gray);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.service-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.service-card p {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.service-link {
    color: var(--primary-red);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap 0.3s;
}

.service-link:hover {
    gap: 1rem;
}

/* Case Study Cards */
.case-study-grid {
    display: grid;
    gap: 4rem;
    margin-top: 4rem;
}

.case-study {
    background: white;
    padding: 3rem;
    border-radius: 12px;
    border-left: 4px solid var(--primary-red);
}

.case-study-header {
    margin-bottom: 2rem;
}

.case-study-header h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.case-study-header .client-info {
    color: var(--text-light);
    font-size: 1.1rem;
}

.case-challenge, .case-approach, .case-results {
    margin-bottom: 2rem;
}

.case-challenge h4, .case-approach h4, .case-results h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-red);
}

.case-challenge ul, .case-results ul {
    list-style: none;
    padding-left: 0;
}

.case-challenge li, .case-results li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.8rem;
    color: var(--text-light);
}

.case-challenge li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--primary-red);
    font-weight: bold;
}

.case-results li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary-red);
    font-weight: bold;
}

.case-quote {
    background: var(--light-gray);
    padding: 2rem;
    border-radius: 8px;
    font-style: italic;
    margin-top: 2rem;
}

.case-quote .quote-author {
    margin-top: 1rem;
    font-style: normal;
    font-weight: 600;
    color: var(--text-dark);
}

/* Methodology Timeline */
.methodology-timeline {
    margin-top: 4rem;
}

.phase {
    background: white;
    padding: 3rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 6px solid var(--primary-red);
}

.phase-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.phase-number {
    background: var(--primary-red);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
}

.phase-title h3 {
    font-size: 1.8rem;
    font-weight: 700;
}

.phase-title .duration {
    color: var(--text-light);
    font-size: 0.95rem;
}

.phase-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.phase-section h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-red);
}

.phase-section ul {
    list-style: none;
    padding-left: 0;
}

.phase-section li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.8rem;
    color: var(--text-light);
}

.phase-section li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--primary-red);
}

/* Stats Dashboard */
.stats-dashboard {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 3rem;
    background: white;
    padding: 3rem;
    border-radius: 12px;
    margin-top: 3rem;
}

.stat-box {
    text-align: center;
}

.stat-box .stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-red);
    margin-bottom: 0.5rem;
    line-height: 1.2;
    white-space: nowrap;
}

.stat-box .stat-label {
    color: var(--text-light);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.4;
}

/* Industry Sectors Grid */
.industry-sectors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.industry-box {
  background: white; 
  padding: 2.5rem 2rem; 
  border-radius: 12px; 
  text-align: center; 
  box-shadow: 0 2px 8px rgba(0,0,0,0.08); 
  transition: transform 0.3s, box-shadow 0.3s;
}

.industry-box:hover {
  transform: scale(1.05); /* немного увеличиваем */
  box-shadow: 0 6px 16px rgba(0,0,0,0.12); /* чуть сильнее тень */
}

.industry-icon {
  width: 80px; 
  height: 80px; 
  margin: 0 auto 1.5rem; 
  background: #E63946; 
  border-radius: 50%; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}

.industry-title {
  font-size: 1.3rem; 
  margin-bottom: 0.5rem; 
  color: var(--text-dark);
}

.industry-text {
  color: var(--text-light); 
  font-size: 0.95rem; 
  line-height: 1.5; 
}

/* About Page Styles */
.founder-section {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 4rem;
    align-items: start;
    margin-top: 3rem;
}

.founder-image {
    width: 300px;
    height: 300px;
    background: var(--medium-gray);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
    color: var(--text-light);
}

.founder-content h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.founder-title {
    color: var(--primary-red);
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.founder-content p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: var(--text-light);
}

.credentials {
    background: var(--light-gray);
    padding: 2rem;
    border-radius: 8px;
    margin-top: 2rem;
}

.credentials h4 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.credentials ul {
    list-style: none;
    padding-left: 0;
}

.credentials li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.8rem;
    color: var(--text-light);
}

.credentials li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary-red);
    font-weight: bold;
}

/* Values Grid */
.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-top: 3rem;
}

.value-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.value-card p {
    color: var(--text-light);
    line-height: 1.7;
}

/* Timeline */
.timeline {
    margin-top: 3rem;
}

.timeline-item {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--medium-gray);
}

.timeline-year {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-red);
}

.timeline-content p {
    color: var(--text-light);
    line-height: 1.7;
}

/* Contact Form */
.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
}

.contact-form {
    background: white;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text-dark);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 2px solid var(--medium-gray);
    border-radius: 6px;
    font-family: inherit;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-red);
}

.form-group textarea {
    min-height: 150px;
    resize: vertical;
}

.submit-btn {
    width: 100%;
    background: var(--primary-red);
    color: white;
    padding: 1rem;
    border: none;
    border-radius: 6px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 57, 70, 0.3);
}

.contact-info h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.contact-method {
    margin-bottom: 2.5rem;
}

.contact-method h4 {
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--primary-red);
}

.contact-method p {
    color: var(--text-light);
    line-height: 1.7;
}

.contact-method a {
    color: var(--primary-red);
    text-decoration: none;
    font-weight: 600;
}

/* Service Detail Page */
.service-detail-hero {
    padding: 4rem 5% 3rem;
    background: linear-gradient(135deg, var(--light-gray) 0%, white 100%);
}

.service-detail-hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.service-detail-hero .tagline {
    font-size: 1.5rem;
    color: var(--text-light);
    margin-bottom: 2rem;
}

.service-meta {
    display: flex;
    gap: 3rem;
    margin-top: 2rem;
}

.meta-item {
    display: flex;
    flex-direction: column;
}

.meta-label {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 0.3rem;
}

.meta-value {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-red);
}

.service-detail-content {
    padding: 4rem 5%;
}

.detail-section {
    margin-bottom: 4rem;
}

.detail-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.detail-section h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-red);
}

.detail-section p {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.detail-section ul {
    list-style: none;
    padding-left: 0;
}

.detail-section li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 1rem;
    color: var(--text-light);
    line-height: 1.7;
}

.detail-section li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary-red);
    font-weight: bold;
    font-size: 1.2rem;
}

/* Footer */
footer {
    background: var(--dark-bg);
    color: white;
    padding: 4rem 5% 2rem;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-brand h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.footer-brand .dot {
    color: var(--primary-red);
}

.footer-brand p {
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
}

.footer-section h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section li {
    margin-bottom: 0.8rem;
}

.footer-section a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: var(--primary-red);
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    color: rgba(255,255,255,0.5);
}

/* Responsive */
@media (min-width: 769px) {
    .nav-links {
        display: flex !important;
        flex-direction: row !important;
    }
}

@media (max-width: 1200px) {
    .hero h1 {
        font-size: 3.5rem;
    }
    
    .three-col-grid,
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .stats-dashboard {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .nav-links {
        gap: 1.5rem;
        font-size: 0.9rem;
    }

    .industry-sectors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .hero .subheadline {
        font-size: 1.2rem;
    }

    .nav-links {
        gap: 1.5rem;
    }

    .three-col-grid,
    .service-grid,
    .industry-grid,
    .insights-grid,
    .credibility-content,
    .stats-dashboard,
    .values-grid,
    .contact-container {
        grid-template-columns: 1fr!important;
    }

    .industry-sectors-grid {
        grid-template-columns: 1fr;
    }

    .founder-section {
        grid-template-columns: 1fr;
    }

    .founder-image {
        margin: 0 auto;
    }

    .cta-group {
        flex-direction: column;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .phase-content {
        grid-template-columns: 1fr;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeInUp 0.6s ease-out;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-dark);
}

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 2rem;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .nav-links.active {
        display: flex;
    }
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.industry-card {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    transition: all 0.3s;
    border: 1px solid var(--medium-gray);
}

.industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}




.insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.insights-card {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    transition: all 0.3s;
    border: 1px solid var(--medium-gray);
}

.insights-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.faq-link {
  color: var(--primary-red); 
  font-weight: 600; 
  text-decoration: none; 
  font-size: 1.6rem; 
  border-bottom: 2px solid var(--primary-red); 
  padding-bottom: 2px;
}

.faq-item {
  border-bottom: 1px solid var(--medium-gray); 
  padding: 1.5rem 0;
}

.faq-icon {
  font-size: 1.5rem; 
  color: var(--primary-red); 
  transition: transform 0.3s;
}

.faq-answer {
  display: none; 
  padding-top: 1rem; 
  color: var(--text-light); 
  line-height: 1.7;
}

.faq-question {
  cursor: pointer; 
  display: flex; 
  justify-content: space-between; 
  align-items: center;
}

.faq-question h3 {
  font-size: 1.2rem; 
  color: var(--text-dark); 
  margin: 0;
}

#showAllBtn {
    display: inline-block;          
    margin: 50px auto 0 auto;       
    padding: 12px 30px;             
    background-color: var(--primary-red);
    color: #fff;
    border: none;
    border-radius: 10px;            
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s, transform 0.2s;
    display: block;                 
}

#showAllBtn:hover {
    background-color: darkred;     
    transform: translateY(-2px);    
}