.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-4967 .elementor-element.elementor-element-6908057 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-4967 .elementor-element.elementor-element-2a6a80d:not(.elementor-motion-effects-element-type-background), .elementor-4967 .elementor-element.elementor-element-2a6a80d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1A1A;}.elementor-4967 .elementor-element.elementor-element-2a6a80d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:110px 0px 110px 0px;}.elementor-4967 .elementor-element.elementor-element-2a6a80d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4967 .elementor-element.elementor-element-ed94adb > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-4967 .elementor-element.elementor-element-e7fb82b > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-4967 .elementor-element.elementor-element-c7044c2 .tx-title{color:#FFFFFF;}.elementor-4967 .elementor-element.elementor-element-c7044c2{text-align:center;}.elementor-4967 .elementor-element.elementor-element-8ac0c84 > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-9bba330 *//* =========================
   GOOGLE FONT & RESET
========================= */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* =========================
   ROOT SYSTEM (Màu xanh sáng chuẩn Logo 3CONNECT)
========================= */
:root {
    --brand-blue: #008DDA;       
    --brand-dark: #006bb3;       
    --brand-bg: #F4F9FD;         
    
    --text-main: #1a1f24;        
    --text-muted: #5e6b77;       
    --card-border: #eaedf2;      
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: var(--text-main); 
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* =========================
   GLOBAL LAYOUT & TYPOGRAPHY
========================= */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.section { padding: 90px 0; }
.bg-light { background-color: var(--brand-bg); }

h1, h2, h3 { letter-spacing: -0.02em; color: var(--text-main); }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }

.section-header-center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 56px auto;
}
.section-header-center h2 {
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.35;
}
.section-header-center p { font-size: 16px; color: var(--text-muted); }

.section-header-left {
    text-align: left;
    max-width: 800px;
    margin-bottom: 48px;
}
.section-header-left h2 {
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.35;
}
.section-header-left p { font-size: 16px; color: var(--text-muted); }

/* =========================
   SECTION TAG
========================= */
.section-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; 
    width: fit-content; 
    margin-bottom: 16px;
    background: #e6f4fc; 
    color: var(--brand-blue); 
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Highlight Text Quote */
.highlight-text {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    color: var(--brand-blue);
    background: rgba(0, 141, 218, 0.08);
    padding: 18px 24px;
    border-radius: 16px;
    max-width: 850px;
    margin: 40px auto 0;
}

/* =========================
   NEW HERO SPLIT (BỐ CỤC 2 CỘT)
========================= */
.hero-split {
    padding: 80px 0 100px;
    background-color: #ffffff;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 50px;
    align-items: center;
}

.hero-visual {
    position: relative;
    border-radius: 24px;
    padding-left: 20px; 
    padding-top: 20px;
}

.hero-main-img {
    width: 100%;
    height: auto;
    border-radius: 32px; 
    object-fit: cover;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    display: block;
}

.experience-badge {
    position: absolute;
    top: 0px;
    left: 0px;
    background: var(--brand-blue);
    color: #fff;
    padding: 24px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 141, 218, 0.3);
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.experience-badge .number { font-size: 48px; font-weight: 900; line-height: 1; margin-bottom: 4px; }
.experience-badge .text { font-size: 12px; font-weight: 700; letter-spacing: 1px; }

.hero-content { text-align: left; }

.hero-subtitle {
    display: block;
    color: var(--brand-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.hero-content h1 {
    font-size: clamp(32px, 3.5vw, 44px);
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 32px;
}

.hero-bottom-features {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
}

.feature-box-wrapper {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.feature-box-wrapper .feature-icon {
    width: 54px;
    height: 54px;
    background: #ffffff;
    color: var(--brand-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.feature-box-wrapper h4 { font-size: 17px; font-weight: 800; margin-bottom: 4px; }
.feature-box-wrapper p { font-size: 14px; margin: 0; line-height: 1.4; color: var(--text-muted); }

.hero-checklist { list-style: none; flex: 1; }
.hero-checklist li { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 600; margin-bottom: 12px; }
.hero-checklist li i { color: var(--brand-blue); font-size: 18px; }

/* =========================
   BUTTONS
========================= */
.hero-buttons { display: flex; gap: 16px; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary {
    background: var(--brand-blue); 
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 141, 218, 0.25);
}

.btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 141, 218, 0.4);
    background: var(--brand-dark);
}

.btn-outline-dark {
    background: transparent;
    color: var(--text-main);
    border: 1px solid #d1d5db;
}

.btn-outline-dark:hover {
    border-color: var(--brand-blue);
    color: var(--brand-blue);
}

/* =========================
   TABS SECTION (PHẦN NÀY LÀ ĐỂ CHUYỂN TAB)
========================= */
.tab-container {
    width: 100%;
    margin-top: 40px;
}

/* Thanh điều hướng Tab */
.tab-nav {
    display: flex;
    justify-content: center;
    gap: 32px;
    border-bottom: 1px solid var(--card-border);
    margin-bottom: 48px;
    overflow-x: auto; 
    white-space: nowrap;
}

/* Style cho từng nút Tab */
.tab-btn {
    background: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-muted);
    padding: 16px 20px;
    cursor: pointer;
    border-bottom: 3px solid transparent; 
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.tab-btn i {
    margin-right: 8px;
    font-size: 18px;
}

.tab-btn:hover {
    color: var(--brand-blue);
}

/* Trạng thái Tab đang Active */
.tab-btn.active {
    color: var(--text-main);
    font-weight: 800;
    border-bottom-color: var(--brand-blue);
}

.tab-btn.active i {
    color: var(--brand-blue);
}

/* Nội dung Tabs */
.tab-content-wrapper {
    position: relative;
    background: #fff;
    border-radius: 32px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
}

/* Quan trọng: Ẩn các tab không active */
.tab-pane {
    display: none;
    animation: fadeIn 0.5s ease;
}

/* Quan trọng: Hiện tab active */
.tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Bố cục bên trong 1 Tab */
.tab-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.tab-info h3 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.3;
}

.tab-info p {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 24px;
    line-height: 1.7;
}

.tab-icon-small {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 24px;
}

.tab-visual img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

/* =========================
   GRIDS & PASTEL CARDS 
========================= */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.card-soft {
    background: #ffffff;
    border-radius: 24px; 
    padding: 32px 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    text-align: left; 
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-soft:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 141, 218, 0.08);
}

.card-soft h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.3;
    transition: 0.3s ease;
}

.card-soft p { font-size: 15px; color: var(--text-muted); margin: 0;}
.card-soft:hover h3 { color: var(--brand-blue); }

.icon-box {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px; 
    font-size: 26px;
    margin-bottom: 24px; 
    transition: all 0.4s ease; 
}

.pastel-green { background: linear-gradient(135deg, #e6f9f0, #d1f4e6); color: #00c48c; }
.pastel-orange { background: linear-gradient(135deg, #fff4e6, #ffe8cc); color: #ff8c00; }
.pastel-yellow { background: linear-gradient(135deg, #fff9e6, #fff0c2); color: #f5a623; }
.pastel-purple { background: linear-gradient(135deg, #f4e8ff, #ebd6ff); color: #8a2be2; }
.pastel-blue { background: linear-gradient(135deg, #e6f4fc, #cce8fa); color: var(--brand-blue); }
.pastel-pink { background: linear-gradient(135deg, #ffe6ee, #ffcce0); color: #ff4d85; }

.card-soft:hover .icon-box { transform: scale(1.1) rotate(-5deg); }

/* =========================
   IMPACT GRID 4 COLUMN
========================= */
.impact-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.impact-card {
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: 24px;
    padding: 40px 32px; 
    text-align: left; 
    box-shadow: 0 4px 20px rgba(0,0,0, 0.02);
    transition: 0.3s ease;
}
.impact-card:hover { transform: translateY(-8px); border-color: #cce8fa; box-shadow: 0 20px 40px rgba(0, 141, 218, 0.08); }

.impact-number { font-size: 56px; font-weight: 900; margin-bottom: 16px; line-height: 1; }
.color-blue { color: var(--brand-blue); }
.color-green { color: #00c48c; }
.color-orange { color: #ff8c00; }
.color-purple { color: #8a2be2; }

.impact-title { font-weight: 800; margin-bottom: 12px; font-size: 18px; }
.impact-card p { font-size: 15px; color: var(--text-muted); }

/* =========================
   CTA SECTION
========================= */
.cta { background: var(--brand-blue); margin: 24px; border-radius: 40px; padding: 100px 24px; text-align: center; color: #ffffff; }
.cta h2 { font-style: italic; max-width: 900px; margin: 0 auto 24px auto;}
.cta p { color: rgba(255,255,255,0.9); margin-bottom: 40px;}

/* =========================
   RESPONSIVE DESIGN
========================= */
@media (max-width: 1024px) {
    .hero-grid, .tab-grid { grid-template-columns: 1fr; gap: 40px; }
    .hero-bottom-features { flex-direction: column; align-items: flex-start; gap: 24px; }
    .grid-3, .grid-4, .impact-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .tab-content-wrapper { padding: 32px 24px; }
}

@media (max-width: 768px) {
    .grid-3, .grid-4, .impact-grid-4 { grid-template-columns: 1fr; gap: 20px; }
    .hero-split, .cta { padding: 60px 20px; }
    .experience-badge { padding: 16px; top: 0; left: 0;}
    .experience-badge .number { font-size: 32px; }
    .hero-buttons { flex-direction: column; width: 100%; }
    .btn { width: 100%; }
    .section { padding: 60px 0; }
    
    /* Responsive Tab Navigation */
    .tab-nav { gap: 16px; justify-content: flex-start; padding-bottom: 8px; }
    .tab-btn { font-size: 15px; padding: 12px 16px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-80a77a1 *//* =========================
   GOOGLE FONT & RESET
========================= */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* =========================
   ROOT SYSTEM (Màu xanh sáng chuẩn Logo 3CONNECT)
========================= */
:root {
    --brand-blue: #008DDA;       
    --brand-dark: #006bb3;       
    --brand-bg: #F4F9FD;         
    
    --text-main: #1a1f24;        
    --text-muted: #5e6b77;       
    --card-border: #eaedf2;      
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: var(--text-main); 
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* =========================
   GLOBAL LAYOUT & TYPOGRAPHY
========================= */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.section { padding: 90px 0; }
.bg-light { background-color: var(--brand-bg); }

h1, h2, h3 { letter-spacing: -0.02em; color: var(--text-main); }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }

.section-header-center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 56px auto;
}
.section-header-center h2 {
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.35;
}
.section-header-center p { font-size: 16px; color: var(--text-muted); }

.section-header-left {
    text-align: left;
    max-width: 800px;
    margin-bottom: 48px;
}
.section-header-left h2 {
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.35;
}
.section-header-left p { font-size: 16px; color: var(--text-muted); }

/* =========================
   SECTION TAG
========================= */
.section-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; 
    width: fit-content; 
    margin-bottom: 16px;
    background: #e6f4fc; 
    color: var(--brand-blue); 
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Highlight Text Quote */
.highlight-text {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    color: var(--brand-blue);
    background: rgba(0, 141, 218, 0.08);
    padding: 18px 24px;
    border-radius: 16px;
    max-width: 850px;
    margin: 40px auto 0;
}

/* =========================
   NEW HERO SPLIT (BỐ CỤC 2 CỘT)
========================= */
.hero-split {
    padding: 80px 0 100px;
    background-color: #ffffff;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 50px;
    align-items: center;
}

.hero-visual {
    position: relative;
    border-radius: 24px;
    padding-left: 20px; 
    padding-top: 20px;
}

.hero-main-img {
    width: 100%;
    height: auto;
    border-radius: 32px; 
    object-fit: cover;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    display: block;
}

.experience-badge {
    position: absolute;
    top: 0px;
    left: 0px;
    background: var(--brand-blue);
    color: #fff;
    padding: 24px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 141, 218, 0.3);
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.experience-badge .number { font-size: 48px; font-weight: 900; line-height: 1; margin-bottom: 4px; }
.experience-badge .text { font-size: 12px; font-weight: 700; letter-spacing: 1px; }

.hero-content { text-align: left; }

.hero-subtitle {
    display: block;
    color: var(--brand-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.hero-content h1 {
    font-size: clamp(32px, 3.5vw, 44px);
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 32px;
}

.hero-bottom-features {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
}

.feature-box-wrapper {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.feature-box-wrapper .feature-icon {
    width: 54px;
    height: 54px;
    background: #ffffff;
    color: var(--brand-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.feature-box-wrapper h4 { font-size: 17px; font-weight: 800; margin-bottom: 4px; }
.feature-box-wrapper p { font-size: 14px; margin: 0; line-height: 1.4; color: var(--text-muted); }

.hero-checklist { list-style: none; flex: 1; }
.hero-checklist li { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 600; margin-bottom: 12px; }
.hero-checklist li i { color: var(--brand-blue); font-size: 18px; }

/* =========================
   BUTTONS
========================= */
.hero-buttons { display: flex; gap: 16px; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary {
    background: var(--brand-blue); 
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 141, 218, 0.25);
}

.btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 141, 218, 0.4);
    background: var(--brand-dark);
}

.btn-outline-dark {
    background: transparent;
    color: var(--text-main);
    border: 1px solid #d1d5db;
}

.btn-outline-dark:hover {
    border-color: var(--brand-blue);
    color: var(--brand-blue);
}

/* =========================
   TABS SECTION (PHẦN NÀY LÀ ĐỂ CHUYỂN TAB)
========================= */
.tab-container {
    width: 100%;
    margin-top: 40px;
}

/* Thanh điều hướng Tab */
.tab-nav {
    display: flex;
    justify-content: center;
    gap: 32px;
    border-bottom: 1px solid var(--card-border);
    margin-bottom: 48px;
    overflow-x: auto; 
    white-space: nowrap;
}

/* Style cho từng nút Tab */
.tab-btn {
    background: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-muted);
    padding: 16px 20px;
    cursor: pointer;
    border-bottom: 3px solid transparent; 
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.tab-btn i {
    margin-right: 8px;
    font-size: 18px;
}

.tab-btn:hover {
    color: var(--brand-blue);
}

/* Trạng thái Tab đang Active */
.tab-btn.active {
    color: var(--text-main);
    font-weight: 800;
    border-bottom-color: var(--brand-blue);
}

.tab-btn.active i {
    color: var(--brand-blue);
}

/* Nội dung Tabs */
.tab-content-wrapper {
    position: relative;
    background: #fff;
    border-radius: 32px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
}

/* Quan trọng: Ẩn các tab không active */
.tab-pane {
    display: none;
    animation: fadeIn 0.5s ease;
}

/* Quan trọng: Hiện tab active */
.tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Bố cục bên trong 1 Tab */
.tab-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.tab-info h3 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.3;
}

.tab-info p {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 24px;
    line-height: 1.7;
}

.tab-icon-small {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 24px;
}

.tab-visual img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

/* =========================
   GRIDS & PASTEL CARDS 
========================= */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.card-soft {
    background: #ffffff;
    border-radius: 24px; 
    padding: 32px 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    text-align: left; 
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-soft:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 141, 218, 0.08);
}

.card-soft h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.3;
    transition: 0.3s ease;
}

.card-soft p { font-size: 15px; color: var(--text-muted); margin: 0;}
.card-soft:hover h3 { color: var(--brand-blue); }

.icon-box {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px; 
    font-size: 26px;
    margin-bottom: 24px; 
    transition: all 0.4s ease; 
}

.pastel-green { background: linear-gradient(135deg, #e6f9f0, #d1f4e6); color: #00c48c; }
.pastel-orange { background: linear-gradient(135deg, #fff4e6, #ffe8cc); color: #ff8c00; }
.pastel-yellow { background: linear-gradient(135deg, #fff9e6, #fff0c2); color: #f5a623; }
.pastel-purple { background: linear-gradient(135deg, #f4e8ff, #ebd6ff); color: #8a2be2; }
.pastel-blue { background: linear-gradient(135deg, #e6f4fc, #cce8fa); color: var(--brand-blue); }
.pastel-pink { background: linear-gradient(135deg, #ffe6ee, #ffcce0); color: #ff4d85; }

.card-soft:hover .icon-box { transform: scale(1.1) rotate(-5deg); }

/* =========================
   IMPACT GRID 4 COLUMN
========================= */
.impact-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.impact-card {
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: 24px;
    padding: 40px 32px; 
    text-align: left; 
    box-shadow: 0 4px 20px rgba(0,0,0, 0.02);
    transition: 0.3s ease;
}
.impact-card:hover { transform: translateY(-8px); border-color: #cce8fa; box-shadow: 0 20px 40px rgba(0, 141, 218, 0.08); }

.impact-number { font-size: 56px; font-weight: 900; margin-bottom: 16px; line-height: 1; }
.color-blue { color: var(--brand-blue); }
.color-green { color: #00c48c; }
.color-orange { color: #ff8c00; }
.color-purple { color: #8a2be2; }

.impact-title { font-weight: 800; margin-bottom: 12px; font-size: 18px; }
.impact-card p { font-size: 15px; color: var(--text-muted); }

/* =========================
   CTA SECTION
========================= */
.cta { background: var(--brand-blue); margin: 24px; border-radius: 40px; padding: 100px 24px; text-align: center; color: #ffffff; }
.cta h2 { font-style: italic; max-width: 900px; margin: 0 auto 24px auto;}
.cta p { color: rgba(255,255,255,0.9); margin-bottom: 40px;}

/* =========================
   RESPONSIVE DESIGN
========================= */
@media (max-width: 1024px) {
    .hero-grid, .tab-grid { grid-template-columns: 1fr; gap: 40px; }
    .hero-bottom-features { flex-direction: column; align-items: flex-start; gap: 24px; }
    .grid-3, .grid-4, .impact-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .tab-content-wrapper { padding: 32px 24px; }
}

@media (max-width: 768px) {
    .grid-3, .grid-4, .impact-grid-4 { grid-template-columns: 1fr; gap: 20px; }
    .hero-split, .cta { padding: 60px 20px; }
    .experience-badge { padding: 16px; top: 0; left: 0;}
    .experience-badge .number { font-size: 32px; }
    .hero-buttons { flex-direction: column; width: 100%; }
    .btn { width: 100%; }
    .section { padding: 60px 0; }
    
    /* Responsive Tab Navigation */
    .tab-nav { gap: 16px; justify-content: flex-start; padding-bottom: 8px; }
    .tab-btn { font-size: 15px; padding: 12px 16px; }
}/* End custom CSS */