@djb25/digit-ui-css 1.0.61 → 1.0.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2550,503 +2550,102 @@ body {
2550
2550
 
2551
2551
 
2552
2552
 
2553
+ /* ================= ABOUT PAGE – PREMIUM KSMART REDESIGN ================= */
2553
2554
 
2554
-
2555
-
2556
-
2557
-
2558
-
2559
-
2560
-
2561
-
2562
-
2563
-
2564
-
2565
-
2566
-
2567
-
2568
- /* ===============================
2569
- ABOUT PAGE – KSMART STYLE
2570
- DJB COLOR TUNING
2571
- =============================== */
2572
-
2573
- /* Page background for About Us page */
2574
- body {
2575
- background: #f8fafc;
2576
- }
2577
-
2578
- /* Main wrapper */
2579
2555
  .djb-page-wrapper {
2556
+ max-width: 1200px;
2580
2557
  margin: 0 auto;
2581
- max-width: 1280px;
2582
- padding: 40px 24px 80px;
2583
- }
2584
-
2585
- /* Header style override for the "About Us" page header */
2586
- .djb-page-wrapper .digit-ui-header {
2587
- font-size: 32px;
2588
- font-weight: 800;
2589
- color: #003366;
2590
- margin-bottom: 28px;
2591
- letter-spacing: -0.5px;
2558
+ padding: 60px 24px;
2559
+ background: #f8fafc;
2592
2560
  }
2593
2561
 
2594
- /* About Layout */
2595
2562
  .djb-about-layout {
2596
2563
  display: grid;
2597
2564
  grid-template-columns: 280px 1fr;
2598
- gap: 32px;
2565
+ gap: 40px;
2599
2566
  align-items: start;
2600
- margin-top: 20px;
2601
2567
  }
2602
2568
 
2603
- /* Sticky sidebar */
2604
2569
  .djb-side-nav {
2605
2570
  position: sticky;
2606
- top: 110px; /* below header */
2571
+ top: 100px;
2607
2572
  background: #ffffff;
2608
- border-radius: 16px !important;
2609
- box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.02) !important;
2610
- border: 1px solid #e2e8f0 !important;
2611
- padding: 0 !important; /* Override inline padding */
2573
+ border-radius: 12px;
2574
+ border: 1px solid #e2e8f0;
2612
2575
  overflow: hidden;
2613
- height: fit-content;
2614
- transition: all 0.3s ease;
2576
+ box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
2615
2577
  }
2616
2578
 
2617
- /* Sidebar title */
2618
2579
  .side-nav-title {
2619
- background: linear-gradient(135deg, #005bbb, #003c8f);
2580
+ background: #005bbb;
2620
2581
  color: #ffffff;
2621
- padding: 20px 24px;
2622
- font-size: 13px;
2623
- font-weight: 800;
2582
+ padding: 16px 20px;
2583
+ font-weight: 700;
2584
+ font-size: 14px;
2624
2585
  text-transform: uppercase;
2625
- letter-spacing: 1px;
2626
- border-bottom: 1px solid rgba(255, 255, 255, 0.08);
2627
- }
2628
-
2629
- /* Sidebar List */
2630
- .djb-side-nav ul {
2631
- list-style: none;
2632
- margin: 0;
2633
- padding: 0;
2586
+ letter-spacing: 0.5px;
2634
2587
  }
2635
2588
 
2636
- .djb-side-nav li {
2637
- padding: 16px 24px;
2638
- font-size: 14.5px;
2639
- font-weight: 600;
2640
- color: #475569;
2641
- border-bottom: 1px solid #f1f5f9;
2589
+ .djb-side-nav button {
2590
+ display: block;
2591
+ width: 100%;
2592
+ padding: 16px 20px;
2593
+ border: none;
2594
+ background: #fff;
2595
+ text-align: left;
2596
+ font-size: 15px;
2597
+ font-weight: 500;
2598
+ color: #334155;
2642
2599
  cursor: pointer;
2643
- transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
2644
- display: flex;
2645
- align-items: center;
2646
- position: relative;
2647
- }
2648
-
2649
- .djb-side-nav li:last-child {
2650
- border-bottom: none;
2600
+ border-bottom: 1px solid #f1f5f9;
2601
+ transition: all 0.2s ease;
2651
2602
  }
2652
2603
 
2653
- .djb-side-nav li:hover {
2604
+ .djb-side-nav button:hover {
2654
2605
  background: #f8fafc;
2655
- color: #0070B4;
2656
- padding-left: 28px;
2606
+ color: #005bbb;
2607
+ padding-left: 24px;
2657
2608
  }
2658
2609
 
2659
- .djb-side-nav li.active {
2660
- background: #f1f7fc;
2661
- color: #0070B4;
2610
+ .djb-side-nav button.active {
2611
+ background: #eff6ff;
2612
+ color: #005bbb;
2613
+ border-left: 4px solid #005bbb;
2662
2614
  font-weight: 700;
2663
- padding-left: 28px;
2664
2615
  }
2665
2616
 
2666
- .djb-side-nav li.active::before {
2667
- content: "";
2668
- position: absolute;
2669
- left: 0;
2670
- top: 0;
2671
- bottom: 0;
2672
- width: 4px;
2673
- background: #0070B4;
2674
- border-top-right-radius: 4px;
2675
- border-bottom-right-radius: 4px;
2676
- }
2677
-
2678
- /* Content Area */
2679
2617
  .djb-about-content {
2680
- width: 100%;
2681
- background: #ffffff !important;
2682
- border-radius: 16px !important;
2683
- box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.02) !important;
2684
- border: 1px solid #e2e8f0 !important;
2685
- padding: 40px !important; /* Override inline padding */
2686
- overflow: hidden;
2687
- }
2688
-
2689
- /* Tabs */
2690
- .djb-tabs {
2691
- display: flex;
2692
- gap: 8px;
2693
- margin-bottom: 36px;
2694
- padding: 6px;
2695
- background: #f1f5f9;
2618
+ background: #ffffff;
2619
+ padding: 40px;
2696
2620
  border-radius: 12px;
2697
- width: fit-content;
2698
2621
  border: 1px solid #e2e8f0;
2699
- flex-wrap: wrap;
2700
- }
2701
-
2702
- .djb-tabs button {
2703
- padding: 10px 20px;
2704
- font-size: 14px;
2705
- font-weight: 600;
2706
- color: #64748b;
2707
- background: transparent;
2708
- border: none;
2709
- border-radius: 8px;
2710
- cursor: pointer;
2711
- transition: all 0.2s ease;
2712
- outline: none;
2622
+ box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
2713
2623
  }
2714
2624
 
2715
- .djb-tabs button:hover {
2716
- color: #0070B4;
2717
- }
2718
-
2719
- .djb-tabs button.active {
2720
- background: #ffffff;
2721
- color: #0070B4;
2722
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.02);
2723
- border-color: transparent;
2724
- }
2725
-
2726
- /* Each section becomes a clean segment */
2727
- .djb-section {
2728
- background: transparent;
2729
- border: none;
2730
- padding: 0;
2731
- margin-bottom: 0;
2732
- }
2733
-
2734
- /* Section heading */
2735
2625
  .djb-section-title {
2736
- font-size: 22px;
2737
- font-weight: 800;
2738
- color: #003366;
2626
+ font-size: 28px;
2627
+ color: #1e293b;
2739
2628
  margin-bottom: 24px;
2740
2629
  padding-bottom: 12px;
2741
- border-bottom: 2px solid #f1f5f9;
2742
- position: relative;
2743
- }
2744
-
2745
- .djb-section-title::after {
2746
- content: "";
2747
- position: absolute;
2748
- bottom: -2px;
2749
- left: 0;
2750
- width: 60px;
2751
- height: 2px;
2752
- background: #0070B4;
2753
- }
2754
-
2755
- /* Subheading */
2756
- .djb-sub-title {
2757
- font-size: 16px;
2758
- font-weight: 700;
2759
- color: #334155;
2760
- margin: 28px 0 14px;
2630
+ border-bottom: 3px solid #005bbb;
2631
+ display: inline-block;
2761
2632
  }
2762
2633
 
2763
- /* Paragraph text */
2764
2634
  .djb-section p {
2765
- font-size: 15px;
2766
- line-height: 1.8;
2767
- color: #475569;
2768
- margin-bottom: 18px;
2769
- }
2770
-
2771
- .djb-section p strong {
2772
- color: #003366;
2773
- font-weight: 700;
2774
- }
2775
-
2776
- /* Lists */
2777
- .djb-list {
2778
- padding-left: 0;
2779
- margin: 20px 0;
2780
- list-style: none;
2781
- }
2782
-
2783
- .djb-list li {
2784
- position: relative;
2785
- padding-left: 22px;
2786
- margin-bottom: 12px;
2787
- font-size: 15px;
2635
+ font-size: 16px;
2788
2636
  line-height: 1.7;
2789
2637
  color: #475569;
2638
+ margin-bottom: 20px;
2790
2639
  }
2791
2640
 
2792
- .djb-list li::before {
2793
- content: "•";
2794
- color: #0070B4;
2795
- font-size: 20px;
2796
- position: absolute;
2797
- left: 4px;
2798
- top: -2px;
2799
- }
2800
-
2801
- /* Tables */
2802
- .djb-table {
2803
- width: 100%;
2804
- border-collapse: separate;
2805
- border-spacing: 0;
2806
- margin: 28px 0;
2807
- border-radius: 12px;
2808
- border: 1px solid #e2e8f0;
2809
- overflow: hidden;
2810
- }
2811
-
2812
- .djb-table th {
2813
- background: #f8fafc;
2814
- color: #1e293b;
2815
- font-weight: 700;
2816
- font-size: 13px;
2817
- text-transform: uppercase;
2818
- letter-spacing: 0.5px;
2819
- padding: 16px 20px;
2820
- border-bottom: 1.5px solid #e2e8f0;
2821
- text-align: left;
2822
- }
2823
-
2824
- .djb-table td {
2825
- padding: 16px 20px;
2826
- border-bottom: 1px solid #e2e8f0;
2827
- color: #475569;
2828
- font-size: 14.5px;
2829
- line-height: 1.6;
2830
- }
2831
-
2832
- .djb-table tr:last-child td {
2833
- border-bottom: none;
2834
- }
2835
-
2836
- .djb-table tbody tr:hover td {
2837
- background: #f8fafc;
2838
- }
2839
-
2840
- .djb-table td:last-child {
2841
- font-weight: 700;
2842
- color: #0070B4;
2843
- }
2844
-
2845
- /* Revenue Bars */
2846
- .djb-revenue-table td {
2847
- padding: 20px;
2848
- }
2849
-
2850
- .djb-revenue-table .revenue-cell {
2851
- display: flex;
2852
- flex-direction: column;
2853
- gap: 8px;
2854
- }
2855
-
2856
- .revenue-value {
2857
- font-weight: 700;
2858
- color: #0070B4;
2859
- font-size: 15px;
2860
- }
2861
-
2862
- .revenue-bar {
2863
- width: 100%;
2864
- height: 10px;
2865
- background: #e2e8f0;
2866
- border-radius: 5px;
2867
- overflow: hidden;
2868
- }
2869
-
2870
- .revenue-bar .bar {
2871
- height: 100%;
2872
- background: linear-gradient(90deg, #0070B4, #0053a6);
2873
- border-radius: 5px;
2874
- transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
2875
- }
2876
-
2877
- .djb-revenue-table tbody tr:hover .bar {
2878
- filter: brightness(1.05);
2879
- }
2880
-
2881
- /* Width presets */
2882
- .bar-36 {
2883
- width: 36%;
2884
- }
2885
- .bar-52 {
2886
- width: 52%;
2887
- }
2888
- .bar-68 {
2889
- width: 68%;
2890
- }
2891
- .bar-69 {
2892
- width: 69%;
2893
- }
2894
- .bar-81 {
2895
- width: 81%;
2896
- }
2897
- .bar-86 {
2898
- width: 86%;
2899
- }
2900
- .bar-91 {
2901
- width: 91%;
2902
- }
2903
- .bar-96 {
2904
- width: 96%;
2905
- }
2906
- .bar-100 {
2907
- width: 100%;
2908
- }
2909
-
2910
- /* Org Chart Structure */
2911
- .djb-org-fullwidth {
2912
- text-align: center;
2913
- }
2914
-
2915
- .org-image-wrapper {
2916
- border-radius: 16px;
2917
- overflow: hidden;
2918
- border: 1px solid #e2e8f0;
2919
- box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
2920
- background: #ffffff;
2921
- padding: 20px;
2922
- display: inline-block;
2923
- max-width: 100%;
2924
- margin-top: 10px;
2925
- }
2926
-
2927
- .org-structure-image {
2928
- max-width: 100%;
2929
- height: auto;
2930
- display: block;
2931
- border-radius: 8px;
2932
- transition: transform 0.3s ease;
2933
- }
2934
-
2935
- .org-structure-image:hover {
2936
- transform: scale(1.015);
2937
- }
2938
-
2939
- /* Citizen Charter PDF Viewer Styling */
2940
- .doc-frame {
2941
- border: 1px solid #e2e8f0;
2942
- border-radius: 16px;
2943
- overflow: hidden;
2944
- background: #ffffff;
2945
- box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
2946
- }
2947
-
2948
- .doc-header {
2949
- display: flex;
2950
- justify-content: space-between;
2951
- align-items: center;
2952
- padding: 24px 32px;
2953
- background: #f8fafc;
2954
- border-bottom: 1px solid #e2e8f0;
2955
- gap: 20px;
2956
- flex-wrap: wrap;
2957
- }
2958
-
2959
- .doc-title {
2960
- font-size: 18px;
2961
- font-weight: 800;
2962
- color: #003366;
2963
- margin: 0;
2964
- }
2965
-
2966
- .doc-meta {
2967
- display: flex;
2968
- gap: 12px;
2969
- font-size: 13px;
2970
- color: #64748b;
2971
- margin-top: 6px;
2972
- }
2973
-
2974
- .doc-hint {
2975
- padding: 14px 32px;
2976
- background: #ecfdf5;
2977
- border-bottom: 1px solid #a7f3d0;
2978
- color: #065f46;
2979
- font-size: 13.5px;
2980
- font-weight: 600;
2981
- display: flex;
2982
- align-items: center;
2983
- gap: 8px;
2984
- }
2985
-
2986
- .pdf-container {
2987
- position: relative;
2988
- width: 100%;
2989
- height: 650px;
2990
- background: #f1f5f9;
2991
- }
2992
-
2993
- .pdf-container iframe {
2994
- width: 100%;
2995
- height: 100%;
2996
- border: none;
2997
- }
2998
-
2999
- .pdf-loader-overlay {
3000
- position: absolute;
3001
- inset: 0;
3002
- background: rgba(255, 255, 255, 0.85);
3003
- display: flex;
3004
- align-items: center;
3005
- justify-content: center;
3006
- z-index: 10;
3007
- }
3008
-
3009
- /* Responsive Media Queries */
3010
2641
  @media (max-width: 900px) {
3011
- .djb-about-layout {
3012
- grid-template-columns: 1fr;
3013
- gap: 24px;
3014
- }
3015
-
3016
- .djb-side-nav {
3017
- position: relative;
3018
- top: 0;
3019
- }
3020
- }
3021
-
3022
- @media (max-width: 768px) {
3023
- .djb-page-wrapper {
3024
- padding: 24px 16px 60px;
3025
- }
3026
-
3027
- .djb-about-content {
3028
- padding: 24px !important;
3029
- }
3030
-
3031
- .djb-section-title {
3032
- font-size: 19px;
3033
- }
3034
-
3035
- .djb-section p, .djb-list li {
3036
- font-size: 14px;
3037
- }
3038
-
3039
- .djb-table th, .djb-table td {
3040
- padding: 12px 14px;
3041
- font-size: 13.5px;
3042
- }
3043
-
3044
- .doc-header {
3045
- padding: 20px;
2642
+ .djb-about-layout {
2643
+ grid-template-columns: 1fr;
3046
2644
  }
3047
-
3048
- .doc-hint {
3049
- padding: 12px 20px;
2645
+ .djb-side-nav {
2646
+ position: relative;
2647
+ top: auto;
2648
+ margin-bottom: 24px;
3050
2649
  }
3051
2650
  }
3052
2651
 
@@ -4545,3 +4144,374 @@ body {
4545
4144
  }
4546
4145
  }
4547
4146
 
4147
+
4148
+ /* =================================================
4149
+ ABOUT PAGE v2 – Premium Design (Matches Contact Us)
4150
+ ================================================= */
4151
+
4152
+ /* ── Page Wrapper (masks body background leaks) ── */
4153
+ .about-page-wrapper,
4154
+ .contact-page-wrapper {
4155
+ background-color: #f8fafc !important;
4156
+ min-height: 100vh;
4157
+ width: 100%;
4158
+ }
4159
+
4160
+ /* ── Hero Banner ── */
4161
+ .about-hero-banner {
4162
+ position: relative;
4163
+ background: linear-gradient(135deg, #061224 0%, #0b5cab 100%);
4164
+ padding: 60px 40px;
4165
+ text-align: center;
4166
+ color: #ffffff;
4167
+ overflow: hidden;
4168
+ }
4169
+ .about-hero-overlay {
4170
+ position: absolute;
4171
+ top: 0; left: 0;
4172
+ width: 100%; height: 100%;
4173
+ background: radial-gradient(circle at 50% 50%, rgba(59,130,246,0.15) 0%, transparent 80%);
4174
+ pointer-events: none;
4175
+ }
4176
+ .about-hero-content {
4177
+ position: relative;
4178
+ z-index: 2;
4179
+ max-width: 800px;
4180
+ margin: 0 auto;
4181
+ }
4182
+ .about-hero-badge {
4183
+ display: inline-block;
4184
+ background: rgba(255,255,255,0.08);
4185
+ border: 1px solid rgba(255,255,255,0.15);
4186
+ padding: 6px 16px;
4187
+ border-radius: 50px;
4188
+ font-size: 13px;
4189
+ font-weight: 600;
4190
+ text-transform: uppercase;
4191
+ letter-spacing: 1px;
4192
+ color: #3b82f6;
4193
+ margin-bottom: 16px;
4194
+ }
4195
+ .about-hero-content h1 {
4196
+ font-size: 32px;
4197
+ font-weight: 700;
4198
+ margin: 0 0 12px;
4199
+ letter-spacing: -0.5px;
4200
+ line-height: 1.2;
4201
+ }
4202
+ .about-hero-content p {
4203
+ font-size: 15.5px;
4204
+ color: #94a3b8;
4205
+ line-height: 1.6;
4206
+ margin: 0;
4207
+ }
4208
+
4209
+ /* ── Page Container ── */
4210
+ .about-page-container {
4211
+ max-width: 1280px;
4212
+ margin: 0 auto;
4213
+ padding: 40px 24px 60px;
4214
+ }
4215
+
4216
+ /* ── Layout Grid ── */
4217
+ .about-layout-grid {
4218
+ display: grid;
4219
+ grid-template-columns: 270px 1fr;
4220
+ gap: 30px;
4221
+ align-items: start;
4222
+ }
4223
+
4224
+ /* ── Sidebar ── */
4225
+ .about-side-nav {
4226
+ position: sticky;
4227
+ top: 100px;
4228
+ background: #ffffff;
4229
+ border-radius: 16px;
4230
+ border: 1px solid #f1f5f9;
4231
+ box-shadow: 0 10px 30px -10px rgba(2,12,27,0.06);
4232
+ overflow: hidden;
4233
+ height: fit-content;
4234
+ transition: box-shadow 0.3s ease;
4235
+ }
4236
+ .about-side-nav:hover {
4237
+ box-shadow: 0 16px 40px -15px rgba(2,12,27,0.1);
4238
+ }
4239
+ .about-side-nav-header {
4240
+ display: flex;
4241
+ align-items: center;
4242
+ gap: 10px;
4243
+ background: linear-gradient(135deg, #061224 0%, #0b5cab 100%);
4244
+ color: #ffffff;
4245
+ padding: 20px 22px;
4246
+ font-size: 12px;
4247
+ font-weight: 800;
4248
+ text-transform: uppercase;
4249
+ letter-spacing: 1.2px;
4250
+ }
4251
+ .about-side-nav-header svg {
4252
+ opacity: 0.85;
4253
+ }
4254
+ .about-side-nav-list {
4255
+ list-style: none;
4256
+ margin: 0;
4257
+ padding: 8px 0;
4258
+ }
4259
+ .about-side-nav-item {
4260
+ display: flex;
4261
+ align-items: center;
4262
+ gap: 12px;
4263
+ padding: 14px 22px;
4264
+ font-size: 14px;
4265
+ font-weight: 600;
4266
+ color: #475569;
4267
+ cursor: pointer;
4268
+ border-bottom: 1px solid #f8fafc;
4269
+ transition: all 0.22s cubic-bezier(0.4,0,0.2,1);
4270
+ position: relative;
4271
+ }
4272
+ .about-side-nav-item:last-child { border-bottom: none; }
4273
+ .about-side-nav-item:hover {
4274
+ background: #f8fafc;
4275
+ color: #0b5cab;
4276
+ padding-left: 26px;
4277
+ }
4278
+ .about-side-nav-item.active {
4279
+ background: #eff6ff;
4280
+ color: #0b5cab;
4281
+ font-weight: 700;
4282
+ padding-left: 26px;
4283
+ }
4284
+ .about-side-nav-item.active::before {
4285
+ content: "";
4286
+ position: absolute;
4287
+ left: 0; top: 0; bottom: 0;
4288
+ width: 4px;
4289
+ background: #0b5cab;
4290
+ border-top-right-radius: 4px;
4291
+ border-bottom-right-radius: 4px;
4292
+ }
4293
+ .about-nav-icon {
4294
+ display: flex;
4295
+ align-items: center;
4296
+ justify-content: center;
4297
+ width: 32px; height: 32px;
4298
+ min-width: 32px;
4299
+ background: #f1f5f9;
4300
+ border-radius: 8px;
4301
+ color: #64748b;
4302
+ transition: all 0.22s ease;
4303
+ }
4304
+ .about-side-nav-item.active .about-nav-icon,
4305
+ .about-side-nav-item:hover .about-nav-icon {
4306
+ background: #dbeafe;
4307
+ color: #0b5cab;
4308
+ }
4309
+ .about-nav-label { flex: 1; line-height: 1.3; }
4310
+ .about-nav-chevron { color: #0b5cab; opacity: 0.7; flex-shrink: 0; }
4311
+
4312
+ /* ── Content Card ── */
4313
+ .about-content-card {
4314
+ background: #ffffff;
4315
+ border-radius: 16px;
4316
+ border: 1px solid #f1f5f9;
4317
+ box-shadow: 0 10px 30px -10px rgba(2,12,27,0.06);
4318
+ padding: 36px;
4319
+ transition: box-shadow 0.3s cubic-bezier(0.4,0,0.2,1);
4320
+ min-height: 480px;
4321
+ }
4322
+ .about-content-card:hover {
4323
+ box-shadow: 0 16px 40px -15px rgba(2,12,27,0.1);
4324
+ }
4325
+ .about-content-card-header {
4326
+ display: flex;
4327
+ align-items: center;
4328
+ gap: 12px;
4329
+ margin-bottom: 28px;
4330
+ padding-bottom: 18px;
4331
+ border-bottom: 1px solid #f1f5f9;
4332
+ }
4333
+ .about-content-card-header-icon {
4334
+ display: flex;
4335
+ align-items: center;
4336
+ justify-content: center;
4337
+ width: 38px; height: 38px;
4338
+ background: #eff6ff;
4339
+ color: #0b5cab;
4340
+ border-radius: 10px;
4341
+ }
4342
+
4343
+ /* ── Tab Bar ── */
4344
+ .about-tab-bar {
4345
+ display: flex;
4346
+ gap: 6px;
4347
+ margin-bottom: 32px;
4348
+ padding: 5px;
4349
+ background: #f1f5f9;
4350
+ border-radius: 12px;
4351
+ border: 1px solid #e2e8f0;
4352
+ flex-wrap: wrap;
4353
+ width: fit-content;
4354
+ }
4355
+ .about-tab-btn {
4356
+ padding: 9px 18px;
4357
+ font-size: 13.5px;
4358
+ font-weight: 600;
4359
+ color: #64748b;
4360
+ background: transparent;
4361
+ border: none;
4362
+ border-radius: 8px;
4363
+ cursor: pointer;
4364
+ transition: all 0.2s ease;
4365
+ outline: none;
4366
+ white-space: nowrap;
4367
+ }
4368
+ .about-tab-btn:hover {
4369
+ color: #0b5cab;
4370
+ background: rgba(255,255,255,0.6);
4371
+ }
4372
+ .about-tab-btn.active {
4373
+ background: #ffffff;
4374
+ color: #0b5cab;
4375
+ box-shadow: 0 2px 8px rgba(0,0,0,0.06), 0 1px 3px rgba(0,0,0,0.04);
4376
+ }
4377
+
4378
+ /* ── Coming Soon ── */
4379
+ .about-coming-soon {
4380
+ display: flex;
4381
+ flex-direction: column;
4382
+ align-items: center;
4383
+ justify-content: center;
4384
+ padding: 80px 40px;
4385
+ gap: 16px;
4386
+ text-align: center;
4387
+ }
4388
+ .about-coming-soon h3 {
4389
+ font-size: 20px;
4390
+ font-weight: 700;
4391
+ color: #334155;
4392
+ margin: 0;
4393
+ }
4394
+ .about-coming-soon p {
4395
+ font-size: 15px;
4396
+ color: #94a3b8;
4397
+ margin: 0;
4398
+ }
4399
+
4400
+ /* ── Responsive ── */
4401
+ @media (max-width: 1024px) {
4402
+ .about-layout-grid { grid-template-columns: 240px 1fr; gap: 24px; }
4403
+ }
4404
+ @media (max-width: 900px) {
4405
+ .about-layout-grid { grid-template-columns: 1fr; gap: 20px; }
4406
+ .about-side-nav { position: relative; top: 0; }
4407
+ .about-side-nav-list { display: grid; grid-template-columns: repeat(2,1fr); padding: 0; }
4408
+ }
4409
+ @media (max-width: 768px) {
4410
+ .about-hero-banner { padding: 40px 20px; }
4411
+ .about-hero-content h1 { font-size: 24px; }
4412
+ .about-hero-content p { font-size: 14px; }
4413
+ .about-page-container { padding: 24px 16px 48px; }
4414
+ .about-content-card { padding: 24px 18px; }
4415
+ .about-tab-bar { width: 100%; }
4416
+ .about-tab-btn { padding: 8px 12px; font-size: 13px; }
4417
+ .about-side-nav-list { grid-template-columns: 1fr; }
4418
+ }
4419
+ @media (max-width: 480px) {
4420
+ .about-hero-content h1 { font-size: 20px; }
4421
+ .about-tab-bar { gap: 4px; }
4422
+ }
4423
+
4424
+ /* ── Content block styles (used by renderBlock) ── */
4425
+ .djb-section {
4426
+ background: transparent;
4427
+ border: none;
4428
+ padding: 0;
4429
+ margin-bottom: 0;
4430
+ }
4431
+ .djb-section p {
4432
+ font-size: 15px;
4433
+ line-height: 1.8;
4434
+ color: #475569;
4435
+ margin-bottom: 18px;
4436
+ }
4437
+ .djb-section p strong { color: #003366; font-weight: 700; }
4438
+
4439
+ .djb-sub-title {
4440
+ font-size: 16px;
4441
+ font-weight: 700;
4442
+ color: #334155;
4443
+ margin: 28px 0 14px;
4444
+ }
4445
+
4446
+ .djb-list {
4447
+ padding-left: 0;
4448
+ margin: 20px 0;
4449
+ list-style: none;
4450
+ }
4451
+ .djb-list li {
4452
+ position: relative;
4453
+ padding-left: 22px;
4454
+ margin-bottom: 12px;
4455
+ font-size: 15px;
4456
+ line-height: 1.7;
4457
+ color: #475569;
4458
+ }
4459
+ .djb-list li::before {
4460
+ content: "•";
4461
+ color: #0070B4;
4462
+ font-size: 20px;
4463
+ position: absolute;
4464
+ left: 4px;
4465
+ top: -2px;
4466
+ }
4467
+
4468
+ .djb-table {
4469
+ width: 100%;
4470
+ border-collapse: separate;
4471
+ border-spacing: 0;
4472
+ margin: 28px 0;
4473
+ border-radius: 12px;
4474
+ border: 1px solid #e2e8f0;
4475
+ overflow: hidden;
4476
+ }
4477
+ .djb-table th {
4478
+ background: #f8fafc;
4479
+ color: #1e293b;
4480
+ font-weight: 700;
4481
+ font-size: 13px;
4482
+ text-transform: uppercase;
4483
+ letter-spacing: 0.5px;
4484
+ padding: 16px 20px;
4485
+ border-bottom: 1.5px solid #e2e8f0;
4486
+ text-align: left;
4487
+ }
4488
+ .djb-table td {
4489
+ padding: 16px 20px;
4490
+ border-bottom: 1px solid #e2e8f0;
4491
+ color: #475569;
4492
+ font-size: 14.5px;
4493
+ line-height: 1.6;
4494
+ }
4495
+ .djb-table tr:last-child td { border-bottom: none; }
4496
+ .djb-table tbody tr:hover td { background: #f8fafc; }
4497
+ .djb-table td:last-child { font-weight: 700; color: #0070B4; }
4498
+
4499
+ .djb-revenue-table td { padding: 20px; }
4500
+ .djb-revenue-table .revenue-cell { display: flex; flex-direction: column; gap: 8px; }
4501
+ .revenue-value { font-weight: 700; color: #0070B4; font-size: 15px; }
4502
+ .revenue-bar { width: 100%; height: 10px; background: #e2e8f0; border-radius: 5px; overflow: hidden; }
4503
+ .revenue-bar .bar { height: 100%; background: linear-gradient(90deg, #0070B4, #0053a6); border-radius: 5px; transition: width 0.8s cubic-bezier(0.4,0,0.2,1); }
4504
+ .djb-revenue-table tbody tr:hover .bar { filter: brightness(1.05); }
4505
+ .bar-36 { width: 36%; }
4506
+ .bar-52 { width: 52%; }
4507
+ .bar-68 { width: 68%; }
4508
+ .bar-69 { width: 69%; }
4509
+ .bar-81 { width: 81%; }
4510
+ .bar-86 { width: 86%; }
4511
+ .bar-91 { width: 91%; }
4512
+ .bar-96 { width: 96%; }
4513
+ .bar-100 { width: 100%; }
4514
+
4515
+ .djb-org-fullwidth { text-align: center; }
4516
+ .org-structure-image { max-width: 100%; height: auto; display: block; border-radius: 8px; transition: transform 0.3s ease; }
4517
+ .org-structure-image:hover { transform: scale(1.015); }