/* =========================
   MY EXPERTISE PAGE
========================= */

.my-expertise-page {
    background:
        radial-gradient(circle at 18% 10%, rgba(111, 71, 255, 0.16), transparent 28%),
        radial-gradient(circle at 78% 22%, rgba(33, 128, 255, 0.18), transparent 24%),
        linear-gradient(180deg, #06091a 0%, #040714 100%);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.expertise-hero-section {
    padding: 36px 0 24px;
    position: relative;
}

.myexp-container {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 0 20px;
}

.expertise-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(128, 150, 255, 0.12);
    border-radius: 0;
    padding: 18px 18px 14px;
    background:
        radial-gradient(circle at 22% 10%, rgba(128, 72, 255, 0.14), transparent 26%),
        radial-gradient(circle at 80% 28%, rgba(40, 115, 255, 0.16), transparent 26%),
        linear-gradient(180deg, rgba(7, 12, 35, 0.97) 0%, rgba(4, 9, 28, 0.98) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 20px 60px rgba(0, 0, 0, 0.4);
}

.panel-orb {
    position: absolute;
    display: block;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(70px);
    opacity: 0.5;
}

.orb-1 {
    width: 260px;
    height: 260px;
    left: -60px;
    top: -80px;
    background: rgba(154, 76, 255, 0.22);
}

.orb-2 {
    width: 280px;
    height: 280px;
    right: -60px;
    top: 70px;
    background: rgba(39, 116, 255, 0.2);
}

.expertise-top-row {
    display: grid;
    grid-template-columns: 440px minmax(0, 1fr);
    align-items: start;
    gap: 36px;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
}

.expertise-content-col {
    width: 100%;
    max-width: 440px;
    padding-top: 8px;
}

.expertise-kicker {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    color: #b86cff;
    letter-spacing: 0.02em;
}

.expertise-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin: 0 0 18px;
    max-width: none;
    color: #fff;
    font-size: 58px;
    line-height: 0.95;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.title-line-1,
.title-line-2 {
    display: block;
    white-space: nowrap;
}


.expertise-title br {
    display: block;
}

.expertise-text {
    margin: 0;
    max-width: 350px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}


.expertise-visual-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.expertise-hero-media {
    position: relative;
    width: 100%;
    max-width: 500px;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.expertise-hero-media.has-image img {
    width: 100%;
    max-width: 460px;
    height: auto;
    display: block;
    object-fit: contain;
    filter:
        drop-shadow(0 18px 40px rgba(38, 109, 255, 0.2))
        drop-shadow(0 10px 25px rgba(164, 72, 255, 0.12));
    position: relative;
    z-index: 2;
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(40px);
}

.glow-one {
    width: 240px;
    height: 240px;
    background: rgba(42, 115, 255, 0.22);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.glow-two {
    width: 170px;
    height: 170px;
    background: rgba(163, 74, 255, 0.16);
    top: 30px;
    right: 70px;
}

.expertise-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.expertise-card-item {
    position: relative;
    min-height: 180px;
    padding: 18px 14px 14px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(26, 33, 58, 0.9) 0%, rgba(14, 19, 37, 0.96) 100%);
    border: 1px solid rgba(126, 146, 255, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 10px 24px rgba(0, 0, 0, 0.24);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.expertise-card-item:hover {
    transform: translateY(-4px);
    border-color: rgba(132, 157, 255, 0.3);
}

.card-top-line {
    position: absolute;
    top: 0;
    left: 12px;
    right: 12px;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, #d74dff 0%, #2487ff 100%);
    box-shadow: 0 0 12px rgba(82, 123, 255, 0.45);
}

.card-icon-wrap {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    font-size: 24px;
    background: linear-gradient(180deg, rgba(126, 88, 255, 0.3), rgba(58, 100, 255, 0.14));
    border: 1px solid rgba(145, 155, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.card-heading {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.card-copy {
    margin: 0 0 12px;
    color: rgba(255,255,255,0.6);
    font-size: 11px;
    line-height: 1.55;
    min-height: 48px;
}

.card-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.card-tag-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(31, 45, 89, 0.85);
    border: 1px solid rgba(112, 130, 225, 0.2);
    color: rgba(220, 228, 255, 0.85);
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
}

.expertise-bottom-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    padding-top: 4px;
    color: rgba(255,255,255,0.88);
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 2;
}

.expertise-bottom-bar strong {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
}

.bottom-divider {
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,0.22);
}

.hero-illustration {
    position: relative;
    width: 420px;
    height: 240px;
}

.hero-laptop {
    position: absolute;
    left: 50%;
    bottom: 34px;
    transform: translateX(-50%);
    width: 210px;
    border-radius: 12px;
}

.laptop-topbar {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 8px 10px;
    border-radius: 14px 14px 0 0;
    background: linear-gradient(180deg, #5632cc 0%, #2d3ea8 100%);
}

.laptop-topbar span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,0.7);
}

.laptop-screen {
    padding: 18px 16px;
    border: 1px solid rgba(141, 156, 255, 0.2);
    border-top: none;
    border-radius: 0 0 12px 12px;
    background: linear-gradient(180deg, rgba(10,14,32,0.96), rgba(14,16,42,0.98));
}

.screen-line {
    height: 5px;
    border-radius: 999px;
    margin-bottom: 8px;
    background: linear-gradient(90deg, #d76dff, #3f8cff);
}

.line-short { width: 42%; }
.line-mid { width: 65%; }
.line-long { width: 82%; }

.brain-orb {
    position: absolute;
    width: 88px;
    height: 88px;
    top: 8px;
    right: 92px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #d07dff, #5b85ff 75%);
    box-shadow: 0 0 30px rgba(101, 128, 255, 0.35);
}

.floating-shape {
    position: absolute;
    color: #7f91ff;
    opacity: 0.9;
}

.shape-gear-big {
    font-size: 54px;
    right: 26px;
    top: 58px;
}

.shape-gear-small {
    font-size: 30px;
    right: 74px;
    top: 20px;
}

.shape-cube {
    width: 18px;
    height: 18px;
    left: 62px;
    top: 62px;
    background: linear-gradient(180deg, #956eff, #4486ff);
    transform: rotate(45deg);
}

.shape-dot {
    width: 12px;
    height: 12px;
    right: 70px;
    bottom: 54px;
    border-radius: 50%;
    background: #3b82ff;
}
