/* About Us Redesign */
.about-shape-bg {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    z-index: -1;
    opacity: 0.1;
}

.about-intro-wrap {
    position: relative;
    z-index: 1;
}

.about-intro-text {
    /* border-left: 5px solid #6730e3; */
    padding-left: 20px;
}

.legacy-img-wrap {
    position: relative;
}

.legacy-img-wrap img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-card img {
    margin-bottom: 20px;
}

.global-reach-section {
    position: relative;
    overflow: hidden;
}

.global-bg-shape {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.5;
    max-width: 400px;
}

/* --- New Layout Classes from about-us.php --- */

.strix-about-section {
    background-color: #ffffff;
    padding: 6rem 0;
    position: relative;
}

.strix-container {
    position: relative;
    z-index: 10;
}

.strix-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 1rem;
    background: rgba(108, 59, 255, 0.05);
    border: 1px solid rgba(108, 59, 255, 0.15);
    border-radius: 50px;
    margin-bottom: 2rem;
}

.strix-badge-dot {
    width: 6px;
    height: 6px;
    background-color: #6C3BFF;
    border-radius: 50%;
}

.strix-h1 {
    margin-bottom: 1.5rem;
}

.strix-p {
    margin-bottom: 1.5rem;
}

.strix-quote {
    padding-left: 1.5rem;
    border-left: 3px solid #6C3BFF;
    margin-top: 2rem;
}

.strix-separator {
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #4f39fa 0%, #da35f5 100%);
    margin-bottom: 2rem;
    border-radius: 2px;
}

.strix-legacy-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 4rem 3rem;
    border-radius: 0px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    position: relative;
    height: 100%;
    z-index: 1;
}

.strix-legacy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #4f39fa 0%, #da35f5 100%);
}

.strix-legacy-icon {
    width: 50px;
    height: 50px;
    background: rgba(108, 59, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 2rem;
    color: #6C3BFF;
}

.strix-h2 {
    margin-bottom: 0.5rem;
}

.strix-legacy-divider {
    border: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
    margin: 2rem 0;
}

.strix-section-spacing {
    margin-top: 0;
    padding: 8rem 0;
}

.strix-section-zebra {
    background-color: #131617;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.strix-section-zebra .strix-h1,
.strix-section-zebra .strix-h3 {
    color: #ffffff !important;
}

.strix-section-zebra .strix-p,
.strix-section-zebra .strix-feature-text {
    color: rgba(255, 255, 255, 0.7) !important;
}

.strix-section-zebra::before,
.strix-section-zebra::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.strix-section-zebra::before {
    top: -10%;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(108, 59, 255, 0.05) 0%, transparent 70%);
}

.strix-section-zebra::after {
    bottom: -10%;
    left: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(218, 53, 245, 0.05) 0%, transparent 70%);
}

.strix-container-relative {
    position: relative;
    z-index: 10;
}

.strix-grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 992px) {
    .strix-grid-2 {
        grid-template-columns: 1fr 1fr;
    }
}

.strix-philosophy-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 3rem;
    position: relative;
    transition: all 0.3s ease;
}

.strix-philosophy-card:hover {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    border-color: rgba(108, 59, 255, 0.2);
}

.strix-philosophy-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.strix-philosophy-num {
    color: rgba(255, 255, 255, 0.1);
}

.strix-philosophy-card:hover .strix-philosophy-num {
    background: linear-gradient(135deg, #4f39fa 0%, #da35f5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.strix-grid-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

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

.strix-market-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 3.5rem 2.5rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    z-index: 1;
    height: 100%;
}

.strix-market-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #6C3BFF, #DA35F5);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.strix-market-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(108, 59, 255, 0.08);
    border-color: rgba(108, 59, 255, 0.15);
}

.strix-market-card:hover::before {
    transform: scaleX(1);
}

.strix-market-index {
    position: absolute;
    right: -5%;
    bottom: -15%;
    font-family: 'Tomorrow', sans-serif;
    font-size: 10rem;
    font-weight: 600;
    line-height: 1;
    color: rgba(108, 59, 255, 0.03);
    z-index: -1;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.strix-market-card:hover .strix-market-index {
    color: rgba(108, 59, 255, 0.06);
    transform: translateY(-10px) scale(1.05);
}

.strix-market-content {
    position: relative;
    z-index: 2;
}

.strix-market-title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.strix-market-card:hover .strix-market-title {
    background: linear-gradient(135deg, #6C3BFF 0%, #DA35F5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.strix-market-desc {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
}

.strix-section-header {
    margin-bottom: 4rem;
    text-align: center;
}

.strix-subtitle {
    margin-bottom: 1rem;
}

.strix-h3-sub {
    margin-bottom: 1.5rem;
}