body,
#content-main,
.container-fluid {
    background: #f4f8ff !important;
}
.pr-shell {
    max-width: 1100px;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .container-fluid {
        flex-direction: column !important;
        gap: 24px 0 !important;
    }
    .col-lg-8,
    .content-sidebar {
        max-width: 100% !important;
        width: 100% !important;
        padding-right: 0 !important;
        min-width: 0 !important;
    }
}
.pr-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 22px;
    align-items: flex-start;
}
@media (max-width: 960px) {
    .pr-layout { grid-template-columns: 1fr; }
    .pr-rail    { position: static; }
}
.pr-rail {
    position: sticky;
    top: 88px;
    display: grid;
    gap: 18px;
}
.ab-header-card,
.cp-header-card,
.cu-header-card,
.fq-header-card,
.pr-header-card {
    position: relative;
    overflow: hidden;
}
.ab-header-card::after,
.cp-header-card::after,
.cu-header-card::after,
.fq-header-card::after,
.pr-header-card::after {
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 50%;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(45, 125, 210, .12) 1px, transparent 0);
    background-size: 18px 18px;
    pointer-events: none;
    mask-image: linear-gradient(to left, #000 30%, transparent 100%);
    -webkit-mask-image: linear-gradient(to left, #000 30%, transparent 100%);
}
.ab-header-card > *,
.cp-header-card > *,
.cu-header-card > *,
.fq-header-card > *,
.pr-header-card > * {
    position: relative;
    z-index: 1;
}
.ab-card,
.cp-card,
.cu-card,
.pr-section {
    background: #fff;
    border: 1px solid var(--line, #e0e7ff);
    border-radius: 16px;
    box-shadow: var(--shadow-1, 0 6px 24px rgba(55, 119, 188, .08));
    margin-bottom: 18px;
    overflow: hidden;
}
.ab-card-head,
.cp-card-head,
.cu-card-head,
.pr-section-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 22px;
    border-bottom: 1px solid var(--line, #e0e7ff);
    background: #fbfdff;
}
.pr-section-head { align-items: flex-start; padding-top: 18px; padding-bottom: 14px; }
.ab-card-head .atc-icon,
.cu-card-head .atc-icon,
.pr-section-head .atc-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 16px;
    flex-shrink: 0;
}
.ab-card-head h2,
.cp-card-head h2,
.cu-card-head h2 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: var(--ink, #285a8c);
    letter-spacing: -.005em;
}
.pr-section-head-text,
.cp-card-head-text { flex: 1; min-width: 0; }
.pr-section-head h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: var(--ink, #285a8c);
    letter-spacing: -.005em;
}
.ab-card-body,
.cp-card-body,
.pr-section-body {
    padding: 20px 22px 22px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--ink, #285a8c);
}
.cu-card-body { padding: 20px 22px 22px; }
.ab-card-body :first-child, .cp-card-body :first-child,
.pr-section-body :first-child { margin-top: 0; }
.ab-card-body :last-child, .cp-card-body :last-child,
.pr-section-body :last-child { margin-bottom: 0; }
.ab-card-body p,
.cp-card-body p {
    margin: 0 0 12px;
    color: var(--ink-soft, #5b6b7c);
    line-height: 1.7;
}
.pr-section-body p {
    margin: 0 0 12px;
    color: var(--ink-soft, #5b6b7c);
}
.ab-card-body strong,
.cp-card-body strong,
.pr-section-body strong { color: var(--ink, #285a8c); }
.ab-card-body a,
.cp-card-body a,            
.pr-section-body a {
    color: var(--brand, #3777bc);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed var(--brand-light, #c7dcf2);
    transition: border-color .15s, color .15s;
}
.ab-card-body a:hover,
.pr-section-body a:hover {
    color: var(--brand-dark, #1f6abb);
    border-bottom-color: var(--brand, #3777bc);
}
@media (max-width: 600px) {
    .ab-card-head,
    .cp-card-head,
    .cu-card-head  { padding: 14px 16px; }
    .ab-card-body  { padding: 16px 16px 18px; }
    .cp-card-body  { padding: 18px 16px; }
    .cu-card-body  { padding: 16px 16px 18px; }
    .cu-card-head  { gap: 12px; }
    .cu-card-head .cu-priority-pill { display: none; }
}
.cu-priority-pill {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 11px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #2a8f5e;
    background: var(--green-soft, #e3f5ec);
    border-radius: 999px;
}
.cu-priority-pill i { font-size: 9px; }
.cp-btn-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 2px 9px;
    background: var(--brand, #3777bc);
    color: #fff;
    border-radius: 7px;
    font-weight: 600;
    font-size: 12.5px;
    margin: 0 2px;
    vertical-align: 1px;
}
.cp-btn-chip.is-ghost {
    background: #fff;
    color: var(--brand, #3777bc);
    border: 1px solid var(--brand, #3777bc);
}
.promo-box .email-link { word-break: break-all; }
.ab-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    padding: 18px;
    background: linear-gradient(160deg, var(--brand, #3777bc) 0%, #1f5fa3 100%);
    border-radius: 16px;
    color: #fff;
    margin-bottom: 18px;
    box-shadow: 0 8px 24px -10px rgba(31, 95, 163, .55);
}
@media (max-width: 768px) { .ab-stats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .ab-stat-num { font-size: 20px; } }
.ab-stat          { text-align: center; padding: 6px 4px; }
.ab-stat-num {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.01em;
}
.ab-stat-lbl {
    margin-top: 4px;
    font-size: 11.5px;
    color: rgba(255, 255, 255, .85);
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 600;
}
.ab-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 18px;
}
@media (max-width: 768px) { .ab-pillars { grid-template-columns: 1fr; } }
.ab-pillar {
    background: #fff;
    border: 1px solid var(--line, #e0e7ff);
    border-radius: 16px;
    padding: 18px;
    box-shadow: var(--shadow-1, 0 6px 24px rgba(55, 119, 188, .08));
    transition: box-shadow .2s, transform .2s, border-color .2s;
}
.ab-pillar:hover {
    box-shadow: 0 10px 28px rgba(55, 119, 188, .14);
    transform: translateY(-2px);
    border-color: var(--brand-light, #c7dcf2);
}
.ab-pillar .atc-icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    font-size: 15px;
    margin-bottom: 12px;
}
.ab-pillar h3 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: var(--ink, #285a8c);
    letter-spacing: -.005em;
}
.ab-pillar p {
    margin: 0;
    font-size: 13.5px;
    color: var(--ink-soft, #5b6b7c);
    line-height: 1.55;
}
.ab-feat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
@media (max-width: 600px) { .ab-feat-grid { grid-template-columns: 1fr; } }
.ab-feat {
    display: flex;
    gap: 14px;
    padding: 16px;
    background: #fbfdff;
    border: 1px solid var(--line, #e0e7ff);
    border-radius: 12px;
    transition: border-color .18s, transform .18s, box-shadow .18s;
}
.ab-feat:hover {
    border-color: var(--brand-light, #c7dcf2);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px -8px rgba(55, 119, 188, .25);
}
.ab-feat .atc-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    font-size: 14px;
    flex-shrink: 0;
}
.ab-feat-body { flex: 1; min-width: 0; }
.ab-feat h4 {
    margin: 0 0 4px;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--ink, #285a8c);
}
.ab-feat p {
    margin: 0;
    font-size: 13px;
    color: var(--ink-soft, #5b6b7c);
    line-height: 1.5;
}
.ab-value-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
@media (max-width: 600px) { .ab-value-grid { grid-template-columns: 1fr; } }
.ab-value {
    position: relative;
    padding: 20px;
    background: #fbfdff;
    border: 1px solid var(--line, #e0e7ff);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color .18s, transform .18s, box-shadow .18s;
}
.ab-value:hover {
    border-color: var(--brand-light, #c7dcf2);
    transform: translateY(-2px);
    box-shadow: 0 8px 18px -10px rgba(55, 119, 188, .25);
}
.ab-value::before {
    content: "";
    position: absolute;
    top: -40px; right: -40px;
    width: 120px; height: 120px;
    background: var(--brand-50, #eef5fd);
    border-radius: 50%;
    opacity: .65;
    pointer-events: none;
}
.ab-value.is-gold::before { background: #fff5dc; }
.ab-value > * { position: relative; }
.ab-value-num {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    color: var(--brand, #3777bc);
    text-transform: uppercase;
    margin-bottom: 6px;
    font-variant-numeric: tabular-nums;
}
.ab-value.is-gold .ab-value-num { color: #b88212; }
.ab-value h4 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
    color: var(--ink, #285a8c);
}
.ab-value p {
    margin: 0;
    font-size: 13.5px;
    color: var(--ink-soft, #5b6b7c);
    line-height: 1.6;
}
.ab-network {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 24px;
    align-items: center;
}
@media (max-width: 600px) {
    .ab-network { grid-template-columns: 1fr; }
    .ab-network-graphic { margin: 0 auto; }
}
.ab-network-body p { margin: 0 0 14px; }
.ab-network-feats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}
.ab-network-feats span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    background: var(--brand-50, #eef5fd);
    color: var(--brand, #3777bc);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}
.ab-network-feats span i { font-size: 10px; }
.ab-network-graphic {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
}
.ab-network-graphic .node-pulse {
    transform-origin: 100px 100px;
    animation: nodePulse 3s ease-in-out infinite;
}
@keyframes nodePulse {
    0%, 100% { opacity: .25; r: 38; }
    50%       { opacity: 0;   r: 50; }
}
@media (prefers-reduced-motion: reduce) {
    .ab-network-graphic .node-pulse { animation: none; opacity: .25; }
}
.ab-notes-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}
.ab-notes-list li {
    position: relative;
    padding: 12px 14px 12px 44px;
    background: #fbfdff;
    border: 1px solid var(--line, #e0e7ff);
    border-radius: 12px;
    color: var(--ink-soft, #5b6b7c);
    font-size: 13.5px;
    line-height: 1.55;
}
.ab-notes-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 12px; top: 14px;
    width: 22px; height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-50, #eef5fd);
    color: var(--brand, #3777bc);
    border-radius: 50%;
    font-size: 10px;
}
.ab-parent {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 24px;
    align-items: center;
    padding: 22px;
    background:
        radial-gradient(circle at 100% 0%, #fff7e6 0%, transparent 60%),
        linear-gradient(160deg, #fbfdff 0%, #fff 100%);
    border: 1px solid var(--line, #e0e7ff);
    border-radius: 16px;
    box-shadow: var(--shadow-1, 0 6px 24px rgba(55, 119, 188, .08));
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 600px) {
    .ab-parent { grid-template-columns: 1fr; text-align: center; }
}
.ab-parent-logo {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    background: #fff;
    border: 1.5px solid var(--line, #e0e7ff);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px -6px rgba(55, 119, 188, .2);
}
.ab-parent-logo img,
.ab-parent-logo svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}
.ab-parent-body { min-width: 0; }
.ab-parent-tag {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .14em;
    color: var(--brand, #3777bc);
    background: var(--brand-50, #eef5fd);
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 999px;
    margin-bottom: 8px;
}
.ab-parent h2 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    color: var(--ink, #285a8c);
    letter-spacing: -.01em;
}
.ab-parent p {
    margin: 0 0 14px;
    color: var(--ink-soft, #5b6b7c);
    line-height: 1.65;
    font-size: 14px;
}
.ab-parent-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--brand, #3777bc);
    font-weight: 700;
    font-size: 13.5px;
    text-decoration: none;
    border-bottom: 1px dashed var(--brand-light, #c7dcf2);
    padding-bottom: 2px;
    transition: border-color .15s, color .15s;
}
.ab-parent-link:hover {
    color: var(--brand-dark, #1f6abb);
    border-bottom-color: var(--brand, #3777bc);
}
.cp-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
    border: 1px solid var(--line, #e0e7ff);
}
.cp-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.cp-req-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
@media (max-width: 600px) { .cp-req-grid { grid-template-columns: 1fr; } }
.cp-req {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px;
    background: #fbfdff;
    border: 1px solid var(--line, #e0e7ff);
    border-radius: 12px;
    transition: border-color .18s, transform .18s, box-shadow .18s;
}
.cp-req:hover {
    border-color: var(--brand-light, #c7dcf2);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px -8px rgba(55, 119, 188, .25);
}
.cp-req-body { flex: 1; min-width: 0; }
.cp-req-tag {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--brand, #3777bc);
    margin-bottom: 3px;
}
.cp-req.is-gold  .cp-req-tag { color: #b88212; }
.cp-req.is-green .cp-req-tag { color: #2a8f5e; }
.cp-req h4 {
    margin: 0 0 2px;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--ink, #285a8c);
}
.cp-req p {
    margin: 0;
    font-size: 12.5px;
    color: var(--ink-soft, #5b6b7c);
    line-height: 1.5;
}
.cp-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.cp-steps::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 12px;
    bottom: 12px;
    width: 2px;
    background: linear-gradient(180deg,
        var(--brand, #3777bc) 0%,
        var(--brand-light, #c7dcf2) 60%,
        var(--line, #e0e7ff) 100%);
    border-radius: 2px;
}
.cp-step {
    position: relative;
    padding: 0 0 22px 60px;
}
.cp-step:last-child { padding-bottom: 0; }
.cp-step-num {
    position: absolute;
    left: 0; top: 0;
    width: 44px; height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--brand, #3777bc);
    color: var(--brand, #3777bc);
    font-weight: 800;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px #fff, 0 4px 12px rgba(55, 119, 188, .2);
    z-index: 1;
    font-variant-numeric: tabular-nums;
}
.cp-step.is-gold .cp-step-num {
    border-color: #e1a93a; color: #b88212;
    box-shadow: 0 0 0 4px #fff, 0 4px 12px rgba(225, 169, 58, .25);
}
.cp-step.is-green .cp-step-num {
    border-color: #2a8f5e; color: #2a8f5e;
    box-shadow: 0 0 0 4px #fff, 0 4px 12px rgba(42, 143, 94, .22);
}
.cp-step-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 6px 0 8px;
}
.cp-step-head h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--ink, #285a8c);
    letter-spacing: -.005em;
}
.cp-step-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 9px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    color: var(--ink-soft, #5b6b7c);
    background: #fbfdff;
    border: 1px solid var(--line, #e0e7ff);
    border-radius: 999px;
    text-transform: uppercase;
}
.cp-step-tag.is-review {
    color: #b88212;
    background: #fff5dc;
    border-color: #f3e3b6;
}
.cp-step-tag i { font-size: 9px; }
.cp-step-body p {
    margin: 0 0 10px;
    font-size: 14px;
    color: var(--ink-soft, #5b6b7c);
    line-height: 1.65;
}
.cp-step-body p:last-child { margin-bottom: 0; }
.cp-tip {
    margin-top: 10px;
    padding: 10px 14px 10px 40px;
    background: var(--brand-50, #eef5fd);
    border: 1px solid var(--brand-light, #c7dcf2);
    border-radius: 10px;
    color: var(--ink, #285a8c);
    font-size: 13px;
    line-height: 1.55;
    position: relative;
}
.cp-tip::before {
    content: "\f0eb";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 14px; top: 11px;
    color: var(--brand, #3777bc);
}
.cp-tip b { color: var(--brand, #3777bc); }
.cp-checks {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.cp-checks span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 11px;
    font-size: 12px;
    color: var(--ink-soft, #5b6b7c);
    background: #fbfdff;
    border: 1px solid var(--line, #e0e7ff);
    border-radius: 999px;
}
.cp-checks span i { color: var(--brand, #3777bc); font-size: 10px; }
.cp-verified {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    padding: 12px 14px;
    background: #ecf6f0;
    border: 1px solid #cfe9d8;
    border-radius: 10px;
    color: #155a32;
    font-size: 13.5px;
}
.cp-verified-tick {
    width: 22px; height: 22px;
    border-radius: 50%;
    background: var(--brand, #3777bc);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(55, 119, 188, .35);
}
.cp-verified b { color: #0e4424; }
.cp-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 24px 28px;
    background: linear-gradient(160deg, var(--brand, #3777bc) 0%, #1f5fa3 100%);
    border-radius: 16px;
    color: #fff;
    box-shadow: 0 8px 24px -10px rgba(31, 95, 163, .55);
    margin-bottom: 18px;
}
@media (max-width: 600px) { .cp-cta { grid-template-columns: 1fr; } }
.cp-cta h3 {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.005em;
}
.cp-cta p { margin: 0; font-size: 13.5px; color: rgba(255, 255, 255, .85); }
.cp-cta-btns {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    flex-wrap: wrap;
}
.cp-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .15s, box-shadow .15s;
}
.cp-cta-btn.is-primary {
    background: #fff;
    color: var(--brand, #3777bc);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
}
.cp-cta-btn.is-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
}
.cp-cta-btn.is-ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .4);
}
.cp-cta-btn.is-ghost:hover { background: rgba(255, 255, 255, .1); }
@media (max-width: 600px) {
    .cp-step       { padding-left: 52px; }
    .cp-step-num   { width: 38px; height: 38px; font-size: 14px; }
    .cp-steps::before { left: 18px; }
}
.cu-form { display: grid; gap: 14px; }
.cu-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
@media (max-width: 600px) { .cu-form-row { grid-template-columns: 1fr; } }
.cu-field { display: flex; flex-direction: column; }
.cu-label {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--ink, #285a8c);
    margin-bottom: 6px;
    letter-spacing: .005em;
}
.cu-label .cu-req { color: #b2452f; margin-left: 2px; }
.cu-input,
.cu-textarea {
    width: 100%;
    padding: 0 14px;
    background: #fff;
    border: 1.5px solid var(--line, #e0e7ff);
    border-radius: 10px;
    font-size: 14px;
    color: var(--ink, #285a8c);
    font-family: inherit;
    transition: border-color .15s, box-shadow .15s;
}
.cu-input { height: 42px; }
.cu-textarea {
    padding: 12px 14px;
    line-height: 1.55;
    resize: vertical;
    min-height: 130px;
}
.cu-input:focus,
.cu-textarea:focus {
    outline: none;
    border-color: var(--brand, #3777bc);
    box-shadow: 0 0 0 3px var(--brand-50, #eef5fd);
}
.cu-input-icon { position: relative; }
.cu-input-icon .cu-input { padding-left: 40px; }
.cu-input-icon > i {
    position: absolute;
    left: 14px; top: 50%;
    transform: translateY(-50%);
    color: var(--muted, #94a4b7);
    font-size: 13px;
    pointer-events: none;
}
.cu-recaptcha {
    margin-top: 4px;
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
}
.cu-form-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
    flex-wrap: wrap;
}
.cu-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 22px;
    background: var(--brand, #3777bc);
    color: #fff;
    border: 0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background .15s, box-shadow .15s, transform .15s;
    font-family: inherit;
}
.cu-submit:hover {
    background: var(--brand-dark, #1f5fa3);
    box-shadow: 0 6px 14px -6px rgba(31, 95, 163, .45);
    transform: translateY(-1px);
}
.cu-form-note { font-size: 12.5px; color: var(--ink-soft, #5b6b7c); }
.cu-form-note i { color: var(--brand, #3777bc); margin-right: 4px; }
.cu-locked {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 18px;
    padding: 22px;
    background:
        radial-gradient(circle at 100% 0%, #fff5dc 0%, transparent 60%),
        linear-gradient(160deg, #fbfdff 0%, #fff 100%);
    border: 1.5px solid #f1d6a1;
    border-radius: 16px;
    margin-bottom: 1%;
}
@media (max-width: 600px) { .cu-locked { grid-template-columns: 1fr; text-align: center; } }
.cu-locked-icon {
    width: 64px; height: 64px;
    border-radius: 16px;
    background: linear-gradient(160deg, #e1a93a 0%, #b88212 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 6px 14px -6px rgba(184, 130, 18, .45);
}
@media (max-width: 600px) { .cu-locked-icon { margin: 0 auto; } }
.cu-locked-body h3 {
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 700;
    color: var(--ink, #285a8c);
    letter-spacing: -.005em;
}
.cu-locked-body p {
    margin: 0 0 14px;
    color: var(--ink-soft, #5b6b7c);
    font-size: 14px;
    line-height: 1.6;
}
.cu-locked-perks {
    display: grid;
    gap: 8px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}
.cu-locked-perks li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13.5px;
    color: var(--ink, #285a8c);
}
.cu-locked-perks li i {
    width: 20px; height: 20px;
    border-radius: 50%;
    background: var(--green-soft, #e3f5ec);
    color: #2a8f5e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    flex-shrink: 0;
}
.cu-upgrade-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 18px;
    background: var(--brand, #3777bc);
    color: #fff;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    transition: background .15s, transform .15s, box-shadow .15s;
}
.cu-upgrade-btn:hover {
    color: #fff;
    background: var(--brand-dark, #1f5fa3);
    transform: translateY(-1px);
    box-shadow: 0 6px 14px -6px rgba(31, 95, 163, .45);
}
.cu-priority-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    margin-bottom: 18px;
    background: var(--green-soft, #e3f5ec);
    border: 1px solid #bfe2cd;
    border-radius: 12px;
    color: #1f6f47;
}
.cu-priority-banner i {
    width: 32px; height: 32px;
    border-radius: 10px;
    background: #2a8f5e;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}
.cu-priority-banner span { flex: 1; font-size: 13.5px; line-height: 1.5; }
.cu-priority-banner strong { color: #1f6f47; }
.cu-routes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
@media (max-width: 600px) { .cu-routes { grid-template-columns: 1fr; } }
.cu-route {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    background: #fbfdff;
    border: 1px solid var(--line, #e0e7ff);
    border-radius: 12px;
    transition: border-color .18s, transform .18s, box-shadow .18s;
}
.cu-route:hover {
    border-color: var(--brand-light, #c7dcf2);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px -8px rgba(55, 119, 188, .25);
}
.cu-route-head { display: flex; align-items: center; gap: 10px; }
.cu-route .atc-icon {
    width: 34px; height: 34px;
    border-radius: 10px;
    font-size: 13px;
    flex-shrink: 0;
}
.cu-route h4 { margin: 0; font-size: 14px; font-weight: 700; color: var(--ink, #285a8c); }
.cu-route p  { margin: 0; font-size: 13px; color: var(--ink-soft, #5b6b7c); line-height: 1.5; }
.cu-route a.cu-route-mail {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    padding: 7px 12px;
    background: var(--brand-50, #eef5fd);
    color: var(--brand, #3777bc);
    border-radius: 8px;
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
    word-break: break-all;
    transition: background .15s;
    align-self: flex-start;
}
.cu-route a.cu-route-mail:hover { background: #dceaf8; }
.cu-route a.cu-route-mail i { font-size: 10.5px; }
.cu-notes-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}
.cu-notes-list li {
    position: relative;
    padding: 12px 14px 12px 44px;
    background: #fbfdff;
    border: 1px solid var(--line, #e0e7ff);
    border-radius: 12px;
    color: var(--ink-soft, #5b6b7c);
    font-size: 13.5px;
    line-height: 1.55;
}
.cu-notes-list li::before {
    content: "\f071";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 12px; top: 14px;
    width: 22px; height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff5dc;
    color: #b88212;
    border-radius: 50%;
    font-size: 10px;
}
.cu-notes-list li a {
    color: var(--brand, #3777bc);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed var(--brand-light, #c7dcf2);
    transition: border-color .15s, color .15s;
}
.cu-notes-list li a:hover {
    color: var(--brand-dark, #1f5fa3);
    border-bottom-color: var(--brand, #3777bc);
}
.fq-search {
    margin-top: 18px;
    position: relative;
    max-width: 50%;
    padding-bottom: 1%;
    justify-self: center;
}
.fq-search input {
    width: 100%;
    height: 50px;
    padding: 0 50px 0 48px;
    background: #fff;
    border: 1.5px solid var(--line, #e0e7ff);
    border-radius: 14px;
    font-size: 15px;
    color: var(--ink, #285a8c);
    font-family: inherit;
    transition: border-color .15s, box-shadow .15s;
    box-shadow: 0 4px 14px -8px rgba(55, 119, 188, .25);
}
.fq-search input::placeholder { color: #94a4b7; }
.fq-search input:focus {
    outline: none;
    border-color: var(--brand, #3777bc);
    box-shadow: 0 0 0 3px var(--brand-50, #eef5fd);
}
.fq-search .fq-search-icon {
    position: absolute;
    left: 18px; top: 40%;
    transform: translateY(-50%);
    color: var(--brand, #3777bc);
    pointer-events: none;
}
.fq-search .fq-search-clear {
    position: absolute;
    right: 10px; top: 50%;
    transform: translateY(-50%);
    width: 32px; height: 32px;
    border-radius: 50%;
    background: transparent;
    border: 0;
    color: var(--muted, #94a4b7);
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    transition: background .15s, color .15s;
}
.fq-search .fq-search-clear:hover {
    background: var(--bg, #f4f8ff);
    color: var(--ink, #285a8c);
}
.fq-search.has-value .fq-search-clear { display: inline-flex; }
.fq-result-meta {
    margin: 14px 4px 12px;
    font-size: 12.5px;
    color: var(--ink-soft, #5b6b7c);
    display: flex;
    align-items: center;
    gap: 6px;
}
.fq-result-meta strong {
    color: var(--brand, #3777bc);
    font-variant-numeric: tabular-nums;
}
.fq-list {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
}
.fq-item {
    background: #fff;
    border: 1px solid var(--line, #e0e7ff);
    border-radius: 14px;
    box-shadow: var(--shadow-1, 0 6px 24px rgba(55, 119, 188, .08));
    overflow: hidden;
    transition: border-color .18s, box-shadow .18s, transform .18s;
}
.fq-item:hover {
    border-color: var(--brand-light, #c7dcf2);
    box-shadow: 0 10px 24px -12px rgba(55, 119, 188, .25);
}
.fq-item.open {
    border-color: var(--brand-light, #c7dcf2);
    background: linear-gradient(180deg, #fbfdff 0%, #fff 70%);
}
.fq-q {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    cursor: pointer;
    user-select: none;
    font-size: 15px;
    font-weight: 600;
    color: var(--ink, #285a8c);
    line-height: 1.45;
    transition: background .15s;
}
.fq-q:hover { background: #fbfdff; }
.fq-q-num {
    flex-shrink: 0;
    width: 32px; height: 32px;
    border-radius: 10px;
    background: var(--brand-50, #eef5fd);
    color: var(--brand, #3777bc);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: .02em;
    font-variant-numeric: tabular-nums;
    transition: background .18s, color .18s;
}
.fq-item.open .fq-q-num { background: var(--brand, #3777bc); color: #fff; }
.fq-q-text { flex: 1; min-width: 0; }
.fq-q-toggle {
    flex-shrink: 0;
    width: 30px; height: 30px;
    border-radius: 50%;
    background: var(--bg, #f4f8ff);
    color: var(--ink-soft, #5b6b7c);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: background .2s, color .2s, transform .25s ease;
}
.fq-item.open .fq-q-toggle {
    background: var(--brand, #3777bc);
    color: #fff;
    transform: rotate(180deg);
}
@media (prefers-reduced-motion: reduce) {
    .fq-item.open .fq-q-toggle { transform: none; }
}
.fq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .fq-a { transition: none; }
}
.fq-a-inner {
    padding: 0 22px 20px 68px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--ink-soft, #5b6b7c);
    border-top: 1px dashed transparent;
    transition: border-color .2s;
}
.fq-item.open .fq-a-inner { border-top-color: var(--line, #e0e7ff); padding-top: 16px; }
.fq-a-inner :first-child { margin-top: 0; }
.fq-a-inner :last-child  { margin-bottom: 0; }
.fq-a-inner p { margin: 0 0 10px; }
.fq-a-inner a {
    color: var(--brand, #3777bc);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed var(--brand-light, #c7dcf2);
    transition: border-color .15s, color .15s;
}
.fq-a-inner a:hover {
    color: var(--brand-dark, #1f6abb);
    border-bottom-color: var(--brand, #3777bc);
}
.fq-mark {
    background: #fff5dc;
    color: #b88212;
    padding: 0 3px;
    border-radius: 3px;
    font-weight: 700;
}
.fq-empty,
.fq-no-results {
    text-align: center;
    background: #fff;
    border: 1px dashed var(--line, #e0e7ff);
    border-radius: 16px;
    color: var(--ink-soft, #5b6b7c);
}
.fq-empty { padding: 56px 22px; }
.fq-no-results {
    display: none;
    padding: 36px 22px;
}
.fq-empty i {
    font-size: 32px;
    color: var(--brand, #3777bc);
    margin-bottom: 14px;
    display: block;
}
.fq-no-results i {
    font-size: 26px;
    color: var(--muted, #94a4b7);
    margin-bottom: 10px;
    display: block;
}
.fq-empty h3,
.fq-no-results h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
    color: var(--ink, #285a8c);
}
.fq-empty p      { margin: 0; font-size: 13.5px; }
.fq-no-results p { margin: 0; font-size: 13px; }
.fq-no-results h3 { font-size: 15px; margin-bottom: 4px; }
.fq-no-results .fq-reset-btn {
    margin-top: 12px;
    padding: 8px 16px;
    background: var(--brand-50, #eef5fd);
    color: var(--brand, #3777bc);
    border: 0;
    border-radius: 8px;
    font-size: 12.5px;
    font-weight: 700;
    cursor: pointer;
    transition: background .15s;
}

@media (max-width: 600px) {
    .fq-q        { padding: 14px 16px; font-size: 14px; gap: 12px; }
    .fq-q-num    { width: 28px; height: 28px; font-size: 11.5px; }
    .fq-a-inner  { padding: 0 16px 16px 56px; }
    .fq-item.open .fq-a-inner { padding-top: 14px; }
}
.pr-section-body ul {
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}
.pr-section-body ul li {
    position: relative;
    padding: 12px 14px 12px 42px;
    background: #fbfdff;
    border: 1px solid var(--line, #e0e7ff);
    border-radius: 12px;
    color: var(--ink, #285a8c);
    font-size: 14px;
    line-height: 1.55;
    transition: border-color .18s, background .18s, transform .18s;
}
.pr-section-body ul li:hover {
    border-color: var(--brand-light, #c7dcf2);
    background: var(--brand-50, #eef5fd);
    transform: translateX(2px);
}
.pr-section-body ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 12px; top: 50%;
    transform: translateY(-50%);
    width: 22px; height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-50, #eef5fd);
    color: var(--brand, #3777bc);
    border-radius: 50%;
    font-size: 10px;
}
.pr-section.is-audience .pr-section-body ul li::before {
    content: "\f005";
    background: #fff5dc;
    color: #b88212;
}
.pr-section.is-cta .pr-section-body {
    background: linear-gradient(180deg, #fbfdff 0%, #fff 100%);
}
.pr-section.is-cta .pr-section-head { background: #f5faff; }
.pr-stat-card {
    background: #fff;
    border: 1px solid var(--line, #e0e7ff);
    border-radius: 16px;
    box-shadow: var(--shadow-1, 0 6px 24px rgba(55, 119, 188, .08));
    padding: 18px 18px 14px;
}
.pr-stat-card h4 {
    margin: 0 0 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted, #94a4b7);
}
.pr-stat-grid { display: grid; gap: 12px; }
.pr-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    background: #fbfdff;
    border: 1px solid var(--line, #e0e7ff);
    border-radius: 12px;
}
.pr-stat .atc-icon {
    width: 36px; height: 36px;
    border-radius: 10px;
    font-size: 13px;
    flex-shrink: 0;
}
.pr-stat-num {
    font-size: 18px;
    font-weight: 700;
    color: var(--ink, #285a8c);
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.01em;
}
.pr-stat-lbl {
    font-size: 11.5px;
    color: var(--ink-soft, #5b6b7c);
    margin-top: 2px;
    line-height: 1.3;
}
.pr-contact-card {
    background: linear-gradient(160deg, var(--brand, #3777bc) 0%, #1f5fa3 100%);
    color: #fff;
    border-radius: 16px;
    padding: 22px 20px;
    box-shadow: 0 8px 24px -10px rgba(31, 95, 163, .55);
    position: relative;
    overflow: hidden;
}
.pr-contact-card::before {
    content: "";
    position: absolute;
    top: -40px; right: -40px;
    width: 180px; height: 180px;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
    pointer-events: none;
}
.pr-contact-card > * { position: relative; }
.pr-contact-card h4 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.005em;
}
.pr-contact-card p {
    margin: 0 0 16px;
    font-size: 13px;
    color: rgba(255, 255, 255, .85);
    line-height: 1.5;
}
.pr-contact-mail {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    font-variant-numeric: tabular-nums;
    transition: background .15s;
    word-break: break-all;
}
.pr-contact-mail + .pr-contact-mail { margin-top: 8px; }
.pr-contact-mail:hover { background: rgba(255, 255, 255, .2); color: #fff; }
.pr-contact-mail i { color: rgba(255, 255, 255, .75); flex-shrink: 0; }
.pr-mail-cc {
    font-size: 10.5px;
    padding: 2px 7px;
    margin-left: auto;
    font-weight: 700;
    letter-spacing: .06em;
}
.pr-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 14px;
    padding: 11px 16px;
    background: #fff;
    color: var(--brand, #3777bc);
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .15s, box-shadow .15s;
}
.pr-contact-btn:hover {
    color: var(--brand-dark, #1f6abb);
    transform: translateY(-1px);
    box-shadow: 0 6px 14px -6px rgba(0, 0, 0, .25);
}