/*
 * BelZHD Feedback Page 1.15.12
 * Consolidated production stylesheet.
 */

body.belzhd-feedback-standalone-page {
    margin: 0;
    background: #f3f5f6;
    color: #282d33;
}

body.bfp-menu-lock {
    overflow: hidden;
}

.bfp-site-shell {
    --bfp-red: #e94a53;
    --bfp-red-dark: #c93640;
    --bfp-red-soft: #fff2f3;
    --bfp-blue: #2f78b7;
    --bfp-green: #2d8f5d;
    --bfp-text: #282d33;
    --bfp-text-soft: #59636e;
    --bfp-text-muted: #7b8590;
    --bfp-border: #dce1e6;
    --bfp-border-strong: #cbd2d9;
    --bfp-surface: #ffffff;
    --bfp-surface-soft: #f8f9fa;
    --bfp-focus: rgba(233, 74, 83, .24);
    --bfp-shadow-xs: 0 3px 12px rgba(29, 37, 45, .04);
    --bfp-shadow-sm: 0 12px 32px rgba(29, 37, 45, .065);
    --bfp-shadow-md: 0 22px 48px rgba(29, 37, 45, .1);
    --bfp-radius-sm: 10px;
    --bfp-radius-md: 16px;
    --bfp-radius-lg: 22px;
    min-height: 100vh;
    background:
        radial-gradient(circle at 50% 0, rgba(233, 74, 83, .038), transparent 34rem),
        #f3f5f6;
    color: var(--bfp-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.bfp-site-shell,
.bfp-site-shell *,
.bfp-site-shell *::before,
.bfp-site-shell *::after {
    box-sizing: border-box;
}

.bfp-site-shell img {
    display: block;
    max-width: 100%;
}

.bfp-site-shell a {
    color: inherit;
    text-decoration: none;
}

.bfp-site-shell button,
.bfp-site-shell input,
.bfp-site-shell select,
.bfp-site-shell textarea {
    font: inherit;
}

/* Every interface glyph uses a standalone SVG file as a colour-aware mask. */
.bfp-svg-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    background-color: currentColor;
    -webkit-mask: var(--bfp-icon-mask) center / contain no-repeat;
    mask: var(--bfp-icon-mask) center / contain no-repeat;
}

.bfp-svg-icon--message { --bfp-icon-mask: url("/wp-content/plugins/belzhd-feedback-page/assets/icons/message.svg"); }
.bfp-svg-icon--shield { --bfp-icon-mask: url("/wp-content/plugins/belzhd-feedback-page/assets/icons/shield.svg"); }
.bfp-svg-icon--lock { --bfp-icon-mask: url("/wp-content/plugins/belzhd-feedback-page/assets/icons/lock.svg"); }
.bfp-svg-icon--copy { --bfp-icon-mask: url("/wp-content/plugins/belzhd-feedback-page/assets/icons/copy.svg"); }
.bfp-svg-icon--external { --bfp-icon-mask: url("/wp-content/plugins/belzhd-feedback-page/assets/icons/external.svg"); }
.bfp-svg-icon--download { --bfp-icon-mask: url("/wp-content/plugins/belzhd-feedback-page/assets/icons/download.svg"); }
.bfp-svg-icon--phone { --bfp-icon-mask: url("/wp-content/plugins/belzhd-feedback-page/assets/icons/phone.svg"); }
.bfp-svg-icon--mail { --bfp-icon-mask: url("/wp-content/plugins/belzhd-feedback-page/assets/icons/mail.svg"); }
.bfp-svg-icon--key { --bfp-icon-mask: url("/wp-content/plugins/belzhd-feedback-page/assets/icons/key.svg"); }
.bfp-svg-icon--info { --bfp-icon-mask: url("/wp-content/plugins/belzhd-feedback-page/assets/icons/info.svg"); }
.bfp-svg-icon--bookmark { --bfp-icon-mask: url("/wp-content/plugins/belzhd-feedback-page/assets/icons/bookmark.svg"); }
.bfp-svg-icon--verify { --bfp-icon-mask: url("/wp-content/plugins/belzhd-feedback-page/assets/icons/shield-check.svg"); }
.bfp-svg-icon--arrow-right { --bfp-icon-mask: url("/wp-content/plugins/belzhd-feedback-page/assets/icons/arrow-right.svg"); }
.bfp-svg-icon--chevron { --bfp-icon-mask: url("/wp-content/plugins/belzhd-feedback-page/assets/icons/chevron-down.svg"); }

.bfp-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 0 !important;
    margin: -1px !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.bfp-skip-link {
    position: fixed;
    inset-block-start: 12px;
    inset-inline-start: 12px;
    z-index: 100000;
    padding: 10px 14px;
    border-radius: 9px;
    background: #20252b;
    color: #fff;
    font: 700 14px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    transform: translateY(-160%);
    transition: transform 160ms ease;
}

.bfp-skip-link:focus {
    transform: translateY(0);
}

.bfp-site-shell :where(a, button, input, select, textarea, summary):focus-visible {
    outline: 3px solid var(--bfp-focus);
    outline-offset: 3px;
}

/* Header */

.bfp-site-header {
    position: sticky;
    inset-block-start: 0;
    z-index: 100;
    border-block-end: 1px solid rgba(204, 211, 218, .9);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 6px 20px rgba(29, 37, 45, .045);
    backdrop-filter: blur(16px) saturate(1.15);
}

.admin-bar .bfp-site-header {
    inset-block-start: 32px;
}

.bfp-site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1180px, calc(100% - 40px));
    min-height: 78px;
    margin-inline: auto;
    gap: 30px;
}

.bfp-site-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 1 360px;
    min-width: 210px;
}

.bfp-site-logo img {
    width: auto;
    max-width: 100%;
    max-height: 52px;
    object-fit: contain;
}

.bfp-site-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.bfp-site-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 10px;
    border-radius: 9px;
    color: #4a535d;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    transition: background-color 180ms ease, color 180ms ease;
}

.bfp-site-nav a:hover,
.bfp-site-nav a:focus-visible {
    background: #f3f5f7;
    color: var(--bfp-red-dark);
}

.bfp-site-nav .bfp-site-nav__about {
    margin-inline-start: 4px;
    padding-inline: 13px;
    border: 1px solid #d8dee4;
    background: #f7f8f9;
    color: #343d46;
    box-shadow: 0 4px 12px rgba(29, 37, 45, .045);
}

.bfp-site-nav .bfp-site-nav__about:hover,
.bfp-site-nav .bfp-site-nav__about:focus-visible {
    border-color: #bec7cf;
    background: #eef1f3;
    color: #252c33;
}

.bfp-site-nav .bfp-site-nav__donate {
    margin-inline-start: 6px;
    padding-inline: 14px;
    background: var(--bfp-red);
    color: #fff;
    box-shadow: 0 7px 17px rgba(233, 74, 83, .2);
}

.bfp-site-nav .bfp-site-nav__donate:hover,
.bfp-site-nav .bfp-site-nav__donate:focus-visible {
    background: var(--bfp-red-dark);
    color: #fff;
}

.bfp-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    min-height: 44px;
    padding: 0 13px;
    gap: 9px;
    border: 1px solid var(--bfp-border);
    border-radius: 10px;
    background: #fff;
    color: #39414a;
    font-weight: 750;
    cursor: pointer;
}

.bfp-menu-toggle__lines {
    display: grid;
    width: 18px;
    gap: 4px;
}

.bfp-menu-toggle__lines span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transform-origin: center;
    transition: transform 180ms ease, opacity 180ms ease;
}

.bfp-site-header.is-menu-open .bfp-menu-toggle__lines span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.bfp-site-header.is-menu-open .bfp-menu-toggle__lines span:nth-child(2) {
    opacity: 0;
}

.bfp-site-header.is-menu-open .bfp-menu-toggle__lines span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* Page and hero */

.bfp-page {
    min-height: 70vh;
    padding: 16px 0 88px;
}

.bfp-container {
    width: min(1120px, calc(100% - 40px));
    margin-inline: auto;
}

.bfp-hero {
    padding: 0 0 46px;
    text-align: center;
}

.bfp-eyebrow,
.bfp-section-heading > span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 11px;
    border: 1px solid #f1c4c7;
    border-radius: 999px;
    background: var(--bfp-red-soft);
    color: var(--bfp-red-dark);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.bfp-hero h1 {
    max-width: 860px;
    margin: 18px auto 14px;
    color: #22272d;
    font-size: clamp(2.3rem, 5vw, 4.05rem);
    font-weight: 820;
    letter-spacing: -.045em;
    line-height: 1.03;
}

.bfp-hero__text {
    max-width: 940px;
    margin: 18px auto 0;
    color: var(--bfp-text-soft);
    font-size: clamp(1rem, 1.45vw, 1.1rem);
    line-height: 1.7;
}

.bfp-hero__text strong {
    color: #323940;
    font-weight: 800;
}

.bfp-hero__text p,
.bfp-form-card__text p {
    margin: 0;
}

/* Channel guide */

.bfp-channel-guide {
    position: relative;
    display: grid;
    grid-template-columns: minmax(190px, .42fr) minmax(0, 1.58fr);
    align-items: center;
    margin: 0 0 24px;
    padding: 20px 22px;
    gap: 20px;
    border: 1px solid #dce2e7;
    border-radius: var(--bfp-radius-md);
    background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(248, 250, 251, .98));
    box-shadow: var(--bfp-shadow-xs);
}

.bfp-channel-guide__intro h2 {
    margin: 10px 0 5px;
    color: #2b3137;
    font-size: 1.08rem;
    letter-spacing: -.025em;
    line-height: 1.25;
}

.bfp-channel-guide__intro p {
    margin: 0;
    color: #6c7781;
    font-size: .75rem;
    line-height: 1.48;
}

.bfp-channel-guide__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    gap: 9px;
    list-style: none;
}

.bfp-channel-guide__grid li {
    min-width: 0;
}

.bfp-channel-choice {
    --choice-color: 110, 120, 130;
    position: relative;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 18px;
    align-items: center;
    min-height: 104px;
    padding: 13px 14px;
    gap: 10px;
    border: 1px solid rgba(var(--choice-color), .18);
    border-radius: 12px;
    background: rgba(var(--choice-color), .035);
    color: #303840;
    overflow: hidden;
    isolation: isolate;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.bfp-channel-choice::before {
    position: absolute;
    inset: 0 auto 0 0;
    z-index: -1;
    width: 3px;
    background: rgb(var(--choice-color));
    content: "";
    opacity: .72;
    transition: width 180ms ease, opacity 180ms ease;
}

.bfp-channel-choice--standard {
    --choice-color: 211, 65, 74;
}

.bfp-channel-choice--private {
    --choice-color: 47, 120, 183;
}

.bfp-channel-choice--anonymous {
    --choice-color: 22, 91, 146;
}

.bfp-channel-choice:hover,
.bfp-channel-choice:focus-visible,
.bfp-channel-choice.is-selected {
    transform: translateY(-2px);
    border-color: rgba(var(--choice-color), .4);
    background: rgba(var(--choice-color), .075);
    box-shadow: 0 10px 24px rgba(var(--choice-color), .12);
    color: #232b32;
}

.bfp-channel-choice:hover::before,
.bfp-channel-choice:focus-visible::before,
.bfp-channel-choice.is-selected::before {
    width: 5px;
    opacity: 1;
}

.bfp-channel-choice__icon {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 10px;
    background: #fff;
    color: rgb(var(--choice-color));
    box-shadow: 0 4px 12px rgba(var(--choice-color), .09);
}

.bfp-channel-choice__icon .bfp-svg-icon {
    width: 19px;
    height: 19px;
}

.bfp-channel-choice__copy strong,
.bfp-channel-choice__copy small,
.bfp-channel-choice__meta {
    display: block;
}

.bfp-channel-choice__meta {
    margin-bottom: 3px;
    color: rgb(var(--choice-color));
    font-size: .58rem;
    font-weight: 850;
    letter-spacing: .075em;
    line-height: 1.2;
    text-transform: uppercase;
}

.bfp-channel-choice__copy strong {
    font-size: .8rem;
    line-height: 1.3;
}

.bfp-channel-choice__copy small {
    margin-top: 3px;
    color: #74808a;
    font-size: .68rem;
    line-height: 1.38;
}

.bfp-channel-choice__arrow {
    color: rgba(var(--choice-color), .78);
    font-size: 1rem;
    transition: transform 180ms ease;
}

.bfp-channel-choice:hover .bfp-channel-choice__arrow,
.bfp-channel-choice:focus-visible .bfp-channel-choice__arrow,
.bfp-channel-choice.is-selected .bfp-channel-choice__arrow {
    transform: translateX(2px);
}

#bfp-standard-channel,
#bfp-globaleaks-channel,
#bfp-securedrop-channel,
#bfp-email-channel {
    scroll-margin-top: 116px;
}

#bfp-standard-channel { --bfp-target-color: 233, 74, 83; }
#bfp-globaleaks-channel { --bfp-target-color: 57, 126, 184; }
#bfp-securedrop-channel { --bfp-target-color: 201, 54, 64; }
#bfp-email-channel { --bfp-target-color: 105, 68, 238; }

#bfp-standard-channel.is-channel-target,
#bfp-globaleaks-channel.is-channel-target,
#bfp-securedrop-channel.is-channel-target,
#bfp-email-channel.is-channel-target {
    border-color: rgba(var(--bfp-target-color), .62);
    outline: 3px solid rgba(var(--bfp-target-color), .7);
    outline-offset: 6px;
    box-shadow:
        0 0 0 7px rgba(var(--bfp-target-color), .09),
        0 26px 62px rgba(var(--bfp-target-color), .2);
    animation: bfp-target-focus 760ms cubic-bezier(.22, .61, .36, 1) both;
}

.bfp-channel-target-marker {
    position: fixed;
    inset-block-start: 96px;
    inset-inline-start: 50%;
    z-index: 110;
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 5px 12px;
    border: 1px solid rgba(var(--bfp-target-color), .34);
    border-radius: 999px;
    background: #fff;
    color: rgb(var(--bfp-target-color));
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .035em;
    line-height: 1.2;
    box-shadow: 0 7px 18px rgba(var(--bfp-target-color), .12);
    pointer-events: none;
    animation: bfp-target-marker 260ms ease both;
    transform: translateX(-50%);
}

.admin-bar .bfp-channel-target-marker {
    inset-block-start: 128px;
}

@keyframes bfp-target-focus {
    0% {
        outline-color: rgba(var(--bfp-target-color), .12);
        box-shadow: 0 12px 30px rgba(var(--bfp-target-color), .06);
    }
    55% { outline-color: rgba(var(--bfp-target-color), .7); }
    100% {
        outline-color: rgba(var(--bfp-target-color), .7);
        box-shadow:
            0 0 0 7px rgba(var(--bfp-target-color), .09),
            0 26px 62px rgba(var(--bfp-target-color), .2);
    }
}

@keyframes bfp-target-marker {
    from { opacity: 0; transform: translate(-50%, 5px); }
    to { opacity: 1; transform: translate(-50%, 0); }
}

.bfp-tor-strip {
    display: grid;
    grid-template-columns: minmax(355px, .78fr) minmax(0, 1.22fr);
    align-items: center;
    width: min(1280px, calc(100vw - 28px));
    margin: 0 50% 34px;
    padding: 11px 14px;
    gap: 18px;
    border: 1px solid #d9d5df;
    border-radius: var(--bfp-radius-md);
    background:
        radial-gradient(circle at 0 50%, rgba(103, 71, 134, .055), transparent 20rem),
        linear-gradient(135deg, #fff, #faf8fc);
    box-shadow: inset 3px 0 0 #75558d, 0 8px 24px rgba(49, 37, 60, .055);
    text-align: start;
    transform: translateX(-50%);
}

.bfp-tor-strip__intro {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
}

.bfp-tor-strip__logo {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid #e1d8ef;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 5px 14px rgba(75, 49, 101, .065);
}

.bfp-tor-strip__logo img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.bfp-tor-strip__text {
    min-width: 0;
}

.bfp-tor-strip__text p {
    margin: 0;
    color: #6f5d7c;
    font-size: .75rem;
    line-height: 1.45;
}

.bfp-tor-strip__text strong {
    color: #493361;
    font-weight: 800;
}

.bfp-tor-strip__address .bfp-copy-field {
    margin: 0;
}

.bfp-tor-strip__address {
    min-width: 0;
}

.bfp-tor-strip__address .bfp-copy-field__label {
    color: #675474;
}

.bfp-tor-strip__address .bfp-copy-field__row {
    grid-template-columns: minmax(0, 1fr) 128px;
}

.bfp-tor-strip__address .bfp-copy-field code {
    background: #fff;
    color: #43344f;
}

/* Shared cards */

.bfp-form-card,
.bfp-product-card {
    border: 1px solid var(--bfp-border);
    border-radius: var(--bfp-radius-lg);
    background: var(--bfp-surface);
    box-shadow: var(--bfp-shadow-sm);
}

.bfp-product-card {
    transition:
        transform 220ms cubic-bezier(.22, .61, .36, 1),
        border-color 220ms ease,
        box-shadow 220ms cubic-bezier(.22, .61, .36, 1);
}

.bfp-product-card:hover {
    transform: translateY(-3px);
    border-color: var(--bfp-border-strong);
    box-shadow: var(--bfp-shadow-md);
}

.bfp-form-card {
    overflow: hidden;
    margin-bottom: 72px;
    box-shadow: inset 0 5px 0 var(--bfp-red), var(--bfp-shadow-sm);
}

.bfp-form-card__header {
    position: relative;
    display: block;
    padding: 32px 38px 27px;
    border-block-end: 1px solid #edf0f2;
    background:
        radial-gradient(circle at 94% 5%, rgba(233, 74, 83, .055), transparent 18rem),
        linear-gradient(180deg, #fff, #fdfdfd);
}

.bfp-form-card__lead {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bfp-form-card__copy {
    width: 100%;
    margin-top: 18px;
}

.bfp-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 16px;
}

.bfp-icon .bfp-svg-icon {
    width: 27px;
    height: 27px;
}

.bfp-icon--form {
    background: var(--bfp-red-soft);
    color: var(--bfp-red-dark);
}

.bfp-badge,
.bfp-security {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 25px;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .035em;
    line-height: 1.1;
}

.bfp-badge {
    border: 1px solid #f2c6c9;
    background: var(--bfp-red-soft);
    color: var(--bfp-red-dark);
    text-transform: uppercase;
}

.bfp-form-card h2 {
    margin: 9px 0 5px;
    color: #252a30;
    font-size: clamp(1.6rem, 2.7vw, 2.15rem);
    letter-spacing: -.025em;
    line-height: 1.15;
}

.bfp-form-card__text {
    max-width: none;
    margin-top: 0;
    color: var(--bfp-text-soft);
    font-size: .95rem;
}

.bfp-form-card__hint {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 14px;
    padding: 11px 14px 11px 10px;
    gap: 9px;
    border: 1px solid #d9d3e6;
    border-radius: 11px;
    background: linear-gradient(135deg, #faf8fd, #f8fafb);
    color: #555f69;
    font-size: .76rem;
    line-height: 1.45;
}

.bfp-form-card__hint-icon {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 9px;
    background: #fff;
    color: #6b4dd0;
    box-shadow: 0 3px 10px rgba(44, 54, 64, .06);
}

.bfp-form-card__hint strong {
    display: block;
    margin-bottom: 2px;
    color: #43394f;
    font-size: .77rem;
}

.bfp-form-card__hint a {
    color: #5c3fc1;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(92, 63, 193, .32);
    text-underline-offset: 2px;
}

.bfp-form-card__hint a:hover,
.bfp-form-card__hint a:focus-visible {
    color: #452b9f;
    text-decoration-color: currentColor;
}

.bfp-form-card__hint-icon .bfp-svg-icon {
    width: 16px;
    height: 16px;
}

.bfp-form-wrap {
    padding: 32px 38px 38px;
}

.bfp-system-message {
    padding: 16px 18px;
    border: 1px solid #edc56d;
    border-radius: 12px;
    background: #fff9e9;
    color: #7a5814;
    font-weight: 650;
}

/* Fluent Forms */

.bfp-page .bfp-form-wrap .frm-fluent-form {
    margin: 0;
}

.bfp-page .bfp-form-wrap .ff-el-group {
    margin-bottom: 20px;
}

.bfp-page .bfp-form-wrap .ff-el-input--label label {
    display: inline-block;
    margin-bottom: 7px;
    color: #414851;
    font-size: .86rem;
    font-weight: 750;
}

.bfp-page .bfp-form-wrap :where(input[type="text"], input[type="email"], input[type="url"], input[type="tel"], select, textarea, .ff-el-form-control) {
    box-sizing: border-box;
    width: 100%;
    min-height: 50px;
    padding: 11px 13px !important;
    border: 1px solid #d4dae0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #30363d !important;
    box-shadow: inset 0 1px 2px rgba(31, 35, 41, .025) !important;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.bfp-page .bfp-form-wrap :where(input, select, textarea, .ff-el-form-control):hover {
    border-color: #bfc7cf !important;
}

.bfp-page .bfp-form-wrap :where(input, select, textarea, .ff-el-form-control):focus {
    outline: 0 !important;
    border-color: #ed767d !important;
    box-shadow: 0 0 0 3px rgba(233, 74, 83, .14) !important;
}

.bfp-page .bfp-form-wrap textarea {
    min-height: 170px;
    resize: vertical;
}

.bfp-page .bfp-form-wrap input[type="file"] {
    display: block;
    width: 100%;
    min-height: 54px;
    padding: 7px !important;
    border: 1px dashed #c8d0d8 !important;
    border-radius: 10px !important;
    background: var(--bfp-surface-soft) !important;
    color: #5d6873 !important;
}

.bfp-page .bfp-form-wrap input[type="file"]::file-selector-button {
    min-height: 38px;
    margin-inline-end: 12px;
    padding: 7px 13px;
    border: 1px solid #d0d6dc;
    border-radius: 8px;
    background: #fff;
    color: #4b5661;
    font-weight: 720;
    cursor: pointer;
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.bfp-page .bfp-form-wrap input[type="file"]:hover::file-selector-button {
    border-color: #b8c1ca;
    background: #f7f9fa;
    color: #343e47;
}

.bfp-page .bfp-form-wrap .ff-el-form-check.ff-el-tc {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 13px 14px;
    gap: 9px;
    border: 1px solid #e0e4e8;
    border-radius: 10px;
    background: #fafbfc;
    text-align: center;
}

.bfp-page .bfp-form-wrap .ff-el-form-check.ff-el-tc input[type="checkbox"] {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    min-height: 0;
    margin: 0;
    padding: 0 !important;
    accent-color: var(--bfp-red);
}

.bfp-page .bfp-form-wrap .ff-el-form-check.ff-el-tc label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 920px;
    gap: 9px;
    color: #424a52;
    font-size: .88rem;
    line-height: 1.5;
}

.bfp-page .bfp-form-wrap .ff-el-form-check.ff-el-tc label > span {
    min-width: 0;
}

.bfp-page .bfp-form-wrap .ff-el-form-check.ff-el-tc a {
    color: #333941;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(233, 74, 83, .42);
    text-underline-offset: 3px;
}

.bfp-page .bfp-form-wrap .ff-el-form-check.ff-el-tc a:hover,
.bfp-page .bfp-form-wrap .ff-el-form-check.ff-el-tc a:focus-visible {
    color: var(--bfp-red-dark);
    text-decoration-color: currentColor;
}

.bfp-page .bfp-form-wrap .ff_submit_btn_wrapper {
    margin-top: 24px;
    text-align: center;
}

.bfp-page .bfp-form-wrap .ff-btn-submit {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 50px;
    padding: 11px 24px !important;
    border: 1px solid var(--bfp-red) !important;
    border-radius: 10px !important;
    background: var(--bfp-red) !important;
    color: #fff !important;
    font-weight: 800 !important;
    box-shadow: 0 10px 22px rgba(233, 74, 83, .2) !important;
    cursor: pointer;
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.bfp-page .bfp-form-wrap .ff-btn-submit:hover {
    transform: translateY(-1px);
    background: var(--bfp-red-dark) !important;
    box-shadow: 0 13px 27px rgba(201, 54, 64, .23) !important;
}

.bfp-page .bfp-form-wrap .ff-message-success {
    padding: 15px 17px;
    border: 1px solid #9fd4bd;
    border-radius: 10px;
    background: #eff9f4;
    color: #256f4b;
}

.bfp-page .bfp-form-wrap :where(.text-danger, .error, .ff-el-is-error .text-danger) {
    color: var(--bfp-red-dark) !important;
    font-size: .78rem;
}

.bfp-page .bfp-form-wrap .ff-el-is-error .ff-el-form-control {
    border-color: #df6a71 !important;
    background: #fffafa !important;
}

/* Section headings */

.bfp-section-heading {
    max-width: 820px;
    margin: 0 auto 32px;
    text-align: center;
}

.bfp-section-heading h2 {
    margin: 13px 0 0;
    color: #282d33;
    font-size: clamp(1.75rem, 3.4vw, 2.55rem);
    letter-spacing: -.035em;
    line-height: 1.12;
}

.bfp-section-heading p {
    max-width: 760px;
    margin: 12px auto 0;
    color: #68737e;
    font-size: .88rem;
    line-height: 1.62;
}

.bfp-section-heading--contacts {
    margin-top: 70px;
}

/* Secure systems */

.bfp-secure-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 24px;
}

.bfp-secure-card {
    --secure-color: #2f78b7;
    --secure-rgb: 47, 120, 183;
    position: relative;
    display: grid;
    grid-template-rows: auto minmax(5.05em, auto) 132px auto minmax(0, 1fr) auto;
    min-width: 0;
    overflow: hidden;
    padding: 32px;
    isolation: isolate;
    container-type: inline-size;
    box-shadow: 0 14px 34px rgba(29, 37, 45, .07);
}

.bfp-secure-card::before {
    position: absolute;
    inset: 0 0 auto;
    z-index: -1;
    height: 4px;
    background: linear-gradient(90deg, var(--secure-color), rgba(var(--secure-rgb), .42), var(--secure-color));
    background-size: 180% 100%;
    content: "";
}

.bfp-secure-card::after {
    position: absolute;
    inset-block-start: -96px;
    inset-inline-end: -86px;
    z-index: -2;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--secure-rgb), .09), transparent 68%);
    content: "";
    opacity: .7;
    transform: scale(.88);
    transition: opacity 420ms ease, transform 520ms cubic-bezier(.22, .61, .36, 1);
}

.bfp-secure-card--globaleaks {
    --secure-color: #397eb8;
    --secure-rgb: 57, 126, 184;
}

.bfp-secure-card--securedrop {
    --secure-color: #075fa7;
    --secure-rgb: 7, 95, 167;
}

.bfp-secure-card:hover {
    border-color: rgba(var(--secure-rgb), .28);
    box-shadow: 0 22px 50px rgba(var(--secure-rgb), .115);
}

.bfp-secure-card:hover::before {
    animation: bfp-secure-shine 900ms ease both;
}

.bfp-secure-card:hover::after {
    opacity: 1;
    transform: scale(1.12) translate(-5px, 6px);
}

.bfp-secure-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
    margin-bottom: 24px;
    gap: 18px;
}

.bfp-secure-brand {
    position: relative;
    display: flex;
    width: 172px;
    height: 58px;
    flex: 0 0 auto;
    align-items: center;
    overflow: hidden;
    transition: transform 320ms cubic-bezier(.22, .61, .36, 1), filter 320ms ease;
}

.bfp-secure-brand--globaleaks img {
    width: 160px;
    height: auto;
    max-height: 42px;
    object-fit: contain;
    object-position: left center;
}

.bfp-secure-brand--securedrop {
    gap: 10px;
}

.bfp-secure-brand--securedrop img {
    width: 35px;
    height: 42px;
    flex: 0 0 auto;
    object-fit: contain;
}

.bfp-secure-brand__name {
    color: #253543;
    font-size: 1.02rem;
    font-weight: 820;
    letter-spacing: -.025em;
    line-height: 1;
}

.bfp-secure-card:hover .bfp-secure-brand {
    filter: saturate(1.06);
    transform: translateY(-2px);
}

.bfp-service-logo {
    position: relative;
    display: grid;
    width: 66px;
    height: 58px;
    flex: 0 0 auto;
    place-items: center;
    overflow: hidden;
    border: 1px solid #e4e8ec;
    border-radius: 14px;
    background: #fff;
}

.bfp-service-logo--wide {
    width: 116px;
}

.bfp-service-logo img {
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    object-fit: contain;
}

.bfp-service-logo.is-image-missing img,
.bfp-secure-brand.is-image-missing img,
.bfp-brand-logo.is-image-missing img {
    display: none;
}

.bfp-service-logo.is-image-missing::after,
.bfp-secure-brand.is-image-missing::after,
.bfp-brand-logo.is-image-missing::after {
    content: attr(data-fallback);
    color: #4c5661;
    font-size: .8rem;
    font-weight: 850;
    letter-spacing: .04em;
}

.bfp-secure-brand.is-image-missing::after {
    font-size: 1rem;
    letter-spacing: .02em;
}

.bfp-secure-brand--securedrop.is-image-missing::after {
    display: none;
}

.bfp-security--high {
    border: 1px solid #c9ddeb;
    background: #f2f8fc;
    color: #356f9f;
}

.bfp-security--maximum {
    border: 1px solid #f0c2c6;
    background: #fff2f3;
    color: #c93640;
}

.bfp-security--encrypted {
    border: 1px solid #cfc1ec;
    background: #f7f3ff;
    color: #644b91;
}

.bfp-secure-card > p {
    min-height: 5.05em;
    margin: 0 0 22px;
    color: var(--bfp-text-soft);
    font-size: .93rem;
    line-height: 1.68;
}

.bfp-secure-card .bfp-copy-field__row {
    grid-template-columns: minmax(0, 1fr) 128px;
}

.bfp-secure-card .bfp-copy-field code {
    font-size: .69rem;
}

.bfp-access-summary {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: start;
    height: 100%;
    min-height: 0;
    padding: 15px;
    gap: 12px;
    border: 1px solid rgba(var(--secure-rgb), .18);
    border-radius: 13px;
    background: rgba(var(--secure-rgb), .045);
}

.bfp-access-summary--tor-only {
    align-items: center;
    border-color: rgba(var(--secure-rgb), .18);
    background: rgba(var(--secure-rgb), .045);
}

.bfp-access-summary__icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 10px;
    background: #fff;
    color: var(--secure-color);
    box-shadow: 0 5px 14px rgba(var(--secure-rgb), .08);
}

.bfp-access-summary--tor-only .bfp-access-summary__icon {
    color: var(--secure-color);
}

.bfp-secure-card:hover .bfp-access-summary__icon {
    animation: bfp-secure-icon 720ms ease both;
}

.bfp-access-summary strong,
.bfp-access-summary small {
    display: block;
}

.bfp-access-options {
    display: grid;
    margin-top: 8px;
    gap: 6px;
}

.bfp-access-options small {
    position: relative;
    margin: 0;
    padding-inline-start: 11px;
}

.bfp-access-options small::before {
    position: absolute;
    inset-block-start: .55em;
    inset-inline-start: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--secure-color);
    content: "";
}

.bfp-access-options b {
    display: inline;
    margin-inline-end: 4px;
    color: #3d4b56;
    font-weight: 800;
}

.bfp-access-summary strong {
    color: #33414c;
    font-size: .85rem;
    line-height: 1.35;
}

.bfp-access-summary small {
    margin-top: 3px;
    color: #6a7680;
    font-size: .73rem;
    line-height: 1.45;
}

.bfp-web-access {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    margin-top: auto;
    padding-top: 22px;
    gap: 15px;
}

.bfp-web-access__text strong,
.bfp-web-access__text small {
    display: block;
}

.bfp-web-access__text strong {
    color: #39434d;
    font-size: .82rem;
}

.bfp-web-access__text small {
    margin-top: 2px;
    color: #68747f;
    font-size: .72rem;
    line-height: 1.4;
}

.bfp-resource-list {
    display: grid;
    margin-top: auto;
    padding-top: 18px;
    gap: 8px;
}

.bfp-securedrop-reminder {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: start;
    margin-top: 16px;
    padding: 11px 12px;
    gap: 10px;
    border: 1px solid #d8e4ee;
    border-radius: 11px;
    background: #f7fafc;
}

.bfp-securedrop-reminder__icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 9px;
    background: #fff;
    color: var(--secure-color);
    box-shadow: 0 4px 12px rgba(var(--secure-rgb), .08);
}

.bfp-securedrop-reminder__icon .bfp-svg-icon {
    width: 17px;
    height: 17px;
    max-width: none;
}

.bfp-securedrop-reminder strong,
.bfp-securedrop-reminder small {
    display: block;
}

.bfp-securedrop-reminder strong {
    color: #3a4650;
    font-size: .74rem;
    line-height: 1.35;
}

.bfp-securedrop-reminder small {
    margin-top: 3px;
    color: #6f7a84;
    font-size: .67rem;
    line-height: 1.42;
}

.bfp-resource-list--globaleaks {
    margin-top: 0;
    padding-top: 10px;
}

.bfp-resource-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 10px 12px;
    gap: 12px;
    border: 1px solid #dfe4e8;
    border-radius: 11px;
    background: #fafbfc;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.bfp-resource-list a:hover {
    transform: translateY(-1px);
    border-color: #bdc7d0;
    background: #fff;
    box-shadow: 0 7px 18px rgba(29, 37, 45, .055);
}

@keyframes bfp-secure-shine {
    from { background-position: 100% 0; }
    to { background-position: 0 0; }
}

@keyframes bfp-secure-icon {
    0%, 100% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-3px) rotate(-3deg); }
}

.bfp-resource-list strong,
.bfp-resource-list small {
    display: block;
}

.bfp-resource-list strong {
    color: #39424b;
    font-size: .79rem;
    line-height: 1.3;
}

.bfp-resource-list small {
    margin-top: 2px;
    color: #77818b;
    font-size: .69rem;
    line-height: 1.35;
}

.bfp-resource-list .bfp-svg-icon {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    color: #66727d;
}

/* Copy fields and buttons */

.bfp-copy-field {
    min-width: 0;
    margin-top: 18px;
}

.bfp-copy-field__label {
    display: block;
    margin: 0 0 7px 2px;
    color: #67727d;
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .055em;
    line-height: 1.3;
    text-transform: uppercase;
}

.bfp-copy-field__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 128px;
    align-items: stretch;
    min-width: 0;
    gap: 8px;
}

.bfp-copy-field code {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 46px;
    overflow: hidden;
    padding: 9px 13px;
    border: 1px solid #d5dce2;
    border-radius: 10px;
    background: #f8f9fa;
    color: #3b4650;
    box-shadow: inset 0 1px 2px rgba(29, 37, 45, .025);
    font: 650 .74rem/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    overflow-wrap: anywhere;
}

.bfp-copy,
.bfp-button,
.bfp-contact-action,
.bfp-contact-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-weight: 780;
    line-height: 1.15;
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.bfp-site-shell .bfp-copy {
    min-width: 0;
    min-height: 46px;
    padding: 0 12px;
    gap: 7px;
    border: 1px solid #cfd6dc;
    background: #fff;
    color: #4b5661;
    font-family: inherit;
    font-size: .7rem;
    font-weight: 750;
    line-height: 1.15;
    box-shadow: 0 4px 12px rgba(29, 37, 45, .045);
}

.bfp-copy .bfp-svg-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

.bfp-copy:hover {
    transform: translateY(-1px);
    border-color: #aeb8c1;
    background: #f8fafb;
    color: #303a43;
    box-shadow: 0 7px 16px rgba(29, 37, 45, .075);
}

.bfp-copy.is-copied {
    border-color: var(--bfp-green);
    background: var(--bfp-green);
    color: #fff;
    box-shadow: 0 0 0 3px rgba(45, 143, 93, .12);
}

.bfp-copy-field__row.is-copied code {
    border-color: rgba(45, 143, 93, .55);
    background: #f2faf6;
    color: #246f4a;
    box-shadow: inset 0 0 0 1px rgba(45, 143, 93, .08), 0 0 0 3px rgba(45, 143, 93, .07);
}

.bfp-button {
    min-height: 44px;
    padding: 10px 15px;
    gap: 9px;
    border: 1px solid transparent;
    font-size: .76rem;
}

.bfp-button .bfp-svg-icon {
    width: 17px;
    height: 17px;
}

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

.bfp-site-shell .bfp-button--blue {
    background: var(--bfp-blue);
    color: #fff;
    box-shadow: 0 8px 18px rgba(47, 120, 183, .2);
}

.bfp-button--blue:hover {
    background: #28699f;
}

.bfp-site-shell .bfp-button--primary {
    background: var(--bfp-red);
    color: #fff;
    box-shadow: 0 8px 18px rgba(233, 74, 83, .2);
}

.bfp-button--primary:hover {
    background: var(--bfp-red-dark);
}

.bfp-site-shell .bfp-button--light {
    border-color: #d4dae0;
    background: #fff;
    color: #4b5661;
}

.bfp-button--light:hover {
    border-color: #bfc7cf;
    background: #f9fafb;
}

.bfp-site-shell .bfp-button--pgp {
    border-color: #6947e8;
    background: #6947e8;
    color: #fff;
    box-shadow: 0 8px 18px rgba(105, 71, 232, .18);
}

.bfp-button--pgp:hover {
    border-color: #5839cc;
    background: #5839cc;
}

/* Email card */

.bfp-proton-card {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    align-items: stretch;
    margin-top: 24px;
    overflow: hidden;
    box-shadow: inset 0 5px 0 #6d4aff, var(--bfp-shadow-sm);
}

.bfp-proton-card:hover {
    border-color: #d2cae5;
    box-shadow: inset 0 5px 0 #6d4aff, 0 20px 46px rgba(77, 56, 140, .11);
}

.bfp-proton-card__intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    border-inline-end: 1px solid #e8e3f4;
    background: linear-gradient(145deg, #faf8ff, #f5f1fc);
}

.bfp-service-logo--proton {
    width: 220px;
    height: 60px;
    margin-bottom: 20px;
    border-color: #ded5f0;
}

.bfp-service-logo--proton img {
    width: 184px !important;
    height: auto !important;
    max-width: calc(100% - 24px) !important;
    max-height: 38px !important;
    object-fit: contain !important;
    object-position: center !important;
}

.bfp-proton-card h2 {
    margin: 10px 0 9px;
    color: #2b2932;
    font-size: 1.8rem;
    letter-spacing: -.03em;
    line-height: 1.12;
}

.bfp-proton-card__intro p {
    margin: 0;
    color: #655f6f;
    font-size: .9rem;
    line-height: 1.62;
}

.bfp-proton-card__fields {
    min-width: 0;
    padding: 30px;
}

.bfp-proton-card__fields > .bfp-copy-field:first-child {
    margin-top: 0;
}

.bfp-proton-card__choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
    gap: 9px;
}

.bfp-proton-card__note {
    padding: 12px 13px;
    border: 1px solid #e0e4e8;
    border-radius: 10px;
    background: #fafbfc;
}

.bfp-proton-card__note--pgp {
    border-color: #ddd4ee;
    background: #faf8fd;
}

.bfp-proton-card__note strong,
.bfp-proton-card__note span {
    display: block;
}

.bfp-proton-card__note strong {
    color: #414952;
    font-size: .78rem;
}

.bfp-proton-card__note span {
    margin-top: 3px;
    color: #747e88;
    font-size: .7rem;
    line-height: 1.4;
}

.bfp-proton-card__pgp .bfp-copy-field {
    margin-top: 16px;
}

.bfp-proton-card__pgp .bfp-copy-field code {
    letter-spacing: .045em;
    text-transform: uppercase;
    word-spacing: .25em;
}

.bfp-pgp-verification {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: start;
    margin-top: 10px;
    padding: 12px 13px;
    gap: 10px;
    border: 1px solid #ddd4ee;
    border-radius: 10px;
    background: #faf8fd;
}

.bfp-pgp-verification__icon {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 10px;
    background: #fff;
    color: #6947e8;
    box-shadow: 0 4px 12px rgba(84, 57, 160, .08);
}

.bfp-pgp-verification__icon .bfp-svg-icon {
    width: 18px;
    height: 18px;
    max-width: none;
}

.bfp-pgp-verification strong,
.bfp-pgp-verification small {
    display: block;
}

.bfp-pgp-verification strong {
    color: #433c50;
    font-size: .76rem;
    line-height: 1.35;
}

.bfp-pgp-verification small {
    margin-top: 3px;
    color: #746d7e;
    font-size: .69rem;
    line-height: 1.42;
}

.bfp-proton-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
    gap: 9px;
}

.bfp-proton-actions .bfp-button {
    width: 100%;
}

/* Messenger cards */

.bfp-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 18px;
}

.bfp-contact-card {
    --service-color: #626c76;
    --service-rgb: 98, 108, 118;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    min-width: 0;
    overflow: hidden;
    box-shadow: inset 0 5px 0 var(--service-color), var(--bfp-shadow-sm);
}

.bfp-contact-card--signal {
    --service-color: #3a76f0;
    --service-rgb: 58, 118, 240;
}

.bfp-contact-card--whatsapp {
    --service-color: #25d366;
    --service-rgb: 37, 211, 102;
}

.bfp-contact-card--telegram {
    --service-color: #229ed9;
    --service-rgb: 34, 158, 217;
}

.bfp-contact-card--threema {
    --service-color: #171c22;
    --service-rgb: 23, 28, 34;
}

.bfp-contact-card--keybase {
    --service-color: #ff6f3c;
    --service-rgb: 255, 111, 60;
}

.bfp-contact-card--wire {
    --service-color: #2d333a;
    --service-rgb: 45, 51, 58;
}

.bfp-contact-card:hover {
    border-color: rgba(var(--service-rgb), .35);
    box-shadow:
        inset 0 6px 0 var(--service-color),
        inset 0 12px 18px -17px rgba(var(--service-rgb), .82),
        0 19px 38px rgba(var(--service-rgb), .16);
}

.bfp-contact-card__header {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
    padding: 24px 18px 16px;
    gap: 13px;
}

.bfp-brand-logo {
    position: relative;
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(var(--service-rgb), .16);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(var(--service-rgb), .08);
    transition: filter 220ms ease, box-shadow 220ms ease;
}

.bfp-brand-logo img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.bfp-contact-card:hover .bfp-brand-logo {
    filter: brightness(1.035) saturate(1.035);
    box-shadow: 0 8px 18px rgba(var(--service-rgb), .13);
}

.bfp-contact-card__identity {
    min-width: 0;
}

.bfp-contact-card__identity h3 {
    margin: 0 0 3px;
    color: #292f35;
    font-size: 1.16rem;
    letter-spacing: -.015em;
    line-height: 1.2;
}

.bfp-security-fact {
    display: inline-flex;
    align-items: center;
    min-height: 19px;
    margin: 1px 0 5px;
    padding: 2px 7px;
    border: 1px solid rgba(var(--service-rgb), .2);
    border-radius: 999px;
    background: rgba(var(--service-rgb), .055);
    color: rgb(var(--service-rgb));
    font-size: .58rem;
    font-weight: 850;
    letter-spacing: .035em;
    line-height: 1.1;
    text-transform: uppercase;
}

.bfp-contact-card__identity p {
    margin: 0;
    color: #727d87;
    font-size: .69rem;
    line-height: 1.43;
}

.bfp-contact-card__body {
    min-width: 0;
    padding: 0 18px 16px;
}

.bfp-contact-card__body .bfp-copy-field {
    margin-top: 0;
}

.bfp-contact-card__lead {
    margin: 0;
    padding: 12px 13px;
    border: 1px solid #e3e7eb;
    border-radius: 10px;
    background: #fafbfc;
    color: #68737e;
    font-size: .76rem;
    line-height: 1.48;
}

.bfp-contact-card .bfp-copy-field__row {
    grid-template-columns: minmax(0, 1fr) 128px;
}

.bfp-contact-card .bfp-copy-field code,
.bfp-contact-card .bfp-copy {
    min-height: 46px;
}

.bfp-contact-card .bfp-copy {
    padding-inline: 12px;
    gap: 7px;
    font-size: .7rem;
}

.bfp-contact-card__footer {
    display: grid;
    padding: 0 18px 18px;
    gap: 7px;
}

.bfp-site-shell .bfp-contact-action {
    justify-content: space-between;
    width: 100%;
    min-height: 45px;
    padding: 0 14px;
    gap: 10px;
    border: 1px solid var(--service-color);
    background: var(--service-color);
    color: #fff;
    font-size: .73rem;
    box-shadow: 0 8px 18px rgba(var(--service-rgb), .2);
}

.bfp-contact-action .bfp-svg-icon {
    width: 17px;
    height: 17px;
}

.bfp-contact-action:hover {
    transform: translateY(-1px);
    filter: brightness(.93) saturate(1.05);
    box-shadow: 0 12px 23px rgba(var(--service-rgb), .28);
}

.bfp-contact-secondary {
    width: 100%;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid #d9dfe4;
    background: #fff;
    color: #56616c;
    font-size: .68rem;
}

.bfp-contact-secondary:hover {
    border-color: rgba(var(--service-rgb), .38);
    background: rgba(var(--service-rgb), .035);
    color: #39434c;
}

.bfp-qr-disclosure {
    margin-top: 9px;
    border: 1px solid #e0e5e9;
    border-radius: 10px;
    background: #fafbfc;
}

.bfp-qr-disclosure summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    padding: 8px 11px;
    gap: 12px;
    color: #58636e;
    font-size: .69rem;
    font-weight: 750;
    list-style: none;
    cursor: pointer;
}

.bfp-qr-disclosure summary::-webkit-details-marker {
    display: none;
}

.bfp-summary-chevron {
    display: grid;
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
    place-items: center;
    transition: transform 180ms ease;
}

.bfp-summary-chevron .bfp-svg-icon {
    width: 12px;
    height: 12px;
}

.bfp-qr-disclosure[open] .bfp-summary-chevron {
    transform: rotate(180deg);
}

.bfp-qr-disclosure__content {
    display: grid;
    padding: 4px 12px 13px;
    place-items: center;
}

.bfp-qr {
    width: min(180px, 100%);
    aspect-ratio: 1;
    padding: 8px;
    border: 1px solid #e0e4e8;
    border-radius: 12px;
    background: #fff;
    object-fit: contain;
}

.bfp-qr--threema {
    image-rendering: crisp-edges;
}

/* Closing trust statement */

.bfp-source-protection {
    position: relative;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    overflow: hidden;
    margin-top: 34px;
    padding: 24px 28px;
    gap: 18px;
    border: 1px solid #d6dde3;
    border-radius: var(--bfp-radius-md);
    background:
        radial-gradient(circle at 100% 0, rgba(47, 120, 183, .08), transparent 24rem),
        linear-gradient(135deg, #fff, #f7f9fa);
    box-shadow: var(--bfp-shadow-xs);
}

.bfp-source-protection::after {
    position: absolute;
    inset: auto 0 0;
    height: 3px;
    background: linear-gradient(90deg, #2f78b7, #7fb0d8, #e94a53);
    content: "";
    opacity: .78;
}

.bfp-source-protection__icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid #cfe0ee;
    border-radius: 15px;
    background: #fff;
    color: var(--bfp-blue);
    box-shadow: 0 7px 18px rgba(47, 120, 183, .1);
}

.bfp-source-protection__icon .bfp-svg-icon {
    width: 25px;
    height: 25px;
}

.bfp-source-protection__eyebrow {
    color: #52728c;
    font-size: .65rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bfp-source-protection h2 {
    margin: 3px 0 4px;
    color: #2b333b;
    font-size: 1.2rem;
    letter-spacing: -.025em;
    line-height: 1.25;
}

.bfp-source-protection p {
    max-width: 850px;
    margin: 0;
    color: #65717b;
    font-size: .8rem;
    line-height: 1.55;
}

/* Toast */

.bfp-toast {
    position: fixed;
    inset-inline-start: 50%;
    inset-block-end: 24px;
    z-index: 99999;
    min-width: 160px;
    padding: 11px 16px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: #273039;
    color: #fff;
    box-shadow: 0 14px 34px rgba(24, 31, 38, .24);
    font-size: .8rem;
    font-weight: 750;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 14px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.bfp-toast[data-state="error"] {
    background: #9e3038;
}

.bfp-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

/* Footer */

.bfp-site-footer {
    border-block-start: 1px solid #303841;
    background: #20262d;
    color: #d9dee3;
}

.bfp-site-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1120px, calc(100% - 40px));
    min-height: 104px;
    margin-inline: auto;
    padding: 22px 0;
    gap: 30px;
}

.bfp-site-footer img {
    width: auto;
    max-width: 290px;
    max-height: 48px;
    filter: brightness(0) invert(1);
    opacity: .92;
    object-fit: contain;
}

.bfp-site-footer nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px 17px;
}

.bfp-site-footer a {
    color: #bac3cc;
    font-size: .73rem;
    font-weight: 650;
    transition: color 180ms ease;
}

.bfp-site-footer a:hover,
.bfp-site-footer a:focus-visible {
    color: #fff;
}

/* Responsive */

/* Component-level fallback for browser zoom, split-screen and narrow columns.
 * The card now adapts to its own width instead of relying only on the viewport. */
@container (max-width: 500px) {
    .bfp-secure-card__header {
        flex-direction: column;
        align-items: flex-start;
        min-height: 0;
        gap: 12px;
    }

    .bfp-secure-card .bfp-copy-field__row,
    .bfp-web-access {
        grid-template-columns: minmax(0, 1fr);
    }

    .bfp-secure-card .bfp-copy,
    .bfp-web-access .bfp-button {
        width: 100%;
    }

    .bfp-secure-card .bfp-copy-field code {
        min-height: 58px;
    }
}

@media (max-width: 1120px) {
    .bfp-site-header__inner {
        width: min(100% - 28px, 1180px);
        gap: 18px;
    }

    .bfp-site-logo {
        flex-basis: 300px;
    }

    .bfp-site-nav a {
        padding-inline: 7px;
        font-size: .72rem;
    }
}

@media (max-width: 1050px) {
    .bfp-site-header__inner {
        position: relative;
        min-height: 70px;
    }

    .bfp-site-logo {
        flex-basis: min(370px, 66vw);
    }

    .bfp-menu-toggle {
        display: inline-flex;
    }

    .bfp-site-nav {
        position: absolute;
        inset-block-start: calc(100% + 1px);
        inset-inline: 0;
        display: grid;
        max-height: calc(100vh - 86px);
        overflow: auto;
        padding: 11px;
        gap: 3px;
        border: 1px solid var(--bfp-border);
        border-block-start: 0;
        border-radius: 0 0 14px 14px;
        background: rgba(255, 255, 255, .985);
        box-shadow: 0 18px 34px rgba(29, 37, 45, .13);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    }

    .bfp-site-header.is-menu-open .bfp-site-nav {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .bfp-site-nav a {
        min-height: 44px;
        padding-inline: 12px;
        font-size: .82rem;
    }

    .bfp-site-nav .bfp-site-nav__donate {
        justify-content: center;
        margin: 5px 0 0;
    }

    .bfp-site-nav .bfp-site-nav__about {
        justify-content: center;
        margin: 4px 0 0;
    }
}

@media (max-width: 980px) {
    .bfp-page {
        padding-block-start: 24px;
    }

    .bfp-channel-guide {
        grid-template-columns: 1fr;
    }

    .bfp-channel-guide__intro {
        max-width: 620px;
    }

    .bfp-secure-grid,
    .bfp-proton-card {
        grid-template-columns: 1fr;
    }

    .bfp-secure-card {
        display: flex;
        flex-direction: column;
    }

    .bfp-access-summary {
        height: auto;
        min-height: 92px;
    }

    .bfp-proton-card__intro {
        border-inline-end: 0;
        border-block-end: 1px solid #e8e3f4;
    }

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

    .bfp-secure-card > p {
        min-height: 0;
    }
}

@media (max-width: 900px) {
    .bfp-tor-strip {
        grid-template-columns: 1fr;
        width: calc(100vw - 28px);
        gap: 9px;
    }
}

@media (max-width: 760px) {
    .bfp-container,
    .bfp-site-footer__inner {
        width: min(100% - 28px, 1120px);
    }

    .bfp-form-card__header {
        padding: 28px 24px 22px;
    }

    .bfp-form-wrap {
        padding: 26px 24px 30px;
    }

    .bfp-channel-guide__grid {
        grid-template-columns: 1fr;
    }

    .bfp-channel-choice {
        min-height: 76px;
    }

    .bfp-site-footer__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .bfp-site-footer nav {
        justify-content: flex-start;
    }
}

@media (max-width: 782px) {
    .admin-bar .bfp-site-header {
        inset-block-start: 46px;
    }
}

@media (max-width: 620px) {
    .bfp-site-header__inner {
        width: calc(100% - 20px);
    }

    .bfp-site-logo {
        min-width: 0;
        flex-basis: min(280px, 62vw);
    }

    .bfp-site-logo img {
        max-height: 44px;
    }

    .bfp-menu-toggle {
        min-width: 46px;
        padding-inline: 12px;
    }

    .bfp-menu-toggle__text {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .bfp-page {
        padding: 18px 0 58px;
    }

    .bfp-container {
        width: calc(100% - 20px);
    }

    .bfp-hero {
        padding-bottom: 34px;
    }

    .bfp-hero h1 {
        font-size: clamp(2.05rem, 11vw, 3rem);
    }

    .bfp-channel-guide {
        padding: 17px;
        gap: 15px;
        border-radius: 14px;
    }

    .bfp-tor-strip {
        width: calc(100vw - 20px);
        margin-bottom: 28px;
        padding: 14px;
    }

    .bfp-tor-strip__address .bfp-copy-field__row,
    .bfp-secure-card .bfp-copy-field__row,
    .bfp-copy-field__row,
    .bfp-contact-card .bfp-copy-field__row {
        grid-template-columns: 1fr;
    }

    .bfp-copy {
        width: 100%;
    }

    .bfp-form-card {
        margin-bottom: 56px;
        border-radius: 17px;
    }

    .bfp-form-card__header {
        padding: 24px 18px 20px;
    }

    .bfp-form-card__lead {
        gap: 12px;
    }

    .bfp-form-card__copy {
        margin-top: 16px;
    }

    .bfp-icon {
        width: 48px;
        height: 48px;
        border-radius: 13px;
    }

    .bfp-icon .bfp-svg-icon {
        width: 23px;
        height: 23px;
    }

    .bfp-form-wrap {
        padding: 22px 18px 25px;
    }

    .bfp-page .bfp-form-wrap .ff-btn-submit {
        width: 100%;
    }

    .bfp-secure-grid,
    .bfp-contact-grid {
        grid-template-columns: 1fr;
    }

    .bfp-source-protection {
        grid-template-columns: 46px minmax(0, 1fr);
        padding: 20px 18px;
        gap: 13px;
    }

    .bfp-source-protection__icon {
        width: 46px;
        height: 46px;
        border-radius: 13px;
    }

    .bfp-secure-card,
    .bfp-proton-card__intro,
    .bfp-proton-card__fields {
        padding: 24px 18px;
    }

    .bfp-secure-card__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .bfp-web-access,
    .bfp-proton-card__choice-grid {
        grid-template-columns: 1fr;
    }

    .bfp-web-access .bfp-button,
    .bfp-proton-actions .bfp-button {
        width: 100%;
    }

    .bfp-proton-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .bfp-section-heading--contacts {
        margin-top: 54px;
    }

    .bfp-contact-card__header {
        padding-top: 22px;
    }

    .bfp-site-footer__inner {
        width: calc(100% - 28px);
    }

    .bfp-site-footer img {
        max-width: min(100%, 270px);
    }

    .bfp-site-footer nav {
        display: grid;
        gap: 9px;
    }
}

@media (hover: none) {
    .bfp-product-card:hover,
    .bfp-button:hover,
    .bfp-copy:hover,
    .bfp-contact-action:hover,
    .bfp-channel-choice:hover {
        transform: none;
    }

    .bfp-contact-card:hover .bfp-brand-logo {
        filter: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bfp-site-shell *,
    .bfp-site-shell *::before,
    .bfp-site-shell *::after,
    .bfp-skip-link {
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
    }

    .bfp-product-card:hover,
    .bfp-button:hover,
    .bfp-copy:hover,
    .bfp-contact-action:hover,
    .bfp-channel-choice:hover {
        transform: none;
    }
}

@media print {
    .bfp-site-header,
    .bfp-site-footer,
    .bfp-menu-toggle,
    .bfp-copy,
    .bfp-toast {
        display: none !important;
    }

    body.belzhd-feedback-standalone-page,
    .bfp-site-shell {
        background: #fff;
    }

    .bfp-page {
        padding: 0;
    }

    .bfp-form-card,
    .bfp-product-card {
        break-inside: avoid;
        box-shadow: none;
    }
}
