        /* ============================================
           FULL STACK DEVELOPMENT SPECIFIC STYLES
           (Perfectly matches existing services.css)
        ============================================ */
        
        /* Technology Stack Section */
        .technology-stack-section {
            padding: 120px 5%;
            background: transparent;
        }

        .stack-cards {
            max-width: 1400px;
            margin: 60px auto 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2.5rem;
        }

        .stack-card {
            padding: 3rem 2.5rem;
            background: #ffffff;
            border: 1px solid rgba(28, 55, 101, 0.15);
            border-radius: 24px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
        }

        .stack-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 20px 60px rgba(91, 141, 238, 0.2);
        }

        /* Unique gradient borders for each stack */
        .stack-card:nth-child(1):hover {
            border: 1px solid transparent;
            background: linear-gradient(#ffffff, #ffffff) padding-box,
                        linear-gradient(135deg, #10b981, #34d399, #6ee7b7) border-box;
        }

        .stack-card:nth-child(2):hover {
            border: 1px solid transparent;
            background: linear-gradient(#ffffff, #ffffff) padding-box,
                        linear-gradient(135deg, #3b82f6, #1d4ed8, #60a5fa) border-box;
        }

        .stack-card:nth-child(3):hover {
            border: 1px solid transparent;
            background: linear-gradient(#ffffff, #ffffff) padding-box,
                        linear-gradient(135deg, #ef4444, #dc2626, #f87171) border-box;
        }

        .stack-card:nth-child(4):hover {
            border: 1px solid transparent;
            background: linear-gradient(#ffffff, #ffffff) padding-box,
                        linear-gradient(135deg, #8b5cf6, #7c3aed, #a78bfa) border-box;
        }

        .stack-icon {
            width: 80px;
            height: 80px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            font-size: 2rem;
            color: white;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
        }

        .stack-card:hover .stack-icon {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 12px 48px rgba(0, 0, 0, 0.2);
        }

        .stack-card:nth-child(1) .stack-icon {
            background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
        }

        .stack-card:nth-child(2) .stack-icon {
            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
        }

        .stack-card:nth-child(3) .stack-icon {
            background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
        }

        .stack-card:nth-child(4) .stack-icon {
            background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
        }

        .stack-card h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--dark-text);
            margin-bottom: 1rem;
            text-align: center;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .stack-card:hover h3 {
            background: linear-gradient(135deg, var(--primary-blue), var(--primary-green));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

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

        .stack-features li {
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
            padding: 0.75rem 0;
            font-size: 1rem;
            color: var(--dark-text);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }

        .stack-features li:last-child {
            border-bottom: none;
        }

        .stack-features li i {
            color: var(--primary-green);
            font-size: 0.875rem;
            margin-top: 0.25rem;
            flex-shrink: 0;
        }

        .stack-keywords {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin-top: 1.5rem;
            padding-top: 1.5rem;
            border-top: 1px solid rgba(0, 0, 0, 0.05);
        }

        .stack-keywords span {
            background: rgba(28, 55, 101, 0.08);
            padding: 0.25rem 0.75rem;
            border-radius: 20px;
            font-size: 0.875rem;
            color: var(--dark-text);
        }

        /* Development Process Section */
        .development-process-section {
            padding: 120px 5%;
            background: transparent;
        }

        .process-phases {
            max-width: 1400px;
            margin: 60px auto 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2.5rem;
        }

        .process-card {
            padding: 3rem 2.5rem;
            background: #ffffff;
            border: 1px solid rgba(28, 55, 101, 0.15);
            border-radius: 24px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
        }

        .process-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 20px 60px rgba(91, 141, 238, 0.2);
        }

        /* Unique gradient borders for each phase */
        .process-card:nth-child(1):hover {
            border: 1px solid transparent;
            background: linear-gradient(#ffffff, #ffffff) padding-box,
                        linear-gradient(135deg, #667eea, #764ba2, #ec4899) border-box;
        }

        .process-card:nth-child(2):hover {
            border: 1px solid transparent;
            background: linear-gradient(#ffffff, #ffffff) padding-box,
                        linear-gradient(135deg, #f093fb, #f5576c, #fbbf24) border-box;
        }

        .process-card:nth-child(3):hover {
            border: 1px solid transparent;
            background: linear-gradient(#ffffff, #ffffff) padding-box,
                        linear-gradient(135deg, #4facfe, #00f2fe, #8b5cf6) border-box;
        }

        .process-card:nth-child(4):hover {
            border: 1px solid transparent;
            background: linear-gradient(#ffffff, #ffffff) padding-box,
                        linear-gradient(135deg, #10b981, #34d399, #6ee7b7) border-box;
        }

        .phase-number {
            font-size: 4.5rem;
            font-weight: 900;
            background: linear-gradient(135deg, var(--primary-blue), var(--primary-green));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 0.5rem;
            line-height: 1;
        }

        .process-card h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--dark-text);
            margin-bottom: 1rem;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .process-card:hover h3 {
            background: linear-gradient(135deg, var(--primary-blue), var(--primary-green));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .process-card p {
            font-size: 1.0625rem;
            line-height: 1.8;
            color: var(--gray-text);
            margin-bottom: 1.5rem;
        }

        .phase-keywords {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin-top: 1rem;
        }

        .phase-keywords span {
            background: rgba(28, 55, 101, 0.08);
            padding: 0.25rem 0.75rem;
            border-radius: 20px;
            font-size: 0.875rem;
            color: var(--dark-text);
        }

        /* Specializations Section */
        .specializations-section {
            padding: 120px 5%;
            background: transparent;
        }

        .specializations-grid {
            max-width: 1400px;
            margin: 60px auto 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2.5rem;
        }

        .specialization-card {
            text-align: center;
            padding: 3rem 2.5rem;
            background: #ffffff;
            border: 1px solid rgba(28, 55, 101, 0.15);
            border-radius: 24px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
        }

        .specialization-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(91, 141, 238, 0.2);
        }

        .specialization-card:nth-child(1):hover {
            border: 1px solid transparent;
            background: linear-gradient(#ffffff, #ffffff) padding-box,
                        linear-gradient(135deg, #667eea, #764ba2, #ec4899) border-box;
        }

        .specialization-card:nth-child(2):hover {
            border: 1px solid transparent;
            background: linear-gradient(#ffffff, #ffffff) padding-box,
                        linear-gradient(135deg, #f093fb, #f5576c, #fbbf24) border-box;
        }

        .specialization-card:nth-child(3):hover {
            border: 1px solid transparent;
            background: linear-gradient(#ffffff, #ffffff) padding-box,
                        linear-gradient(135deg, #4facfe, #00f2fe, #8b5cf6) border-box;
        }

        .specialization-card:nth-child(4):hover {
            border: 1px solid transparent;
            background: linear-gradient(#ffffff, #ffffff) padding-box,
                        linear-gradient(135deg, #10b981, #34d399, #6ee7b7) border-box;
        }

        .specialization-icon {
            width: 80px;
            height: 80px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            font-size: 2rem;
            color: white;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
        }

        .specialization-card:hover .specialization-icon {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 12px 48px rgba(0, 0, 0, 0.2);
        }

        .specialization-card:nth-child(1) .specialization-icon {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }

        .specialization-card:nth-child(2) .specialization-icon {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
        }

        .specialization-card:nth-child(3) .specialization-icon {
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
        }

        .specialization-card:nth-child(4) .specialization-icon {
            background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
        }

        .specialization-card h3 {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: var(--dark-text);
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .specialization-card:hover h3 {
            background: linear-gradient(135deg, var(--primary-blue), var(--primary-green));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .specialization-card p {
            font-size: 1.0625rem;
            line-height: 1.8;
            color: var(--gray-text);
        }

        .specialization-keywords {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin-top: 1rem;
            justify-content: center;
        }

        .specialization-keywords span {
            background: rgba(28, 55, 101, 0.08);
            padding: 0.25rem 0.75rem;
            border-radius: 20px;
            font-size: 0.875rem;
            color: var(--dark-text);
        }

        /* Case Study Section */
        .case-study-section {
            padding: 120px 5%;
            background: transparent;
        }

        .case-study-container {
            max-width: 1400px;
            margin: 60px auto 0;
            background: linear-gradient(135deg, rgba(28, 55, 101, 0.03), rgba(72, 145, 86, 0.03));
            border-radius: 24px;
            padding: 4rem;
            border: 1px solid rgba(28, 55, 101, 0.1);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
        }

        .case-study-challenge,
        .case-study-solution,
        .case-study-architecture,
        .case-study-results {
            margin-bottom: 3rem;
            padding-bottom: 3rem;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

        .case-study-challenge h3,
        .case-study-solution h3,
        .case-study-architecture h3,
        .case-study-results h3 {
            font-size: 1.75rem;
            font-weight: 700;
            color: var(--dark-text);
            margin-bottom: 1rem;
        }

        .case-study-challenge p,
        .case-study-solution p {
            font-size: 1.125rem;
            line-height: 1.8;
            color: var(--gray-text);
            max-width: 800px;
        }

        .architecture-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
        }

        .architecture-item {
            text-align: center;
            padding: 2rem;
            background: white;
            border-radius: 16px;
            border: 1px solid rgba(28, 55, 101, 0.1);
            transition: all 0.3s ease;
        }

        .architecture-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 24px rgba(28, 55, 101, 0.1);
        }

        .architecture-item h4 {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            color: var(--dark-text);
        }

        .architecture-item p {
            font-size: 0.95rem;
            color: var(--gray-text);
            margin: 0;
        }

        .results-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
        }

        .result-item {
            text-align: center;
            padding: 2rem;
            background: white;
            border-radius: 16px;
            border: 1px solid rgba(28, 55, 101, 0.1);
            transition: all 0.3s ease;
        }

        .result-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 24px rgba(28, 55, 101, 0.1);
        }

        .result-number {
            font-size: 2.5rem;
            font-weight: 800;
            background: linear-gradient(135deg, var(--primary-blue), var(--primary-green));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 0.5rem;
        }

        .result-label {
            font-size: 0.875rem;
            font-weight: 600;
            color: var(--gray-text);
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .case-study-cta {
            text-align: center;
            margin-top: 4rem;
        }

        /* Development Standards Section */
        .standards-section {
            padding: 120px 5%;
            background: transparent;
        }

        .standards-grid {
            max-width: 1400px;
            margin: 60px auto 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2.5rem;
        }

        .standard-card {
            padding: 3rem 2.5rem;
            background: #ffffff;
            border: 1px solid rgba(28, 55, 101, 0.15);
            border-radius: 24px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
        }

        .standard-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(91, 141, 238, 0.2);
        }

        .standard-card:nth-child(1):hover {
            border: 1px solid transparent;
            background: linear-gradient(#ffffff, #ffffff) padding-box,
                        linear-gradient(135deg, #667eea, #764ba2, #ec4899) border-box;
        }

        .standard-card:nth-child(2):hover {
            border: 1px solid transparent;
            background: linear-gradient(#ffffff, #ffffff) padding-box,
                        linear-gradient(135deg, #f093fb, #f5576c, #fbbf24) border-box;
        }

        .standard-card:nth-child(3):hover {
            border: 1px solid transparent;
            background: linear-gradient(#ffffff, #ffffff) padding-box,
                        linear-gradient(135deg, #4facfe, #00f2fe, #8b5cf6) border-box;
        }

        .standard-card:nth-child(4):hover {
            border: 1px solid transparent;
            background: linear-gradient(#ffffff, #ffffff) padding-box,
                        linear-gradient(135deg, #10b981, #34d399, #6ee7b7) border-box;
        }

        .standard-icon {
            width: 80px;
            height: 80px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            font-size: 2rem;
            color: white;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
        }

        .standard-card:hover .standard-icon {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 12px 48px rgba(0, 0, 0, 0.2);
        }

        .standard-card:nth-child(1) .standard-icon {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }

        .standard-card:nth-child(2) .standard-icon {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
        }

        .standard-card:nth-child(3) .standard-icon {
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
        }

        .standard-card:nth-child(4) .standard-icon {
            background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
        }

        .standard-card h3 {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: var(--dark-text);
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .standard-card:hover h3 {
            background: linear-gradient(135deg, var(--primary-blue), var(--primary-green));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

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

        .standard-features li {
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
            padding: 0.75rem 0;
            font-size: 1rem;
            color: var(--dark-text);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }

        .standard-features li:last-child {
            border-bottom: none;
        }

        .standard-features li i {
            color: var(--primary-green);
            font-size: 0.875rem;
            margin-top: 0.25rem;
            flex-shrink: 0;
        }

        /* Dark theme support */
        body.dark-theme .stack-card,
        body.dark-theme .process-card,
        body.dark-theme .specialization-card,
        body.dark-theme .standard-card {
            background: var(--dark-card);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        body.dark-theme .stack-card:hover,
        body.dark-theme .process-card:hover,
        body.dark-theme .specialization-card:hover,
        body.dark-theme .standard-card:hover {
            border: 1px solid transparent;
        }

        body.dark-theme .stack-card h3,
        body.dark-theme .process-card h3,
        body.dark-theme .specialization-card h3,
        body.dark-theme .standard-card h3 {
            color: var(--light-text);
        }

        body.dark-theme .stack-card p,
        body.dark-theme .process-card p,
        body.dark-theme .specialization-card p,
        body.dark-theme .standard-card p {
            color: var(--dark-text-light);
        }

        body.dark-theme .stack-features li,
        body.dark-theme .standard-features li {
            color: var(--light-text);
            border-bottom-color: rgba(255, 255, 255, 0.05);
        }

        body.dark-theme .stack-keywords span,
        body.dark-theme .phase-keywords span,
        body.dark-theme .specialization-keywords span {
            background: rgba(255, 255, 255, 0.1);
            color: var(--light-text);
        }

        body.dark-theme .case-study-container {
            background: linear-gradient(135deg, rgba(28, 55, 101, 0.1), rgba(72, 145, 86, 0.1));
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        body.dark-theme .case-study-challenge,
        body.dark-theme .case-study-solution,
        body.dark-theme .case-study-architecture,
        body.dark-theme .case-study-results {
            border-bottom-color: rgba(255, 255, 255, 0.1);
        }

        body.dark-theme .case-study-challenge h3,
        body.dark-theme .case-study-solution h3,
        body.dark-theme .case-study-architecture h3,
        body.dark-theme .case-study-results h3 {
            color: var(--light-text);
        }

        body.dark-theme .case-study-challenge p,
        body.dark-theme .case-study-solution p {
            color: var(--dark-text-light);
        }

        body.dark-theme .architecture-item,
        body.dark-theme .result-item {
            background: var(--dark-card);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        body.dark-theme .architecture-item h4 {
            color: var(--light-text);
        }

        body.dark-theme .architecture-item p {
            color: var(--dark-text-light);
        }

        body.dark-theme .result-label {
            color: var(--dark-text-light);
        }

        /* Packages Section */
        .packages-section {
            padding: 120px 5%;
            background: transparent;
        }

        .packages-grid {
            max-width: 1400px;
            margin: 60px auto 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2.5rem;
        }

        .package-card {
            padding: 3rem 2.5rem;
            background: #ffffff;
            border: 1px solid rgba(28, 55, 101, 0.15);
            border-radius: 24px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
        }

        .package-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(91, 141, 238, 0.2);
        }

        .package-card:nth-child(1):hover {
            border: 1px solid transparent;
            background: linear-gradient(#ffffff, #ffffff) padding-box,
                        linear-gradient(135deg, #667eea, #764ba2, #ec4899) border-box;
        }

        .package-card:nth-child(2):hover {
            border: 1px solid transparent;
            background: linear-gradient(#ffffff, #ffffff) padding-box,
                        linear-gradient(135deg, #f093fb, #f5576c, #fbbf24) border-box;
        }

        .package-card:nth-child(3):hover {
            border: 1px solid transparent;
            background: linear-gradient(#ffffff, #ffffff) padding-box,
                        linear-gradient(135deg, #4facfe, #00f2fe, #8b5cf6) border-box;
        }

        .package-card:nth-child(4):hover {
            border: 1px solid transparent;
            background: linear-gradient(#ffffff, #ffffff) padding-box,
                        linear-gradient(135deg, #10b981, #34d399, #6ee7b7) border-box;
        }

        .package-badge {
            display: inline-block;
            padding: 0.5rem 1.5rem;
            background: linear-gradient(135deg, var(--primary-blue), var(--primary-green));
            color: white;
            border-radius: 20px;
            font-size: 0.875rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
        }

        .package-card h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--dark-text);
            margin-bottom: 1rem;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .package-card:hover h3 {
            background: linear-gradient(135deg, var(--primary-blue), var(--primary-green));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .package-card p {
            font-size: 1.0625rem;
            line-height: 1.8;
            color: var(--gray-text);
            margin-bottom: 2rem;
        }

        .package-features {
            list-style: none;
            margin: 0;
            padding: 0;
            margin-bottom: 2rem;
        }

        .package-features li {
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
            padding: 0.75rem 0;
            font-size: 1rem;
            color: var(--dark-text);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }

        .package-features li:last-child {
            border-bottom: none;
        }

        .package-features li i {
            color: var(--primary-green);
            font-size: 0.875rem;
            margin-top: 0.25rem;
            flex-shrink: 0;
        }

        .package-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 2rem;
            padding-top: 2rem;
            border-top: 1px solid rgba(0, 0, 0, 0.05);
        }

        .package-timeline {
            font-size: 0.875rem;
            color: var(--gray-text);
        }

        .package-timeline strong {
            color: var(--dark-text);
            font-weight: 600;
        }

        /* Dark theme for packages */
        body.dark-theme .package-card {
            background: var(--dark-card);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        body.dark-theme .package-card:hover {
            border: 1px solid transparent;
        }

        body.dark-theme .package-card h3 {
            color: var(--light-text);
        }

        body.dark-theme .package-card p {
            color: var(--dark-text-light);
        }

        body.dark-theme .package-features li {
            color: var(--light-text);
            border-bottom-color: rgba(255, 255, 255, 0.05);
        }

        body.dark-theme .package-timeline {
            color: var(--dark-text-light);
        }

        body.dark-theme .package-timeline strong {
            color: var(--light-text);
        }

        /* Deliverables Section */
        .deliverables-section {
            padding: 120px 5%;
            background: transparent;
        }

        .deliverables-list {
            max-width: 1000px;
            margin: 60px auto 0;
            background: #ffffff;
            border: 1px solid rgba(28, 55, 101, 0.15);
            border-radius: 24px;
            padding: 3rem;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
        }

        .deliverables-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .deliverable-item {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            padding: 1.5rem;
            background: rgba(28, 55, 101, 0.03);
            border-radius: 16px;
            transition: all 0.3s ease;
        }

        .deliverable-item:hover {
            background: rgba(28, 55, 101, 0.08);
            transform: translateY(-3px);
        }

        .deliverable-icon {
            width: 50px;
            height: 50px;
            border-radius: 12px;
            background: linear-gradient(135deg, var(--primary-blue), var(--primary-green));
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.25rem;
            flex-shrink: 0;
        }

        .deliverable-content h4 {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--dark-text);
            margin-bottom: 0.5rem;
        }

        .deliverable-content p {
            font-size: 0.95rem;
            color: var(--gray-text);
            margin: 0;
        }

        /* Dark theme for deliverables */
        body.dark-theme .deliverables-list {
            background: var(--dark-card);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        body.dark-theme .deliverable-item {
            background: rgba(255, 255, 255, 0.05);
        }

        body.dark-theme .deliverable-item:hover {
            background: rgba(255, 255, 255, 0.1);
        }

        body.dark-theme .deliverable-content h4 {
            color: var(--light-text);
        }

        body.dark-theme .deliverable-content p {
            color: var(--dark-text-light);
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .stack-cards,
            .process-phases,
            .specializations-grid,
            .standards-grid,
            .packages-grid {
                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
                gap: 2rem;
            }
            
            .case-study-container {
                padding: 3rem;
            }
            
            .deliverables-list {
                padding: 2.5rem;
            }
        }

        @media (max-width: 768px) {
            .technology-stack-section,
            .development-process-section,
            .specializations-section,
            .standards-section,
            .packages-section,
            .deliverables-section,
            .case-study-section {
                padding: 80px 5%;
            }
            
            .stack-card,
            .process-card,
            .specialization-card,
            .standard-card,
            .package-card {
                padding: 2.5rem 2rem;
            }
            
            .phase-number {
                font-size: 3.5rem;
            }
            
            .case-study-container {
                padding: 2rem;
            }
            
            .architecture-grid,
            .results-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            
            .architecture-item,
            .result-item {
                padding: 1.5rem;
            }
            
            .result-number {
                font-size: 2rem;
            }
            
            .deliverables-list {
                padding: 2rem;
            }
        }

        @media (max-width: 480px) {
            .stack-cards,
            .process-phases,
            .specializations-grid,
            .standards-grid,
            .packages-grid,
            .deliverables-grid {
                grid-template-columns: 1fr;
            }
            
            .stack-card,
            .process-card,
            .specialization-card,
            .standard-card,
            .package-card {
                padding: 2rem 1.5rem;
            }
            
            .phase-number {
                font-size: 3rem;
            }
            
            .package-meta {
                flex-direction: column;
                gap: 1rem;
                align-items: flex-start;
            }
        }
