#fullpage-overlay.w-hidden { display: none; }

.vpn-page {
    --gpm-accent: #14b8a6;
    --gpm-accent-light: #5eead4;
    --gpm-accent-soft: rgba(20, 184, 166, 0.16);
    --gpm-accent-border: rgba(20, 184, 166, 0.38);
    --gpm-accent-glow: rgba(20, 184, 166, 0.5);
    --vpn-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
}

/* Teal is a light accent, so the shared white-on-accent treatment lands at 2.49:1 and
   fails AA. Dark ink on the same teal reads at 9:1 and keeps the colour vivid. Scoped to
   this page - blurple and violet carry white text fine, and those pages must not move.
   !important is not decoration: the shared rule needs it to stop the theme turning every
   <a> blue, so an override without it loses on every state. */
.vpn-page .gpm-cta-primary,
.vpn-page .gpm-cta-primary:hover,
.vpn-page .gpm-cta-primary:focus,
.vpn-page .gpm-cta-primary:active {
    color: #04231f !important;
}
.vpn-page .gpm-plan-badge {
    color: #04231f;
}

.vpn-term {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #070b14;
    box-shadow: 0 22px 44px -26px rgba(0, 0, 0, 0.9);
}
.vpn-term-bar {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 11px 14px;
    background: rgba(255, 255, 255, 0.045);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.vpn-term-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    flex-shrink: 0;
}
.vpn-term-cmd {
    margin-left: 8px;
    font-family: var(--vpn-mono);
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vpn-term-cols {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.vpn-term-col {
    padding: 14px 14px 16px;
    min-height: 132px;
}
.vpn-term-col.is-before {
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.vpn-term-col.is-after {
    position: relative;
    background: rgba(20, 184, 166, 0.06);
}
.vpn-term-col-label {
    margin-bottom: 10px;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}
.vpn-term-col.is-after .vpn-term-col-label {
    color: var(--gpm-accent-light);
}
.vpn-term-row {
    display: flex;
    gap: 8px;
    font-family: var(--vpn-mono);
    font-size: 0.74rem;
    line-height: 1.85;
}
.vpn-term-k {
    width: 52px;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.62);
}
.vpn-term-v {
    color: rgba(255, 255, 255, 0.7);
    overflow-wrap: anywhere;
}
.vpn-term-col.is-after .vpn-term-v {
    color: var(--gpm-accent-light);
    font-weight: 600;
}
.vpn-term-caret {
    display: inline-block;
    width: 7px;
    height: 13px;
    margin-top: 4px;
    background: var(--gpm-accent);
    animation: vpn-blink 1.1s steps(1) infinite;
}
@keyframes vpn-blink {
    0%, 50%   { opacity: 1; }
    50.01%, 100% { opacity: 0; }
}
/* Two 150px columns of monospace is not enough for "static — yours alone": the values
   wrapped to three lines each and the before/after rows stopped lining up, which is the
   entire point of the card. Stack them and each gets the full width. */
@media (max-width: 575px) {
    .vpn-term-cols { grid-template-columns: 1fr; }
    .vpn-term-col { min-height: 0; }
    .vpn-term-col.is-before {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }
}

.vpn-term-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.82rem;
    line-height: 1.5;
}
.vpn-term-note i {
    margin-top: 3px;
    color: var(--gpm-accent-light);
    flex-shrink: 0;
}

.vpn-hero-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 16px 0 4px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.vpn-hero-price-prefix {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.86rem;
    font-weight: 500;
}
.vpn-hero-price-value {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
}
.vpn-hero-price-period {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9rem;
}

.vpn-hero-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}
.vpn-hero-stars {
    color: #ffb400;
    font-size: 0.86rem;
    letter-spacing: 1px;
}
.vpn-hero-rating-score {
    color: #fff;
    font-weight: 700;
    font-size: 0.92rem;
}
.vpn-hero-rating-outof {
    color: rgba(255, 255, 255, 0.56);
    font-weight: 500;
}
.vpn-hero-rating-link,
.vpn-hero-rating-link:hover,
.vpn-hero-rating-link:focus {
    color: var(--gpm-accent-light);
    font-size: 0.86rem;
    text-decoration: none;
}

.vpn-trust-item .vpn-trust-text {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.82rem;
    line-height: 1.45;
    font-weight: 400;
}

.vpn-billing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 40px;
    padding: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    width: fit-content;
    max-width: 100%;
}
.vpn-billing-opt {
    position: relative;
    padding: 10px 22px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
.vpn-billing-opt:hover { color: #fff; }
.vpn-billing-opt.is-active {
    background: var(--gpm-accent);
    color: #04231f;
    box-shadow: 0 10px 24px -12px var(--gpm-accent-glow);
}
.vpn-billing-opt:focus-visible {
    outline: 2px solid var(--gpm-accent-light);
    outline-offset: 2px;
}
.vpn-billing-tag {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    background: var(--gpm-success);
    color: #06210f;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    vertical-align: middle;
}

/* auto-fit with a capped track, not a fixed 2-column grid: the group holds one product
   today and a fixed grid left that single card sitting in the left column with a hole
   beside it. This centres one card and still lays two side by side if a second returns. */
.vpn-plans {
    grid-template-columns: repeat(auto-fit, minmax(260px, 380px));
    justify-content: center;
    max-width: 860px;
    margin: 0 auto;
}
.vpn-plans .gpm-plan h3 {
    font-size: 1.35rem;
}
@media (max-width: 767px) {
    .vpn-plans { grid-template-columns: 1fr; max-width: 420px; }
    .vpn-billing { border-radius: 18px; }
    .vpn-billing-opt { flex: 1 1 auto; }
}

.vpn-plans-note {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    max-width: 720px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.86rem;
    line-height: 1.55;
    text-align: center;
}
.vpn-plans-note i {
    margin-top: 3px;
    color: var(--gpm-accent-light);
    flex-shrink: 0;
}

.vpn-includes {
    margin-top: 48px;
}
.vpn-includes-title {
    margin: 0 0 22px;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    text-align: center;
}
.vpn-includes-grid,
.vpn-uses-grid,
.vpn-points {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}
.vpn-includes-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vpn-uses-grid     { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vpn-points        { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vpn-includes-grid li,
.vpn-uses-grid li,
.vpn-points li {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 16px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
    line-height: 1.45;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.vpn-includes-grid li:hover,
.vpn-uses-grid li:hover,
.vpn-points li:hover {
    transform: translateY(-2px);
    border-color: var(--gpm-accent-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
}
/* The icon gets its own chip so tiles line up on one vertical rule however wide the
   glyph is - fa-map-marker-alt and fa-infinity differ by several pixels. */
.vpn-includes-grid li i,
.vpn-uses-grid li i,
.vpn-points li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--gpm-accent-soft);
    border: 1px solid var(--gpm-accent-border);
    color: var(--gpm-accent-light);
    font-size: 0.88rem;
}
@media (max-width: 1199px) {
    .vpn-includes-grid,
    .vpn-uses-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .vpn-points { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575px) {
    .vpn-includes-grid,
    .vpn-uses-grid,
    .vpn-points { grid-template-columns: 1fr; }
}

.vpn-table-wrap {
    overflow-x: auto;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
}
.vpn-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 680px;
    margin: 0;
}
.vpn-table th,
.vpn-table td {
    padding: 15px 18px;
    text-align: left;
    font-size: 0.92rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.72);
    vertical-align: middle;
}
.vpn-table thead th {
    color: #fff;
    font-weight: 700;
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: rgba(255, 255, 255, 0.03);
}
.vpn-table tbody th[scope="row"] {
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}
.vpn-table tbody tr:last-child th,
.vpn-table tbody tr:last-child td {
    border-bottom: 0;
}
.vpn-table tbody tr.is-ours {
    background: var(--gpm-accent-soft);
}
.vpn-table tbody tr.is-ours th[scope="row"],
.vpn-table tbody tr.is-ours .vpn-cell-total {
    color: var(--gpm-accent-light);
}
.vpn-cell-total {
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}
.vpn-cell-term {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.86rem;
}

.vpn-footnote {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.84rem;
    line-height: 1.6;
    text-align: center;
}
.vpn-footnote a,
.vpn-footnote a:hover,
.vpn-footnote a:focus {
    color: var(--gpm-accent-light);
    text-decoration: none;
}

.vpn-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    counter-reset: vpn-step;
}
.vpn-step {
    padding: 24px 22px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.vpn-step h3 {
    margin: 14px 0 8px;
    color: #fff;
    font-size: 1.02rem;
    font-weight: 700;
}
.vpn-step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.9rem;
    line-height: 1.6;
}
.vpn-step-num,
.vpn-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: var(--gpm-accent-soft);
    border: 1px solid var(--gpm-accent-border);
    color: var(--gpm-accent-light);
    font-weight: 800;
    font-size: 0.95rem;
}
@media (max-width: 900px) {
    .vpn-steps { grid-template-columns: 1fr; }
}

.vpn-uses {
    margin-top: 40px;
}
.vpn-uses-title {
    margin: 0 0 20px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
}

.vpn-note-warn {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 9px;
    max-width: 760px;
    margin: 26px auto 0;
    padding: 14px 18px;
    border-radius: 14px;
    background: rgba(255, 180, 0, 0.07);
    border: 1px solid rgba(255, 180, 0, 0.24);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
    line-height: 1.6;
}
.vpn-note-warn i {
    margin-top: 3px;
    color: #ffb400;
    flex-shrink: 0;
}

.vpn-setup-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 40px;
    align-items: start;
}
.vpn-steps-setup {
    grid-template-columns: 1fr;
}
.vpn-conf {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #070b14;
}
.vpn-conf-bar {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.045);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--vpn-mono);
    font-size: 0.8rem;
}
.vpn-conf-bar i { color: var(--gpm-accent-light); }
.vpn-conf-body {
    padding: 16px;
    font-family: var(--vpn-mono);
    font-size: 0.78rem;
    line-height: 2;
}
.vpn-conf-line.is-section .vpn-conf-k {
    color: var(--gpm-accent-light);
    font-weight: 700;
}
.vpn-conf-k { color: rgba(255, 255, 255, 0.72); }
.vpn-conf-eq { color: rgba(255, 255, 255, 0.55); }
.vpn-conf-v { color: rgba(255, 255, 255, 0.62); }
@media (max-width: 900px) {
    .vpn-setup-grid { grid-template-columns: 1fr; gap: 28px; }
}

.vpn-honest {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}
.vpn-honest-col {
    padding: 26px 24px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012));
}
.vpn-honest-col.is-yes {
    border-color: var(--gpm-accent-border);
    background: linear-gradient(180deg, var(--gpm-accent-soft), rgba(255, 255, 255, 0.012));
}
.vpn-honest-col h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 700;
}
.vpn-honest-col.is-yes h3 i { color: var(--gpm-accent-light); }
.vpn-honest-col.is-no h3 i  { color: rgba(255, 255, 255, 0.4); }
.vpn-honest-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.vpn-honest-col li {
    position: relative;
    padding: 0 0 0 20px;
    margin-bottom: 11px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.91rem;
    line-height: 1.6;
}
.vpn-honest-col li:last-child { margin-bottom: 0; }
.vpn-honest-col li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: var(--gpm-accent);
}
.vpn-honest-col.is-no li::before {
    background: rgba(255, 255, 255, 0.22);
}
.vpn-honest-note {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
}
@media (max-width: 900px) {
    .vpn-honest { grid-template-columns: 1fr; }
}

.vpn-reviews {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.vpn-review {
    margin: 0;
    padding: 22px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.vpn-review-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.vpn-review-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--gpm-accent), #0d7d72);
    color: #fff;
    font-weight: 800;
}
.vpn-review-name {
    color: #fff;
    font-weight: 600;
    font-size: 0.94rem;
}
.vpn-review-meta {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
}
.vpn-review-stars {
    color: #ffb400;
    font-size: 0.8rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.vpn-review blockquote { margin: 0; }
.vpn-review-title {
    margin: 0 0 6px;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
}
.vpn-review-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.89rem;
    line-height: 1.6;
}
@media (max-width: 900px) {
    .vpn-reviews { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
}

.vpn-longform,
.vpn-faq {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.vpn-longform-item,
.vpn-faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.vpn-longform-item > summary,
.vpn-faq-item > summary {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 4px;
    cursor: pointer;
    list-style: none;
    color: #fff;
}
.vpn-longform-item > summary::-webkit-details-marker,
.vpn-faq-item > summary::-webkit-details-marker {
    display: none;
}
.vpn-longform-item > summary:hover,
.vpn-faq-item > summary:hover {
    color: var(--gpm-accent-light);
}
.vpn-longform-item > summary:focus-visible,
.vpn-faq-item > summary:focus-visible {
    outline: 2px solid var(--gpm-accent-light);
    outline-offset: 2px;
}
.vpn-longform-item summary h3,
.vpn-faq-item summary h3 {
    margin: 0;
    flex: 1;
    font-size: 1.05rem;
    font-weight: 600;
    color: inherit;
    line-height: 1.4;
}
.vpn-longform-icon {
    color: var(--gpm-accent-light);
    font-size: 1.05rem;
    flex-shrink: 0;
}
.vpn-chevron {
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.82rem;
    transition: transform 0.2s ease, color 0.2s ease;
}
.vpn-longform-item[open] .vpn-chevron,
.vpn-faq-item[open] .vpn-chevron {
    transform: rotate(180deg);
    color: var(--gpm-accent-light);
}
.vpn-longform-body,
.vpn-faq-a {
    padding: 0 4px 22px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.7;
}
.vpn-longform-body p:last-child,
.vpn-faq-a p:last-child {
    margin-bottom: 0;
}
.vpn-longform-body strong { color: #fff; }
.vpn-longform-body em { color: rgba(255, 255, 255, 0.85); }

@media (prefers-reduced-motion: reduce) {
    .vpn-chevron,
    .vpn-billing-opt,
    .vpn-includes-grid li,
    .vpn-uses-grid li,
    .vpn-points li {
        transition: none;
    }
    .vpn-includes-grid li:hover,
    .vpn-uses-grid li:hover,
    .vpn-points li:hover {
        transform: none;
    }
    .vpn-term-caret {
        animation: none;
    }
}
