/* Service Details Specific Styles */

.service-details-main {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sd-hero {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 64px;
    align-items: center;
    margin-bottom: 80px;
    position: relative;
}

.sd-hero::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(147, 197, 253, 0.6) 0%, rgba(219, 234, 254, 0) 70%);
    filter: blur(80px);
    z-index: -1;
}

.sd-hero::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.25) 0%, rgba(219, 234, 254, 0) 70%);
    filter: blur(80px);
    z-index: -1;
}

.sd-hero-left h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 24px;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.sd-hero-desc {
    font-size: 1.25rem;
    color: #475569;
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 540px;
}

.cta-group {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

.sd-micro-features {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.micro-feature {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mf-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mf-icon svg {
    width: 20px;
    height: 20px;
}

.micro-feature h5 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 4px;
    color: #0f172a;
}

.micro-feature p {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

/* Form Styles */
.lead-form-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0,0,0,0.02);
}

.form-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    margin-bottom: 32px;
}

.fh-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.form-header h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0f172a;
}

.form-header p {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #334155;
}

.required {
    color: #ef4444;
    margin-left: 2px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #0f172a;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #94a3b8;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

.select-wrapper {
    position: relative;
}

.select-wrapper select {
    appearance: none;
    padding-right: 48px;
    cursor: pointer;
}

.select-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #64748b;
    pointer-events: none;
}

.submit-btn {
    width: 100%;
    justify-content: center;
    margin-bottom: 16px;
    background: #c4f34a;
    color: #0f172a;
    border-radius: 100px;
    border: none;
    font-size: 1rem;
    padding: 16px;
}

.submit-btn .icon-circle {
    background: #0f172a;
    color: #c4f34a;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(196, 243, 74, 0.4);
}

.form-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
}

.form-footer svg {
    width: 14px;
    height: 14px;
}

/* 2. Trusted By Section */
.sd-trusted-by {
    margin-top: 16px;
    background: transparent;
    padding: 32px 0 0 0;
    text-align: left;
    margin-bottom: 0;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.sd-trusted-by p {
    font-size: 0.75rem;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
}

.sd-trusted-by .logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    opacity: 0.6;
}

.logo-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #0f172a;
}

.brand-icon {
    width: 24px;
    height: 24px;
}

/* Stats Card */
.sd-stats-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 40px;
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
    flex-wrap: wrap;
    gap: 24px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.stat-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon svg {
    width: 24px;
    height: 24px;
}

.stat-item h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.stat-item p {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
}

/* 3. Solutions Section */
.sd-solutions {
    display: flex;
    align-items: flex-start;
    gap: 64px;
    margin-bottom: 120px;
}

.sd-solutions-sticky {
    flex: 1;
    position: sticky;
    top: 120px;
}

.sd-solutions-sticky h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #0f172a;
}

.sd-solutions-sticky p {
    font-size: 1.1rem;
    color: #475569;
    margin-bottom: 32px;
    line-height: 1.6;
}

.explore-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #3b82f6;
    text-decoration: none;
    font-size: 1rem;
}

.explore-link svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.explore-link:hover svg {
    transform: translateX(4px);
}

.sd-solutions-grid {
    flex: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.sd-service-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(0, 0, 0, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sd-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px -4px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.02);
}

.sd-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 24px;
}

.sd-card-icon svg {
    width: 24px;
    height: 24px;
}

.sd-service-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #0f172a;
}

.sd-service-card p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
    flex-grow: 1;
}

.card-arrow {
    position: absolute;
    bottom: 32px;
    right: 32px;
    opacity: 0;
    transform: translate(-10px, 10px);
    transition: all 0.3s ease;
}

.sd-service-card:hover .card-arrow {
    opacity: 1;
    transform: translate(0, 0);
}

/* 4. Highlighted Process Section (Like Home Page) */
.sd-process {
    display: flex;
    gap: 80px;
    padding: 80px;
    position: relative;
    background: var(--primary-grediant);
    color: #ffffff;
    overflow: hidden;
    border-radius: 40px;
    box-shadow: 0 24px 64px rgba(14, 165, 233, 0.15);
    margin: 80px 0;
    align-items: center;
}

.sd-process::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 0% 100%, rgba(0, 0, 0, 0.1) 0%, transparent 40%);
    pointer-events: none;
    z-index: 0;
}

.sd-process-left {
    flex: 0 0 350px;
    position: relative;
    z-index: 1;
}

.sd-process-left h2 {
    color: #ffffff;
}

.sd-process-left .text-gradient {
    background: none;
    -webkit-text-fill-color: initial;
    color: #c4f34a;
}

.sd-process-left p {
    color: rgba(255, 255, 255, 0.9);
}

.sd-process-left .badge {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 6px 16px;
    border-radius: 100px;
}

.sd-process-right {
    flex: 1;
    position: relative;
    z-index: 1;
}

.process-nodes {
    display: flex;
    flex-direction: row;
    gap: 32px;
    flex: 1;
    position: relative;
    z-index: 2;
}

.timeline-svg {
    position: absolute;
    top: 50px;
    left: 10%;
    width: 80%;
    height: 120px;
    z-index: 1;
    pointer-events: none;
}

.process-node {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    text-align: left;
    position: relative;
    flex: 1;
    transition: none;
}

.process-node:hover {
    transform: none;
    box-shadow: none;
}

.process-node:nth-child(1) { margin-top: 140px; }
.process-node:nth-child(2) { margin-top: 70px; }
.process-node:nth-child(3) { margin-top: 0px; }

.node-dot {
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
    z-index: 3;
    border: 5px solid rgba(255,255,255,0.4);
    background-clip: padding-box;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-left: 20px;
}

.node-number-bg {
    position: absolute;
    top: -50px;
    left: 10px;
    font-size: 8rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.05);
    line-height: 1;
    z-index: 1;
    user-select: none;
}

.node-content {
    position: relative;
    z-index: 2;
    padding-right: 20px;
}

.node-content h4 {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.node-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* 5. Industries We Serve */
.sd-industries {
    padding: 80px 0;
}

.industries-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 64px;
}

.industries-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--text-dark);
}

.industries-header p {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: auto;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
}

.industry-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    transition: all 0.3s ease;
}

.industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.05);
    border-color: #cbd5e1;
}

.ind-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.industry-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text-dark);
}

.industry-card p {
    font-size: 0.95rem;
    line-height: 1.6;
}

/* 6. Why Choose Us Section */
.sd-why-us {
    padding: 80px 0;
}

.why-us-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.why-us-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: var(--text-dark);
}

.why-us-content .lead-text {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 32px;
}

.why-us-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.why-us-list li {
    display: flex;
    gap: 16px;
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.why-us-list li strong {
    color: var(--text-dark);
    font-weight: 600;
}

.why-us-list svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

/* 7. Text-Heavy Strategy Section */
.sd-strategy {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.sd-strategy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: radial-gradient(ellipse at center, #f8fafc 0%, #f1f5f9 100%);
    z-index: -1;
}

.strategy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.strategy-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: var(--text-dark);
}

.strategy-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.strategy-item {
    display: flex;
    gap: 24px;
}

.si-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #e0f2fe;
    color: #0ea5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.si-icon svg {
    width: 24px;
    height: 24px;
}

.si-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 8px 0;
}

.si-content p {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

.strategy-image-wrapper {
    position: relative;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
}

.glass-dashboard {
    width: 100%;
    max-width: 500px;
    height: 380px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 24px;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: rotateY(-5deg) rotateX(5deg);
    transition: transform 0.5s ease;
}

.glass-dashboard:hover {
    transform: rotateY(0deg) rotateX(0deg);
}

.dash-header {
    height: 60px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    padding: 0 24px;
    gap: 16px;
    background: rgba(255, 255, 255, 0.5);
}

.dash-dots {
    display: flex;
    gap: 8px;
}

.dash-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e2e8f0;
}

.dash-dots span:nth-child(1) { background: #ef4444; }
.dash-dots span:nth-child(2) { background: #eab308; }
.dash-dots span:nth-child(3) { background: #22c55e; }

.dash-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #64748b;
    margin-left: auto;
}

.dash-body {
    padding: 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.dash-chart-container {
    flex: 1;
    display: flex;
    align-items: flex-end;
    gap: 16px;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 2px dashed #e2e8f0;
    min-height: 160px; /* Explicit height so % bars work */
    height: 100%;
}

.dash-bar {
    width: 40px;
    background: #e0f2fe;
    border-radius: 8px 8px 0 0;
    position: relative;
    transition: height 1s ease;
}

.dash-bar.active {
    background: #0ea5e9;
    box-shadow: 0 0 20px rgba(14, 165, 233, 0.4);
}

.dash-stats {
    display: flex;
    gap: 24px;
}

.dash-stat {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.dash-stat svg {
    width: 24px;
    height: 24px;
}

.dash-stat div {
    display: flex;
    flex-direction: column;
}

.dash-stat div strong {
    font-size: 1.25rem;
    color: #0f172a;
}

.dash-stat div span {
    font-size: 0.8rem;
    color: #64748b;
}

.floating-glass-card {
    position: absolute;
    bottom: 20px;
    left: -30px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    animation: float 6s ease-in-out infinite;
    transform: translateZ(50px);
}

.fgc-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #dcfce7;
    color: #22c55e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fgc-icon svg {
    width: 20px;
    height: 20px;
}

.fgc-content {
    display: flex;
    flex-direction: column;
}

.fgc-content strong {
    font-size: 0.95rem;
    color: #0f172a;
}

.fgc-content span {
    font-size: 0.8rem;
    color: #64748b;
}

@keyframes float {
    0% { transform: translateY(0px) translateZ(50px); }
    50% { transform: translateY(-15px) translateZ(50px); }
    100% { transform: translateY(0px) translateZ(50px); }
}

/* 8. FAQ Section */
.sd-faq {
    padding: 80px 0 40px;
}

.faq-header {
    text-align: center;
    margin-bottom: 64px;
}

.faq-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
}

.faq-header p {
    color: var(--text-muted);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 16px auto 0;
}

.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active {
    border-color: #3b82f6;
    box-shadow: 0 10px 30px -10px rgba(59, 130, 246, 0.15);
}

.faq-question {
    width: 100%;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    color: #0f172a;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    transition: color 0.3s ease;
}

.faq-question svg {
    width: 20px;
    height: 20px;
    color: #64748b;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question {
    color: #3b82f6;
}

.faq-item.active .faq-question svg {
    transform: rotate(180deg);
    color: #3b82f6;
}

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

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

.faq-answer p {
    color: #475569;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

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

    .sd-solutions {
        flex-direction: column;
    }

    .sd-solutions-sticky {
        position: relative;
        top: 0;
    }

    .why-us-grid,
    .strategy-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    
    .strategy-image-wrapper {
        height: auto;
        min-height: 450px;
    }
    
    .floating-glass-card {
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px;
        animation: none;
    }

    .sd-process {
        flex-direction: column;
        padding: 40px 20px;
        gap: 0px;
    }
    
    .timeline-svg {
        display: none;
    }
    
    .process-nodes {
        flex-direction: column;
        gap: 48px;
        margin-top: 40px;
        position: relative;
        padding-left: 40px;
    }

    .process-nodes::before {
        content: '';
        position: absolute;
        top: 10px;
        bottom: 20px;
        left: 11px;
        width: 2px;
        background: rgba(255, 255, 255, 0.2);
        z-index: 1;
    }
    
    .process-node {
        position: relative;
        z-index: 2;
    }
    
    .process-node:nth-child(1),
    .process-node:nth-child(2),
    .process-node:nth-child(3) {
        margin-top: 0;
    }
    
    .node-dot {
        position: absolute;
        left: -40px;
        top: 4px;
        margin-left: 0;
    }

    .node-number-bg {
        font-size: 5rem;
        top: -15px;
        left: -15px;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .sd-hero {
        padding: 40px 20px;
    }
    
    .sd-hero h1 {
        font-size: 2.2rem;
    }

    .sd-stats-card {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 24px;
        gap: 24px 16px;
        margin-bottom: 60px;
    }

    .stat-item {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .stat-icon {
        width: 44px;
        height: 44px;
        flex-shrink: 0;
    }
    
    .stat-content h3 {
        font-size: 1.5rem;
    }
    
    .stat-content p {
        font-size: 0.85rem;
    }
    
    .sd-micro-features {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    
    .sd-solutions-grid,
    .industries-grid {
        grid-template-columns: 1fr;
    }
    
    .strategy-content h2,
    .industries-header h2,
    .why-us-content h2,
    .faq-header h2 {
        font-size: 1.8rem;
    }
    
    .process-nodes {
        gap: 40px;
    }
    
    .glass-dashboard {
        transform: none;
        height: auto;
    }
    
    .glass-dashboard:hover {
        transform: none;
    }

    .dash-body {
        padding: 20px;
        gap: 20px;
    }
    
    .dash-stats {
        flex-direction: column;
        gap: 12px;
    }

    .dash-bar {
        width: 24px;
    }
    
    .dash-chart-container {
        height: 120px;
        gap: 8px;
    }

    .strategy-image-wrapper {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    .floating-glass-card {
        position: relative;
        left: 0;
        bottom: 0;
        transform: none;
        width: 90%;
        margin-top: -30px;
        z-index: 10;
        justify-content: center;
    }

    .why-us-image .image-placeholder {
        min-height: 300px;
    }
}
