.pf-contact-wrap {
    max-width: 72rem;
    margin: 0 auto;
}
.pf-contact-grid {
    display: grid;
    gap: 2.5rem;
    align-items: start;
}
@media (min-width: 1024px) {
    .pf-contact-grid {
        grid-template-columns: 1fr 1.1fr;
    }
}
.pf-contact-intro {
    text-align: left;
}
.pf-contact-kicker {
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: .75rem;
    font-weight: 600;
    color: #22d3ee;
    margin-bottom: .75rem;
}
.pf-contact-heading {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.1;
    margin: 0 0 1.25rem;
    color: #f8fafc;
}
.pf-contact-lead {
    font-size: 1.125rem;
    line-height: 1.65;
    color: #94a3b8;
    margin: 0;
}
.pf-contact-channels {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.5rem;
}
.pf-contact-channel {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .65rem 1rem;
    border-radius: 1rem;
    border: 1px solid #334155;
    color: #e2e8f0;
    font-size: .9rem;
    font-weight: 500;
    text-decoration: none;
    transition: border-color .15s ease, background .15s ease;
}
.pf-contact-channel:hover {
    border-color: #64748b;
    background: #0f172a;
}
.pf-contact-channel--primary {
    background: #fff;
    color: #0f172a;
    border-color: #fff;
    font-weight: 600;
}
.pf-contact-channel--primary:hover {
    background: #f1f5f9;
    border-color: #f1f5f9;
}
.pf-contact-meta {
    margin-top: 1rem;
    font-size: .75rem;
    color: #64748b;
}

.pf-contact-form-card {
    background: #0f172a;
    border: 1px solid #1e293b;
    border-radius: 1.25rem;
    padding: 1.5rem 1.25rem 1.75rem;
}
.pf-contact-form-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 1rem;
    color: #f8fafc;
}
.pf-contact-alert {
    padding: .85rem 1rem;
    border-radius: .75rem;
    margin-bottom: 1rem;
    font-size: .9rem;
    font-weight: 500;
}
.pf-contact-alert--success {
    background: rgba(16, 185, 129, .12);
    border: 1px solid rgba(16, 185, 129, .35);
    color: #6ee7b7;
}
.pf-contact-alert--error {
    background: rgba(239, 68, 68, .12);
    border: 1px solid rgba(239, 68, 68, .35);
    color: #fca5a5;
}
.pf-contact-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .85rem;
}
.pf-contact-field {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}
.pf-contact-field--full {
    grid-column: 1 / -1;
}
.pf-contact-field span {
    font-size: .8rem;
    font-weight: 500;
    color: #94a3b8;
}
.pf-contact-field input,
.pf-contact-field textarea {
    width: 100%;
    padding: .7rem .85rem;
    border-radius: .75rem;
    border: 1px solid #334155;
    background: #020617;
    color: #f1f5f9;
    font-size: .95rem;
    font-family: inherit;
}
.pf-contact-field input:focus,
.pf-contact-field textarea:focus {
    outline: none;
    border-color: rgba(34, 211, 238, .55);
    box-shadow: 0 0 0 2px rgba(34, 211, 238, .12);
}
.pf-contact-field textarea {
    min-height: 8rem;
    resize: vertical;
}
.pf-contact-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.pf-contact-captcha {
    margin: 1rem 0 .75rem;
}
.pf-contact-note {
    font-size: .75rem;
    color: #64748b;
    margin: 0 0 1rem;
    line-height: 1.45;
}
.pf-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    padding: .85rem 1.25rem;
    border: none;
    border-radius: 1rem;
    background: #22d3ee;
    color: #0f172a;
    font-size: .95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s ease;
}
.pf-contact-submit:hover {
    background: #67e8f9;
}

.pf-products-section {
    margin-top: 3.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #1e293b;
}
.pf-products-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.pf-products-title {
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0;
    color: #f8fafc;
}
.pf-products-sub {
    margin: .35rem 0 0;
    font-size: .95rem;
    color: #94a3b8;
}
.pf-products-all {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .85rem;
    font-weight: 600;
    color: #22d3ee;
    text-decoration: none;
}
.pf-products-all:hover {
    color: #67e8f9;
}
.pf-products-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.pf-product-card {
    background: #0f172a;
    border: 1px solid #1e293b;
    border-radius: 1rem;
    padding: 1.1rem 1.15rem;
    transition: border-color .15s ease;
}
.pf-product-card:hover {
    border-color: rgba(34, 211, 238, .35);
}
.pf-product-icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: .65rem;
    background: rgba(34, 211, 238, .1);
    color: #22d3ee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .65rem;
    font-size: 1rem;
}
.pf-product-name {
    font-size: .95rem;
    font-weight: 600;
    margin: 0 0 .25rem;
    color: #f1f5f9;
}
.pf-product-desc {
    font-size: .78rem;
    color: #94a3b8;
    margin: 0 0 .75rem;
    line-height: 1.4;
}
.pf-product-links {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.pf-product-link {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    padding: .35rem .65rem;
    border-radius: .55rem;
    border: 1px solid #334155;
    font-size: .72rem;
    font-weight: 600;
    color: #cbd5e1;
    text-decoration: none;
    transition: border-color .15s ease, color .15s ease;
}
.pf-product-link:hover {
    border-color: #22d3ee;
    color: #22d3ee;
}
.pf-product-link--demo {
    border-color: rgba(34, 211, 238, .35);
    color: #22d3ee;
}

.grecaptcha-badge {
    visibility: hidden;
}

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

.bh-lang-dropdown { position: relative; }
.bh-lang-dropdown-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border: 1px solid #1e293b;
    border-radius: 12px;
    background: #0f172a;
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: border-color .15s ease, color .15s ease;
}
.bh-lang-dropdown-btn:hover {
    border-color: rgba(34, 211, 238, .45);
    color: #f8fafc;
}
.bh-lang-dropdown-btn i { font-size: 10px; transition: transform .2s ease; }
.bh-lang-dropdown.is-open .bh-lang-dropdown-btn {
    border-color: rgba(34, 211, 238, .55);
    color: #22d3ee;
}
.bh-lang-dropdown.is-open .bh-lang-dropdown-btn i { transform: rotate(180deg); }
.bh-lang-dropdown-menu {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 168px;
    list-style: none;
    margin: 0;
    padding: 6px;
    background: #0f172a;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .45);
    border: 1px solid #1e293b;
    z-index: 300;
}
.bh-lang-dropdown-menu[hidden] { display: none !important; }
.bh-lang-dropdown-menu li { margin: 0; }
.bh-lang-dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    color: #cbd5e1;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    transition: background .15s ease, color .15s ease;
}
.bh-lang-dropdown-menu a:hover { background: #1e293b; color: #f8fafc; }
.bh-lang-dropdown-menu a.active {
    background: rgba(34, 211, 238, .12);
    color: #22d3ee;
    font-weight: 600;
}

.pf-eco-cta {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #1e293b;
}
.pf-eco-cta-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
    padding: 1.5rem 1.75rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(34, 211, 238, .25);
    background: linear-gradient(135deg, rgba(34, 211, 238, .08), rgba(15, 23, 42, .9));
}
.pf-eco-cta-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 211, 238, .15);
    color: #22d3ee;
    font-size: 1.35rem;
    flex-shrink: 0;
}
.pf-eco-cta-body {
    flex: 1;
    min-width: 12rem;
}
.pf-eco-cta-title {
    margin: 0 0 .35rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #f8fafc;
}
.pf-eco-cta-text {
    margin: 0;
    font-size: .9rem;
    line-height: 1.5;
    color: #94a3b8;
}
.pf-eco-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.25rem;
    border-radius: 1rem;
    background: #22d3ee;
    color: #0f172a;
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    transition: background .15s ease;
    flex-shrink: 0;
}
.pf-eco-cta-btn:hover {
    background: #67e8f9;
}

.pf-eco-process {
    margin-top: 2rem;
}
.pf-eco-process-title {
    font-size: 1rem;
    font-weight: 600;
    color: #e2e8f0;
    margin: 0 0 .75rem;
}
.pf-eco-process-list {
    margin: 0;
    padding-left: 1.25rem;
    color: #94a3b8;
    font-size: .9rem;
    line-height: 1.65;
}
.pf-eco-process-list li + li {
    margin-top: .5rem;
}

.pf-eco-moderation {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    margin: 1rem 0;
    font-size: .85rem;
    line-height: 1.5;
    color: #cbd5e1;
    cursor: pointer;
}
.pf-eco-moderation input {
    margin-top: .2rem;
    accent-color: #22d3ee;
    flex-shrink: 0;
}

.pf-contact-field select {
    width: 100%;
    padding: .75rem 1rem;
    border-radius: .85rem;
    border: 1px solid #334155;
    background: #0f172a;
    color: #e2e8f0;
    font-size: .95rem;
}
.pf-contact-field select:focus {
    outline: none;
    border-color: #22d3ee;
    box-shadow: 0 0 0 2px rgba(34, 211, 238, .2);
}