
        /*-------- FLOWRUSH OFFICIAL COLOR THEME --------*/
        :root {
            --header-height: 80px;
            --header-height-mobile: 70px;
            --brand-deep-blue: #001a4d;
            --brand-primary: #1e40af;
            --brand-accent: #3b82f6;
            --brand-light: #dbeafe;
            --brand-hover: #2563eb;
            --text-dark: #0f172a;
            --text-muted: #475569;
            --bg-soft: #f8fafc;
            --border-light: #e2e8f0;
            --grad-hero: radial-gradient(circle at top right, #1e40af, #001a4d);
            --grad-primary: linear-gradient(135deg, #1e40af, #3b82f6);
            --shadow-lg: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.02);
            --radius-lg: 20px;
            --radius-md: 12px;
            --radius-sm: 8px;
            --font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            --grad-gold: linear-gradient(135deg, #d4af37 0%, #f1d35a 50%, #d4af37 100%);
            --shadow-gold: 0 10px 20px rgba(212, 175, 55, 0.3);
        }

        /*========== RESET & BASE ==========*/
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html, body {
            max-width: 100%;
            overflow-x: hidden;
            scroll-behavior: smooth;
        }

        body {
            font-family: var(--font-family);
            color: var(--text-dark);
            background: white;
            line-height: 1.6;
            overflow-x: hidden;
            width: 100%;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 20px;
            width: 100%;
        }

        @media (min-width: 768px) {
            .container {
                padding: 0 30px;
            }
        }

        h1, h2, h3, h4 {
            font-weight: 700;
            line-height: 1.2;
        }

        h1 {
            font-size: clamp(2rem, 5vw, 3.5rem);
            letter-spacing: -0.02em;
        }

        h2 {
            font-size: clamp(2rem, 4.5vw, 2.8rem);
            margin-bottom: 20px;
        }

        h2 span {
            color: var(--brand-primary);
            position: relative;
            display: inline-block;
        }

        a {
            text-decoration: none;
            -webkit-tap-highlight-color: transparent;
        }

        img {
            max-width: 100%;
            height: auto;
            display: block;
        }

        /* Page simple: no animation, shadow, hover, reflection on careers content */
        #main-content *,#main-content *:focus,#main-content *:hover,#main-content *:active{transition:none!important;animation:none!important}
        #main-content .culture-card,#main-content .job-card,#main-content .story-card,#main-content .feature-spot{box-shadow:none!important}
        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 12px 28px;
            border-radius: 50px;
            font-weight: 600;
            cursor: pointer;
            border: none;
            font-size: 15px;
        }
        .btn-primary { background: var(--grad-primary); color: white; }
        .btn-gold { background: var(--grad-gold); color: #001a4d !important; font-weight: 700; }

        /*========== HERO SECTION ==========*/
        .hero-section-inner-page {
            background: linear-gradient(135deg, #001a4d 0%, #1e3a8a 50%, #2563eb 100%);
            padding: 30px 0;
            position: relative;
            overflow: hidden;
        }

        @media (min-width: 768px) {
            .hero-section-inner-page {
                padding: 40px 0;
            }
        }

        .hero-inner-page h1 {
            color: white;
            font-size: clamp(2rem, 5vw, 3.5rem);
            position: relative;
            z-index: 2;
        }

        /*========== BREADCRUMB ==========*/
        .breadcrumb-wrapper {
            background: var(--bg-soft);
            padding: 12px 0;
            border-bottom: 1px solid var(--border-light);
        }

        .breadcrumb {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            gap: 8px;
            list-style: none;
            font-size: 1rem;
            overflow-x: auto;
            white-space: nowrap;
            padding: 4px 0;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: thin;
        }

        .breadcrumb::-webkit-scrollbar {
            display: none;
        }

        .breadcrumb-item a {
            color: var(--brand-primary);
            font-weight: 500;
        }

        .breadcrumb-item.active {
            color: var(--text-muted);
        }

        .breadcrumb-item + .breadcrumb-item::before {
            content: "/";
            padding-right: 8px;
            color: var(--text-muted);
        }

        .header-spacer { height: var(--header-height); width: 100%; contain: layout; }
        @media (max-width: 768px) { .header-spacer { height: var(--header-height-mobile); } }
        /*========== CAREERS CONTENT ==========*/
        .careers-content {
            padding: 50px 0;
            background: white;
            contain: layout;
        }

        .careers-content .container {
            max-width: 1000px;
        }

        .careers-content h2 {
            font-size: 2.4rem;
            margin-bottom: 25px;
            color: var(--brand-deep-blue);
            border-bottom: 3px solid var(--brand-accent);
            padding-bottom: 10px;
            display: inline-block;
        }

        .careers-content h2 span {
            color: var(--brand-primary);
        }

        .careers-content p {
            color: var(--text-muted);
            font-size: 1.2rem;
            line-height: 1.7;
            margin-bottom: 20px;
        }

        .careers-highlight {
            background: var(--bg-soft);
            border-radius: 20px;
            padding: 20px;
            margin: 25px 0;
        }

        .career-form-wrap {
            margin: 34px 0 28px;
        }

        .career-form-card {
            background:
                radial-gradient(circle at top right, rgba(255,255,255,0.55), transparent 32%),
                linear-gradient(135deg, #f6fbff 0%, #d9e9ff 28%, #c7dbff 58%, #e6f0ff 100%);
            border: 1px solid rgba(59, 130, 246, 0.18);
            border-radius: 32px;
            padding: 34px;
            position: relative;
            overflow: hidden;
        }

        .career-form-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(30,64,175,0.12), transparent 40%, rgba(37,211,102,0.08) 100%);
            pointer-events: none;
        }

        .career-form-card h3 {
            font-size: 1.9rem;
            color: var(--brand-deep-blue);
            margin-bottom: 10px;
            position: relative;
            z-index: 1;
        }

        .career-form-subtext {
            color: var(--text-muted);
            font-size: 1.05rem;
            margin-bottom: 22px;
            position: relative;
            z-index: 1;
        }

        .career-form-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 16px;
            position: relative;
            z-index: 1;
        }

        .career-form-group input,
        .career-form-group textarea {
            width: 100%;
            border: 1.5px solid rgba(59, 130, 246, 0.18);
            border-radius: 18px;
            padding: 16px 18px;
            background: rgba(255, 255, 255, 0.96);
            font: inherit;
            color: var(--text-dark);
        }

        .career-form-group input::placeholder,
        .career-form-group textarea::placeholder {
            color: #64748b;
        }

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

        .career-form-group-full {
            grid-column: 1 / -1;
        }

        .career-form-btn {
            margin-top: 18px;
            width: 100%;
            border: none;
            border-radius: 999px;
            padding: 16px 22px;
            background: linear-gradient(135deg, #0f2f8f 0%, #2563eb 52%, #25d366 100%);
            color: #fff;
            font-size: 1.05rem;
            font-weight: 700;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            position: relative;
            z-index: 1;
        }

        .career-form-btn-icon,
        .career-form-btn-arrow {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .career-form-btn-icon {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: rgba(255,255,255,0.16);
        }

        .career-form-btn-icon svg {
            width: 21px;
            height: 21px;
            fill: currentColor;
            stroke: none;
        }

        .career-form-btn-arrow svg {
            width: 20px;
            height: 20px;
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .highlight-item {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 8px 0;
        }

        .highlight-text h3, .highlight-text h4 {
            font-size: 1.4rem;
            margin-bottom: 6px;
            color: var(--brand-deep-blue);
        }

        .highlight-text p {
            font-size: 1.15rem;
            margin: 0;
            color: var(--text-muted);
        }

        .culture-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 25px;
            margin-top: 30px;
            contain: layout;
            min-height: 180px;
        }

        .culture-card {
            background: white;
            border-radius: 24px;
            padding: 25px;
            border: 1px solid var(--border-light);
            contain: layout;
        }
        .culture-card h3 {
            font-size: 1.5rem;
            margin-bottom: 14px;
            color: var(--brand-deep-blue);
        }

        .culture-card p {
            color: var(--text-muted);
            font-size: 1.15rem;
            line-height: 1.6;
        }

        .stats-mini {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            margin-top: 25px;
        }

        .stat-mini-item {
            background: white;
            border: 1px solid var(--border-light);
            border-radius: 16px;
            padding: 18px;
            text-align: center;
        }

        .stat-mini-number {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--brand-primary);
            line-height: 1.2;
        }

        .stat-mini-label {
            font-size: 1.1rem;
            color: var(--text-muted);
        }

        /*========== JOB OPENINGS SECTION ==========*/
        .job-openings-section {
            background: var(--bg-soft);
            padding: 50px 0;
        }

        .section-header {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 30px;
            padding: 0 20px;
        }

        .section-header p {
            color: var(--text-muted);
            font-size: 1.2rem;
            margin-top: 10px;
        }

        .jobs-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }

        @media (min-width: 640px) {
            .jobs-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (min-width: 1024px) {
            .jobs-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        .job-card {
            background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
            border-radius: 20px;
            padding: 22px 18px;
            border: 1px solid rgba(148, 163, 184, 0.18);
            contain: layout;
        }

        .job-card:nth-child(6n+1) {
            background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
        }

        .job-card:nth-child(6n+2) {
            background: linear-gradient(135deg, #7c2d12 0%, #ea580c 100%);
        }

        .job-card:nth-child(6n+3) {
            background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
        }

        .job-card:nth-child(6n+4) {
            background: linear-gradient(135deg, #6d28d9 0%, #a855f7 100%);
        }

        .job-card:nth-child(6n+5) {
            background: linear-gradient(135deg, #be123c 0%, #f43f5e 100%);
        }

        .job-card:nth-child(6n+6) {
            background: linear-gradient(135deg, #0f172a 0%, #334155 100%);
        }

        .job-tag {
            display: inline-block;
            background: rgba(255,255,255,0.18);
            color: #fff;
            font-size: 0.95rem;
            font-weight: 700;
            padding: 6px 14px;
            border-radius: 50px;
            margin-bottom: 12px;
        }

        .job-card h3 {
            font-size: 1.4rem;
            margin-bottom: 10px;
            color: #fff;
        }

        .job-location {
            display: flex;
            align-items: center;
            gap: 6px;
            color: rgba(255,255,255,0.88);
            font-size: 1.1rem;
            margin-bottom: 14px;
        }

        .job-desc {
            color: rgba(255,255,255,0.92);
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 18px;
        }

        .job-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #fff;
            font-weight: 600;
            font-size: 1.1rem;
            cursor: pointer;
            text-decoration: none;
            background: rgba(255,255,255,0.14);
            padding: 10px 16px;
            border-radius: 999px;
        }

        /*========== REDESIGNED LIFE AT FLOWRUSH - TEXT & ICONS ONLY (NO IMAGES/VIDEO) ==========*/
        .life-section {
            padding: 60px 0;
            background: white;
            overflow: hidden;
        }

        .life-header {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 40px;
            padding: 0 20px;
        }

        .life-header h2 {
            color: var(--brand-deep-blue);
            margin-bottom: 15px;
        }

        .life-header h2 span {
            color: var(--brand-primary);
        }

        .life-header p {
            color: var(--text-muted);
            font-size: 1.25rem;
        }

        /* Story Cards - 4 column grid on desktop, 2 on tablet, horizontal scroll on mobile */
        .story-cards-container {
            position: relative;
            width: 100%;
            margin-bottom: 40px;
        }

        .story-cards {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            width: 100%;
        }

        @media (max-width: 992px) {
            .story-cards {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 640px) {
            .story-cards {
                display: flex;
                gap: 16px;
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                padding: 10px 5px 20px;
                scrollbar-width: thin;
                -webkit-overflow-scrolling: touch;
            }

            .story-cards::-webkit-scrollbar {
                height: 5px;
            }

            .story-cards::-webkit-scrollbar-track {
                background: var(--bg-soft);
                border-radius: 10px;
            }

            .story-cards::-webkit-scrollbar-thumb {
                background: var(--brand-primary);
                border-radius: 10px;
            }

            .story-card {
                flex: 0 0 280px;
                scroll-snap-align: start;
            }
        }

        .story-card {
            background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
            border-radius: 24px;
            padding: 28px 20px;
            border: 1px solid rgba(148, 163, 184, 0.18);
            text-align: center;
            contain: layout;
        }

        .story-card:nth-child(4n+1) {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
        }

        .story-card:nth-child(4n+2) {
            background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
        }

        .story-card:nth-child(4n+3) {
            background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
        }

        .story-card:nth-child(4n+4) {
            background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
        }

        .story-card h3 {
            font-size: 1.5rem;
            margin-bottom: 14px;
            color: #fff;
        }

        .story-card p {
            color: rgba(255,255,255,0.92);
            font-size: 1.15rem;
            line-height: 1.6;
        }

        /* Feature Spots - alternating layout (now enhanced) */
        .feature-spots {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin: 40px 0 20px;
        }

        @media (max-width: 768px) {
            .feature-spots {
                grid-template-columns: 1fr;
                gap: 25px;
            }
        }

        .feature-spot {
            display: flex;
            gap: 20px;
            align-items: flex-start;
            background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
            border-radius: 20px;
            padding: 25px;
            contain: layout;
        }

        .feature-spot:nth-child(4n+1) {
            background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
        }

        .feature-spot:nth-child(4n+2) {
            background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
        }

        .feature-spot:nth-child(4n+3) {
            background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
        }

        .feature-spot:nth-child(4n+4) {
            background: linear-gradient(135deg, #ffedd5 0%, #fed7aa 100%);
        }

        .feature-content h3, .feature-content h4 {
            font-size: 1.45rem;
            margin-bottom: 10px;
            color: var(--brand-deep-blue);
        }

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

        /* Culture highlights - added extra text block */
        .culture-highlights {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin: 40px 0 0;
        }

        @media (max-width: 768px) {
            .culture-highlights {
                grid-template-columns: 1fr;
                gap: 15px;
            }
        }

        .culture-highlight-item {
            background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
            border-radius: 18px;
            padding: 20px;
            text-align: center;
            border: 1px solid rgba(148, 163, 184, 0.2);
        }

        .culture-highlight-item:nth-child(3n+1) {
            background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
        }

        .culture-highlight-item:nth-child(3n+2) {
            background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
        }

        .culture-highlight-item:nth-child(3n+3) {
            background: linear-gradient(135deg, #ffedd5 0%, #fed7aa 100%);
        }

        .culture-highlight-item h3, .culture-highlight-item h4 {
            font-size: 1.4rem;
            margin-bottom: 8px;
            color: var(--brand-deep-blue);
        }

        .culture-highlight-item p {
            color: var(--text-muted);
            font-size: 1.15rem;
            margin: 0;
        }

        /* ===== CTA GRADIENT ===== */
        .cta-gradient-box {
            background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
            border-radius: 32px; padding: 60px 45px; display: flex; flex-direction: column; gap: 35px;
            color: white; margin: 40px 0; contain: layout;
        }
        .cta-gradient-box h2, .cta-gradient-box .cta-title { font-size: 2.2rem; color: white; }
        .cta-gradient-box p, .cta-gradient-box .cta-para { color: rgba(255,255,255,0.95); }
        .cta-gradient-box p { font-size: 1.2rem; line-height: 1.7; }
        .cta-buttons-row { display: flex; flex-wrap: wrap; gap: 20px; }
        .icon { display: inline-block; vertical-align: middle; flex-shrink: 0; fill: currentColor; }
        .cta-btn {
            display: inline-flex; align-items: center; gap: 14px; background: white; color: #000;
            padding: 18px 44px; border-radius: 60px; font-weight: 700; font-size: 1.2rem;
            border: none;
        }
        .cta-btn .icon { width: 22px; height: 22px; fill: currentColor; }
        .cta-btn.wa { background: #25D366; color: white; }
        @media (max-width: 768px) { 
            .cta-buttons-row { flex-direction: column; } 
            .cta-btn { justify-content: center; padding: 16px 30px; }
        }


        /*========== MOBILE OPTIMIZATION ==========*/
        @media (max-width: 768px) {
            .container { padding: 0 16px; }

            .hero-section-inner-page {
                padding: 20px 0;
            }

            .hero-inner-page h1 {
                font-size: 2rem;
            }

            .careers-content {
                padding: 35px 0;
            }

            .careers-content h2 {
                font-size: 2rem;
            }

            .career-form-card {
                padding: 22px 18px;
            }

            .career-form-card h3 {
                font-size: 1.55rem;
            }

            .career-form-grid {
                grid-template-columns: 1fr;
            }

            .culture-grid {
                grid-template-columns: 1fr;
                gap: 20px;
                min-height: 340px;
            }

            .jobs-grid {
                gap: 15px;
            }

            .job-card {
                padding: 18px;
            }

            .life-section {
                padding: 40px 0;
            }

            .life-header {
                margin-bottom: 25px;
            }

            .feature-spots {
                margin: 30px 0 15px;
            }

            .feature-spot {
                padding: 20px;
            }
        }

        @media (max-width: 480px) {
            .hero-inner-page h1 {
                font-size: 1.8rem;
            }

            .breadcrumb-item {
                font-size: 11px;
            }

            .careers-content h2 {
                font-size: 1.75rem;
            }

            .culture-card {
                padding: 20px;
            }

            .culture-card h3 {
                font-size: 1.4rem;
            }

            .stat-mini-number {
                font-size: 2.2rem;
            }

            .story-card {
                padding: 20px 15px;
            }

            .story-card h3 {
                font-size: 1.4rem;
            }

            .feature-spot {
                flex-direction: column;
                text-align: center;
                align-items: center;
                padding: 20px 15px;
            }

            .culture-highlights {
                grid-template-columns: 1fr;
            }
        }
