.xpodium-page {
    --xp-primary: #4069FF;
    --xp-dark: #0e1e36;
    --xp-dark-2: #1a2f52;
    --xp-light: #f4f7ff;
    --xp-radius: 20px;
    --xp-shadow: 0 24px 60px rgba(14, 30, 54, 0.08);
    --xp-section-y: clamp(60px, 8vw, 100px);
}

.xpodium-page .section-padding {
    padding-top: var(--xp-section-y);
    padding-bottom: var(--xp-section-y);
}

/* Header */
header.header-xpodium-glass,
header.header-xpodium-glass .main-header-wraper,
header.header-xpodium-glass .main-header-wraper .main_wrapper,
header.header-xpodium-glass.stop .main-header-wraper {
    background: rgba(10, 12, 16, 0.65) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}

header.header-xpodium-glass .main-menu ul > li > a,
header.header-xpodium-glass .main-menu.main-menu_4 ul > li > a {
    color: #fff !important;
}

header.header-xpodium-glass .main-menu ul > li.active > a,
header.header-xpodium-glass .main-menu.main-menu_4 ul > li.active > a {
    color: var(--xp-primary) !important;
}

header.header-xpodium-glass #hamburger {
    color: #fff !important;
}

header.header-xpodium-glass .header-logo .logo img.xpodium-header-logo {
    max-height: clamp(48px, 7vw, 72px);
    width: auto;
    max-width: min(240px, 46vw);
    object-fit: contain;
    display: block;
}

/* Shared section heading */
.xpodium-section-head .sub-title {
    letter-spacing: 0.08em;
}

.xpodium-section-head h2,
.xpodium-section-head h3 {
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.2;
}

.xpodium-section-head h2 span,
.xpodium-section-head h3 span {
    color: var(--xp-primary);
    font-weight: 600;
}

.xpodium-section-head--light h2,
.xpodium-section-head--light h3,
.xpodium-section-head--light h5,
.xpodium-section-head--light p {
    color: #fff;
}

.xpodium-section-head--light h2 span,
.xpodium-section-head--light h3 span {
    color: #8eb0ff;
}

.xpodium-section-head--light .xpodium-lead {
    opacity: 0.85;
}

/* Hero */
.xpodium-page .xpodium-hero {
    min-height: clamp(520px, 82vh, 760px);
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.xpodium-page .xpodium-hero--inner {
    min-height: clamp(360px, 52vh, 480px);
    padding-top: 120px;
    padding-bottom: 80px;
}

.xpodium-page .xpodium-hero::after {
    background: linear-gradient(180deg, rgba(10, 18, 32, 0.22) 0%, rgba(10, 18, 32, 0.42) 100%) !important;
}

.xpodium-page .xpodium-hero.banner__2::after {
    background: rgba(10, 18, 32, 0.18) !important;
}

.xpodium-page .xpodium-hero__content {
    max-width: 820px;
    padding: 28px 0;
}

.xpodium-page .xpodium-hero__content--wide {
    max-width: 900px;
}

.xpodium-page .xpodium-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
    backdrop-filter: blur(6px);
}

.xpodium-page .xpodium-hero .title {
    font-size: clamp(36px, 6vw, 64px);
    line-height: 1.1;
    margin-bottom: 20px;
}

.xpodium-page .xpodium-hero--inner .title {
    font-size: clamp(32px, 5vw, 52px);
}

.xpodium-page .xpodium-hero .description {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.7;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.92;
}

.xpodium-page .xpodium-hero .theme-btn {
    box-shadow: 0 12px 30px rgba(64, 105, 255, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.xpodium-page .xpodium-hero .theme-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(64, 105, 255, 0.45);
}

/* People / Testimonial */
.xpodium-page .xpodium-people {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
}

.xpodium-page .xpodium-people .testimonial-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.xpodium-page .xpodium-people .testimonial-slider .slick-slide {
    height: auto;
}

.xpodium-page .xpodium-people .testimonial-slider .slider-item {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(64, 105, 255, 0.1);
    box-shadow: var(--xp-shadow);
    margin: 0 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.xpodium-page .xpodium-people .testimonial-slider .slider-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 50px rgba(14, 30, 54, 0.12);
}

.xpodium-page .xpodium-people .testimonial__item {
    display: flex;
    flex-direction: column;
    background: transparent;
    border-top: 4px solid var(--xp-primary);
    padding: 28px 24px 20px;
    flex: 1 1 auto;
}

.xpodium-page .xpodium-people .testimonial__image {
    order: -1;
    flex: none;
}

.xpodium-page .xpodium-people .testimonial__image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
}

.xpodium-page .xpodium-people .testimonial__item .name {
    font-size: 15px;
    line-height: 1.5;
}

.xpodium-page .xpodium-people .testimonial__item .name span {
    display: block;
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
    color: rgba(14, 30, 54, 0.7);
    margin-top: 4px;
}

.xpodium-page .xpodium-people .testimonial__item .logo-stack {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;
    margin-top: 10px;
}

.xpodium-page .xpodium-people .testimonial__item .logo-stack .position {
    display: inline-flex;
    align-items: center;
    margin-top: 0;
}

.xpodium-page .xpodium-people .testimonial__item .position img {
    max-height: 42px;
    width: auto;
    object-fit: contain;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.xpodium-page .xpodium-people .testimonial__item .position img:hover {
    transform: scale(1.08);
    filter: drop-shadow(0 8px 14px rgba(14, 30, 54, 0.16));
}

.xpodium-page .xpodium-people .testimonial__item .description {
    flex: 1 1 auto;
    display: flex;
    align-items: stretch;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(14, 30, 54, 0.78);
}

.xpodium-page .xpodium-people .testimonial__item .description p {
    margin-bottom: 0;
    flex: 1 1 auto;
}

.xpodium-page .xpodium-people .testimonial__item-footer {
    margin-top: auto;
}

/* Dark sections */
.xpodium-page .xpodium-dark-section {
    position: relative;
    overflow: hidden;
    padding-top: var(--xp-section-y) !important;
}

.xpodium-page .xpodium-dark-section::before {
    background: linear-gradient(135deg, rgba(8, 14, 28, 0.88) 0%, rgba(14, 30, 54, 0.78) 100%) !important;
}

.xpodium-page .xpodium-bridge {
    background: linear-gradient(135deg, var(--xp-dark) 0%, var(--xp-dark-2) 100%);
}

.xpodium-page .xpodium-concept {
    background-size: cover;
    background-position: center;
}

.xpodium-page .xpodium-glass-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    padding: clamp(24px, 4vw, 36px);
    backdrop-filter: blur(8px);
}

.xpodium-page .xpodium-glass-card p {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(15px, 1.8vw, 17px);
    line-height: 1.8;
    margin-bottom: 16px;
}

.xpodium-page .xpodium-glass-card p:last-child {
    margin-bottom: 0;
}

.xpodium-page .xpodium-media-frame {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.xpodium-page .xpodium-media-frame img {
    width: 100%;
    height: auto;
    display: block;
}

/* Partners listing */
.xpodium-page .xpodium-partners {
    background: linear-gradient(180deg, #f8f9fc 0%, #ffffff 100%);
}

.xpodium-page .xpodium-partners .client-brand__item,
.xpodium-page .xpodium-partner-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(64, 105, 255, 0.08);
    box-shadow: 0 8px 24px rgba(14, 30, 54, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.xpodium-page .xpodium-partners .client-brand__item {
    padding: 20px;
    min-height: 110px;
}

.xpodium-page .xpodium-partners .client-brand__item:hover,
.xpodium-page .xpodium-partner-card:hover {
    transform: translateY(-4px);
    border-color: rgba(64, 105, 255, 0.25);
    box-shadow: 0 16px 32px rgba(64, 105, 255, 0.12);
}

.xpodium-page .xpodium-partners .client-brand__item-media img {
    max-height: 56px;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
}

.xpodium-page .xpodium-partner-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 32px 28px;
    text-decoration: none;
    color: inherit;
}

.xpodium-page .xpodium-partner-card__logo {
    min-height: 88px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.xpodium-page .xpodium-partner-card__logo img {
    max-height: clamp(64px, 8vw, 80px);
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.xpodium-page .xpodium-partner-card__logo--featured {
    min-height: clamp(140px, 22vw, 220px);
    margin-bottom: clamp(20px, 3vw, 32px);
    justify-content: center;
    width: 100%;
}

.xpodium-page .xpodium-partner-card__logo--featured img {
    max-height: clamp(120px, 18vw, 200px);
    max-width: min(100%, 420px);
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.xpodium-page .xpodium-partner-card h4 {
    font-size: 18px;
    line-height: 1.35;
    color: var(--xp-dark);
    margin-bottom: 10px;
}

.xpodium-page .xpodium-partner-card p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(14, 30, 54, 0.68);
    margin-bottom: 18px;
    flex: 1;
}

.xpodium-page .xpodium-partner-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--xp-primary);
}

/* Partner detail */
.xpodium-page .xpodium-content-section {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
}

.xpodium-page .xpodium-content-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(64, 105, 255, 0.1);
    box-shadow: var(--xp-shadow);
    padding: clamp(28px, 4vw, 40px);
    height: 100%;
}

.xpodium-page .xpodium-content-card h3,
.xpodium-page .xpodium-content-card h4 {
    color: var(--xp-dark);
    margin-bottom: 16px;
}

.xpodium-page .xpodium-content-card p {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(14, 30, 54, 0.78);
    margin-bottom: 14px;
}

.xpodium-page .xpodium-content-card p:last-child {
    margin-bottom: 0;
}

.xpodium-page .xpodium-content-card--dark {
    background: linear-gradient(135deg, var(--xp-dark) 0%, var(--xp-dark-2) 100%);
    border: none;
}

.xpodium-page .xpodium-content-card--dark h3,
.xpodium-page .xpodium-content-card--dark li {
    color: #fff;
}

.xpodium-page .xpodium-content-card--dark ul {
    opacity: 0.9;
    line-height: 2;
    margin-bottom: 0;
    padding-left: 1.2rem;
}

.xpodium-page .xpodium-cta-note {
    font-size: 14px;
    opacity: 0.65;
}

.xpodium-page .xpodium-cta-desc {
    opacity: 0.75;
}

.xpodium-page .xpodium-feature-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(64, 105, 255, 0.1);
    box-shadow: 0 12px 32px rgba(14, 30, 54, 0.06);
    padding: 32px 24px;
    height: 100%;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.xpodium-page .xpodium-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(64, 105, 255, 0.12);
}

.xpodium-page .xpodium-feature-card__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    border-radius: 16px;
    background: rgba(64, 105, 255, 0.1);
    color: var(--xp-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.xpodium-page .xpodium-feature-card h4 {
    font-size: 18px;
    margin-bottom: 12px;
    color: var(--xp-dark);
}

.xpodium-page .xpodium-feature-card p {
    font-size: 15px;
    line-height: 1.65;
    color: rgba(14, 30, 54, 0.72);
    margin: 0;
}

.xpodium-page .xpodium-partner-intro {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--xp-radius);
    padding: clamp(28px, 4vw, 44px);
    margin-bottom: clamp(40px, 6vw, 60px);
    overflow: hidden;
}

.xpodium-page .xpodium-partner-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(244, 247, 255, 0.88) 100%);
    z-index: 0;
}

.xpodium-page .xpodium-partner-intro .row {
    position: relative;
    z-index: 1;
}

.xpodium-page .xpodium-feature-card--image {
    position: relative;
    background-color: var(--xp-dark);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: clamp(340px, 42vw, 440px);
    padding: 0;
    border: none;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.xpodium-page .xpodium-feature-card--image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 30, 54, 0.1) 0%, rgba(14, 30, 54, 0.88) 100%);
    z-index: 0;
    transition: opacity 0.3s ease;
}

.xpodium-page .xpodium-feature-card--image:hover::before {
    background: linear-gradient(180deg, rgba(14, 30, 54, 0.05) 0%, rgba(14, 30, 54, 0.92) 100%);
}

.xpodium-page .xpodium-feature-card--image .xpodium-feature-card__body {
    position: relative;
    z-index: 1;
    padding: clamp(20px, 3vw, 28px);
}

.xpodium-page .xpodium-feature-card--image .xpodium-feature-card__icon {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    margin: 0 0 16px;
    backdrop-filter: blur(4px);
}

.xpodium-page .xpodium-feature-card--image h4 {
    color: #fff;
    font-size: clamp(17px, 2vw, 20px);
}

.xpodium-page .xpodium-feature-card--image p {
    color: rgba(255, 255, 255, 0.9);
}

.xpodium-page .xpodium-profile {
    background: linear-gradient(135deg, var(--xp-dark) 0%, var(--xp-dark-2) 100%);
}

.xpodium-page .xpodium-profile__card {
    background: #fff;
    border-radius: var(--xp-radius);
    overflow: hidden;
    box-shadow: var(--xp-shadow);
}

.xpodium-page .xpodium-profile__photo img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    display: block;
}

.xpodium-page .xpodium-profile__body {
    padding: clamp(28px, 4vw, 40px);
}

.xpodium-page .xpodium-profile__logo {
    margin-bottom: 16px;
}

.xpodium-page .xpodium-profile__logo img {
    max-height: clamp(64px, 10vw, 88px);
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.xpodium-page .xpodium-profile__body h3 {
    font-size: clamp(22px, 3vw, 28px);
    margin-bottom: 6px;
    color: var(--xp-dark);
}

.xpodium-page .xpodium-profile__role {
    color: var(--xp-primary);
    font-weight: 600;
    margin-bottom: 20px;
}

.xpodium-page .xpodium-profile__body p {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(14, 30, 54, 0.78);
    margin-bottom: 14px;
}

.xpodium-page .xpodium-profile__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.xpodium-page .xpodium-partner-media {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(64, 105, 255, 0.1);
    box-shadow: var(--xp-shadow);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.xpodium-page .xpodium-partner-media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.xpodium-page .xpodium-sponsors {
    background: #fff;
}

.xpodium-page .xpodium-sponsors .client-brand__item {
    background: #f8f9fc;
    border-radius: 12px;
    border: 1px solid rgba(64, 105, 255, 0.08);
    padding: 18px;
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xpodium-page .xpodium-sponsors .client-brand__item-media img {
    max-height: 48px;
    width: auto;
    object-fit: contain;
}

.xpodium-page .xpodium-intro-text {
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: 1.8;
    color: rgba(14, 30, 54, 0.78);
    max-width: 820px;
    margin: 0 auto;
}

/* ISPE CTA */
.xpodium-page .ispe-cta {
    position: relative;
    background: linear-gradient(135deg, #f4f7ff 0%, #ffffff 45%, #f8f9fc 100%);
}

.xpodium-page .ispe-cta::before,
.xpodium-page .ispe-cta::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.xpodium-page .ispe-cta::before {
    width: 320px;
    height: 320px;
    top: -120px;
    right: -80px;
    background: rgba(64, 105, 255, 0.08);
}

.xpodium-page .ispe-cta::after {
    width: 220px;
    height: 220px;
    bottom: -80px;
    left: -60px;
    background: rgba(64, 105, 255, 0.06);
}

.xpodium-page .ispe-cta .container {
    position: relative;
    z-index: 1;
}

.xpodium-page .ispe-cta__card {
    background: #fff;
    border-radius: var(--xp-radius);
    overflow: hidden;
    border: 1px solid rgba(64, 105, 255, 0.12);
    box-shadow: var(--xp-shadow);
}

.xpodium-page .ispe-cta__media {
    position: relative;
    height: 100%;
    min-height: 280px;
    background: linear-gradient(135deg, var(--xp-dark) 0%, var(--xp-dark-2) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 40px;
}

.xpodium-page .ispe-cta__media::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(64, 105, 255, 0.35), transparent 45%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.08), transparent 40%);
}

.xpodium-page .ispe-cta__media img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    height: auto;
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.25));
}

.xpodium-page .ispe-cta__content {
    padding: 56px 48px;
}

.xpodium-page .ispe-cta__content h2 {
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.2;
    margin-bottom: 18px;
}

.xpodium-page .ispe-cta__content h2 span {
    color: var(--xp-primary);
}

.xpodium-page .ispe-cta__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(64, 105, 255, 0.08);
    color: var(--xp-primary);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 22px;
}

/* Footer */
.xpodium-page .xpodium-footer.footer-1 {
    padding-top: 0 !important;
}

.xpodium-page .xpodium-footer .footer-top {
    padding-top: clamp(48px, 6vw, 72px);
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.xpodium-page .xpodium-footer > .container {
    padding-top: clamp(28px, 4vw, 40px);
    padding-bottom: clamp(28px, 4vw, 40px);
}

.xpodium-page .xpodium-footer iframe {
    border-radius: 12px;
    width: 100%;
    min-height: 180px;
    border: 0;
}

.xpodium-page .xpodium-footer-address p {
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 0;
}

.xpodium-page .xpodium-footer-logo {
    max-height: 56px;
    width: auto;
}

.xpodium-page .xpodium-footer-qr {
    max-width: 140px;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    background: #fff;
    padding: 8px;
}

.xpodium-page .xpodium-profile__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.xpodium-page .xpodium-profile__identity {
    flex: 1;
    min-width: 220px;
}

.xpodium-page .xpodium-profile__identity .xpodium-profile__logo {
    margin-bottom: 16px;
}

.xpodium-page .xpodium-profile__badge {
    flex-shrink: 0;
}

.xpodium-page .xpodium-profile__badge img {
    max-width: clamp(110px, 18vw, 150px);
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Responsive */
@media (max-width: 1199px) {
    .xpodium-page .xpodium-people .testimonial__image img {
        height: 200px;
    }
}

@media (max-width: 991px) {
    .xpodium-page .xpodium-hero {
        min-height: 480px;
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .xpodium-page .xpodium-hero--inner {
        min-height: 380px;
        padding-top: 110px;
        padding-bottom: 60px;
    }

    .xpodium-page .ispe-cta__content {
        padding: 40px 28px 44px;
    }

    .xpodium-page .ispe-cta__media {
        min-height: 220px;
        padding: 36px 28px;
    }

    .xpodium-page .xpodium-dark-section .row > [class*="col-"]:not(:last-child) {
        margin-bottom: 24px;
    }

    .xpodium-page .xpodium-profile__photo img {
        min-height: 240px;
    }
}

@media (max-width: 767px) {
    .xpodium-page .xpodium-hero .title {
        font-size: 34px;
    }

    .xpodium-page .xpodium-hero--inner .title {
        font-size: 30px;
    }

    .xpodium-page .xpodium-people .testimonial__item {
        padding: 22px 18px 16px;
    }

    .xpodium-page .xpodium-people .testimonial__image img {
        height: 180px;
    }

    .xpodium-page .xpodium-partners .client-brand__item {
        min-height: 90px;
        padding: 16px;
    }

    .xpodium-page .xpodium-glass-card {
        padding: 20px;
    }

    .xpodium-page .xpodium-partner-card {
        padding: 24px 20px;
    }

    .xpodium-page .xpodium-partner-card__logo--featured {
        min-height: 110px;
    }

    .xpodium-page .xpodium-partner-card__logo--featured img {
        max-height: clamp(96px, 24vw, 120px);
    }

    .xpodium-page .xpodium-profile__logo img {
        max-height: 56px;
    }

    .xpodium-page .xpodium-footer .single-footer-wid.pl-50 {
        padding-left: 0 !important;
    }

    .xpodium-page .xpodium-partner-intro {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .xpodium-page .xpodium-feature-card--image {
        min-height: clamp(280px, 55vw, 360px);
    }

    .xpodium-page .xpodium-profile__header {
        flex-direction: column;
    }

    .xpodium-page .xpodium-profile__badge {
        align-self: flex-start;
    }

    .xpodium-page .xpodium-profile__badge img {
        max-width: 120px;
    }

    .xpodium-page .xpodium-footer-qr {
        max-width: 120px;
    }

    .xpodium-page .xpodium-profile__actions {
        flex-direction: column;
    }

    .xpodium-page .xpodium-profile__actions .theme-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Mobile vcard header logo */
header.header-xpodium-mobile-vcard .header-logo-mobile {
    display: none;
}

@media (max-width: 1199px) {
    header.header-xpodium-mobile-vcard .header-logo-desktop {
        display: none;
    }

    header.header-xpodium-mobile-vcard .header-logo-mobile {
        display: block;
        max-height: 52px;
        width: auto;
    }
}

.xpodium-page .xpodium-feature-card--link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Viscoy service detail blocks */
.xpodium-page .xpodium-service-detail {
    background: #fff;
    border-radius: var(--xp-radius);
    border: 1px solid rgba(64, 105, 255, 0.1);
    box-shadow: var(--xp-shadow);
    padding: clamp(28px, 4vw, 48px);
    margin-bottom: clamp(24px, 4vw, 40px);
}

.xpodium-page .xpodium-service-detail:last-child {
    margin-bottom: 0;
}

.xpodium-page .xpodium-service-detail__label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--xp-primary);
    margin-bottom: 12px;
}

.xpodium-page .xpodium-service-detail h3 {
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.25;
    color: var(--xp-dark);
    margin-bottom: 16px;
}

.xpodium-page .xpodium-service-detail p {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(14, 30, 54, 0.78);
    margin-bottom: 14px;
}

.xpodium-page .xpodium-service-detail__panel {
    background: linear-gradient(135deg, #f4f7ff 0%, #ffffff 100%);
    border: 1px solid rgba(64, 105, 255, 0.12);
    border-radius: 16px;
    padding: clamp(24px, 3vw, 32px);
    height: 100%;
}

.xpodium-page .xpodium-service-detail__panel h4 {
    font-size: 18px;
    color: var(--xp-dark);
    margin-bottom: 16px;
}

.xpodium-page .xpodium-service-detail__panel ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.xpodium-page .xpodium-service-detail__panel ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: rgba(14, 30, 54, 0.82);
    line-height: 1.6;
}

.xpodium-page .xpodium-service-detail__panel ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--xp-primary);
}

.xpodium-page .xpodium-service-detail__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.xpodium-page .xpodium-service-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: clamp(32px, 5vw, 48px);
}

.xpodium-page .xpodium-service-nav a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(64, 105, 255, 0.2);
    background: #fff;
    color: var(--xp-dark);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.xpodium-page .xpodium-service-nav a:hover,
.xpodium-page .xpodium-service-nav a.active {
    background: var(--xp-primary);
    border-color: var(--xp-primary);
    color: #fff;
}

/* Digital vCard */
.xpodium-vcard-page {
    background: linear-gradient(180deg, #eef2ff 0%, #ffffff 45%);
}

.xpodium-vcard-page .xpodium-vcard {
    max-width: 480px;
    margin: 0 auto;
    padding: clamp(32px, 6vw, 56px) 16px clamp(48px, 8vw, 80px);
}

.xpodium-vcard-page .xpodium-vcard__card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(14, 30, 54, 0.12);
    border: 1px solid rgba(64, 105, 255, 0.1);
}

.xpodium-vcard-page .xpodium-vcard__hero {
    position: relative;
    background: linear-gradient(135deg, var(--xp-dark) 0%, var(--xp-dark-2) 100%);
    padding: 32px 24px 72px;
    text-align: center;
}

.xpodium-vcard-page .xpodium-vcard__photo {
    width: clamp(140px, 40vw, 180px);
    height: clamp(140px, 40vw, 180px);
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.xpodium-vcard-page .xpodium-vcard__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.xpodium-vcard-page .xpodium-vcard__logo {
    position: absolute;
    left: 50%;
    bottom: -36px;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 16px;
    padding: 12px 20px;
    box-shadow: 0 12px 30px rgba(14, 30, 54, 0.12);
    min-width: 140px;
}

.xpodium-vcard-page .xpodium-vcard__logo img {
    max-height: 48px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.xpodium-vcard-page .xpodium-vcard__body {
    padding: 56px 28px 32px;
    text-align: center;
}

.xpodium-vcard-page .xpodium-vcard__badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--xp-primary);
    margin-bottom: 8px;
}

.xpodium-vcard-page .xpodium-vcard__specialty {
    font-size: 15px;
    line-height: 1.5;
    color: rgba(14, 30, 54, 0.72);
    margin-bottom: 16px;
}

.xpodium-vcard-page .xpodium-vcard__body h1 {
    font-size: clamp(26px, 5vw, 32px);
    line-height: 1.2;
    color: var(--xp-dark);
    margin-bottom: 8px;
}

.xpodium-vcard-page .xpodium-vcard__body h1 small {
    font-size: 0.55em;
    font-weight: 500;
    color: rgba(14, 30, 54, 0.6);
}

.xpodium-vcard-page .xpodium-vcard__role {
    font-size: 16px;
    font-weight: 600;
    color: var(--xp-primary);
    margin-bottom: 24px;
}

.xpodium-vcard-page .xpodium-vcard__qr-wrap {
    margin-bottom: 24px;
}

.xpodium-vcard-page .xpodium-vcard__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.xpodium-vcard-page .xpodium-vcard__actions--secondary {
    margin-bottom: 0;
}

.xpodium-vcard-page .xpodium-vcard__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--xp-primary) 0%, #5b84ff 100%);
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 20px rgba(64, 105, 255, 0.25);
}

.xpodium-vcard-page .xpodium-vcard__actions a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(64, 105, 255, 0.35);
}

.xpodium-vcard-page .xpodium-vcard__actions a.vcard-btn-outline {
    background: #fff;
    color: var(--xp-dark) !important;
    border: 1px solid rgba(64, 105, 255, 0.2);
    box-shadow: none;
}

.xpodium-vcard-page .xpodium-vcard__actions a.vcard-btn-outline:hover {
    border-color: var(--xp-primary);
    color: var(--xp-primary) !important;
}

.xpodium-vcard-page .xpodium-vcard__toggle {
    width: 100%;
    border: none;
    background: transparent;
    color: var(--xp-primary);
    font-weight: 600;
    font-size: 14px;
    padding: 12px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.xpodium-vcard-page .xpodium-vcard__more {
    display: none;
    padding-top: 20px;
    border-top: 1px solid rgba(64, 105, 255, 0.12);
    margin-top: 8px;
}

.xpodium-vcard-page .xpodium-vcard__more.is-open {
    display: block;
}

.xpodium-vcard-page .xpodium-vcard__qr {
    max-width: 180px;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
}

.xpodium-vcard-page .xpodium-vcard__more p {
    font-size: 14px;
    color: rgba(14, 30, 54, 0.72);
    margin-bottom: 0;
    word-break: break-word;
}

@media (max-width: 767px) {
    .xpodium-page .xpodium-service-detail__actions {
        flex-direction: column;
    }

    .xpodium-page .xpodium-service-detail__actions .theme-btn {
        width: 100%;
        justify-content: center;
    }

    .xpodium-vcard-page .xpodium-vcard__actions {
        grid-template-columns: 1fr;
    }
}
