@font-face{font-family:"Guide FA Solid";src:url('/assets/fonts/fa-solid-900.woff2') format('woff2');font-style:normal;font-weight:900;font-display:block}
.fa-solid,.fas{font-family:"Guide FA Solid"!important;font-style:normal;font-weight:900!important}
@font-face {
    font-family: "Vazirmatn";
    src: url("/assets/fonts/webfonts/Vazirmatn-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Vazirmatn";
    src: url("/assets/fonts/webfonts/Vazirmatn-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Vazirmatn";
    src: url("/assets/fonts/webfonts/Vazirmatn-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Vazirmatn";
    src: url("/assets/fonts/webfonts/Vazirmatn-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Vazirmatn";
    src: url("/assets/fonts/webfonts/Vazirmatn-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --navy: #7c2d12;
    --navy-deep: #431407;
    --text: #431407;
    --muted: #8a6754;
    --blue: #f97316;
    --blue-dark: #c2410c;
    --blue-soft: #fff7ed;
    --green: #12a96e;
    --orange: #f28a18;
    --purple: #914de2;
    --border: #fed7aa;
    --surface: #ffffff;
    --shadow: 0 12px 34px rgba(194, 65, 12, .10);
    --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background: #fff;
    font-family: "Vazirmatn", Tahoma, sans-serif;
    font-size: 15px;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; height: auto; display: block; }
code, .number-ltr { direction: ltr; unicode-bidi: isolate; font-family: "Vazirmatn", sans-serif; }
.page-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 74px;
    background: rgba(255, 255, 255, .92);
    color: #23262b;
    border-bottom: 1px solid rgba(227, 231, 237, .9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}
.site-header__inner { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; flex: 0 0 auto; }
.brand__mark {
    width: 36px; height: 40px; display: grid; place-items: center;
    color: #fff; font-weight: 800; font-size: 20px; line-height: 1;
    background: linear-gradient(145deg, #fb923c, #c2410c);
    clip-path: polygon(50% 0, 92% 16%, 88% 74%, 50% 100%, 12% 74%, 8% 16%);
    box-shadow: inset 0 0 0 4px rgba(255,255,255,.72);
}
.brand__name { font-size: 24px; letter-spacing: -.6px; direction: ltr; }
.main-nav { display: flex; align-self: stretch; align-items: center; gap: 28px; margin-inline-start: auto; }
.main-nav a {
    position: relative; display: flex; height: 100%; align-items: center;
    color: rgba(255,255,255,.93); font-size: 14px; white-space: nowrap;
    transition: color .2s ease;
}
.main-nav a:hover, .main-nav a.is-active { color: #fff; }
.main-nav a.is-active::after {
    content: ""; position: absolute; right: 0; left: 0; bottom: 0; height: 3px;
    border-radius: 3px 3px 0 0; background: #fb923c;
}
.header-panel-btn {
    padding: 10px 18px; border-radius: 7px; font-size: 14px; white-space: nowrap;
    background: linear-gradient(145deg, #fb923c, #c2410c); box-shadow: 0 8px 18px rgba(194, 65, 12, .32);
}
.header-panel-btn span { margin-right: 8px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 10px; background: rgba(255,255,255,.08); }
.menu-toggle span { width: 22px; height: 2px; background: #fff; display: block; margin: 5px auto; }

.hero { min-height: 352px; display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: center; gap: 40px; padding-block: 45px 32px; }
.hero__content h1 { margin: 0 0 13px; font-size: clamp(34px, 4vw, 52px); line-height: 1.35; letter-spacing: -1.7px; font-weight: 800; color: #431407; }
.hero__content h1::first-line { color: var(--text); }
.hero__content h1 { background: linear-gradient(90deg, var(--text) 0 45%, var(--blue) 45% 100%); -webkit-background-clip: text; color: transparent; }
.hero__content p { max-width: 760px; margin: 0; font-size: 16px; color: #785746; line-height: 2.1; }
.hero__visual { display: flex; justify-content: center; align-items: center; }
.hero__visual img { width: 330px; filter: drop-shadow(0 15px 22px rgba(234, 88, 12, .10)); }
.hero-benefits { display: flex; align-items: center; justify-content: flex-start; gap: 54px; margin-top: 28px; }
.benefit-card { display: flex; align-items: center; gap: 12px; min-width: 168px; }
.benefit-card__icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 10px; }
.benefit-card__icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card__icon--purple { color: var(--purple); }
.benefit-card__icon--blue { color: var(--blue); }
.benefit-card__icon--green { color: var(--green); }
.benefit-card strong, .benefit-card small { display: block; }
.benefit-card strong { font-size: 14px; font-weight: 700; color: #4a1d0b; }
.benefit-card small { font-size: 12px; color: #8b6b5a; margin-top: 2px; }

.proxy-section { border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 25px 16px; box-shadow: 0 5px 22px rgba(194, 65, 12, .055); }
.proxy-section__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.proxy-section__head h2 { margin: 0; font-size: 23px; line-height: 1.5; }
.proxy-section__head p { margin: 3px 0 0; color: #927563; font-size: 13px; }
.refresh-icon { display: inline-block; margin-left: 4px; font-size: 16px; }
.guide-btn { height: 46px; min-width: 148px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #fed7aa; border-radius: 9px; color: var(--blue); background: #fff; box-shadow: 0 4px 12px rgba(194, 65, 12, .06); font-weight: 600; }
.guide-btn span { width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 11px; }
.proxy-table-wrap { overflow-x: auto; }
.proxy-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.proxy-table th, .proxy-table td { padding: 15px 10px; text-align: center; white-space: nowrap; }
.proxy-table thead th { background: linear-gradient(180deg, #fbfcfd, #fffaf5); color: #4a1d0b; font-size: 13px; font-weight: 600; }
.proxy-table thead th:first-child { border-radius: 0 10px 10px 0; }
.proxy-table thead th:last-child { border-radius: 10px 0 0 10px; }
.proxy-table tbody td { border-bottom: 1px solid #ffedd5; color: #57240f; font-size: 13px; }
.proxy-table tbody tr:last-child td { border-bottom: 0; }
.proxy-table code { color: #4a1d0b; background: transparent; font-size: 13px; }
.connection-type-cell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #ea580c;
    font-weight: 700;
}
.connection-type-cell svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.protocol-badge { display: inline-flex; align-items: center; min-height: 28px; padding: 2px 10px; border: 1px solid #fdba74; border-radius: 5px; color: #f97316; font-size: 12px; direction: ltr; }
.ping { font-weight: 600; direction: ltr; display: inline-block; }
.ping--good { color: #0aa56b; }
.ping--medium { color: #f59e0b; }
.ping--slow { color: #ef6a3a; }
.ping--unknown { color: #9a7b68; }
.ping-cell { display: inline-flex; flex-direction: column; align-items: center; gap: 3px; line-height: 1.2; }
.ping-source { color: #927563; font-size: 10px; font-weight: 500; white-space: nowrap; }
.status { display: inline-flex; align-items: center; gap: 5px; font-weight: 500; }
.status__dot { width: 7px; height: 7px; border-radius: 50%; }
.status--online { color: #0aa56b; }
.status--online .status__dot { background: #12b878; box-shadow: 0 0 0 3px rgba(18,184,120,.1); }
.status--offline { color: #ef6a3a; }
.status--offline .status__dot { background: #ef6a3a; }
.proxy-actions { display: flex; justify-content: center; gap: 10px; direction: ltr; }
.proxy-actions svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.copy-btn, .connect-btn { min-height: 39px; padding: 0 13px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; font-size: 13px; direction: rtl; }
.copy-btn { border: 1px solid #ffdfbd; color: #5f321d; background: #fff; }
.copy-btn:hover { border-color: #fdba74; }
.connect-btn { min-width: 91px; color: #fff; background: linear-gradient(145deg, #fb923c, #c2410c); box-shadow: 0 6px 13px rgba(194, 65, 12, .22); }
.connect-btn.is-disabled { opacity: .45; pointer-events: none; box-shadow: none; }
.proxy-row--hidden { display: none; }
.load-more-wrap { text-align: center; padding-top: 14px; }
.load-more-btn { min-width: 196px; height: 44px; border: 1px solid #fb923c; border-radius: 8px; color: var(--blue); background: #fff; font-weight: 500; }
.load-more-btn span { margin-right: 13px; color: #f97316; }
.proxy-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; min-height: 180px; border-radius: 12px; background: #fff7ed; color: #806451; text-align: center; }
.proxy-empty strong { color: #4a1d0b; font-size: 17px; }
.proxy-empty--warning { background: #fff7ed; }

.info-panel { display: grid; grid-template-columns: 1.15fr .85fr; gap: 32px; margin-top: 24px; padding: 25px; border: 1px solid #fed7aa; border-radius: var(--radius); background: linear-gradient(120deg, #fff7ed 0%, #fffaf5 52%, #ffedd5 100%); }
.about-proxy h2, .comparison h2 { margin: 0 0 12px; font-size: 24px; }
.about-proxy > p { margin: 0 0 22px; color: #755440; line-height: 2; }
.vpn-cta { min-height: 142px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #fed7aa; border-radius: 13px; background: rgba(255,255,255,.88); overflow: hidden; }
.vpn-cta__content { padding: 19px 22px; position: relative; z-index: 1; }
.vpn-cta__content strong { display: block; font-size: 17px; }
.vpn-cta__content span { display: block; color: #886753; font-size: 13px; margin-top: 4px; }
.vpn-cta__content a { display: inline-flex; align-items: center; gap: 15px; margin-top: 15px; padding: 9px 22px; border-radius: 6px; background: linear-gradient(145deg, #fb923c, #c2410c); color: #fff; font-weight: 600; }
.vpn-cta img { width: 182px; align-self: stretch; object-fit: cover; object-position: right center; mix-blend-mode: multiply; }
.comparison h2 { text-align: center; font-size: 18px; margin-bottom: 18px; }
.comparison__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; position: relative; }
.compare-card { border: 1px solid #fdba74; border-radius: 13px; background: rgba(255,255,255,.87); padding: 16px 18px; min-height: 215px; }
.compare-card h3 { margin: 0 0 13px; text-align: center; font-size: 18px; }
.compare-card--proxy h3 { color: #13a464; }
.compare-card--vpn h3 { color: #ea580c; }
.compare-card ul { list-style: none; margin: 0; padding: 0; }
.compare-card li { position: relative; padding-right: 25px; margin: 10px 0; font-size: 13px; }
.compare-card li::before { content: "✓"; position: absolute; right: 0; color: #10aa68; font-size: 19px; line-height: 1; font-weight: 700; }
.vs-badge { position: absolute; z-index: 2; top: 50%; right: 50%; transform: translate(50%, -50%); width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: #ffedd5; color: #4a1d0b; font-weight: 700; font-size: 11px; box-shadow: 0 2px 8px rgba(0,0,0,.07); }

.faq-section { padding-block: 34px 30px; }
.faq-section > h2 { text-align: center; margin: 0; font-size: 25px; }
.section-underline { display: block; width: 45px; height: 3px; border-radius: 3px; background: var(--blue); margin: 7px auto 20px; }
.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    column-gap: 24px;
}
.faq-column {
    display: grid;
    align-content: start;
    gap: 10px;
}
.faq-item {
    border: 1px solid #fed7aa;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.faq-item:hover {
    border-color: #fdba74;
    transform: translateY(-1px);
}
.faq-item.is-open {
    border-color: #fb923c;
    box-shadow: 0 10px 24px rgba(194, 65, 12, .10);
}
.faq-question {
    width: 100%;
    min-height: 54px;
    padding: 13px 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 0;
    color: #67341d;
    background: transparent;
    font: inherit;
    font-weight: 700;
    text-align: right;
    cursor: pointer;
}
.faq-question__icon {
    width: 21px;
    height: 21px;
    flex: 0 0 auto;
    fill: none;
    stroke: #ea580c;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .32s cubic-bezier(.22, 1, .36, 1);
}
.faq-item.is-open .faq-question__icon {
    transform: rotate(180deg);
}
.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition:
        grid-template-rows .36s cubic-bezier(.22, 1, .36, 1),
        opacity .24s ease;
}
.faq-item.is-open .faq-answer {
    grid-template-rows: 1fr;
    opacity: 1;
}
.faq-answer__inner {
    min-height: 0;
    overflow: hidden;
}
.faq-answer p {
    margin: 0;
    padding: 0 17px 17px;
    color: #8a6a57;
    font-size: 13px;
    line-height: 2;
    transform: translateY(-4px);
    transition: transform .3s ease;
}
.faq-item.is-open .faq-answer p {
    transform: translateY(0);
}

.site-footer { background: radial-gradient(circle at 35% 0, #9a3412 0, transparent 34%), linear-gradient(110deg, #7c2d12, #431407); color: #fff; padding: 32px 0 12px; }
.site-footer__grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr .75fr 1fr; gap: 44px; align-items: start; }
.site-footer h2 { margin: 0 0 11px; font-size: 16px; }
.site-footer p { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.9; }
.footer-links { display: flex; flex-direction: column; gap: 5px; }
.footer-links a { color: rgba(255,255,255,.83); font-size: 13px; }
.footer-links a:hover { color: #fff; }
.newsletter-form { margin-top: 13px; display: flex; flex-direction: column; gap: 8px; }
.newsletter-form input { height: 42px; padding: 0 13px; border: 1px solid rgba(253,186,116,.42); border-radius: 7px; color: #fff; background: rgba(67,20,7,.52); outline: none; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.4); }
.newsletter-form button { align-self: flex-start; height: 38px; padding: 0 22px; border: 0; border-radius: 6px; color: #fff; background: linear-gradient(145deg, #fb923c, #c2410c); }
.brand--footer { margin-bottom: 12px; }
.brand--footer .brand__mark { width: 31px; height: 35px; font-size: 16px; }
.brand--footer .brand__name { font-size: 21px; }
.social-links { display: flex; gap: 8px; margin-top: 14px; direction: ltr; }
.social-links a { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(249,115,22,.46); font-size: 13px; }
.copyright { padding-top: 20px; text-align: center; color: rgba(255,255,255,.58); font-size: 12px; }

.toast { position: fixed; z-index: 1000; left: 50%; bottom: 25px; transform: translate(-50%, 25px); padding: 10px 17px; border-radius: 8px; color: #fff; background: rgba(67,20,7,.96); opacity: 0; visibility: hidden; transition: .22s ease; box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.toast.is-visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

@media (max-width: 1100px) {
    .main-nav { gap: 18px; }
    .main-nav a { font-size: 13px; }
    .hero-benefits { gap: 25px; }
    .site-footer__grid { gap: 24px; }
}

@media (max-width: 920px) {
    .site-header__inner { justify-content: space-between; }
    .main-nav { position: absolute; z-index: 50; top: 74px; right: 20px; left: 20px; height: auto; padding: 12px; display: none; flex-direction: column; align-items: stretch; gap: 2px; border-radius: 0 0 14px 14px; background: #7c2d12; box-shadow: 0 15px 28px rgba(0,0,0,.16); }
    .main-nav.is-open { display: flex; }
    .main-nav a { height: auto; padding: 10px 12px; border-radius: 8px; }
    .main-nav a.is-active::after { display: none; }
    .main-nav a.is-active { background: rgba(255,255,255,.08); }
    .header-panel-btn { margin-right: auto; }
    .menu-toggle { display: block; }
    .hero { grid-template-columns: 1fr 280px; }
    .hero-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .benefit-card { min-width: 0; }
    .info-panel { grid-template-columns: 1fr; }
    .site-footer__grid { grid-template-columns: repeat(3, 1fr); }
    .footer-newsletter, .footer-brand { grid-column: span 1; }
}

@media (max-width: 720px) {
    body { font-size: 14px; }
    .page-container { width: min(100% - 24px, 1180px); }
    .site-header { height: 66px; }
    .main-nav { top: 66px; right: 12px; left: 12px; }
    .brand__mark { width: 31px; height: 35px; font-size: 16px; }
    .brand__name { font-size: 20px; }
    .header-panel-btn { padding: 8px 11px; font-size: 12px; }
    .hero { min-height: auto; display: flex; flex-direction: column-reverse; gap: 10px; text-align: center; padding-block: 25px 24px; }
    .hero__visual img { width: 245px; }
    .hero__content h1 { font-size: 31px; letter-spacing: -1px; }
    .hero__content p { font-size: 14px; line-height: 2; }
    .hero-benefits { grid-template-columns: 1fr; text-align: right; width: min(100%, 320px); margin: 22px auto 0; }
    .benefit-card { justify-content: flex-start; }
    .proxy-section { padding: 18px 12px 12px; }
    .proxy-section__head { flex-direction: column; }
    .proxy-section__head h2 { font-size: 20px; }
    .guide-btn { align-self: flex-start; min-width: 135px; height: 42px; }
    .proxy-table, .proxy-table tbody, .proxy-table tr, .proxy-table td { display: block; width: 100%; }
    .proxy-table thead { display: none; }
    .proxy-table tbody tr { margin-bottom: 12px; padding: 8px 12px 13px; border: 1px solid #fed7aa; border-radius: 12px; background: #fff; box-shadow: 0 5px 14px rgba(194, 65, 12, .055); }
    .proxy-table tbody td { min-height: 39px; padding: 8px 0; display: flex; justify-content: space-between; align-items: center; gap: 15px; text-align: left; white-space: normal; }
    .proxy-table tbody td::before { content: attr(data-label); color: #8a6a57; font-size: 12px; font-weight: 600; text-align: right; }
    .proxy-table tbody td:last-child { border-bottom: 0; }
    .proxy-actions { justify-content: flex-end; }
    .connection-type-cell { flex-direction: row-reverse; }
    .info-panel { padding: 18px 14px; gap: 23px; }
    .about-proxy h2 { font-size: 22px; }
    .vpn-cta { position: relative; }
    .vpn-cta__content { padding: 17px; max-width: 77%; }
    .vpn-cta__content strong { font-size: 15px; }
    .vpn-cta img { position: absolute; left: 0; width: 145px; opacity: .54; }
    .comparison__cards { grid-template-columns: 1fr; }
    .vs-badge { top: 50%; }
    .faq-grid { grid-template-columns: 1fr; row-gap: 9px; }
    .faq-column { gap: 9px; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
    .footer-newsletter, .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 440px) {
    .header-panel-btn { display: none; }
    .hero__content h1 { font-size: 27px; }
    .hero__visual img { width: 220px; }
    .copy-btn span { display: none; }
    .copy-btn { padding-inline: 11px; }
    .site-footer__grid { grid-template-columns: 1fr; }
    .footer-newsletter, .footer-brand { grid-column: auto; }
}

/* ===== Revised single-page header and VPN sales focus ===== */
.site-header__inner {
    justify-content: space-between;
    gap: 24px;
}
.brand {
    gap: 10px;
}
.brand__logo {
    width: 34px;
    height: 38px;
    object-fit: contain;
    flex: 0 0 auto;
}
.brand__name {
    color: #23262b;
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-inline-start: auto;
}
.header-action {
    min-height: 42px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.header-action:hover {
    transform: translateY(-1px);
}
.header-action--guide {
    min-height: auto;
    padding: 8px 4px;
    color: #4e5866;
    border: 0;
    background: transparent;
}
.header-action--guide:hover {
    color: #ff7900;
    background: transparent;
    transform: none;
}
.header-action--buy {
    gap: 8px;
    color: #fff;
    background: linear-gradient(135deg, #ff8a00, #f26400);
    box-shadow: 0 8px 18px rgba(232, 99, 0, .22);
}
.header-action--buy i {
    font-size: 13px;
}

.vpn-purchase-section {
    position: relative;
    min-height: 355px;
    margin-top: 26px;
    padding: 42px 48px;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    align-items: center;
    gap: 34px;
    overflow: hidden;
    border: 1px solid #fdba74;
    border-radius: 22px;
    background:
        radial-gradient(circle at 10% 100%, rgba(251, 146, 60, .15), transparent 34%),
        linear-gradient(120deg, #fff7ed 0%, #ffedd5 54%, #fed7aa 100%);
    box-shadow: 0 18px 45px rgba(194, 65, 12, .11);
}
.vpn-purchase-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(249, 115, 22, .11) 1px, transparent 1px);
    background-size: 22px 22px;
    mask-image: linear-gradient(90deg, transparent, rgba(0,0,0,.45));
    opacity: .45;
}
.vpn-purchase__content {
    position: relative;
    z-index: 2;
}
.vpn-purchase__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 3px 12px;
    border: 1px solid #fdba74;
    border-radius: 999px;
    color: #ea580c;
    background: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 700;
}
.vpn-purchase__content h2 {
    max-width: 730px;
    margin: 13px 0 12px;
    color: #4a1d0b;
    font-size: clamp(27px, 3vw, 39px);
    line-height: 1.55;
    letter-spacing: -.9px;
}
.vpn-purchase__content p {
    max-width: 750px;
    margin: 0;
    color: #785746;
    font-size: 15px;
    line-height: 2.05;
}
.vpn-purchase__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    max-width: 690px;
    margin-top: 22px;
}
.vpn-purchase__features span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5f321d;
    font-size: 13px;
    font-weight: 600;
}
.vpn-purchase__features i {
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #fff;
    background: #12ad70;
    font-style: normal;
    font-size: 13px;
    box-shadow: 0 5px 12px rgba(18, 173, 112, .18);
}
.vpn-purchase__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 25px;
}
.vpn-purchase__primary,
.vpn-purchase__secondary {
    min-height: 48px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-weight: 700;
    font-size: 14px;
}
.vpn-purchase__primary {
    gap: 17px;
    color: #fff;
    background: linear-gradient(145deg, #fb923c, #c2410c);
    box-shadow: 0 10px 22px rgba(194, 65, 12, .27);
}
.vpn-purchase__primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 13px 26px rgba(194, 65, 12, .32);
}
.vpn-purchase__secondary {
    color: #ea580c;
    border: 1px solid #fdba74;
    background: rgba(255,255,255,.78);
}
.vpn-purchase__visual {
    position: relative;
    z-index: 1;
    min-height: 270px;
    display: grid;
    place-items: center;
}
.vpn-purchase__visual img {
    position: relative;
    z-index: 2;
    width: min(100%, 330px);
    object-fit: contain;
    filter: drop-shadow(0 22px 28px rgba(194, 65, 12, .18));
}
.vpn-purchase__glow {
    position: absolute;
    width: 265px;
    height: 265px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(251, 146, 60, .22), rgba(251, 146, 60, 0) 70%);
}

.faq-section {
    padding-bottom: 44px;
}

@media (max-width: 920px) {
    .header-actions {
        margin-inline-start: 0;
    }
    .vpn-purchase-section {
        grid-template-columns: 1fr 260px;
        padding: 34px 30px;
    }
    .vpn-purchase__content h2 {
        font-size: 30px;
    }
}

@media (max-width: 720px) {
    .site-header {
        height: 68px;
    }
    .site-header__inner {
        gap: 12px;
    }
    .brand__logo {
        width: 30px;
        height: 34px;
    }
    .brand__name {
        font-size: 19px;
    }
    .header-actions {
        gap: 6px;
    }
    .header-action {
        min-height: 38px;
        padding: 0 11px;
        border-radius: 8px;
        font-size: 11px;
    }
    .vpn-purchase-section {
        min-height: auto;
        grid-template-columns: 1fr;
        padding: 28px 20px 24px;
        text-align: center;
    }
    .vpn-purchase__content h2 {
        margin-inline: auto;
        font-size: 27px;
    }
    .vpn-purchase__content p {
        margin-inline: auto;
        font-size: 14px;
    }
    .vpn-purchase__features {
        grid-template-columns: 1fr;
        width: min(100%, 330px);
        margin-inline: auto;
        text-align: right;
    }
    .vpn-purchase__actions {
        justify-content: center;
    }
    .vpn-purchase__visual {
        min-height: 190px;
        order: -1;
    }
    .vpn-purchase__visual img {
        width: 220px;
    }
    .vpn-purchase__glow {
        width: 210px;
        height: 210px;
    }
}

@media (max-width: 440px) {
    .page-container {
        width: min(100% - 20px, 1180px);
    }
    .brand {
        gap: 5px;
    }
    .brand__name {
        display: none;
    }
    .header-action {
        padding-inline: 9px;
        font-size: 10.5px;
    }
    .vpn-purchase__actions {
        align-items: stretch;
        flex-direction: column;
    }
    .vpn-purchase__primary,
    .vpn-purchase__secondary {
        width: 100%;
    }
}


/* ===== Proxy table width containment fix ===== */
@media (min-width: 721px) {
    .proxy-table-wrap {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .proxy-table {
        width: 100%;
        min-width: 0;
        table-layout: fixed;
    }

    .proxy-table th:nth-child(1),
    .proxy-table td:nth-child(1) { width: 11%; }

    .proxy-table th:nth-child(2),
    .proxy-table td:nth-child(2) { width: 10%; }

    .proxy-table th:nth-child(3),
    .proxy-table td:nth-child(3) { width: 22%; }

    .proxy-table th:nth-child(4),
    .proxy-table td:nth-child(4) { width: 7%; }

    .proxy-table th:nth-child(5),
    .proxy-table td:nth-child(5) { width: 12%; }

    .proxy-table th:nth-child(6),
    .proxy-table td:nth-child(6) { width: 9%; }

    .proxy-table th:nth-child(7),
    .proxy-table td:nth-child(7) { width: 13%; }

    .proxy-table th:nth-child(8),
    .proxy-table td:nth-child(8) { width: 16%; }

    .proxy-table th,
    .proxy-table td {
        min-width: 0;
        padding-inline: 7px;
        overflow: hidden;
    }

    .proxy-table td:nth-child(3) code {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .proxy-table td:last-child {
        padding-inline: 3px;
        overflow: visible;
    }

    .proxy-actions {
        width: 100%;
        max-width: 148px;
        margin-inline: auto;
        gap: 6px;
        flex-wrap: nowrap;
    }

    .copy-btn,
    .connect-btn {
        min-height: 38px;
        padding-inline: 9px;
        gap: 5px;
    }

    .copy-btn {
        min-width: 52px;
    }

    .connect-btn {
        min-width: 82px;
    }

    .proxy-actions svg {
        width: 16px;
        height: 16px;
        flex: 0 0 auto;
    }
}

@media (min-width: 721px) and (max-width: 980px) {
    .proxy-table th,
    .proxy-table td {
        padding-inline: 4px;
        font-size: 12px;
    }

    .proxy-table th:nth-child(1),
    .proxy-table td:nth-child(1) { width: 10%; }

    .proxy-table th:nth-child(2),
    .proxy-table td:nth-child(2) { width: 9%; }

    .proxy-table th:nth-child(3),
    .proxy-table td:nth-child(3) { width: 20%; }

    .proxy-table th:nth-child(4),
    .proxy-table td:nth-child(4) { width: 7%; }

    .proxy-table th:nth-child(5),
    .proxy-table td:nth-child(5) { width: 13%; }

    .proxy-table th:nth-child(6),
    .proxy-table td:nth-child(6) { width: 9%; }

    .proxy-table th:nth-child(7),
    .proxy-table td:nth-child(7) { width: 14%; }

    .proxy-table th:nth-child(8),
    .proxy-table td:nth-child(8) { width: 18%; }

    .proxy-actions {
        max-width: 132px;
        gap: 4px;
    }

    .copy-btn {
        min-width: 42px;
        padding-inline: 7px;
    }

    .copy-btn span {
        display: none;
    }

    .connect-btn {
        min-width: 76px;
        padding-inline: 8px;
    }
}


/* ===== Connection type, accessible FAQ motion and reduced-motion support ===== */
.faq-question:focus-visible,
.connect-btn:focus-visible,
.copy-btn:focus-visible {
    outline: 3px solid rgba(249, 115, 22, .28);
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .faq-item,
    .faq-question__icon,
    .faq-answer,
    .faq-answer p {
        transition-duration: .01ms !important;
    }
}


/* ===== Diminet red proxy theme ===== */
.guide-btn {
    border-color: #fdba74;
    color: #ea580c;
    background: linear-gradient(180deg, #fff, #fff7ed);
    box-shadow: 0 7px 18px rgba(194, 65, 12, .09);
}
.guide-btn:hover {
    border-color: #fb923c;
    color: #9a3412;
    background: #fff7ed;
    transform: translateY(-1px);
}
.hero__visual--mtproxy {
    position: relative;
    min-height: 300px;
}
.hero__visual--mtproxy .mtproxy-art {
    position: relative;
    z-index: 2;
    width: 250px;
    height: auto;
    filter: drop-shadow(0 20px 28px rgba(37, 99, 235, .18));
}
.brand-orbit {
    position: absolute;
    z-index: 3;
    top: 22px;
    right: 26px;
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    border: 1px solid #fed7aa;
    border-radius: 22px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 12px 25px rgba(124,45,18,.14);
}
.hero__visual--mtproxy .brand-orbit img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    filter: none;
}
.vpn-purchase__visual--brand img {
    width: 250px;
    height: 250px;
    object-fit: contain;
}
@media (max-width: 700px) {
    .hero__visual--mtproxy { min-height: 245px; }
    .hero__visual--mtproxy .mtproxy-art { width: 210px; }
    .brand-orbit { top: 4px; right: calc(50% - 142px); width: 58px; height: 58px; border-radius: 18px; }
    .hero__visual--mtproxy .brand-orbit img { width: 49px; height: 49px; }
    .vpn-purchase__visual--brand img { width: 210px; height: 210px; }
}
.copy-btn:focus-visible,
.connect-btn:focus-visible,
.guide-btn:focus-visible,
.load-more-btn:focus-visible,
.header-action:focus-visible,
.vpn-purchase__primary:focus-visible,
.vpn-purchase__secondary:focus-visible {
    outline: 3px solid rgba(249, 115, 22, .24);
    outline-offset: 2px;
}
