@charset "UTF-8";@media only screen and (min-width: 0rem) {#social-hero {padding: var(--sectionPadding);padding-top: 7.5rem;padding-bottom: 0;position: relative;overflow: hidden;background: #ffffff;}#social-hero .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: 3rem;padding: 0 1rem;}#social-hero .cs-content {text-align: center !important;width: 100%;max-width: 50rem;margin: 0 auto;display: flex;flex-direction: column;align-items: center;}#social-hero .cs-content .cs-topper {font-size: 1rem;color: var(--primary);font-weight: 600;text-transform: uppercase;letter-spacing: 0.1em;margin-bottom: 1rem;display: block;text-align: center !important;width: 100%;}#social-hero .cs-content .cs-title {font-size: 2.5rem;font-weight: 900;line-height: 1.1;margin-bottom: 1.5rem;color: var(--headerColor);text-align: center !important;width: 100%;margin-left: 0 !important;margin-right: 0 !important;}#social-hero .cs-content .cs-title .cs-line-1 {display: block;text-align: center !important;}#social-hero .cs-content .cs-title .cs-line-2 {display: block;margin-top: 0.5rem;text-align: center !important;}#social-hero .cs-content .cs-title .cs-gradient {display: inline;background: linear-gradient(90deg, var(--primary) 0%, var(--primaryLight) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}#social-hero .cs-content .cs-text {font-size: 1.125rem;line-height: 1.6;color: var(--bodyTextColor);margin-bottom: 2rem;max-width: 40rem;margin-left: auto;margin-right: auto;text-align: center !important;width: 100%;}#social-hero .cs-content .cs-buttons {display: flex;gap: 1rem;flex-wrap: wrap;justify-content: center;margin-bottom: 3rem;padding-bottom: 2rem;}#social-hero .cs-content .cs-button-solid {font-size: 1rem;line-height: 3.125rem;text-decoration: none;font-weight: 700;text-align: center;margin: 0;color: #1a1a1a;padding: 0 2rem;background: linear-gradient(135deg, var(--primaryLight) 0%, var(--primary) 100%);border-radius: 0.5rem;display: inline-block;position: relative;overflow: hidden;transition: transform 0.3s, box-shadow 0.3s;}#social-hero .cs-content .cs-button-solid:hover {transform: translateY(-2px);box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);}#social-hero .cs-content .cs-button-transparent {font-size: 1rem;line-height: 3.125rem;text-decoration: none;font-weight: 700;text-align: center;margin: 0;color: var(--primary);padding: 0 2rem;background: transparent;border: 2px solid var(--primary);border-radius: 0.5rem;display: inline-flex;align-items: center;gap: 0.5rem;position: relative;overflow: hidden;transition: all 0.3s;}#social-hero .cs-content .cs-button-transparent .cs-icon {width: 1.25rem;height: 1.25rem;stroke-width: 2;}#social-hero .cs-content .cs-button-transparent:hover {color: #1a1a1a;background: var(--primary);transform: translateY(-2px);box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);}.cs-pipeline-section {width: 100%;padding: 3rem 1rem 2rem;position: relative;background: #f6f8fa;overflow: visible;}.cs-pipeline-container {width: 100%;max-width: 80rem;margin: 0 auto;position: relative;}.cs-desktop-pipeline {display: none;}.cs-mobile-pipeline {display: flex;flex-direction: column;align-items: center;gap: 1rem;width: 100%;padding: 2rem 0;position: relative;}.cs-mobile-pipeline .cs-pipeline-stage {width: 100%;display: flex;flex-direction: column;align-items: center;}.cs-mobile-pipeline .cs-pipeline-stage.cs-stage-3 {flex: 1 1 auto;}.cs-mobile-pipeline .cs-pipeline-stage .cs-stage-node {width: 100%;max-width: 20rem;}.cs-mobile-pipeline .cs-pipeline-connector {display: flex;justify-content: center;align-items: center;height: 3rem;margin: 0.5rem 0;position: relative;}.cs-mobile-pipeline .cs-pipeline-connector .cs-connector-line {display: block;width: 3px;height: 100%;background: linear-gradient(180deg, transparent 0%, #e1e4e8 20%, #e1e4e8 80%, transparent 100%);position: relative;overflow: hidden;}.cs-mobile-pipeline .cs-pipeline-connector .cs-connector-line::after {content: "";position: absolute;top: -100%;left: 0;width: 100%;height: 100%;background: linear-gradient(180deg, transparent, var(--primary) 30%, var(--primaryLight) 50%, var(--primary) 70%, transparent);animation: flowLineVertical 2s ease-in-out infinite;}.cs-mobile-pipeline .cs-stage-nodes-grid {grid-template-columns: repeat(2, 1fr);gap: 0.5rem;}.cs-mobile-pipeline .cs-stage-nodes-grid .cs-stage-node .cs-node-content {gap: 0.5rem;}.cs-mobile-pipeline .cs-stage-nodes-grid .cs-stage-node .cs-node-content .cs-node-title {font-size: 0.7rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 100%;}.cs-mobile-pipeline .cs-stage-nodes-grid .cs-stage-node .cs-node-content .cs-social-badge {width: 1.5rem;height: 1.5rem;font-size: 0.75rem;}.cs-mobile-pipeline .cs-stage-nodes-grid .cs-stage-node .cs-node-content .cs-social-badge svg {width: 0.875rem;height: 0.875rem;}.cs-pipeline-stage {display: flex;flex-direction: column;align-items: center;gap: 0.75rem;position: relative;z-index: 2;flex: 1 1 auto;min-width: 0;}.cs-pipeline-stage.cs-stage-3 {flex: 1.5 1 auto;}.cs-pipeline-stage .cs-stage-header {text-align: center !important;margin-bottom: 0.5rem;width: 100%;display: flex;justify-content: center;}.cs-pipeline-stage .cs-stage-header .cs-stage-label {font-size: 0.7rem;font-weight: 600;text-transform: uppercase;letter-spacing: 0.05em;color: #586069;display: block;text-align: center !important;margin: 0 auto;}.cs-stage-node {background: white;border: 1px solid #e1e4e8;border-radius: 0.75rem;padding: 0.75rem;min-width: 0;width: 100%;position: relative;transition: all 0.2s ease;cursor: pointer;}.cs-stage-node:hover {box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);transform: translateY(-2px);border-color: var(--primary);}.cs-stage-node .cs-node-content {display: flex;flex-direction: column;gap: 0.5rem;align-items: center;text-align: center;}.cs-stage-node .cs-node-content .cs-node-icon {width: 1.25rem;height: 1.25rem;stroke: #586069;stroke-width: 2;margin-bottom: 0.25rem;}.cs-stage-node .cs-node-content .cs-node-title {font-size: 0.875rem;font-weight: 600;color: #24292e;line-height: 1.2;}.cs-stage-node .cs-node-content .cs-node-subtitle {font-size: 0.75rem;color: #586069;line-height: 1.3;}.cs-stage-nodes-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 0.4rem;width: 100%;}.cs-stage-nodes-grid .cs-stage-node {min-width: 0;width: 100%;padding: 0.4rem;}.cs-stage-nodes-grid .cs-stage-node .cs-node-content {flex-direction: row;align-items: center;justify-content: flex-start;gap: 0.75rem;text-align: left;}.cs-stage-nodes-grid .cs-stage-node .cs-node-content .cs-social-badge {width: 1.75rem;height: 1.75rem;border-radius: 0.4rem;display: flex;align-items: center;justify-content: center;font-weight: bold;font-size: 0.875rem;flex-shrink: 0;}.cs-stage-nodes-grid .cs-stage-node .cs-node-content .cs-social-badge svg {width: 1rem;height: 1rem;stroke-width: 2;}.cs-stage-nodes-grid .cs-stage-node .cs-node-content .cs-social-badge.cs-badge-facebook {background: #1877f2;color: white;}.cs-stage-nodes-grid .cs-stage-node .cs-node-content .cs-social-badge.cs-badge-instagram {background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);}.cs-stage-nodes-grid .cs-stage-node .cs-node-content .cs-social-badge.cs-badge-instagram svg {stroke: white;}.cs-stage-nodes-grid .cs-stage-node .cs-node-content .cs-social-badge.cs-badge-twitter {background: #000000;color: white;}.cs-stage-nodes-grid .cs-stage-node .cs-node-content .cs-social-badge.cs-badge-linkedin {background: #0077b5;color: white;}.cs-stage-nodes-grid .cs-stage-node .cs-node-content .cs-social-badge.cs-badge-youtube {background: #ff0000;}.cs-stage-nodes-grid .cs-stage-node .cs-node-content .cs-social-badge.cs-badge-youtube svg {stroke: white;fill: white;}.cs-stage-nodes-grid .cs-stage-node .cs-node-content .cs-social-badge.cs-badge-tiktok {background: #000000;color: white;}.cs-stage-nodes-grid .cs-stage-node .cs-node-content .cs-node-title {font-size: 0.75rem;}.cs-pipeline-connector {display: flex;align-items: center;position: relative;margin: 0 0.25rem;z-index: 1;overflow: hidden;flex-shrink: 0;}.cs-pipeline-connector .cs-connector-line {width: 2rem;height: 2px;background: #e1e4e8;position: relative;overflow: hidden;}.cs-pipeline-connector .cs-connector-line::after {content: "";position: absolute;top: 0;left: -100%;width: 100%;height: 100%;background: var(--primary);animation: flowLine 2s ease-in-out infinite;}.cs-pipeline-progress {margin: 2rem 0 0;padding: 1.5rem;background: white;border-radius: 0.75rem;border: 1px solid #e1e4e8;max-width: 100%;}.cs-pipeline-progress .cs-progress-bar {width: 100%;height: 0.5rem;background: #e1e4e8;border-radius: 0.25rem;overflow: hidden;margin-bottom: 1rem;}.cs-pipeline-progress .cs-progress-bar .cs-progress-fill {height: 100%;width: 0;background: linear-gradient(90deg, var(--primary) 0%, var(--primaryLight) 100%);border-radius: 0.25rem;animation: progressFill 3s ease-out forwards;animation-delay: 1s;}.cs-pipeline-progress .cs-progress-stats {display: flex;justify-content: space-around;flex-wrap: wrap;gap: 1rem;}.cs-pipeline-progress .cs-progress-stats .cs-stat {text-align: center;flex: 1;min-width: 100px;}.cs-pipeline-progress .cs-progress-stats .cs-stat .cs-stat-number {display: block;font-size: 1.5rem;font-weight: 700;color: var(--primary);margin-bottom: 0.25rem;}.cs-pipeline-progress .cs-progress-stats .cs-stat .cs-stat-label {font-size: 0.875rem;color: #586069;text-transform: uppercase;letter-spacing: 0.05em;}#social-features {padding: var(--sectionPadding);background: white;}#social-features .cs-container {width: 100%;max-width: 80rem;margin: auto;padding: 0 1rem;}#social-features .cs-header {text-align: center !important;margin-bottom: 3rem;width: 100%;display: flex;flex-direction: column;align-items: center;}#social-features .cs-header .cs-topper {font-size: 1rem;color: var(--primary);font-weight: 600;text-transform: uppercase;letter-spacing: 0.1em;margin-bottom: 1rem;display: block;text-align: center !important;width: 100%;}#social-features .cs-header .cs-title {font-size: 2.5rem;font-weight: 900;line-height: 1.2;margin-bottom: 1rem;color: var(--headerColor);text-align: center !important;width: 100%;margin-left: 0 !important;margin-right: 0 !important;}#social-features .cs-header .cs-text {font-size: 1.125rem;line-height: 1.6;color: var(--bodyTextColor);max-width: 40rem;margin: 0 auto;text-align: center !important;width: 100%;}#social-features .cs-features-grid {display: grid;grid-template-columns: 1fr;gap: 2rem;}#social-features .cs-feature-card {padding: 2rem;background: white;border-radius: 1rem;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);transition: all 0.3s ease;position: relative;overflow: hidden;}#social-features .cs-feature-card::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 4px;background: linear-gradient(90deg, var(--primary), var(--primaryLight));transform: translateX(-100%);transition: transform 0.3s ease;}#social-features .cs-feature-card:hover {transform: translateY(-5px);box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);}#social-features .cs-feature-card:hover::before {transform: translateX(0);}#social-features .cs-feature-card:hover .cs-icon-bg {transform: scale(1.1) rotate(10deg);}#social-features .cs-feature-card .cs-card-icon {position: relative;width: 4rem;height: 4rem;margin-bottom: 1.5rem;}#social-features .cs-feature-card .cs-card-icon svg {position: relative;z-index: 2;width: 100%;height: 100%;stroke: var(--primary);stroke-width: 1.5;}#social-features .cs-feature-card .cs-card-icon .cs-icon-bg {position: absolute;top: -0.5rem;left: -0.5rem;width: 5rem;height: 5rem;background: linear-gradient(135deg, rgba(var(--primaryLight-rgb), 0.1), rgba(var(--primary-rgb), 0.1));border-radius: 50%;transition: transform 0.3s ease;}#social-features .cs-feature-card .cs-card-title {font-size: 1.5rem;font-weight: 700;margin-bottom: 1rem;color: var(--headerColor);}#social-features .cs-feature-card .cs-card-text {font-size: 1rem;line-height: 1.6;color: var(--bodyTextColor);margin-bottom: 1.5rem;}#social-features .cs-feature-card .cs-card-features {list-style: none;padding: 0;margin: 0;}#social-features .cs-feature-card .cs-card-features li {position: relative;padding-left: 1.5rem;margin-bottom: 0.75rem;color: var(--bodyTextColor);font-size: 0.95rem;}#social-features .cs-feature-card .cs-card-features li::before {content: "✓";position: absolute;left: 0;color: var(--primary);font-weight: bold;}#platform-expertise {padding: var(--sectionPadding);background: #f8f9fa;}#platform-expertise .cs-container {width: 100%;max-width: 80rem;margin: auto;padding: 0 1rem;}#platform-expertise .cs-content {text-align: center !important;margin-bottom: 3rem;width: 100%;display: flex;flex-direction: column;align-items: center;}#platform-expertise .cs-content .cs-topper {font-size: 1rem;color: var(--primary);font-weight: 600;text-transform: uppercase;letter-spacing: 0.1em;margin-bottom: 1rem;display: block;text-align: center !important;width: 100%;}#platform-expertise .cs-content .cs-title {font-size: 2.5rem;font-weight: 900;line-height: 1.2;margin-bottom: 1rem;color: var(--headerColor);text-align: center !important;width: 100%;margin-left: 0 !important;margin-right: 0 !important;}#platform-expertise .cs-content .cs-text {font-size: 1.125rem;line-height: 1.6;color: var(--bodyTextColor);max-width: 40rem;margin: 0 auto;text-align: center !important;width: 100%;}#platform-expertise .cs-platforms-showcase {display: grid;grid-template-columns: 1fr;gap: 1.5rem;}#platform-expertise .cs-platform-card {background: white;border-radius: 1rem;padding: 1.5rem;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);transition: all 0.3s ease;cursor: pointer;}#platform-expertise .cs-platform-card.cs-active, #platform-expertise .cs-platform-card:hover {box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);transform: translateY(-3px);}#platform-expertise .cs-platform-card.cs-active .cs-platform-icon, #platform-expertise .cs-platform-card:hover .cs-platform-icon {transform: scale(1.1);}#platform-expertise .cs-platform-card .cs-platform-header {display: flex;align-items: center;gap: 1rem;margin-bottom: 1rem;}#platform-expertise .cs-platform-card .cs-platform-header .cs-platform-icon {width: 3rem;height: 3rem;background: linear-gradient(135deg, var(--primaryLight), var(--primary));border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 1.5rem;color: white;font-weight: bold;transition: transform 0.3s ease;}#platform-expertise .cs-platform-card .cs-platform-header .cs-platform-name {font-size: 1.25rem;font-weight: 700;color: var(--headerColor);}#platform-expertise .cs-platform-card .cs-platform-features {list-style: none;padding: 0;margin: 0;}#platform-expertise .cs-platform-card .cs-platform-features li {position: relative;padding-left: 1.5rem;margin-bottom: 0.5rem;color: var(--bodyTextColor);font-size: 0.95rem;}#platform-expertise .cs-platform-card .cs-platform-features li::before {content: "•";position: absolute;left: 0.5rem;color: var(--primary);}}@media only screen and (min-width: 48rem) {#social-hero .cs-content .cs-title {font-size: 3.5rem;}.cs-pipeline-section {padding: 4rem 1rem 3rem;}.cs-mobile-pipeline {display: none;}.cs-desktop-pipeline {display: flex !important;align-items: center;justify-content: space-between;gap: 0;width: 100%;padding: 3rem 0;position: relative;flex-wrap: nowrap;}.cs-desktop-pipeline .cs-pipeline-stage {display: flex;flex-direction: column;gap: 0.75rem;position: relative;z-index: 2;flex: 1 1 auto;min-width: 0;}.cs-desktop-pipeline .cs-pipeline-stage.cs-stage-3 {flex: 1.5 1 auto;}.cs-desktop-pipeline .cs-pipeline-stage .cs-stage-node {padding: 1rem;min-width: 150px;max-width: 220px;}.cs-desktop-pipeline .cs-pipeline-connector {display: flex;align-items: center;position: relative;margin: 0 0.5rem;z-index: 1;overflow: hidden;flex-shrink: 0;}.cs-desktop-pipeline .cs-pipeline-connector .cs-connector-line {display: block;width: 3rem;height: 2px;background: #e1e4e8;position: relative;overflow: hidden;}.cs-desktop-pipeline .cs-stage-nodes-grid {grid-template-columns: repeat(3, 1fr) !important;}.cs-desktop-pipeline .cs-stage-nodes-grid .cs-stage-node {padding: 0.75rem;min-width: 120px;max-width: 160px;}#social-features .cs-features-grid {grid-template-columns: repeat(2, 1fr);}#platform-expertise .cs-platforms-showcase {grid-template-columns: repeat(2, 1fr);}}@media only screen and (min-width: 64rem) {#social-hero .cs-content .cs-title {font-size: 4rem;}.cs-pipeline-section {padding: 5rem 1rem 3rem;}.cs-desktop-pipeline {gap: 1rem;padding: 4rem 0;}.cs-desktop-pipeline .cs-pipeline-stage .cs-stage-node {min-width: 180px;max-width: 250px;}.cs-desktop-pipeline .cs-pipeline-connector {margin: 0 0.75rem;}.cs-desktop-pipeline .cs-pipeline-connector .cs-connector-line {width: 4rem;}.cs-desktop-pipeline .cs-stage-nodes-grid .cs-stage-node {min-width: 140px;max-width: 180px;}#social-features .cs-features-grid {grid-template-columns: repeat(3, 1fr);}#platform-expertise .cs-platforms-showcase {grid-template-columns: repeat(3, 1fr);}}@keyframes statusPulse {0%, 100% {box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.2);}50% {box-shadow: 0 0 0 6px rgba(40, 167, 69, 0.1);}}@keyframes shimmer {0% {transform: translateX(-100%) rotate(45deg);}100% {transform: translateX(200%) rotate(45deg);}}@keyframes flowLine {0% {left: -100%;}50% {left: 0;}100% {left: 100%;}}@keyframes flowLineVertical {0% {transform: translateY(-100%);}100% {transform: translateY(200%);}}@keyframes progressFill {0% {width: 0;}100% {width: 100%;}}.animate-fade-in {animation: fadeIn 0.8s ease-out forwards;}.animate-fade-in-delay {animation: fadeIn 0.8s ease-out 0.3s forwards;opacity: 0;}.animate-slide-up {animation: slideUp 0.8s ease-out forwards;}.animate-scale-in {animation: scaleIn 0.8s ease-out 0.5s forwards;opacity: 0;}@keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}}@keyframes slideUp {from {opacity: 0;transform: translateY(30px);}to {opacity: 1;transform: translateY(0);}}@keyframes scaleIn {from {opacity: 0;transform: scale(0.9);}to {opacity: 1;transform: scale(1);}}body.dark-mode #social-hero {background: var(--dark);}body.dark-mode #social-hero .cs-topper {color: var(--primaryLight) !important;}body.dark-mode #social-hero .cs-title {color: #fff !important;}body.dark-mode #social-hero .cs-title .cs-line-1, body.dark-mode #social-hero .cs-title .cs-line-2 {color: #fff !important;}body.dark-mode #social-hero .cs-title .cs-gradient {background: linear-gradient(90deg, var(--primaryLight) 0%, var(--primary) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;}body.dark-mode #social-hero .cs-text {color: #fff !important;opacity: 0.9;}body.dark-mode #social-hero .cs-button-transparent {color: var(--primaryLight);border-color: var(--primaryLight);}body.dark-mode #social-hero .cs-button-transparent:hover {background: var(--primaryLight);color: var(--dark);}body.dark-mode .cs-pipeline-section {background: #0d1117;}body.dark-mode .cs-pipeline-section .cs-stage-header .cs-stage-label {color: #8b949e !important;text-align: center !important;}body.dark-mode .cs-pipeline-section .cs-stage-node {background: #161b22;border-color: #30363d;}body.dark-mode .cs-pipeline-section .cs-stage-node:hover {box-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);border-color: var(--primaryLight);}body.dark-mode .cs-pipeline-section .cs-stage-node .cs-node-content .cs-node-icon {stroke: #8b949e !important;}body.dark-mode .cs-pipeline-section .cs-stage-node .cs-node-content .cs-node-title {color: #f0f6fc !important;}body.dark-mode .cs-pipeline-section .cs-stage-node .cs-node-content .cs-node-subtitle {color: #8b949e !important;}body.dark-mode .cs-pipeline-section .cs-pipeline-connector .cs-connector-line {background: #30363d;}body.dark-mode .cs-pipeline-section .cs-pipeline-connector .cs-connector-line::after {background: var(--primaryLight);}body.dark-mode .cs-pipeline-section .cs-pipeline-progress {background: #161b22;border-color: #30363d;}body.dark-mode .cs-pipeline-section .cs-pipeline-progress .cs-progress-bar {background: #30363d;}body.dark-mode .cs-pipeline-section .cs-pipeline-progress .cs-stat .cs-stat-number {color: var(--primaryLight) !important;}body.dark-mode .cs-pipeline-section .cs-pipeline-progress .cs-stat .cs-stat-label {color: #8b949e !important;}body.dark-mode #social-features {background: var(--dark);}body.dark-mode #social-features .cs-header .cs-topper {color: var(--primaryLight) !important;}body.dark-mode #social-features .cs-header .cs-title {color: #fff !important;}body.dark-mode #social-features .cs-header .cs-text {color: #fff !important;opacity: 0.9;}body.dark-mode #social-features .cs-feature-card {background: var(--medium);box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);}body.dark-mode #social-features .cs-feature-card .cs-card-icon svg {stroke: var(--primaryLight) !important;}body.dark-mode #social-features .cs-feature-card .cs-card-title {color: #fff !important;}body.dark-mode #social-features .cs-feature-card .cs-card-text {color: #fff !important;opacity: 0.9;}body.dark-mode #social-features .cs-feature-card .cs-card-features li {color: #fff !important;opacity: 0.85;}body.dark-mode #social-features .cs-feature-card .cs-card-features li::before {color: var(--primaryLight);}body.dark-mode #social-features .cs-feature-card:hover {box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);}body.dark-mode #platform-expertise {background: var(--medium);}body.dark-mode #platform-expertise .cs-content .cs-topper {color: var(--primaryLight) !important;}body.dark-mode #platform-expertise .cs-content .cs-title {color: #fff !important;}body.dark-mode #platform-expertise .cs-content .cs-text {color: #fff !important;opacity: 0.9;}body.dark-mode #platform-expertise .cs-platform-card {background: var(--dark);box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);}body.dark-mode #platform-expertise .cs-platform-card .cs-platform-name {color: #fff !important;}body.dark-mode #platform-expertise .cs-platform-card .cs-platform-description {color: #fff !important;opacity: 0.85;}body.dark-mode #platform-expertise .cs-platform-card .cs-platform-features li {color: #fff !important;opacity: 0.8;}body.dark-mode #platform-expertise .cs-platform-card.cs-active, body.dark-mode #platform-expertise .cs-platform-card:hover {box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);}