/*
 * Inline <style> rules from portfolio.php, kept page-scoped exactly as they were
 * there. Loaded only by the page that owns them.
 *
 * Regenerate with: node tools/php-port/extract-css.mjs
 */

:root {
            --primary-dark: #0d0d0d;
            --accent-red: #b91c1c;
            --accent-red-dark: #7f1d1d;
            --accent-red-bright: #ef4444;
            --accent-maroon: #450a0a;
            --accent-crimson: #991b1b;
            --bg-white: #ffffff;
            --bg-light: #f8f9fa;
            --bg-dark: #0f1419;
            --text-dark: #1a1a1a;
            --text-gray: #4a4a4a;
            --text-light: #e8e8e8;
            --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
            --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.12);
            --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.15);
            --shadow-red: 0 4px 20px rgba(185, 28, 28, 0.25);
            --light-red: #ef4444;
        }

body {
            font-family: 'Nunito', sans-serif;
            background: #ffffff;
        }

/* Text selection styling */
        ::selection {
            background: rgba(185, 28, 28, 0.2);
            color: var(--accent-red);
        }

::-moz-selection {
            background: rgba(185, 28, 28, 0.2);
            color: var(--accent-red);
        }

.page {
            width: 100%;
            min-height: auto;
            padding: 80px 0;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

.page::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.15;
            background-image:
                url('data:image/svg+xml;utf8,<svg width="400" height="100" xmlns="http://www.w3.org/2000/svg"><line x1="20" y1="30" x2="80" y2="30" stroke="%23b91c1c" stroke-width="2" opacity="0.4"/><line x1="80" y1="30" x2="100" y2="50" stroke="%23b91c1c" stroke-width="2" opacity="0.4"/><line x1="100" y1="50" x2="160" y2="50" stroke="%23b91c1c" stroke-width="2" opacity="0.4"/><circle cx="80" cy="30" r="5" fill="%23991b1b" opacity="0.6"/><circle cx="160" cy="50" r="5" fill="%23991b1b" opacity="0.6"/><line x1="300" y1="30" x2="360" y2="30" stroke="%23b91c1c" stroke-width="2" opacity="0.4"/><line x1="260" y1="50" x2="300" y2="30" stroke="%23b91c1c" stroke-width="2" opacity="0.4"/><circle cx="300" cy="30" r="5" fill="%23991b1b" opacity="0.6"/><circle cx="260" cy="50" r="5" fill="%23991b1b" opacity="0.6"/></svg>'),
                radial-gradient(circle at 15% 25%, rgba(185, 28, 28, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 85% 75%, rgba(185, 28, 28, 0.08) 0%, transparent 50%);
            background-size: 400px 100px, 600px 600px, 600px 600px;
            background-position: center top, 0 0, 100% 100%;
            background-repeat: no-repeat, no-repeat, no-repeat;
            pointer-events: none;
            z-index: 0;
        }

.page.bg-dark::before {
            opacity: 0.05;
            background-image:
                radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 52%);
        }

/* Vision & Mission Page - inherits from bg-white */
        .vm-page::before {
            /* Uses narrower angular shapes from bg-white */
        }

/* Why Choose Us Page - Uses bg-light pattern */
        .why-page::before {
            /* Inherits from .page.bg-light::before */
        }

/* AI Use Cases Page - Uses bg-light pattern */
        .ai-cases-page::before {
            /* Inherits from .page.bg-light::before */
        }

/* Testimonials Page - Uses bg-white pattern */
        .testimonials-page::before {
            /* Inherits from .page.bg-white::before */
        }

/* Clients Page - Uses bg-light pattern */
        .clients-page::before {
            /* Inherits from .page.bg-light::before */
        }

/* Alternating backgrounds */
        .page.bg-white {
            background: #ffffff;
            color: var(--text-dark);
            position: relative;
        }

.page.bg-white::before {
            opacity: 1 !important;
            background-image:
                /* Circuit pattern at top */
                url('data:image/svg+xml;utf8,<svg width="800" height="120" xmlns="http://www.w3.org/2000/svg"><line x1="50" y1="40" x2="120" y2="40" stroke="%23991b1b" stroke-width="2" opacity="0.5"/><line x1="120" y1="40" x2="150" y2="60" stroke="%23991b1b" stroke-width="2" opacity="0.5"/><line x1="150" y1="60" x2="220" y2="60" stroke="%23991b1b" stroke-width="2" opacity="0.5"/><circle cx="120" cy="40" r="6" fill="%23f87171" opacity="0.7"/><circle cx="220" cy="60" r="6" fill="%23f87171" opacity="0.7"/><circle cx="150" cy="60" r="4" fill="%23f87171" opacity="0.5"/><line x1="580" y1="40" x2="650" y2="40" stroke="%23991b1b" stroke-width="2" opacity="0.5"/><line x1="650" y1="40" x2="680" y2="60" stroke="%23991b1b" stroke-width="2" opacity="0.5"/><line x1="530" y1="60" x2="580" y2="40" stroke="%23991b1b" stroke-width="2" opacity="0.5"/><circle cx="650" cy="40" r="6" fill="%23f87171" opacity="0.7"/><circle cx="530" cy="60" r="6" fill="%23f87171" opacity="0.7"/><circle cx="580" cy="40" r="4" fill="%23f87171" opacity="0.5"/></svg>'),
                /* Left angular shape - mirrored from right */
                url('data:image/svg+xml;utf8,<svg width="120" height="500" xmlns="http://www.w3.org/2000/svg"><polygon points="0,100 50,200 50,400 0,500" fill="%23450a0a" opacity="0.9"/><polygon points="0,130 40,215 40,385 0,470" fill="%23b91c1c" opacity="0.75"/></svg>'),
                /* Right angular shape */
                url('data:image/svg+xml;utf8,<svg width="120" height="500" xmlns="http://www.w3.org/2000/svg"><polygon points="120,100 70,200 70,400 120,500" fill="%23450a0a" opacity="0.9"/><polygon points="120,130 80,215 80,385 120,470" fill="%23b91c1c" opacity="0.75"/></svg>');
            background-size: 800px 120px, 120px 500px, 120px 500px;
            background-position: center top, left center, right center;
            background-repeat: no-repeat;
        }

/* Hexagonal outline removed */

        .page.bg-light {
            background: #ffffff;
            color: var(--text-dark);
            position: relative;
        }

.page.bg-light::before {
            opacity: 1 !important;
            background-image:
                /* Circuit pattern at top */
                url('data:image/svg+xml;utf8,<svg width="800" height="120" xmlns="http://www.w3.org/2000/svg"><line x1="50" y1="40" x2="120" y2="40" stroke="%23991b1b" stroke-width="2" opacity="0.5"/><line x1="120" y1="40" x2="150" y2="60" stroke="%23991b1b" stroke-width="2" opacity="0.5"/><line x1="150" y1="60" x2="220" y2="60" stroke="%23991b1b" stroke-width="2" opacity="0.5"/><circle cx="120" cy="40" r="6" fill="%23f87171" opacity="0.7"/><circle cx="220" cy="60" r="6" fill="%23f87171" opacity="0.7"/><circle cx="150" cy="60" r="4" fill="%23f87171" opacity="0.5"/><line x1="580" y1="40" x2="650" y2="40" stroke="%23991b1b" stroke-width="2" opacity="0.5"/><line x1="650" y1="40" x2="680" y2="60" stroke="%23991b1b" stroke-width="2" opacity="0.5"/><line x1="530" y1="60" x2="580" y2="40" stroke="%23991b1b" stroke-width="2" opacity="0.5"/><circle cx="650" cy="40" r="6" fill="%23f87171" opacity="0.7"/><circle cx="530" cy="60" r="6" fill="%23f87171" opacity="0.7"/><circle cx="580" cy="40" r="4" fill="%23f87171" opacity="0.5"/></svg>'),
                /* Left angular shape - mirrored from right */
                url('data:image/svg+xml;utf8,<svg width="120" height="500" xmlns="http://www.w3.org/2000/svg"><polygon points="0,100 50,200 50,400 0,500" fill="%23450a0a" opacity="0.9"/><polygon points="0,130 40,215 40,385 0,470" fill="%23b91c1c" opacity="0.75"/></svg>'),
                /* Right angular shape */
                url('data:image/svg+xml;utf8,<svg width="120" height="500" xmlns="http://www.w3.org/2000/svg"><polygon points="120,100 70,200 70,400 120,500" fill="%23450a0a" opacity="0.9"/><polygon points="120,130 80,215 80,385 120,470" fill="%23b91c1c" opacity="0.75"/></svg>');
            background-size: 800px 120px, 120px 500px, 120px 500px;
            background-position: center top, left center, right center;
            background-repeat: no-repeat;
        }

/* Hexagonal outline removed */

        .page.bg-dark {
            background: linear-gradient(180deg, #0f1419 0%, #1a1f2e 100%);
            color: var(--text-light);
        }

.page-content {
            width: 100%;
            max-width: 100%;
            text-align: center;
            margin: 0 auto;
            padding: 0 80px;
            position: relative;
            z-index: 1;
            box-sizing: border-box;
        }

/* Print styles */


        /* Logo styling */
        .logo-img {
            width: 140px;
            height: auto;
            margin-bottom: 35px;
            filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
            transition: transform 0.3s ease;
            border-radius: 20px;
        }

.logo-img:hover {
            transform: scale(1.05);
        }

.logo-img-small {
            width: 70px;
            height: auto;
            margin-bottom: 25px;
            filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
            border-radius: 15px;
        }

/* Typography - Larger with more spacing */
        h1 {
            font-size: 52px;
            font-weight: 800;
            letter-spacing: 3px;
            line-height: 1.2;
        }

h2 {
            font-size: 38px;
            font-weight: 700;
            letter-spacing: 2px;
            line-height: 1.3;
        }

h3 {
            font-size: 24px;
            font-weight: 700;
            letter-spacing: 1.5px;
        }

h4 {
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 1px;
        }

h5 {
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 0.8px;
        }

p {
            font-size: 16px;
            letter-spacing: 0.5px;
            line-height: 1.7;
        }

/* Cover Page */
        .cover-page {
            background: #ffffff;
            position: relative;
            overflow: hidden;
        }

.cover-page::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 1;
            background-image:
                /* Circuit pattern at top - extended */
                url('data:image/svg+xml;utf8,<svg width="800" height="150" xmlns="http://www.w3.org/2000/svg"><line x1="30" y1="30" x2="100" y2="30" stroke="%23991b1b" stroke-width="2.5" opacity="0.6"/><line x1="100" y1="30" x2="130" y2="55" stroke="%23991b1b" stroke-width="2.5" opacity="0.6"/><line x1="130" y1="55" x2="200" y2="55" stroke="%23991b1b" stroke-width="2.5" opacity="0.6"/><circle cx="100" cy="30" r="7" fill="%23f87171" opacity="0.8"/><circle cx="200" cy="55" r="7" fill="%23f87171" opacity="0.8"/><circle cx="130" cy="55" r="5" fill="%23f87171" opacity="0.6"/><line x1="600" y1="30" x2="670" y2="30" stroke="%23991b1b" stroke-width="2.5" opacity="0.6"/><line x1="670" y1="30" x2="700" y2="55" stroke="%23991b1b" stroke-width="2.5" opacity="0.6"/><line x1="550" y1="55" x2="600" y2="30" stroke="%23991b1b" stroke-width="2.5" opacity="0.6"/><circle cx="670" cy="30" r="7" fill="%23f87171" opacity="0.8"/><circle cx="550" cy="55" r="7" fill="%23f87171" opacity="0.8"/><circle cx="600" cy="30" r="5" fill="%23f87171" opacity="0.6"/></svg>'),
                /* Left angular shape - mirrored from right */
                url('data:image/svg+xml;utf8,<svg width="150" height="600" xmlns="http://www.w3.org/2000/svg"><polygon points="0,80 60,200 60,480 0,600" fill="%23450a0a" opacity="0.95"/><polygon points="0,120 45,220 45,460 0,560" fill="%23b91c1c" opacity="0.8"/><polygon points="0,160 30,240 30,440 0,520" fill="%23dc2626" opacity="0.4"/></svg>'),
                /* Right angular shape */
                url('data:image/svg+xml;utf8,<svg width="150" height="600" xmlns="http://www.w3.org/2000/svg"><polygon points="150,80 90,200 90,480 150,600" fill="%23450a0a" opacity="0.95"/><polygon points="150,120 105,220 105,460 150,560" fill="%23b91c1c" opacity="0.8"/><polygon points="150,160 120,240 120,440 150,520" fill="%23dc2626" opacity="0.4"/></svg>');
            background-size: 800px 150px, 150px 600px, 150px 600px;
            background-position: center top, left center, right center;
            background-repeat: no-repeat;
            pointer-events: none;
            z-index: 0;
        }

/* Hexagonal outline removed from cover */

        .cover-page .page-content {
            position: relative;
            z-index: 1;
        }

.cover-title {
            color: var(--text-dark);
            margin-bottom: 30px;
            background: linear-gradient(135deg, #450a0a 0%, #b91c1c 50%, #ef4444 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 10px rgba(185, 28, 28, 0.2);
            position: relative;
            display: inline-block;
        }

.cover-title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            height: 4px;
            background: linear-gradient(90deg, transparent, var(--accent-red), transparent);
            border-radius: 2px;
        }

.cover-tagline {
            font-size: 24px;
            color: var(--accent-red);
            max-width: 700px;
            margin: 0 auto 50px;
            letter-spacing: 1.5px;
            font-weight: 600;
            text-shadow: 0 1px 3px rgba(185, 28, 28, 0.1);
            line-height: 1.6;
            position: relative;
            padding: 20px 0;
        }

.cover-tagline::before,
        .cover-tagline::after {
            content: '◆';
            color: var(--accent-red);
            font-size: 12px;
            opacity: 0.5;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

.cover-tagline::before {
            left: -30px;
        }

.cover-tagline::after {
            right: -30px;
        }

.tech-icons {
            display: flex;
            gap: 30px;
            margin-top: 60px;
            justify-content: center;
            flex-wrap: wrap;
        }

.tech-icon {
            width: 110px;
            height: 130px;
            background: linear-gradient(135deg, #ffffff 0%, #fef2f2 100%);
            border-radius: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: 800;
            color: var(--accent-red);
            letter-spacing: 1.5px;
            text-transform: uppercase;
            box-shadow:
                0 10px 40px rgba(185, 28, 28, 0.15),
                0 4px 12px rgba(0, 0, 0, 0.08),
                inset 0 -3px 0 rgba(185, 28, 28, 0.1);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            border: none;
        }

.tech-icon::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--accent-red), var(--light-red), var(--accent-red));
            border-radius: 20px 20px 0 0;
        }

.tech-icon::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 3px;
            background: linear-gradient(90deg, transparent, var(--accent-red), transparent);
            border-radius: 2px;
            opacity: 0.5;
        }

.tech-icon:hover {
            transform: translateY(-8px) scale(1.05);
            box-shadow:
                0 20px 50px rgba(185, 28, 28, 0.25),
                0 8px 20px rgba(0, 0, 0, 0.12),
                inset 0 -3px 0 rgba(185, 28, 28, 0.15);
        }

.tech-icon .icon-emoji {
            font-size: 32px;
            margin-bottom: 10px;
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
            transition: transform 0.3s ease;
        }

.tech-icon:hover .icon-emoji {
            transform: scale(1.15);
        }

.tech-icon .icon-label {
            position: relative;
            z-index: 1;
        }

/* Section Titles */
        .section-title {
            text-align: center;
            margin-bottom: 40px;
            position: relative;
        }

.section-title::before {
            content: '';
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: var(--accent-red);
            border-radius: 2px;
        }

.section-title .subtitle {
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 3px;
            margin-bottom: 8px;
            color: var(--text-gray);
            text-transform: uppercase;
        }

.bg-dark .section-title .subtitle {
            color: rgba(255, 255, 255, 0.7);
        }

.section-title .main-title {
            font-size: 36px;
            font-weight: 800;
            color: var(--accent-red);
            letter-spacing: 2px;
            text-shadow: 0 2px 8px rgba(185, 28, 28, 0.2);
            position: relative;
            display: inline-block;
            margin-top: 5px;
        }

.section-title .main-title::after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background: var(--accent-red);
            border-radius: 2px;
        }

.bg-dark .section-title .subtitle {
            color: var(--text-light);
        }

/* TOC List */
        .toc-list {
            list-style: none;
            max-width: 550px;
            margin: 0 auto;
            text-align: left;
        }

.toc-list li {
            display: flex;
            align-items: center;
            padding: 12px 0;
            font-size: 16px;
            letter-spacing: 0.8px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            position: relative;
        }

.toc-list li::before {
            content: '';
            position: absolute;
            left: -15px;
            width: 4px;
            height: 0;
            background: var(--accent-red);
            transition: height 0.3s ease;
            border-radius: 2px;
        }

.toc-list li:hover {
            padding-left: 10px;
            color: var(--accent-red);
        }

.toc-list li:hover::before {
            height: 100%;
        }

.bg-dark .toc-list li {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            color: var(--text-light);
        }

.toc-list li .num {
            font-size: 18px;
            font-weight: 800;
            width: 45px;
            color: var(--accent-red);
            text-shadow: 0 1px 3px rgba(185, 28, 28, 0.3);
        }

/* Page Header */
        .page-header {
            text-align: center;
            margin-bottom: 40px;
            position: relative;
            z-index: 2;
        }

.page-header::before {
            content: '';
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: var(--accent-red);
            border-radius: 2px;
        }

.page-header .subtitle {
            font-size: 16px;
            letter-spacing: 3px;
            font-weight: 400;
            color: var(--text-gray);
            text-transform: uppercase;
            margin-bottom: 8px;
        }

.bg-dark .page-header .subtitle {
            color: rgba(255, 255, 255, 0.7);
        }

.page-header .main-title {
            font-size: 32px;
            font-weight: 800;
            color: var(--accent-red);
            letter-spacing: 2px;
            text-shadow: 0 2px 8px rgba(185, 28, 28, 0.2);
            position: relative;
            display: inline-block;
            margin-top: 5px;
        }

.page-header .main-title::after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: var(--accent-red);
            border-radius: 2px;
        }

.bg-dark .page-header .subtitle {
            color: var(--text-light);
        }

/* About Content */
        .about-content {
            position: relative;
        }

.about-content::before {
            content: '';
            position: absolute;
            top: -30px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background: var(--accent-red);
            border-radius: 2px;
        }

.about-page::before {
            /* Inherits from .page.bg-light::before */
        }

.about-content p {
            max-width: 720px;
            margin: 0 auto 25px;
        }

/* Vision & Mission */
        .vm-title {
            text-align: center;
            margin-bottom: 30px;
            position: relative;
        }

.vm-title::before {
            content: '';
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: var(--accent-red);
            border-radius: 2px;
        }

.vm-title .subtitle {
            font-size: 18px;
            letter-spacing: 2px;
            font-weight: 400;
        }

.vm-title .main {
            font-size: 32px;
            font-weight: 800;
            color: var(--accent-red);
            letter-spacing: 2px;
        }

.vision-box,
        .mission-box {
            max-width: 720px;
            margin: 25px auto;
            padding: 28px 35px;
            border-radius: 16px;
            text-align: left;
            position: relative;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

.vision-box::before,
        .mission-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--accent-red), var(--light-red));
        }

.vision-box {
            background: #ffffff;
            border-left: 5px solid var(--accent-red);
            box-shadow: var(--shadow-md);
        }

.vision-box:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-lg);
        }

.vision-box h3 {
            color: var(--accent-red);
            margin-bottom: 18px;
            text-shadow: 0 1px 3px rgba(185, 28, 28, 0.2);
            display: flex;
            align-items: center;
            gap: 10px;
        }

.vision-box h3::before {
            content: '👁️';
            font-size: 24px;
        }

.vision-box p {
            color: var(--text-gray);
        }

.mission-box {
            background: linear-gradient(135deg, #1a1f2e 0%, #0f1419 100%);
            box-shadow: var(--shadow-lg);
        }

.mission-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
        }

.mission-box h3 {
            color: var(--accent-red);
            margin-bottom: 18px;
            text-shadow: 0 1px 3px rgba(185, 28, 28, 0.3);
            display: flex;
            align-items: center;
            gap: 10px;
        }

.mission-box h3::before {
            content: '🎯';
            font-size: 24px;
        }

.mission-box p {
            color: var(--text-light);
        }

/* Strength Boxes */
        .strength-box {
            padding: 18px 24px;
            margin-bottom: 16px;
            border-radius: 16px;
            text-align: left;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

.strength-box::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            transition: left 0.5s ease;
        }

.strength-box:hover::after {
            left: 100%;
        }

.strength-box.light {
            background: #ffffff;
            border-left: 5px solid var(--accent-red);
            box-shadow: var(--shadow-sm);
        }

.strength-box.light:hover {
            transform: translateX(5px);
            box-shadow: var(--shadow-md);
        }

.strength-box.dark {
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
        }

.strength-box.dark:hover {
            transform: translateX(5px);
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
        }

.strength-box h4 {
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

.strength-box h4::before {
            content: '✓';
            color: var(--accent-red);
            font-size: 20px;
            font-weight: 900;
        }

.strength-box.dark h4::before {
            color: var(--light-red);
        }

.strength-box.light h4 {
            color: var(--accent-red);
        }

.strength-box.light p {
            color: var(--text-gray);
        }

.strength-box.dark h4 {
            color: var(--light-red);
        }

.strength-box.dark p {
            color: var(--text-light);
        }

/* Features Grid */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

.feature-hex {
            background: #ffffff;
            padding: 20px;
            border-radius: 16px;
            text-align: center;
            border: 3px solid var(--accent-red);
            box-shadow: var(--shadow-sm);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

.feature-hex::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(185, 28, 28, 0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

.feature-hex:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: var(--shadow-red);
            border-color: var(--light-red);
        }

.feature-hex:hover::before {
            opacity: 1;
        }

.bg-dark .feature-hex {
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
            border: 2px solid var(--accent-red);
        }

.bg-dark .feature-hex:hover {
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
        }

.feature-hex h4 {
            color: var(--accent-red);
            margin-bottom: 12px;
            position: relative;
            z-index: 1;
            text-shadow: 0 1px 3px rgba(185, 28, 28, 0.2);
        }

.feature-hex p {
            font-size: 15px;
            position: relative;
            z-index: 1;
        }

.bg-dark .feature-hex p {
            color: var(--text-light);
        }

/* Services */
        .services-content {
            text-align: left;
            max-width: 700px;
            margin: 0 auto;
        }

.service-category {
            margin-bottom: 22px;
        }

.service-category h4 {
            color: var(--accent-red);
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

.service-category h4::before {
            content: '▸';
            color: var(--accent-red);
            font-size: 20px;
        }

.service-category ul {
            list-style: none;
            padding-left: 25px;
        }

.service-category ul li {
            position: relative;
            padding: 6px 0;
            font-size: 15px;
            letter-spacing: 0.6px;
        }

.service-category ul li::before {
            content: "●";
            color: var(--accent-red);
            position: absolute;
            left: -20px;
            font-size: 14px;
            transition: transform 0.3s ease;
        }

.service-category ul li:hover::before {
            transform: scale(1.3);
        }

.bg-dark .service-category ul li {
            color: var(--text-light);
        }

/* Agentic AI Page */
        .ai-page {
            background: linear-gradient(135deg, #ef4444 0%, #dc2626 25%, #b91c1c 50%, #450a0a 100%) !important;
            position: relative;
            overflow: hidden;
        }

.ai-page::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.15;
            background-image:
                url('data:image/svg+xml;utf8,<svg width="300" height="300" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="neural" width="300" height="300" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="3" fill="%23ffffff" opacity="0.4"/><circle cx="150" cy="100" r="3" fill="%23ffffff" opacity="0.4"/><circle cx="250" cy="150" r="3" fill="%23ffffff" opacity="0.4"/><circle cx="100" cy="200" r="3" fill="%23ffffff" opacity="0.4"/><circle cx="200" cy="250" r="3" fill="%23ffffff" opacity="0.4"/><line x1="50" y1="50" x2="150" y2="100" stroke="%23ffffff" stroke-width="1" opacity="0.2"/><line x1="150" y1="100" x2="250" y2="150" stroke="%23ffffff" stroke-width="1" opacity="0.2"/><line x1="150" y1="100" x2="100" y2="200" stroke="%23ffffff" stroke-width="1" opacity="0.2"/><line x1="250" y1="150" x2="200" y2="250" stroke="%23ffffff" stroke-width="1" opacity="0.2"/></pattern></defs><rect width="300" height="300" fill="url(%23neural)"/></svg>'),
                radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(239, 68, 68, 0.2) 0%, transparent 50%);
            background-size: 300px 300px, 600px 600px, 500px 500px;
            pointer-events: none;
        }

.ai-title {
            text-align: center;
            margin-bottom: 25px;
        }

.ai-title .subtitle {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.9);
            letter-spacing: 3px;
            font-weight: 500;
        }

.ai-title .main {
            font-size: 32px;
            font-weight: 800;
            color: white;
            letter-spacing: 2px;
        }

.ai-intro {
            color: white;
            text-align: center;
            max-width: 720px;
            margin: 0 auto 25px;
            font-size: 16px;
        }

.ai-services {
            text-align: center;
            max-width: 720px;
            margin: 0 auto;
        }

.ai-services h3 {
            color: white;
            margin-bottom: 18px;
            font-size: 22px;
        }

.ai-service-item {
            margin-bottom: 14px;
            color: white;
        }

/* Dead selector, carried over verbatim: portfolio.php marks these items up as
   <h4>, so on the live site this rule never matches and the headings inherit the
   generic `h4` rule above (18px/700). Kept as-is so the page renders exactly as
   the original does — changing it to h4 would silently restyle the section. */
.ai-service-item h5 {
            margin-bottom: 6px;
            font-size: 15px;
        }

.ai-service-item p {
            font-size: 14px;
            opacity: 0.9;
        }

/* Cases Grid */
        .cases-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
            margin-top: 25px;
        }

.case-box {
            background: #ffffff;
            padding: 18px;
            border-radius: 16px;
            border-left: 5px solid var(--accent-red);
            text-align: left;
            box-shadow: var(--shadow-sm);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

.case-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 0;
            background: linear-gradient(180deg, var(--accent-red), var(--light-red));
            transition: height 0.3s ease;
        }

.case-box:hover {
            transform: translateY(-5px) translateX(5px);
            box-shadow: var(--shadow-md);
        }

.case-box:hover::before {
            height: 100%;
        }

.case-box h4 {
            color: var(--accent-red);
            margin-bottom: 8px;
            font-size: 15px;
            position: relative;
            z-index: 1;
        }

.case-box p {
            font-size: 13px;
            color: var(--text-gray);
            position: relative;
            z-index: 1;
            line-height: 1.6;
        }

/* Industries Grid */
        .industries-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-top: 30px;
        }

.industry-box {
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
            padding: 20px;
            border-radius: 16px;
            text-align: center;
            border: 2px solid var(--accent-red);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(10px);
        }

.industry-box::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(185, 28, 28, 0.2) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

.industry-box:hover {
            transform: translateY(-8px) scale(1.05);
            border-color: var(--light-red);
            box-shadow: 0 8px 25px rgba(185, 28, 28, 0.3);
        }

.industry-box:hover::before {
            opacity: 1;
        }

.industry-box h4 {
            color: var(--accent-red);
            margin-bottom: 12px;
            position: relative;
            z-index: 1;
            text-shadow: 0 1px 3px rgba(185, 28, 28, 0.3);
        }

.industry-box p {
            font-size: 13px;
            color: var(--text-light);
            position: relative;
            z-index: 1;
            line-height: 1.6;
        }

/* Process Timeline */
        .process-timeline {
            position: relative;
            max-width: 620px;
            margin: 30px auto 0;
            padding-left: 55px;
            text-align: left;
        }

.process-timeline::before {
            content: '';
            position: absolute;
            left: 18px;
            top: 0;
            bottom: 0;
            width: 4px;
            background: linear-gradient(180deg, var(--accent-red) 0%, var(--light-red) 100%);
            border-radius: 2px;
            box-shadow: 0 0 10px rgba(185, 28, 28, 0.3);
        }

.process-step {
            position: relative;
            margin-bottom: 24px;
            transition: transform 0.3s ease;
        }

.process-step:hover {
            transform: translateX(5px);
        }

.process-step .step-number {
            position: absolute;
            left: -55px;
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, var(--accent-red) 0%, var(--light-red) 100%);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 16px;
            box-shadow: 0 4px 15px rgba(185, 28, 28, 0.4);
            transition: all 0.3s ease;
            z-index: 2;
        }

.process-step:hover .step-number {
            transform: scale(1.15);
            box-shadow: 0 6px 20px rgba(185, 28, 28, 0.5);
        }

.process-step h4 {
            color: var(--accent-red);
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

.process-step h4::before {
            content: '→';
            color: var(--accent-red);
            font-size: 18px;
            font-weight: 900;
        }

.process-step p {
            font-size: 16px;
            line-height: 1.7;
        }

.bg-light .process-step p {
            color: var(--text-gray);
        }

/* Technology Stack Page with Icons */
        .tech-page {
            background: var(--bg-dark) !important;
        }

.tech-page::before {
            opacity: 0.06 !important;
            background-image:
                url('data:image/svg+xml;utf8,<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="circuit" width="200" height="200" patternUnits="userSpaceOnUse"><path d="M 0 100 L 50 100 L 50 50 L 100 50 L 100 100 L 150 100 L 150 150 L 200 150" fill="none" stroke="%23ffffff" stroke-width="2" opacity="0.2"/><circle cx="50" cy="100" r="5" fill="%23ffffff" opacity="0.3"/><circle cx="150" cy="100" r="5" fill="%23ffffff" opacity="0.3"/></pattern></defs><rect width="200" height="200" fill="url(%23circuit)"/></svg>'),
                radial-gradient(circle at 30% 40%, rgba(185, 28, 28, 0.15) 0%, transparent 60%),
                radial-gradient(circle at 70% 60%, rgba(185, 28, 28, 0.12) 0%, transparent 60%);
            background-size: 200px 200px, 500px 500px, 400px 400px;
        }

.tech-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 35px;
            margin-top: 45px;
            color: var(--text-light);
            text-align: left;
        }

.tech-category h4 {
            color: var(--accent-red);
            margin-bottom: 15px;
            font-size: 22px;
        }

.tech-category ul {
            list-style: none;
        }

.tech-category ul li {
            padding: 8px 0;
            font-size: 16px;
            letter-spacing: 0.8px;
        }

/* Floating Tech Icons */
        .tech-icons-floating {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            overflow: hidden;
        }

.tech-icon-float {
            position: absolute;
            font-size: 45px;
            opacity: 0.15;
            color: var(--accent-red);
            filter: drop-shadow(0 2px 8px rgba(185, 28, 28, 0.2));
            animation: float 6s ease-in-out infinite;
        }

@keyframes float {

            0%,
            100% {
                transform: translateY(0px) rotate(0deg);
            }

            50% {
                transform: translateY(-10px) rotate(5deg);
            }
        }

.tech-icon-float.i1 {
            animation-delay: 0s;
        }

.tech-icon-float.i2 {
            animation-delay: 0.5s;
        }

.tech-icon-float.i3 {
            animation-delay: 1s;
        }

.tech-icon-float.i4 {
            animation-delay: 1.5s;
        }

.tech-icon-float.i5 {
            animation-delay: 2s;
        }

.tech-icon-float.i6 {
            animation-delay: 2.5s;
        }

.tech-icon-float.i7 {
            animation-delay: 0.3s;
        }

.tech-icon-float.i8 {
            animation-delay: 0.8s;
        }

.tech-icon-float.i9 {
            animation-delay: 1.3s;
        }

.tech-icon-float.i10 {
            animation-delay: 1.8s;
        }

.tech-icon-float.i11 {
            animation-delay: 2.3s;
        }

.tech-icon-float.i12 {
            animation-delay: 2.8s;
        }

.tech-icon-float.i1 {
            top: 8%;
            left: 5%;
        }

.tech-icon-float.i2 {
            top: 15%;
            right: 8%;
        }

.tech-icon-float.i3 {
            top: 35%;
            left: 3%;
        }

.tech-icon-float.i4 {
            top: 50%;
            right: 5%;
        }

.tech-icon-float.i5 {
            top: 70%;
            left: 8%;
        }

.tech-icon-float.i6 {
            top: 80%;
            right: 10%;
        }

.tech-icon-float.i7 {
            top: 25%;
            right: 3%;
            font-size: 35px;
        }

.tech-icon-float.i8 {
            top: 60%;
            left: 2%;
            font-size: 35px;
        }

.tech-icon-float.i9 {
            top: 90%;
            left: 15%;
            font-size: 30px;
        }

.tech-icon-float.i10 {
            top: 5%;
            right: 20%;
            font-size: 30px;
        }

.tech-icon-float.i11 {
            top: 45%;
            left: 10%;
            font-size: 28px;
        }

.tech-icon-float.i12 {
            top: 75%;
            right: 3%;
            font-size: 32px;
        }

/* Testimonials */
        .testimonial-box {
            max-width: 680px;
            margin: 20px auto;
            padding: 25px 30px;
            border-radius: 12px;
            text-align: left;
        }

.testimonial-box.light {
            background: #ffffff;
            box-shadow: var(--shadow-md);
            transition: all 0.3s ease;
        }

.testimonial-box.light:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-lg);
        }

.testimonial-box.dark {
            background: linear-gradient(135deg, #1a1f2e 0%, #0f1419 100%);
            transition: all 0.3s ease;
        }

.testimonial-box.dark:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
        }

.testimonial-box p {
            font-style: italic;
            font-size: 15px;
            margin-bottom: 14px;
            line-height: 1.7;
            position: relative;
            padding-left: 25px;
        }

.testimonial-box p::before {
            content: '"';
            position: absolute;
            left: 0;
            top: -5px;
            font-size: 40px;
            color: var(--accent-red);
            opacity: 0.3;
            font-family: Georgia, serif;
        }

.testimonial-box.light p {
            color: var(--text-gray);
        }

.testimonial-box.dark p {
            color: var(--text-light);
        }

.testimonial-box .author {
            text-align: right;
            font-weight: 700;
            font-size: 15px;
            letter-spacing: 1px;
        }

.testimonial-box.light .author {
            color: var(--accent-red);
        }

.testimonial-box.dark .author {
            color: var(--light-red);
        }

/* Clients */
        .clients-content>p {
            font-size: 18px;
            margin-bottom: 30px;
        }

.client-logos {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-bottom: 25px;
            flex-wrap: wrap;
            max-width: 680px;
            margin-left: auto;
            margin-right: auto;
        }

.client-item {
            text-align: center;
            padding: 12px 18px;
            background: linear-gradient(135deg, #ffffff 0%, #fef2f2 100%);
            border-radius: 12px;
            border: 2px solid var(--accent-red);
            min-width: 120px;
            box-shadow: var(--shadow-sm);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

.client-item::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(185, 28, 28, 0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

.client-item:hover {
            transform: translateY(-8px) scale(1.05);
            box-shadow: var(--shadow-red);
            border-color: var(--light-red);
        }

.client-item:hover::before {
            opacity: 1;
        }

.client-item span {
            color: var(--accent-red);
            font-weight: 700;
            font-size: 13px;
            letter-spacing: 0.5px;
            position: relative;
            z-index: 1;
            text-shadow: 0 1px 3px rgba(185, 28, 28, 0.2);
            white-space: nowrap;
        }

.rating {
            margin-top: 30px;
        }

.rating .stars {
            color: var(--accent-red);
            font-size: 28px;
            margin-bottom: 12px;
            letter-spacing: 5px;
            text-shadow: 0 2px 8px rgba(185, 28, 28, 0.3);
            filter: drop-shadow(0 2px 4px rgba(185, 28, 28, 0.2));
        }

.rating .stars .partial-star {
            position: relative;
            display: inline-block;
        }

.rating .stars .partial-star::before {
            content: '★';
            position: absolute;
            left: 0;
            top: 0;
            width: 33%;
            overflow: hidden;
            color: var(--accent-red);
        }

.rating .stars .partial-star::after {
            content: '☆';
            color: var(--accent-red);
        }

.rating .score {
            font-size: 54px;
            font-weight: 900;
            letter-spacing: 3px;
            color: var(--accent-red);
            /* Removed gradient text to ensure crisp rendering */
        }

.rating .label {
            font-size: 18px;
            letter-spacing: 1px;
        }

.bg-light .rating .score {
            color: var(--accent-red);
        }

.bg-light .rating .label {
            color: var(--text-gray);
        }

/* Contact Page */
        .contact-page {
            background: var(--bg-dark) !important;
        }

.contact-page::before {
            opacity: 0.05 !important;
            background-image:
                url('data:image/svg+xml;utf8,<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="dots" width="250" height="250" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="2" fill="%23ffffff" opacity="0.2"/><circle cx="75" cy="75" r="2" fill="%23ffffff" opacity="0.2"/><circle cx="125" cy="125" r="2" fill="%23ffffff" opacity="0.2"/><circle cx="175" cy="175" r="2" fill="%23ffffff" opacity="0.2"/><circle cx="225" cy="225" r="2" fill="%23ffffff" opacity="0.2"/></pattern></defs><rect width="250" height="250" fill="url(%23dots)"/></svg>'),
                radial-gradient(circle at 50% 50%, rgba(185, 28, 28, 0.1) 0%, transparent 70%);
            background-size: 250px 250px, 800px 800px;
        }

.contact-title {
            font-size: 40px;
            font-weight: 800;
            color: white;
            margin: 25px 0 30px;
            letter-spacing: 3px;
        }

.contact-box {
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
            border: 2px solid var(--accent-red);
            border-radius: 20px;
            padding: 35px 45px;
            max-width: 580px;
            margin: 0 auto;
            color: var(--text-light);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(10px);
            position: relative;
            overflow: hidden;
        }

.contact-box::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(185, 28, 28, 0.15) 0%, transparent 70%);
            animation: pulse 4s ease-in-out infinite;
        }

@keyframes pulse {

            0%,
            100% {
                opacity: 0.3;
            }

            50% {
                opacity: 0.6;
            }
        }

.contact-box .intro {
            font-size: 15px;
            margin-bottom: 35px;
            line-height: 1.8;
            letter-spacing: 0.8px;
            position: relative;
            z-index: 1;
            text-align: center;
        }

.contact-item {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-bottom: 18px;
            font-size: 18px;
            letter-spacing: 1px;
            position: relative;
            z-index: 1;
            transition: transform 0.3s ease;
        }

.contact-item:hover {
            transform: translateX(5px);
        }

.contact-item .icon {
            width: 35px;
            margin-right: 18px;
            font-size: 20px;
            color: var(--accent-red);
            filter: drop-shadow(0 2px 4px rgba(185, 28, 28, 0.3));
            transition: transform 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.contact-item:hover .icon {
            transform: scale(1.2);
        }

.social-links {
            margin-top: 30px;
            display: flex;
            gap: 18px;
            font-size: 16px;
            letter-spacing: 1px;
            position: relative;
            z-index: 1;
            justify-content: center;
            flex-wrap: wrap;
        }

.social-links a,
        .social-links span {
            color: var(--accent-red);
            transition: all 0.3s ease;
            cursor: pointer;
            text-decoration: none;
        }

.social-links a:hover,
        .social-links span:hover {
            color: var(--light-red);
            text-shadow: 0 2px 8px rgba(255, 107, 107, 0.4);
            transform: translateY(-2px);
        }

.contact-footer {
            margin-top: 45px;
            color: var(--light-red);
            font-style: italic;
            font-size: 18px;
            letter-spacing: 1px;
            text-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
            text-align: center;
        }

/* FIX: Ensure Header and Footer are visible on white background */
        /* FIX: Ensure Header and Footer are visible on white background */
        .main-header,
        .main-footer {
            background-color: var(--bg-dark);
        }

/* Responsive Styles */
        @media screen and (max-width: 1200px) {
            .page-content {
                padding: 0 40px;
            }

            h1 {
                font-size: 42px;
            }

            h2 {
                font-size: 32px;
            }
        }

@media screen and (max-width: 991px) {
            .tech-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

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

            .page-content {
                padding: 0 30px;
            }

            h1 {
                font-size: 36px;
            }

            .cover-title {
                font-size: 48px;
            }

            .cover-tagline {
                font-size: 20px;
            }
        }

@media screen and (max-width: 768px) {
            .page {
                padding: 60px 0;
            }

            .page::before {
                background-size: 300px 75px, 0px 0px, 0px 0px;
            }

            /* Hide heavy side patterns on small screens */
            .cover-page::before {
                background-size: 600px 110px, 0px 0px, 0px 0px;
            }

            .logo-img {
                width: 120px;
            }

            h1 {
                font-size: 32px;
                letter-spacing: 1px;
            }

            h2 {
                font-size: 28px;
            }

            .cover-title {
                font-size: 40px;
            }

            .cover-tagline {
                font-size: 18px;
                padding: 10px 0;
            }

            .cover-tagline::before,
            .cover-tagline::after {
                display: none;
            }

            .tech-icon {
                width: 90px;
                height: 110px;
                font-size: 10px;
            }

            .tech-icon .icon-emoji {
                font-size: 24px;
            }

            .vision-box,
            .mission-box {
                padding: 20px;
            }

            .contact-box {
                padding: 25px;
            }

            .process-timeline {
                padding-left: 45px;
            }

            .process-step .step-number {
                left: -45px;
                width: 32px;
                height: 32px;
                font-size: 14px;
            }

            .rating .score {
                font-size: 40px;
            }
        }

@media screen and (max-width: 480px) {
            .page-content {
                padding: 0 20px;
            }

            h1 {
                font-size: 28px;
            }

            h2 {
                font-size: 24px;
            }

            .cover-title {
                font-size: 32px;
            }

            .cover-tagline {
                font-size: 16px;
            }

            .tech-icons {
                gap: 15px;
            }

            .tech-icon {
                width: 80px;
                height: 100px;
            }

            .contact-item {
                font-size: 14px;
            }

            .social-links {
                gap: 10px;
                font-size: 14px;
            }
        }
