/* ================================================
   ÇÖZÜMLER SAYFASI STİLLERİ
   Siyah-Beyaz Monochrome Tema + Yeşil Aksentler
   ================================================ */

/* Hero Section */
.solution-hero {
    position: relative;
    padding: 80px 0 100px;
    background: #000;
    overflow: hidden;
}

.solution-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
}

.hero-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, transparent 100%);
}

.solution-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
    font-size: 0.875rem;
}

.hero-breadcrumb a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.hero-breadcrumb span {
    color: rgba(255, 255, 255, 0.4);
}

.breadcrumb-separator {
    color: rgba(255, 255, 255, 0.3);
}

.hero-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(47, 127, 118, 0.2);
    border: 1px solid rgba(47, 127, 118, 0.4);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 0.85rem;
    color: #6ee7b7;
    margin-bottom: 24px;
}

.hero-badge i {
    font-size: 1rem;
}

.solution-hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 24px;
}

.solution-hero-title .highlight {
    background: linear-gradient(135deg, #6ee7b7, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.solution-hero-desc {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 32px;
}

.hero-features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 40px;
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
}

.hero-feature-item i {
    color: #6ee7b7;
    font-size: 1rem;
}

.hero-cta-buttons {
    display: flex;
    gap: 16px;
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #000;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #fff;
    padding: 14px 28px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-hero-secondary:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.05);
}

/* Hero Visual / Mockup */
.hero-visual {
    position: relative;
}

.hero-mockup {
    background: #1a1a1a;
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}

.mockup-browser-frame {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: #0d0d0d;
    border-bottom: 1px solid #2a2a2a;
}

.browser-dots {
    display: flex;
    gap: 6px;
}

.browser-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.dot.red {
    background: #ff5f57;
}

.dot.yellow {
    background: #ffbd2e;
}

.dot.green {
    background: #28c840;
}

.browser-address {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    background: #1a1a1a;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.7rem;
    color: #666;
}

.browser-address i {
    color: #6ee7b7;
    font-size: 0.6rem;
}

.browser-actions {
    color: #666;
    font-size: 1rem;
}

.mockup-screen {
    display: flex;
    background: #111;
    min-height: 280px;
}

.screen-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.screen-title {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}

.screen-tabs {
    display: flex;
    gap: 8px;
}

.screen-tabs .tab {
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.screen-tabs .tab.active {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.screen-content {
    display: flex;
    gap: 16px;
    flex: 1;
}

/* Mockup Sidebar */
.mockup-sidebar {
    width: 50px;
    background: #0d0d0d;
    border-right: 1px solid #2a2a2a;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 0;
    gap: 8px;
}

.sidebar-logo {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #2F7F76, #15514D);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.sidebar-menu {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sidebar-item {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #666;
    transition: all 0.3s ease;
    cursor: pointer;
}

.sidebar-item:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #aaa;
}

.sidebar-item.active {
    background: rgba(47, 127, 118, 0.2);
    color: #6ee7b7;
}

.sidebar-item i {
    font-size: 0.85rem;
}

/* Mockup Main Area */
.mockup-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16px;
    overflow: hidden;
}

.screen-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #2a2a2a;
}

.screen-header-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.screen-subtitle {
    font-size: 0.7rem;
    color: #666;
}

/* Content Layout */
.content-left {
    flex: 1;
    min-width: 0;
}

.content-right {
    width: 180px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Head Diagram Enhanced */
.head-diagram {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 12px;
    border: 1px solid #2a2a2a;
}

.diagram-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.7rem;
    color: #888;
    margin-bottom: 10px;
}

.diagram-title i {
    color: #6ee7b7;
    font-size: 0.65rem;
}

.head-svg {
    width: 100%;
    max-width: 160px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.head-svg .zone {
    cursor: pointer;
    transition: all 0.3s ease;
}

.head-svg .zone:hover,
.head-svg .zone.active {
    fill-opacity: 0.8;
}

/* Zone Legend */
.zone-legend {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #2a2a2a;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.6rem;
    color: #888;
}

.legend-color {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

/* Graft Summary Enhanced */
.graft-summary {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 14px;
    border: 1px solid #2a2a2a;
}

.summary-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.7rem;
    color: #888;
    margin-bottom: 12px;
}

.summary-title i {
    color: #6ee7b7;
    font-size: 0.65rem;
}

.graft-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 12px;
}

.graft-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px;
    background: #0d0d0d;
    border-radius: 8px;
    text-align: center;
}

.graft-item.highlight {
    grid-column: span 2;
    background: rgba(47, 127, 118, 0.15);
    border: 1px solid rgba(47, 127, 118, 0.3);
}

.graft-item.highlight .graft-value {
    color: #6ee7b7;
    font-size: 1.4rem;
}

.graft-label {
    font-size: 0.55rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.graft-value {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
}

/* Progress Bar */
.graft-progress {
    margin-bottom: 12px;
}

.progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 0.55rem;
    color: #666;
    margin-bottom: 4px;
}

.progress-bar {
    height: 6px;
    background: #0d0d0d;
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #2F7F76, #6ee7b7);
    border-radius: 3px;
    transition: width 0.5s ease;
}

/* Action Buttons */
.graft-actions {
    display: flex;
    gap: 6px;
}

.action-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #2a2a2a;
    background: #0d0d0d;
    color: #888;
    font-size: 0.6rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.action-btn:hover {
    border-color: #444;
    color: #fff;
}

.action-btn.primary {
    background: linear-gradient(135deg, #2F7F76, #15514D);
    border: none;
    color: #fff;
}

.action-btn.primary:hover {
    opacity: 0.9;
}

.action-btn i {
    font-size: 0.65rem;
}

/* Patient Status */
.patient-status {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 12px;
    border: 1px solid #2a2a2a;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.status-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.status-item>i {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d0d0d;
    border-radius: 6px;
    color: #6ee7b7;
    font-size: 0.7rem;
}

.status-info {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.status-label {
    font-size: 0.55rem;
    color: #666;
    text-transform: uppercase;
}

.status-value {
    font-size: 0.75rem;
    color: #fff;
    font-weight: 600;
}


/* Stats Section */
.solution-stats {
    padding: 60px 0;
    background: #fff;
    margin-top: -60px;
    position: relative;
    z-index: 3;
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.stat-card {
    background: #f9fafb;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: #2F7F76;
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2F7F76, #15514D);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.stat-icon i {
    font-size: 1.25rem;
    color: #fff;
}

.stat-card .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}

.stat-card .stat-label {
    font-size: 0.9rem;
    color: #6b7280;
}

/* Features Section */
.solution-features {
    padding: 100px 0;
    background: #fff;
}

.features-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-tag {
    display: inline-block;
    background: rgba(47, 127, 118, 0.1);
    color: #2F7F76;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 16px;
    border: 1px solid rgba(47, 127, 118, 0.2);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
}

.section-desc {
    font-size: 1.1rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-card {
    background: #f9fafb;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: #2F7F76;
}

.feature-card.featured {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    border-color: transparent;
    grid-row: span 2;
}

.feature-card.featured .feature-title,
.feature-card.featured .feature-desc,
.feature-card.featured .feature-list li {
    color: #fff;
}

.feature-card.featured .feature-desc {
    color: rgba(255, 255, 255, 0.7);
}

.feature-card.featured .feature-list li i {
    color: #6ee7b7;
}

.feature-card.featured .feature-list li {
    border-top-color: rgba(255, 255, 255, 0.1);
}

.feature-icon-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.feature-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #2F7F76, #15514D);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-card.featured .feature-icon {
    background: rgba(255, 255, 255, 0.1);
}

.feature-icon i {
    font-size: 1rem;
    color: #fff;
}

.feature-badge {
    background: rgba(110, 231, 183, 0.2);
    color: #6ee7b7;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
}

.feature-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}

.feature-desc {
    font-size: 0.85rem;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 14px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    font-size: 0.8rem;
    color: #374151;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-list li:first-child {
    border-top: none;
}

.feature-list li i {
    color: #2F7F76;
    font-size: 0.75rem;
}

/* Workflow Section */
.solution-workflow {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

.workflow-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header.light .section-tag {
    background: rgba(110, 231, 183, 0.15);
    color: #6ee7b7;
    border-color: rgba(110, 231, 183, 0.3);
}

.section-header.light .section-title {
    color: #fff;
}

.section-header.light .section-desc {
    color: rgba(255, 255, 255, 0.7);
}

.workflow-timeline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 60px;
}

.workflow-step {
    flex: 1;
    text-align: center;
    position: relative;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #6ee7b7, #3b82f6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
}

.step-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.step-content p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
    max-width: 180px;
    margin: 0 auto;
}

.workflow-connector {
    flex: 0 0 auto;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #6ee7b7, #3b82f6);
    margin-top: 30px;
    opacity: 0.5;
}

/* Case Study Section */
.case-study-section {
    padding: 100px 0;
    background: #f9fafb;
}

.case-study-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.case-study-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.case-study-visual {
    background: #000;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.case-logo {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.case-logo i {
    font-size: 2rem;
    color: #6ee7b7;
}

.case-quote blockquote {
    font-size: 1.25rem;
    font-style: italic;
    color: #fff;
    line-height: 1.7;
    margin: 0 0 30px 0;
    padding: 0;
    border: none;
}

.quote-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-avatar i {
    font-size: 1.25rem;
    color: #fff;
}

.author-info strong {
    display: block;
    color: #fff;
    font-weight: 600;
    margin-bottom: 4px;
}

.author-info span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}

.case-study-results {
    padding: 50px;
}

.case-study-results h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.results-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.result-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px;
    background: #f9fafb;
    border-radius: 12px;
}

.result-before,
.result-after {
    flex: 1;
}

.result-label {
    display: block;
    font-size: 0.75rem;
    color: #6b7280;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.result-value {
    font-size: 1rem;
    font-weight: 600;
    color: #374151;
}

.result-value.highlight {
    color: #2F7F76;
}

.result-arrow {
    color: #2F7F76;
}

.case-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.metric {
    text-align: center;
    padding: 20px;
    background: #f3f4f6;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.metric-value {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #2F7F76;
    margin-bottom: 4px;
}

.metric-label {
    font-size: 0.8rem;
    color: #6b7280;
}

/* Integrations Section */
.solution-integrations {
    padding: 80px 0;
    background: #fff;
}

.integrations-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.integrations-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.integration-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.integration-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-color: #2F7F76;
}

.integration-icon {
    font-size: 2rem;
    margin-bottom: 12px;
    color: #374151;
}

.integration-card span {
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 500;
}

/* CTA Section */
.solution-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

.solution-cta .cta-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.solution-cta h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.solution-cta p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
}

.cta-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.cta-features span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.cta-features span i {
    color: #6ee7b7;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.btn-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #000;
    padding: 16px 32px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

.btn-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #fff;
    padding: 16px 32px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-cta-secondary:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.05);
}

/* FAQ Section */
.solution-faq {
    padding: 100px 0;
    background: #fff;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #2F7F76;
}

.faq-item.active {
    border-color: #2F7F76;
    box-shadow: 0 10px 30px rgba(47, 127, 118, 0.1);
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.faq-question span {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
}

.faq-question i {
    color: #6b7280;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
    color: #2F7F76;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding-top: 0;
}

.faq-answer p {
    padding: 0 24px 20px;
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-visual {
        order: -1;
    }

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

    .feature-card.featured {
        grid-row: span 1;
    }

    .workflow-timeline {
        flex-direction: column;
        gap: 30px;
    }

    .workflow-connector {
        width: 2px;
        height: 40px;
        margin: 0 auto;
    }

    .case-study-card {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 768px) {
    .solution-hero {
        padding: 140px 0 80px;
    }

    .solution-hero-title {
        font-size: 2rem;
    }

    .hero-features-list {
        grid-template-columns: 1fr;
    }

    .hero-cta-buttons {
        flex-direction: column;
    }

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

    .features-grid {
        grid-template-columns: 1fr;
    }

    .case-metrics {
        grid-template-columns: 1fr;
    }

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

    .cta-features {
        flex-direction: column;
        gap: 12px;
    }

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