:root {
    --px-bg: #f4f8ff;
    --px-bg-soft: #edf5ff;
    --px-surface: #ffffff;
    --px-surface-2: #f8fbff;
    --px-text: #10213e;
    --px-title: #071a38;
    --px-muted: #677793;
    --px-border: #dbe7f5;
    --px-border-strong: #c7ddf5;
    --px-primary: #1477ef;
    --px-primary-2: #45a8ff;
    --px-primary-dark: #0a5ec8;
    --px-navy: #062453;
    --px-green: #17a978;
    --px-orange: #f29a38;
    --px-red: #e44d61;
    --px-shadow: 0 24px 70px rgba(20, 70, 127, .14);
    --px-shadow-soft: 0 12px 36px rgba(20, 70, 127, .09);
    --px-radius-xl: 34px;
    --px-radius-lg: 26px;
    --px-radius: 18px;
    --px-radius-sm: 13px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.proxnet-site,
body.proxnet-home {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    color: var(--px-text);
    background:
        radial-gradient(circle at 9% 2%, rgba(69, 168, 255, .14), transparent 28rem),
        radial-gradient(circle at 91% 0%, rgba(20, 119, 239, .09), transparent 27rem),
        linear-gradient(180deg, #f3f8ff 0, #fff 48rem);
    font-family: Vazirmatn, Tahoma, Arial, sans-serif !important;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.proxnet-site a,
body.proxnet-home a {
    text-decoration: none;
}

body.px-menu-open {
    overflow: hidden;
}

.px-container {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
}

.px-skip-link {
    position: fixed;
    top: -100px;
    right: 18px;
    z-index: 9999;
    padding: 10px 16px;
    border-radius: 0 0 12px 12px;
    background: var(--px-navy);
    color: #fff !important;
    transition: top .2s ease;
}

.px-skip-link:focus {
    top: 0;
}

/* Header */
.px-header {
    position: sticky !important;
    top: 0;
    z-index: 1100;
    width: 100%;
    border: 0 !important;
    border-bottom: 1px solid rgba(219, 231, 245, .82) !important;
    background: rgba(255, 255, 255, .86) !important;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    transition: box-shadow .2s ease, background .2s ease;
}

.px-header.is-scrolled {
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 10px 30px rgba(10, 51, 95, .09);
}

.px-nav-wrap {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    direction: rtl;
}

.px-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--px-title) !important;
    flex: 0 0 auto;
    unicode-bidi: isolate;
}

.px-brand:hover {
    color: var(--px-title) !important;
}

.px-brand-mark {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--px-primary), var(--px-primary-2));
    box-shadow: 0 13px 27px rgba(20, 119, 239, .25);
    color: #fff;
    font-size: 21px;
}

.px-brand-mark i {
    line-height: 1;
}

.px-brand-copy {
    direction: rtl;
    text-align: right;
    line-height: 1.12;
}

.px-brand-copy strong {
    display: block;
    color: var(--px-title);
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.45px;
}

.px-brand-copy small {
    display: block;
    margin-top: 4px;
    color: var(--px-muted);
    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .72px;
    text-transform: uppercase;
}

.px-brand-fa {
    font-family: 'Vazirmatn', sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: var(--px-title);
    direction: rtl;
    line-height: 1;
    white-space: nowrap;
}

.px-brand-fa-title {
    display: block !important;
    font-family: 'Vazirmatn', sans-serif !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    color: var(--px-title);
}

.px-desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin: 0 auto;
}

.px-desktop-nav a {
    display: inline-flex;
    align-items: center;
    padding: 9px 12px;
    border-radius: 999px;
    color: #41516d !important;
    font-size: 14px;
    font-weight: 700;
    transition: background .18s ease, color .18s ease;
}

.px-desktop-nav a:hover,
.px-desktop-nav a:focus-visible {
    background: #edf5ff;
    color: var(--px-primary) !important;
}

.px-nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.px-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 18px !important;
    border: 1px solid transparent !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease;
}

.px-button:hover {
    transform: translateY(-2px);
}

.px-button i {
    font-size: 14px;
}

.px-button-primary {
    color: #fff !important;
    background: linear-gradient(135deg, var(--px-primary-dark), var(--px-primary-2)) !important;
    box-shadow: 0 14px 28px rgba(20, 119, 239, .24) !important;
}

.px-button-primary:hover {
    color: #fff !important;
    filter: saturate(1.08);
}

.px-button-secondary,
.px-button-soft {
    color: var(--px-primary) !important;
    background: #edf5ff !important;
    border-color: #d6e8ff !important;
}

.px-button-secondary:hover,
.px-button-soft:hover {
    color: var(--px-primary-dark) !important;
    background: #e4f0ff !important;
}

.px-button-disabled {
    color: #66758a !important;
    background: #f0f3f8 !important;
    border-color: #e2e8f0 !important;
}

.px-menu-toggle {
    width: 46px;
    height: 46px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 1px solid var(--px-border);
    border-radius: 14px;
    color: var(--px-title);
    background: #fff;
    cursor: pointer;
}

.px-menu-toggle span {
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
    transition: transform .18s ease, opacity .18s ease;
}

.px-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.px-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.px-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.px-mobile-nav {
    border-top: 1px solid var(--px-border);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 35px rgba(13, 49, 91, .1);
}

.px-mobile-nav[hidden] {
    display: none !important;
}

.px-mobile-nav .px-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 14px 0 18px;
}

.px-mobile-nav a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 13px;
    border: 1px solid #e4edf8;
    border-radius: 12px;
    color: #30415d !important;
    background: #f8fbff;
    font-size: 13px;
    font-weight: 750;
}

.px-mobile-nav a i {
    width: 18px;
    color: var(--px-primary);
    text-align: center;
}

/* Hero */
.px-hero {
    padding: 66px 0 40px;
}

.px-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
    align-items: center;
    gap: 54px;
}

.px-hero-copy {
    position: relative;
    z-index: 2;
}

.px-eyebrow {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    padding: 8px 12px;
    border: 1px solid #d9eaff;
    border-radius: 999px;
    color: var(--px-primary-dark);
    background: rgba(237, 246, 255, .86);
    font-size: 13px;
    font-weight: 850;
}

.px-hero h1 {
    max-width: 690px;
    margin: 0;
    color: var(--px-title);
    font-size: clamp(39px, 4.8vw, 66px);
    font-weight: 950;
    line-height: 1.36;
    letter-spacing: -1.1px;
}

.px-hero-copy > p {
    max-width: 650px;
    margin: 22px 0 0;
    color: var(--px-muted);
    font-size: 16px;
    line-height: 2.05;
}

.px-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 28px;
}

.px-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.px-hero-points li {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #43536c;
    font-size: 13px;
    font-weight: 700;
}

.px-hero-points i {
    color: var(--px-green);
}

.px-photo-collage {
    position: relative;
    min-height: 560px;
}

.px-photo-card {
    position: absolute;
    margin: 0;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, .88);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--px-shadow);
}

.px-photo-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.px-photo-card figcaption {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 12px;
    color: #fff;
    background: rgba(5, 27, 55, .72);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 800;
}

.px-photo-main {
    inset: 0 0 72px 78px;
}

.px-photo-main::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 55%, rgba(3, 18, 40, .42));
}

.px-photo-main figcaption {
    z-index: 2;
}

.px-photo-small {
    width: 205px;
    height: 152px;
    border-width: 6px;
    border-radius: 20px;
}

.px-photo-server {
    right: -20px;
    bottom: 5px;
}

.px-photo-laptop {
    left: -18px;
    top: 38px;
}

.px-photo-small figcaption {
    right: 8px;
    bottom: 8px;
    padding: 7px 9px;
    font-size: 10px;
}

.px-floating-status {
    position: absolute;
    left: 30px;
    bottom: 0;
    z-index: 4;
    min-width: 240px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 15px;
    border: 1px solid rgba(206, 225, 248, .95);
    border-radius: 16px;
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--px-shadow-soft);
}

.px-status-dot {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
    border: 3px solid #d6f7eb;
    border-radius: 50%;
    background: var(--px-green);
    box-shadow: 0 0 0 5px rgba(23, 169, 120, .1);
}

.px-floating-status strong,
.px-floating-status small {
    display: block;
}

.px-floating-status strong {
    color: var(--px-title);
    font-size: 13px;
}

.px-floating-status small {
    margin-top: 2px;
    color: var(--px-muted);
    font-size: 10px;
}

/* Trust strip */
.px-trust-strip {
    padding: 0 0 68px;
}

.px-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.px-trust-grid article {
    min-height: 88px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 17px;
    border: 1px solid var(--px-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, .88);
    box-shadow: var(--px-shadow-soft);
}

.px-mini-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--px-primary);
    background: linear-gradient(145deg, #edf6ff, #e2efff);
    font-size: 18px;
}

.px-trust-grid strong,
.px-trust-grid small {
    display: block;
}

.px-trust-grid strong {
    color: var(--px-title);
    font-size: 14px;
}

.px-trust-grid small {
    margin-top: 4px;
    color: var(--px-muted);
    font-size: 13px;
    line-height: 1.65;
}

/* Shared section headings */
.px-section,
.px-pricing {
    padding: 86px 0;
}

.px-section-soft,
.px-pricing {
    background: linear-gradient(180deg, #edf6ff 0%, #f8fbff 100%);
}

.px-section-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.px-section-heading > span {
    display: inline-block;
    margin-bottom: 9px;
    color: var(--px-primary);
    font-size: 12px;
    font-weight: 850;
}

.px-section-heading h2 {
    margin: 0;
    color: var(--px-title);
    font-size: clamp(22px, 2.4vw, 34px);
    font-weight: 950;
    line-height: 1.42;
}

.px-section-heading p {
    margin: 13px auto 0;
    color: var(--px-muted);
    font-size: 14px;
    line-height: 1.95;
}

/* Pricing */
.px-pricing {
    border-top: 1px solid #e4eef9;
    border-bottom: 1px solid #e4eef9;
}

/* SEO Highlight Box */
.px-seo-highlight {
    max-width: 1000px;
    display: grid;
    grid-template-columns: 70px 1fr auto;
    align-items: center;
    gap: 20px;
    margin: 30px auto 24px;
    padding: 24px 28px;
    border: 2px solid var(--px-primary);
    border-radius: 20px;
    background: 
        linear-gradient(135deg, rgba(20, 119, 239, 0.08), rgba(69, 168, 255, 0.05)),
        #fff;
    box-shadow: 0 16px 42px rgba(20, 119, 239, 0.15);
    position: relative;
    overflow: hidden;
}

.px-seo-highlight::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--px-primary), var(--px-primary-2));
}

.px-seo-highlight-icon {
    width: 64px;
    height: 64px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--px-primary-dark), var(--px-primary-2));
    box-shadow: 0 12px 28px rgba(20, 119, 239, 0.3);
    color: #fff;
    font-size: 26px;
}

.px-seo-highlight-content {
    flex: 1;
}

.px-seo-highlight-content h3 {
    margin: 0 0 8px;
    color: var(--px-title);
    font-size: 20px;
    font-weight: 950;
    line-height: 1.4;
}

.px-seo-highlight-content p {
    margin: 0;
    color: var(--px-muted);
    font-size: 14px;
    line-height: 1.85;
}

.px-seo-highlight-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 12px 16px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(23, 169, 120, 0.1), rgba(23, 169, 120, 0.05));
    border: 1px solid rgba(23, 169, 120, 0.2);
}

.px-seo-highlight-badge i {
    color: var(--px-green);
    font-size: 24px;
}

.px-seo-highlight-badge span {
    color: var(--px-green);
    font-size: 11px;
    font-weight: 850;
    white-space: nowrap;
}

.px-service-note {
    max-width: 900px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 auto 24px;
    padding: 15px 17px;
    border: 1px solid #d6e8ff;
    border-radius: 17px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 9px 24px rgba(29, 82, 143, .06);
}

.px-service-note-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: var(--px-primary);
    background: #eaf4ff;
    font-size: 17px;
}

.px-service-note strong,
.px-service-note span {
    display: block;
}

.px-service-note strong {
    color: var(--px-title);
    font-size: 13px;
}

.px-service-note div > span {
    margin-top: 3px;
    color: var(--px-muted);
    font-size: 11px;
}

.px-plan-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 15px;
}

.px-plan-card {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #dbe7f4;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(22, 72, 130, .09);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.px-plan-card:hover {
    transform: translateY(-5px);
    border-color: #bdd8f8;
    box-shadow: 0 22px 48px rgba(22, 72, 130, .14);
}

.px-plan-card.is-featured {
    border: 2px solid var(--px-primary);
    box-shadow: 0 22px 52px rgba(20, 119, 239, .16);
}

.px-plan-card > header {
    padding: 20px 21px 16px;
    text-align: center;
    background: linear-gradient(180deg, #fff, #f8fbff);
}

.px-plan-label {
    color: var(--px-primary);
    font-size: 11px;
    font-weight: 800;
}

.px-plan-card h3 {
    margin: 8px 0 0;
    color: var(--px-title);
    font-size: 22px;
    font-weight: 950;
}

.px-plan-price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    color: var(--px-primary-dark);
    font-size: 22px;
    font-weight: 950;
}

.px-plan-badge {
    margin: 8px 0 0;
    padding: 6px 8px;
    border-radius: 9px;
    color: #976017;
    background: #fff3dd;
    font-size: 9px;
    font-weight: 800;
}

.px-plan-ribbon {
    position: absolute;
    top: 13px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 9px;
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(135deg, var(--px-primary-dark), var(--px-primary-2));
    font-size: 9px;
    font-weight: 850;
    box-shadow: 0 8px 18px rgba(20, 119, 239, .2);
}

.px-plan-card ul {
    flex: 1;
    margin: 0;
    padding: 19px 19px 8px;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.px-plan-card li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 11px 0;
    border-bottom: 1px dashed #e5edf7;
    color: #53627a;
    font-size: 11px;
    line-height: 1.7;
}

.px-plan-card li:last-child {
    border-bottom: 0;
}

.px-plan-card li i {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    margin-top: 1px;
    border-radius: 50%;
    color: var(--px-green);
    background: #e8f8f2;
    font-size: 8px;
}

.px-plan-card > footer {
    padding: 14px;
}

.px-plan-button {
    width: 100%;
}

.px-plan-footnote {
    max-width: 970px;
    margin: 17px auto 0;
    color: #7a879b;
    font-size: 10px;
    text-align: center;
}

/* Feature cards */
.px-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
}

.px-feature-card {
    padding: 26px;
    border: 1px solid var(--px-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--px-shadow-soft);
}

.px-feature-icon {
    width: 51px;
    height: 51px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: var(--px-primary);
    background: linear-gradient(145deg, #eef7ff, #dfedff);
    font-size: 20px;
}

.px-feature-card h3 {
    margin: 17px 0 0;
    color: var(--px-title);
    font-size: 18px;
    font-weight: 900;
}

.px-feature-card p {
    margin: 9px 0 0;
    color: var(--px-muted);
    font-size: 12px;
    line-height: 1.95;
}

/* Steps */
.px-steps {
    max-width: 950px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.px-steps li {
    display: flex;
    gap: 13px;
    padding: 22px;
    border: 1px solid var(--px-border);
    border-radius: 19px;
    background: #fff;
    box-shadow: var(--px-shadow-soft);
}

.px-steps > li > span {
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--px-primary), var(--px-primary-2));
    font-weight: 900;
}

.px-steps strong {
    display: block;
    color: var(--px-title);
    font-size: 14px;
}

.px-steps p {
    margin: 5px 0 0;
    color: var(--px-muted);
    font-size: 11px;
    line-height: 1.75;
}

/* Action cards */
.px-action-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.px-action-card {
    min-height: 270px;
    display: grid;
    grid-template-columns: 122px 1fr;
    align-items: center;
    gap: 24px;
    padding: 26px;
    overflow: hidden;
    border: 1px solid var(--px-border);
    border-radius: 25px;
    background: #fff;
    box-shadow: var(--px-shadow-soft);
}

.px-action-art {
    width: 110px;
    height: 110px;
    display: grid;
    place-items: center;
    border-radius: 27px;
    color: #fff;
    background: linear-gradient(145deg, var(--px-primary), var(--px-primary-2));
    box-shadow: 0 19px 35px rgba(20, 119, 239, .22);
    font-size: 35px;
}

.px-action-card-photo {
    grid-template-columns: 180px 1fr;
}

.px-action-photo {
    height: 205px;
    overflow: hidden;
    border-radius: 20px;
}

.px-action-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.px-action-card > div > span {
    color: var(--px-primary);
    font-size: 11px;
    font-weight: 800;
}

.px-action-card h2 {
    margin: 7px 0 0;
    color: var(--px-title);
    font-size: 21px;
    font-weight: 950;
    line-height: 1.55;
}

.px-action-card p {
    margin: 8px 0 17px;
    color: var(--px-muted);
    font-size: 12px;
    line-height: 1.85;
}

/* FAQ */
.px-faq-section {
    padding-top: 45px;
}

.px-faq-grid {
    max-width: 1000px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
    margin: 0 auto;
}

.px-faq-grid details {
    overflow: hidden;
    border: 1px solid var(--px-border);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 23px rgba(20, 70, 127, .06);
}

.px-faq-grid summary {
    position: relative;
    padding: 17px 19px 17px 48px;
    color: var(--px-title);
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
    list-style: none;
}

.px-faq-grid summary::-webkit-details-marker {
    display: none;
}

.px-faq-grid summary::before {
    content: "+";
    position: absolute;
    left: 15px;
    top: 50%;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    border-radius: 8px;
    color: var(--px-primary);
    background: #edf5ff;
    font-size: 17px;
    font-weight: 500;
}

.px-faq-grid details[open] summary::before {
    content: "−";
}

.px-faq-grid details p {
    margin: 0;
    padding: 0 19px 18px;
    color: var(--px-muted);
    font-size: 11px;
    line-height: 1.95;
}

.px-disclosure {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 15px;
    margin-bottom: 82px;
    padding: 20px 22px;
    border: 1px solid #d6e8ff;
    border-radius: 19px;
    background: #f1f7ff;
}

.px-disclosure-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--px-primary);
    background: #fff;
    font-size: 19px;
}

.px-disclosure h2 {
    margin: 0;
    color: var(--px-title);
    font-size: 13px;
    font-weight: 900;
}

.px-disclosure p {
    margin: 4px 0 0;
    color: var(--px-muted);
    font-size: 10px;
    line-height: 1.8;
}

.px-disclosure > a {
    padding: 9px 12px;
    border-radius: 11px;
    color: var(--px-primary) !important;
    background: #fff;
    font-size: 11px;
    font-weight: 800;
}

/* Internal pages and learning area */
body.proxnet-learn,
body.proxnet-inner {
    background:
        radial-gradient(circle at 90% 0, rgba(20, 119, 239, .1), transparent 24rem),
        linear-gradient(180deg, #f4f8ff 0, #fff 42rem);
}

body.proxnet-learn > section,
body.proxnet-inner > section {
    padding: 48px 0 82px;
}

body.proxnet-learn .container,
body.proxnet-inner .container {
    width: min(1050px, calc(100% - 30px));
    max-width: none !important;
    margin-inline: auto;
}

body.proxnet-learn .card,
body.proxnet-inner .card {
    overflow: hidden;
    border: 1px solid var(--px-border) !important;
    border-radius: 24px !important;
    background: #fff;
    box-shadow: var(--px-shadow) !important;
}

body.proxnet-learn .card-header,
body.proxnet-inner .card-header {
    position: relative;
    margin: 0 !important;
    padding: 31px 34px !important;
    border: 0 !important;
    border-bottom: 1px solid #e5edf7 !important;
    color: var(--px-title) !important;
    background:
        linear-gradient(135deg, rgba(20,119,239,.1), rgba(69,168,255,.03)),
        #fff !important;
    font-size: clamp(24px, 3vw, 37px) !important;
    font-weight: 950 !important;
    line-height: 1.55 !important;
}

body.proxnet-learn .card-header::before,
body.proxnet-inner .card-header::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: linear-gradient(180deg, var(--px-primary), var(--px-primary-2));
}

body.proxnet-learn .card-body,
body.proxnet-inner .card-body {
    padding: 30px 34px 36px !important;
    color: #41516a;
    font-size: 14px;
    line-height: 2.05;
}

body.proxnet-learn .card-body > :first-child,
body.proxnet-inner .card-body > :first-child {
    margin-top: 0;
}

body.proxnet-learn .alert,
body.proxnet-inner .alert {
    position: relative;
    padding: 14px 48px 14px 16px !important;
    border: 1px solid !important;
    border-radius: 14px !important;
    font-size: 12px;
    line-height: 1.8;
}

body.proxnet-learn .alert::before,
body.proxnet-inner .alert::before {
    position: absolute;
    right: 17px;
    top: 14px;
    font-family: Vazirmatn, Tahoma, Arial, sans-serif;
    font-weight: 900;
}

body.proxnet-learn .alert-info::before,
body.proxnet-inner .alert-info::before { content: "i"; }
body.proxnet-learn .alert-success::before,
body.proxnet-inner .alert-success::before { content: "✓"; }
body.proxnet-learn .alert-danger::before,
body.proxnet-inner .alert-danger::before { content: "!"; }
body.proxnet-learn .alert-warning::before,
body.proxnet-inner .alert-warning::before { content: "!"; }

body.proxnet-learn .list-group,
body.proxnet-inner .list-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px !important;
}

body.proxnet-learn .list-group-item,
body.proxnet-inner .list-group-item {
    min-height: 76px;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
    margin: 0 !important;
    padding: 16px 18px !important;
    border: 1px solid #dce8f5 !important;
    border-radius: 15px !important;
    color: #30415d !important;
    background: #f9fbff !important;
    font-size: 13px;
    font-weight: 750;
    text-align: right !important;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

body.proxnet-learn .list-group-item:hover,
body.proxnet-inner .list-group-item:hover {
    z-index: 2;
    transform: translateY(-2px);
    border-color: #b9d8fa !important;
    color: var(--px-primary-dark) !important;
    background: #edf6ff !important;
    box-shadow: 0 11px 25px rgba(20, 80, 145, .09);
}

body.proxnet-learn .list-group-item i,
body.proxnet-inner .list-group-item i {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    margin: 0 !important;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, var(--px-primary), var(--px-primary-2));
    font-size: 19px !important;
}

body.proxnet-learn .card-body img,
body.proxnet-inner .card-body img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 18px auto !important;
    border: 1px solid #e0e8f1;
    border-radius: 15px;
    box-shadow: 0 11px 27px rgba(20, 60, 110, .09);
}

body.proxnet-learn .card-body .btn,
body.proxnet-inner .card-body .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 6px 3px;
    padding: 10px 15px !important;
    border-radius: 12px !important;
    font-family: inherit !important;
    font-size: 12px;
    font-weight: 800;
}

body.proxnet-learn .card-body a:not(.btn):not(.list-group-item),
body.proxnet-inner .card-body a:not(.btn):not(.list-group-item) {
    color: var(--px-primary-dark);
    font-weight: 750;
}

body.proxnet-learn .text-center,
body.proxnet-inner .text-center {
    text-align: right !important;
}

.px-learn-hero {
    display: grid;
    grid-template-columns: 1fr 320px;
    align-items: center;
    gap: 28px;
    margin-bottom: 22px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--px-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--px-shadow-soft);
}

.px-learn-hero h1 {
    margin: 0;
    color: var(--px-title);
    font-size: clamp(20px, 2.6vw, 32px);
    font-weight: 950;
    line-height: 1.5;
}

.px-learn-hero p {
    margin: 12px 0 0;
    color: var(--px-muted);
    font-size: 13px;
    line-height: 1.95;
}

.px-learn-hero img {
    width: 100%;
    height: 190px;
    display: block;
    object-fit: cover;
    border-radius: 18px;
}

.px-platform-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
}

.px-platform-card {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 21px;
    border: 1px solid var(--px-border);
    border-radius: 19px;
    color: var(--px-text) !important;
    background: #fff;
    box-shadow: var(--px-shadow-soft);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.px-platform-card:hover {
    transform: translateY(-4px);
    border-color: #b8d6f7;
    box-shadow: 0 18px 39px rgba(20, 70, 127, .13);
}

.px-platform-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, var(--px-primary-dark), var(--px-primary-2));
    font-size: 22px;
}

.px-platform-card h2 {
    margin: 16px 0 0;
    color: var(--px-title);
    font-size: 17px;
    font-weight: 900;
}

.px-platform-card p {
    margin: 7px 0 0;
    color: var(--px-muted);
    font-size: 13px;
    line-height: 1.8;
}

.px-platform-card .px-platform-link {
    margin-top: auto;
    padding: 8px 12px;
    border-radius: 10px;
    color: var(--px-primary) !important;
    background: #eef6ff;
    font-size: 11px;
    font-weight: 800;
}

/* Mobile-specific hiding rules */
@media (max-width: 768px) {
    /* Hide photo collage images in mobile */
    .px-photo-collage {
        display: none !important;
    }
    
    /* Hide floating status box in mobile */
    .px-floating-status {
        display: none !important;
    }
    
    /* Hide trust strip section in mobile */
    .px-trust-strip {
        display: none !important;
    }
    
    /* Adjust hero section for mobile when images are hidden */
    .px-hero-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}argin-top: auto;
    padding-top: 13px;
    color: var(--px-primary);
    font-size: 11px;
    font-weight: 850;
}

/* Footer */
.px-footer {
    padding: 56px 0 0;
    color: #d9e8ff !important;
    background: #062453 !important;
    background:
        radial-gradient(circle at 10% 0, rgba(49, 135, 255, .17), transparent 24rem),
        #062453 !important;
}

.px-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr .75fr .75fr .75fr;
    gap: 50px;
    padding-bottom: 40px;
}

.px-brand-footer .px-brand-copy strong {
    color: #fff;
}

.px-brand-footer .px-brand-copy small {
    color: #99b5d8;
}

.px-footer-brand > p {
    max-width: 430px;
    margin: 17px 0 0;
    color: #a9bed9;
    font-size: 11px;
    line-height: 1.9;
}

.px-footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.px-footer-badges span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 9px;
    color: #c9dcf5;
    background: rgba(255, 255, 255, .05);
    font-size: 9px;
}

.px-footer-links h2 {
    margin: 0 0 13px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.px-footer-links a {
    display: block;
    width: fit-content;
    margin: 8px 0;
    color: #a9bed9 !important;
    font-size: 10px;
    transition: color .18s ease;
}

.px-footer-links a:hover {
    color: #fff !important;
}

.px-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0 22px;
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.px-footer-bottom p {
    margin: 0;
    color: #829dbc;
    font-size: 9px;
}

@media (max-width: 1100px) {
    .px-hero-grid {
        grid-template-columns: minmax(0, 1fr) 430px;
        gap: 36px;
    }

    .px-photo-collage {
        min-height: 500px;
    }

    .px-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .px-platform-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .px-desktop-nav,
    .px-panel-button {
        display: none !important;
    }

    .px-menu-toggle {
        display: flex;
    }

    .px-hero {
        padding-top: 42px;
    }

    .px-hero-grid {
        grid-template-columns: 1fr;
    }

    .px-hero-copy {
        text-align: center;
    }

    .px-eyebrow,
    .px-hero-copy > p,
    .px-hero-points {
        margin-inline: auto;
    }

    .px-hero-actions,
    .px-hero-points {
        justify-content: center;
    }

    .px-photo-collage {
        width: min(620px, 100%);
        min-height: 520px;
        margin: 0 auto;
    }

    .px-trust-grid,
    .px-feature-grid,
    .px-steps {
        grid-template-columns: 1fr;
    }

    .px-action-grid {
        grid-template-columns: 1fr;
    }

    .px-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .px-footer-brand {
        grid-column: 1 / -1;
    }

    .px-learn-hero {
        grid-template-columns: 1fr 250px;
    }
}

@media (max-width: 680px) {
    .px-container {
        width: min(100% - 24px, 1180px);
    }

    .px-nav-wrap {
        min-height: 70px;
    }

    .px-brand-mark {
        width: 42px;
        height: 42px;
        border-radius: 13px;
        font-size: 19px;
    }

    .px-brand-copy strong {
        font-size: 18px;
    }

    .px-brand-copy small {
        font-size: 7px;
    }

    .px-mobile-nav .px-container {
        grid-template-columns: 1fr;
    }

    .px-hero h1 {
        font-size: 37px;
    }

    .px-hero-copy > p {
        font-size: 14px;
    }

    .px-hero-actions .px-button {
        width: 100%;
    }

    .px-photo-collage {
        min-height: 430px;
    }

    .px-photo-main {
        inset: 0 0 75px 25px;
    }

    .px-photo-small {
        width: 150px;
        height: 115px;
    }

    .px-photo-laptop {
        left: -3px;
        top: 24px;
    }

    .px-photo-server {
        right: -3px;
        bottom: 10px;
    }

    .px-photo-small figcaption {
        display: none;
    }

    .px-floating-status {
        left: 17px;
        bottom: 2px;
        min-width: 215px;
    }

    .px-trust-grid article {
        min-height: 82px;
    }

    .px-section,
    .px-pricing {
        padding: 68px 0;
    }

    .px-plan-grid,
    .px-faq-grid,
    .px-platform-grid {
        grid-template-columns: 1fr;
    }

    .px-action-card,
    .px-action-card-photo {
        grid-template-columns: 1fr;
    }

    .px-action-art {
        width: 76px;
        height: 76px;
        border-radius: 20px;
        font-size: 27px;
    }

    .px-action-photo {
        height: 170px;
    }

    .px-disclosure {
        grid-template-columns: auto 1fr;
    }

    .px-disclosure > a {
        grid-column: 1 / -1;
        text-align: center;
    }

    body.proxnet-learn > section,
    body.proxnet-inner > section {
        padding-top: 26px;
    }

    body.proxnet-learn .card-header,
    body.proxnet-inner .card-header {
        padding: 24px 22px !important;
        font-size: 26px !important;
    }

    body.proxnet-learn .card-body,
    body.proxnet-inner .card-body {
        padding: 22px 18px 28px !important;
    }

    body.proxnet-learn .list-group,
    body.proxnet-inner .list-group {
        grid-template-columns: 1fr;
    }

    .px-learn-hero {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .px-learn-hero img {
        height: 160px;
    }

    .px-footer-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .px-footer-brand {
        grid-column: auto;
    }

    .px-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* Inline SVG icon system: independent from icon-font files. */
.px-icon-host {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-style: normal;
    line-height: 1;
    vertical-align: -.12em;
}

.px-icon-host::before {
    content: none !important;
    display: none !important;
}

.px-icon-svg {
    width: 1em;
    height: 1em;
    display: block;
    overflow: visible;
    pointer-events: none;
}

body.proxnet-learn .list-group-item .px-icon-host,
body.proxnet-inner .list-group-item .px-icon-host {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: linear-gradient(135deg, rgba(20, 119, 239, .13), rgba(69, 168, 255, .22));
    color: var(--px-primary);
    font-size: 20px;
}

body.proxnet-learn .list-group-item .px-icon-svg,
body.proxnet-inner .list-group-item .px-icon-svg {
    width: 20px;
    height: 20px;
}

.px-legacy-learn-redirect {
    padding: 22px 0 6px;
}

/* =========================================================
   ProxNet V4 - Global readable typography
   Applied to home, pricing, learning pages and footer
   ========================================================= */
html {
    font-size: 16px;
}

body.proxnet-site,
body.proxnet-home {
    font-size: 16px !important;
    line-height: 1.95 !important;
}

/* Navigation and primary actions */
.px-desktop-nav a,
.px-button,
.px-mobile-panel a {
    font-size: 15px !important;
}

.px-brand-copy small {
    font-size: 10px !important;
    letter-spacing: .55px !important;
}

/* Standard body copy */
.px-hero-copy p,
.px-section-head p,
.px-card p,
.px-feature-card p,
.px-step-card p,
.px-access-card p,
.px-learning-card p,
.px-support-card p,
.px-faq-answer,
.px-note,
.px-price-note,
.px-plan-description,
.px-footer p,
.px-footer a,
.px-footer li,
.px-inner-content p,
.px-inner-content li {
    font-size: 15px !important;
    line-height: 2 !important;
}

/* Pricing cards */
.px-plan-card {
    font-size: 15px !important;
}

.px-plan-card .px-plan-eyebrow,
.px-plan-card .px-plan-tag,
.px-plan-card .px-plan-badge,
.px-plan-card small {
    font-size: 12px !important;
    line-height: 1.75 !important;
}

.px-plan-card h3,
.px-plan-title {
    font-size: 21px !important;
    line-height: 1.65 !important;
}

.px-plan-card .px-plan-period,
.px-plan-card .px-plan-support {
    font-size: 16px !important;
}

.px-plan-card .px-price,
.px-plan-price {
    font-size: 25px !important;
    line-height: 1.45 !important;
}

.px-plan-card ul,
.px-plan-card li,
.px-plan-features li {
    font-size: 14px !important;
    line-height: 2 !important;
}

.px-plan-card .px-button,
.px-plan-card a[role="button"] {
    font-size: 15px !important;
}

/* Cards and section headings */
.px-feature-card h3,
.px-step-card h3,
.px-access-card h3,
.px-learning-card h3,
.px-support-card h3,
.px-footer h3,
.px-footer h4 {
    font-size: 18px !important;
    line-height: 1.7 !important;
}

.px-faq-question {
    font-size: 15px !important;
    line-height: 1.9 !important;
}

/* Internal / learning pages */
.px-inner-hero p,
.px-inner-lead,
.px-breadcrumb,
.px-learning-index p,
.px-learning-index a,
.px-article-body p,
.px-article-body li,
.px-article-body a {
    font-size: 16px !important;
    line-height: 2.05 !important;
}

.px-article-body h2,
.px-inner-content h2 {
    font-size: 27px !important;
    line-height: 1.6 !important;
}

.px-article-body h3,
.px-inner-content h3 {
    font-size: 21px !important;
    line-height: 1.7 !important;
}

/* Footer readability */
.px-footer {
    font-size: 15px !important;
}

.px-footer-brand small,
.px-footer-bottom,
.px-footer-meta {
    font-size: 13px !important;
    line-height: 1.9 !important;
}

@media (max-width: 767px) {
    body.proxnet-site,
    body.proxnet-home {
        font-size: 15px !important;
    }

    .px-hero-copy p,
    .px-section-head p,
    .px-card p,
    .px-feature-card p,
    .px-step-card p,
    .px-access-card p,
    .px-learning-card p,
    .px-support-card p,
    .px-footer p,
    .px-footer a,
    .px-footer li {
        font-size: 14px !important;
    }

    .px-plan-card h3,
    .px-plan-title {
        font-size: 20px !important;
    }

    .px-plan-card .px-price,
    .px-plan-price {
        font-size: 23px !important;
    }

    .px-plan-card ul,
    .px-plan-card li,
    .px-plan-features li {
        font-size: 14px !important;
    }

    .px-footer h3,
    .px-footer h4 {
        font-size: 17px !important;
    }
}

/* =========================================================
   ProxNet V5 - Balanced typography pass
   Bigger small text, calmer oversized headings
   ========================================================= */
:root {
    --px-text-size: 16px;
    --px-small-size: 14px;
}

body.proxnet-site,
body.proxnet-home {
    font-size: 17px !important;
    line-height: 1.9 !important;
}

/* Reduce the headings that were visually too dominant */
.px-hero-copy h1 {
    font-size: clamp(38px, 4.1vw, 54px) !important;
    line-height: 1.4 !important;
}

.px-section-head h2 {
    font-size: clamp(29px, 2.7vw, 38px) !important;
    line-height: 1.5 !important;
}

.px-inner-hero h1,
.px-inner-title {
    font-size: clamp(31px, 3.4vw, 42px) !important;
    line-height: 1.5 !important;
}

/* Increase all commonly small copy */
.px-hero-copy p,
.px-section-head p,
.px-card p,
.px-feature-card p,
.px-step-card p,
.px-access-card p,
.px-learning-card p,
.px-support-card p,
.px-faq-answer,
.px-note,
.px-price-note,
.px-plan-description,
.px-inner-content p,
.px-inner-content li,
.px-learning-index p,
.px-learning-index a,
.px-article-body p,
.px-article-body li,
.px-article-body a {
    font-size: 16px !important;
    line-height: 2 !important;
}

.px-desktop-nav a,
.px-button,
.px-mobile-panel a,
.px-faq-question {
    font-size: 16px !important;
}

/* Pricing cards: no more tiny labels or feature text */
.px-plan-card {
    font-size: 16px !important;
}

.px-plan-card .px-plan-eyebrow,
.px-plan-card .px-plan-tag,
.px-plan-card .px-plan-badge,
.px-plan-card small,
.px-plan-card .px-plan-meta {
    font-size: 13px !important;
    line-height: 1.8 !important;
}

.px-plan-card h3,
.px-plan-title {
    font-size: 22px !important;
    line-height: 1.55 !important;
}

.px-plan-card .px-plan-period,
.px-plan-card .px-plan-support {
    font-size: 16px !important;
}

.px-plan-card .px-price,
.px-plan-price {
    font-size: 27px !important;
    line-height: 1.4 !important;
}

.px-plan-card ul,
.px-plan-card li,
.px-plan-features li {
    font-size: 15px !important;
    line-height: 2 !important;
}

.px-plan-card .px-button,
.px-plan-card a[role="button"] {
    font-size: 16px !important;
}

/* General cards */
.px-feature-card h3,
.px-step-card h3,
.px-access-card h3,
.px-learning-card h3,
.px-support-card h3 {
    font-size: 19px !important;
    line-height: 1.65 !important;
}

/* Footer */
.px-footer,
.px-footer p,
.px-footer a,
.px-footer li {
    font-size: 15px !important;
    line-height: 1.95 !important;
}

.px-footer h3,
.px-footer h4 {
    font-size: 18px !important;
}

.px-footer-brand small,
.px-footer-bottom,
.px-footer-meta {
    font-size: 14px !important;
    line-height: 1.9 !important;
}

/* Internal article titles */
.px-article-body h2,
.px-inner-content h2 {
    font-size: 25px !important;
}

.px-article-body h3,
.px-inner-content h3 {
    font-size: 20px !important;
}

@media (max-width: 767px) {
    body.proxnet-site,
    body.proxnet-home {
        font-size: 16px !important;
    }

    .px-hero-copy h1 {
        font-size: clamp(31px, 9vw, 39px) !important;
    }

    .px-section-head h2 {
        font-size: clamp(25px, 7vw, 31px) !important;
    }

    .px-inner-hero h1,
    .px-inner-title {
        font-size: clamp(27px, 8vw, 34px) !important;
    }

    .px-hero-copy p,
    .px-section-head p,
    .px-card p,
    .px-feature-card p,
    .px-step-card p,
    .px-access-card p,
    .px-learning-card p,
    .px-support-card p,
    .px-footer p,
    .px-footer a,
    .px-footer li,
    .px-inner-content p,
    .px-inner-content li,
    .px-learning-index p,
    .px-learning-index a,
    .px-article-body p,
    .px-article-body li,
    .px-article-body a {
        font-size: 15px !important;
    }

    .px-plan-card h3,
    .px-plan-title {
        font-size: 21px !important;
    }

    .px-plan-card .px-price,
    .px-plan-price {
        font-size: 25px !important;
    }

    .px-plan-card ul,
    .px-plan-card li,
    .px-plan-features li {
        font-size: 15px !important;
    }

    .px-footer h3,
    .px-footer h4 {
        font-size: 18px !important;
    }
}

/* =========================================================
   ProxNet V6 - Full typography & media recalibration
   ========================================================= */
:root {
    --px-body-font: 17px;
    --px-copy-font: 16px;
    --px-meta-font: 14px;
}

body.proxnet-site,
body.proxnet-home {
    font-size: var(--px-body-font) !important;
    line-height: 1.85 !important;
}

/* Main titles: intentionally calmer than V5 */
.px-hero h1,
.px-hero-copy h1 {
    max-width: 760px !important;
    font-size: clamp(36px, 3.45vw, 48px) !important;
    line-height: 1.48 !important;
    letter-spacing: -.55px !important;
}

.px-section-head h2 {
    font-size: clamp(28px, 2.35vw, 35px) !important;
    line-height: 1.55 !important;
}

.px-inner-hero h1,
.px-inner-title {
    font-size: clamp(30px, 2.8vw, 39px) !important;
    line-height: 1.55 !important;
}

/* Eyebrows and section labels */
.px-eyebrow,
.px-section-head > span,
.px-action-card > div > span,
.px-plan-eyebrow,
.px-plan-tag {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* Normal copy throughout the site */
.px-hero-copy > p,
.px-hero-copy p,
.px-section-head p,
.px-feature-card p,
.px-step-card p,
.px-access-card p,
.px-learning-card p,
.px-support-card p,
.px-action-card p,
.px-inner-content p,
.px-inner-content li,
.px-article-body p,
.px-article-body li,
.px-learning-index p,
.px-learning-index a,
.px-faq-grid details p,
.px-faq-answer,
.px-disclosure p,
.px-note,
.px-price-note,
.px-plan-description {
    font-size: 16px !important;
    line-height: 1.95 !important;
}

/* Header and controls */
.px-desktop-nav a,
.px-mobile-nav a,
.px-button,
.px-faq-grid summary,
.px-faq-question {
    font-size: 16px !important;
}

/* Steps shown in screenshot */
.px-steps {
    max-width: 1060px !important;
    gap: 18px !important;
}

.px-steps li {
    min-height: 145px !important;
    gap: 16px !important;
    padding: 25px 24px !important;
}

.px-steps > li > span {
    width: 42px !important;
    height: 42px !important;
    border-radius: 13px !important;
    font-size: 18px !important;
}

.px-steps strong,
.px-step-card h3 {
    font-size: 18px !important;
    line-height: 1.65 !important;
}

.px-steps p,
.px-step-card p {
    margin-top: 8px !important;
    font-size: 15px !important;
    line-height: 1.9 !important;
}

/* FAQ shown in screenshot */
.px-faq-grid {
    max-width: 1080px !important;
    gap: 14px !important;
}

.px-faq-grid summary {
    min-height: 66px !important;
    display: flex !important;
    align-items: center !important;
    padding: 19px 22px 19px 58px !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.px-faq-grid summary::before {
    left: 18px !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 20px !important;
}

.px-faq-grid details p {
    padding: 0 22px 22px !important;
}

.px-disclosure {
    padding: 24px 26px !important;
}

.px-disclosure strong,
.px-disclosure h3 {
    font-size: 18px !important;
}

.px-disclosure p {
    font-size: 15px !important;
}

/* Feature/action cards */
.px-feature-card h3,
.px-access-card h3,
.px-learning-card h3,
.px-support-card h3,
.px-action-card h2 {
    font-size: 20px !important;
    line-height: 1.6 !important;
}

/* Pricing cards */
.px-plan-card h3,
.px-plan-title {
    font-size: 22px !important;
}

.px-plan-card .px-price,
.px-plan-price {
    font-size: 29px !important;
}

.px-plan-card ul,
.px-plan-card li,
.px-plan-features li {
    font-size: 16px !important;
    line-height: 1.95 !important;
}

.px-plan-card small,
.px-plan-card .px-plan-meta,
.px-plan-card .px-plan-badge {
    font-size: 14px !important;
}

/* Hero images: larger visual presence */
.px-hero-grid {
    grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr) !important;
    gap: 48px !important;
}

.px-photo-collage {
    min-height: 625px !important;
}

.px-photo-main {
    inset: 0 0 62px 48px !important;
}

.px-photo-small {
    width: 235px !important;
    height: 175px !important;
}

.px-photo-card figcaption {
    font-size: 14px !important;
    padding: 10px 14px !important;
}

/* Other real photos */
.px-action-card-photo {
    grid-template-columns: 240px 1fr !important;
}

.px-action-photo {
    height: 235px !important;
}

/* Footer */
.px-footer,
.px-footer p,
.px-footer a,
.px-footer li {
    font-size: 16px !important;
    line-height: 1.9 !important;
}

.px-footer h3,
.px-footer h4 {
    font-size: 19px !important;
}

.px-footer-brand small,
.px-footer-bottom,
.px-footer-meta,
.px-footer-bottom p {
    font-size: 14px !important;
}

@media (max-width: 1100px) {
    .px-hero-grid {
        grid-template-columns: minmax(0, 1fr) 470px !important;
    }

    .px-photo-collage {
        min-height: 560px !important;
    }
}

@media (max-width: 900px) {
    .px-hero-grid {
        grid-template-columns: 1fr !important;
    }

    .px-photo-collage {
        width: min(690px, 100%) !important;
        min-height: 570px !important;
    }

    .px-action-card-photo {
        grid-template-columns: 220px 1fr !important;
    }
}

@media (max-width: 680px) {
    body.proxnet-site,
    body.proxnet-home {
        font-size: 16px !important;
    }

    .px-hero h1,
    .px-hero-copy h1 {
        font-size: clamp(29px, 8.1vw, 35px) !important;
        line-height: 1.55 !important;
    }

    .px-section-head h2 {
        font-size: clamp(25px, 7vw, 30px) !important;
    }

    .px-inner-hero h1,
    .px-inner-title {
        font-size: clamp(27px, 7.5vw, 32px) !important;
    }

    .px-hero-copy > p,
    .px-section-head p,
    .px-feature-card p,
    .px-step-card p,
    .px-access-card p,
    .px-learning-card p,
    .px-support-card p,
    .px-action-card p,
    .px-inner-content p,
    .px-inner-content li,
    .px-article-body p,
    .px-article-body li,
    .px-faq-grid details p {
        font-size: 15px !important;
    }

    .px-steps li {
        min-height: 0 !important;
        padding: 21px 19px !important;
    }

    .px-steps strong,
    .px-step-card h3 {
        font-size: 17px !important;
    }

    .px-faq-grid summary {
        min-height: 62px !important;
        padding: 17px 18px 17px 54px !important;
        font-size: 15px !important;
    }

    /* Hide photo collage and all its images on mobile */
    .px-photo-collage {
        display: none !important;
    }

    .px-action-card-photo {
        grid-template-columns: 1fr !important;
    }

    .px-action-photo {
        width: 100% !important;
        height: 245px !important;
    }

    .px-footer,
    .px-footer p,
    .px-footer a,
    .px-footer li {
        font-size: 15px !important;
    }
}

/* ==============================
   صفحه تماس با ما
   ============================== */

.px-contact-hero {
    max-width: 680px;
    margin: 0 auto 40px;
    text-align: center;
    padding: 48px 0 0;
}

.px-contact-hero h1 {
    margin: 10px 0 0;
    color: var(--px-title);
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 950;
    line-height: 1.4;
}

.px-contact-hero p {
    margin: 14px 0 0;
    color: var(--px-muted);
    font-size: 16px;
    line-height: 2;
}

.px-contact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    max-width: 1100px;
    margin: 0 auto 28px;
}

/* کارت تیکت — عادی مثل بقیه */
.px-contact-ticket {
    background: #fff !important;
    border-color: var(--px-border) !important;
}

.px-contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 24px 16px;
    border: 1px solid var(--px-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--px-shadow-soft);
    color: var(--px-text) !important;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.px-contact-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--px-shadow);
    border-color: var(--px-border-strong);
}

.px-contact-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 17px;
    color: #fff;
    font-size: 24px;
}

.px-contact-telegram .px-contact-icon {
    background: linear-gradient(135deg, #0088cc, #29b6f6);
    box-shadow: 0 10px 24px rgba(0, 136, 204, .25);
}

.px-contact-email .px-contact-icon {
    background: linear-gradient(135deg, var(--px-primary-dark), var(--px-primary-2));
    box-shadow: 0 10px 24px rgba(20, 119, 239, .25);
}

.px-contact-ticket .px-contact-icon {
    background: linear-gradient(135deg, #17a978, #2ed19a);
    box-shadow: 0 10px 24px rgba(23, 169, 120, .25);
}

.px-contact-livechat {
    background: #fff;
    border: 1px solid var(--px-border);
    cursor: pointer;
    text-align: right;
    width: 100%;
}

.px-contact-livechat .px-contact-icon {
    background: linear-gradient(135deg, #f29a38, #ffc46b);
    box-shadow: 0 10px 24px rgba(242, 154, 56, .25);
}

.px-contact-info {
    flex: 1;
    min-width: 0;
    text-align: center;
}

.px-contact-info strong {
    display: block;
    color: var(--px-title);
    font-size: 15px;
    font-weight: 900;
}

.px-contact-info span {
    display: block;
    margin-top: 4px;
    color: var(--px-primary);
    font-size: 12px;
    font-weight: 750;
    direction: ltr;
    word-break: break-all;
}

.px-contact-info small {
    display: block;
    margin-top: 4px;
    color: var(--px-muted);
    font-size: 11px;
}

.px-contact-arrow {
    display: none;
}

.px-contact-note {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    max-width: 780px;
    margin: 0 auto 28px;
    padding: 18px 20px;
    border: 1px solid #d6e8ff;
    border-radius: 17px;
    background: #f1f7ff;
}

.px-contact-note-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--px-primary);
    background: #fff;
    font-size: 17px;
}

.px-contact-note strong {
    display: block;
    color: var(--px-title);
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 4px;
}

.px-contact-note p {
    margin: 0;
    color: var(--px-muted);
    font-size: 14px;
    line-height: 1.9;
}

.px-contact-note p a {
    color: var(--px-primary);
    font-weight: 750;
}

.px-contact-hours {
    max-width: 780px;
    margin: 0 auto 60px;
    padding: 22px 24px;
    border: 1px solid var(--px-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: var(--px-shadow-soft);
}

.px-contact-hours h2 {
    margin: 0 0 16px;
    color: var(--px-title);
    font-size: 15px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 8px;
}

.px-contact-hours h2 i {
    color: var(--px-primary);
}

.px-hours-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.px-hours-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border: 1px solid var(--px-border);
    border-radius: 12px;
    background: var(--px-bg-soft);
}

.px-hours-label {
    color: var(--px-text);
    font-size: 13px;
    font-weight: 700;
}

.px-hours-value {
    color: var(--px-primary);
    font-size: 13px;
    font-weight: 800;
    direction: ltr;
}

@media (max-width: 900px) {
    .px-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .px-contact-grid {
        grid-template-columns: 1fr;
    }

    .px-hours-grid {
        grid-template-columns: 1fr;
    }
    
    /* Learn hero to single column on mobile */
    .px-learn-hero {
        grid-template-columns: 1fr;
    }
}


/* Contact page */
.px-contact-hero {
    margin-bottom: 34px;
    text-align: center;
}

.px-contact-hero h1 {
    margin: 9px 0 0;
    color: var(--px-title);
    font-size: clamp(26px, 3.2vw, 38px);
    font-weight: 950;
    line-height: 1.45;
}

.px-contact-hero > p {
    max-width: 720px;
    margin: 14px auto 0;
    color: var(--px-muted);
    font-size: 14px;
    line-height: 2;
}

.px-contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 36px;
}

.px-contact-card {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 26px 18px;
    border: 1px solid var(--px-border);
    border-radius: 20px;
    color: var(--px-text) !important;
    background: #fff;
    box-shadow: var(--px-shadow-soft);
    text-align: center;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    cursor: pointer;
}

.px-contact-card:hover {
    transform: translateY(-4px);
    border-color: #b8d6f7;
    box-shadow: 0 18px 39px rgba(20, 70, 127, .13);
}

.px-contact-icon {
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--px-primary-dark), var(--px-primary-2));
    box-shadow: 0 12px 26px rgba(20, 119, 239, .22);
}

.px-contact-telegram .px-contact-icon {
    background: linear-gradient(135deg, #229ed9, #38b8e6);
}

.px-contact-email .px-contact-icon {
    background: linear-gradient(135deg, #ea4335, #ea6d55);
}

.px-contact-ticket .px-contact-icon {
    background: linear-gradient(135deg, #17a978, #20c997);
}

.px-contact-livechat .px-contact-icon {
    background: linear-gradient(135deg, #f29a38, #f5b068);
}

.px-contact-info {
    flex: 1;
}

.px-contact-info strong,
.px-contact-info span,
.px-contact-info small {
    display: block;
}

.px-contact-info strong {
    color: var(--px-title);
    font-size: 15px;
    font-weight: 900;
}

.px-contact-info span {
    margin-top: 6px;
    color: var(--px-text);
    font-size: 12px;
    font-weight: 750;
}

.px-contact-info small {
    margin-top: 4px;
    color: var(--px-muted);
    font-size: 11px;
}

.px-contact-arrow {
    display: none;
}

.px-contact-note {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 34px;
    padding: 20px 22px;
    border: 1px solid #d6e8ff;
    border-radius: 17px;
    background: #f1f7ff;
}

.px-contact-note-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: var(--px-primary);
    background: #fff;
    font-size: 18px;
}

.px-contact-note strong {
    display: block;
    margin-bottom: 6px;
    color: var(--px-title);
    font-size: 13px;
    font-weight: 900;
}

.px-contact-note p {
    margin: 0;
    color: var(--px-muted);
    font-size: 12px;
    line-height: 1.95;
}

.px-contact-note a {
    color: var(--px-primary-dark);
    font-weight: 800;
}

.px-contact-hours {
    padding: 24px 26px;
    border: 1px solid var(--px-border);
    border-radius: 19px;
    background: #fff;
    box-shadow: var(--px-shadow-soft);
}

.px-contact-hours h2 {
    margin: 0 0 18px;
    color: var(--px-title);
    font-size: 16px;
    font-weight: 900;
}

.px-hours-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.px-hours-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f8fbff;
}

.px-hours-label {
    color: var(--px-muted);
    font-size: 12px;
    font-weight: 700;
}

.px-hours-value {
    color: var(--px-title);
    font-size: 13px;
    font-weight: 900;
}

/* Legal pages (Privacy & Terms) */
.px-legal-hero {
    margin-bottom: 28px;
    text-align: center;
}

.px-legal-hero h1 {
    margin: 9px 0 0;
    color: var(--px-title);
    font-size: clamp(26px, 3.2vw, 38px);
    font-weight: 950;
    line-height: 1.45;
}

.px-legal-update {
    margin: 12px 0 0;
    color: var(--px-muted);
    font-size: 12px;
}

.px-legal-content {
    max-width: 920px;
    margin: 0 auto;
}

.px-legal-section {
    margin: 32px 0;
    padding-bottom: 28px;
    border-bottom: 1px solid #eef3f9;
}

.px-legal-section:last-child {
    border-bottom: 0;
}

.px-legal-section h2 {
    margin: 0 0 16px;
    color: var(--px-title);
    font-size: 23px;
    font-weight: 950;
}

.px-legal-section h3 {
    margin: 22px 0 12px;
    color: var(--px-title);
    font-size: 18px;
    font-weight: 900;
}

.px-legal-section p {
    margin: 12px 0;
    color: #41516a;
    font-size: 15px;
    line-height: 2.1;
}

.px-legal-section ul {
    margin: 12px 0;
    padding-right: 22px;
}

.px-legal-section li {
    margin: 9px 0;
    color: #41516a;
    font-size: 15px;
    line-height: 2;
}

.px-legal-section a {
    color: var(--px-primary-dark);
    font-weight: 800;
    text-decoration: underline;
}

.px-legal-section a:hover {
    color: var(--px-primary);
}

.px-legal-section .alert {
    margin: 18px 0;
}

/* Responsive */
@media (max-width: 992px) {
    .px-contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .px-hours-grid {
        grid-template-columns: 1fr;
    }
    
    .px-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
    
    .px-seo-highlight {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 22px;
    }
    
    .px-seo-highlight-icon {
        margin: 0 auto;
    }
    
    .px-seo-highlight-badge {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .px-contact-grid {
        grid-template-columns: 1fr;
    }
    
    .px-contact-card {
        min-height: auto;
        flex-direction: row;
        text-align: right;
        gap: 13px;
        padding: 18px 16px;
    }
    
    .px-contact-icon {
        width: 48px;
        height: 48px;
    }
    
    .px-contact-info {
        flex: 1;
        text-align: right;
    }
    
    .px-contact-arrow {
        display: block;
        margin-right: auto;
        color: var(--px-muted);
        font-size: 14px;
    }
    
    .px-legal-section {
        margin: 24px 0;
        padding-bottom: 20px;
    }
    
    .px-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    
    .px-footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .px-seo-highlight {
        gap: 16px;
        padding: 20px 18px;
    }
    
    .px-seo-highlight-icon {
        display: none;
    }
    
    .px-seo-highlight-content h3 {
        font-size: 17px;
    }
    
    .px-seo-highlight-content p {
        font-size: 13px;
    }
    
    .px-seo-highlight-badge {
        padding: 10px 14px;
    }
    
    /* Hide hero images and specific elements on mobile */
    .px-photo-collage {
        display: none !important;
    }
    
    .px-floating-status {
        display: none !important;
    }
    
    /* Hide learn page hero image on mobile */
    .px-learn-hero img {
        display: none;
    }
    
    /* Hide entire trust strip section on mobile */
    .px-trust-strip {
        display: none !important;
    }
    
    /* Adjust hero grid for mobile when images are hidden */
    .px-hero-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    /* Hero points: stack vertically and larger font on mobile */
    .px-hero-points {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .px-hero-points li {
        font-size: 15px;
        justify-content: center;
    }
}

/* ===== FOOTER BACKGROUND FORCE FIX ===== */
footer.px-footer,
.px-footer {
    background-color: #062453 !important;
    background: #062453 !important;
    background:
        radial-gradient(circle at 10% 0, rgba(49, 135, 255, .17), transparent 24rem),
        #062453 !important;
    color: #d9e8ff !important;
}

/* Remove legacy margin-top from footer */
footer.px-footer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Increase top padding inside footer */
footer.px-footer {
    padding-top: 72px !important;
}

/* Learn hero icon replacement */
.px-learn-hero-icon {
    width: 260px;
    height: 190px;
    flex: 0 0 260px;
    display: grid;
    place-items: center;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--px-primary-dark), var(--px-primary-2));
    box-shadow: 0 22px 52px rgba(20, 119, 239, .22);
    color: #fff;
    font-size: 80px;
}

@media (max-width: 768px) {
    .px-learn-hero-icon {
        display: none;
    }
}
