:root{ --br-teal-tint: #E7F7F9; --br-beige: #EFEFF6; }

.br-chip__tag--ink{ background: var(--br-indigo); color: #fff; }

.br-with{ display: flex; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 13px; color: var(--br-dim); margin-top: 4px; }
.br-with > *{ margin: 0 !important; }
.br-with b{ color: var(--br-ink); font-weight: 500; }

.br-keystrip{
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px;
  border-block: 1px solid var(--br-line); padding: 20px 0;
  font-size: 13.5px; color: var(--br-muted);
  margin-top: clamp(40px, 6vw, 74px);
}
.br-keystrip > span{ margin: 0 !important; }

.br-stats{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.br-stats > *{ margin: 0 !important; }
.br-stat__big{ font-family: var(--br-f-d); font-size: 46px; font-weight: 700; letter-spacing: -.03em; line-height: 1; margin-bottom: 12px; color: var(--br-indigo); }
.br-stat__l{ font-size: 15px; font-weight: 500; margin-bottom: 8px; }
.br-stat p{ font-size: 13.5px; line-height: 1.6; color: var(--br-muted); margin: 0; }
@media (max-width: 900px){ .br-stats{ grid-template-columns: 1fr 1fr; gap: 28px; } }

.br-feat{
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--br-line); border: 1px solid var(--br-line);
  border-radius: var(--br-radius-panel); overflow: hidden;
}
.br-feat > *{ margin: 0 !important; }
.br-featcell{ background: #fff; padding: 32px 28px; }
.br-featcell__n{
  width: 30px; height: 30px; border-radius: 7px; margin-bottom: 20px;
  background: var(--br-teal-tint); color: var(--br-teal-deep);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--br-f-m); font-size: 12px;
}
.entry-content .br-featcell h3{ font-family: var(--br-f-d); font-size: 18px; font-weight: 600; letter-spacing: -.01em; margin: 0 0 10px; color: var(--br-indigo); }
.br-featcell p{ font-size: 14px; line-height: 1.65; color: var(--br-muted); margin: 0; }
@media (max-width: 900px){ .br-feat{ grid-template-columns: 1fr; } }

.br-callout{
  margin-top: 20px; background: var(--br-paper-2); border-radius: var(--br-radius-panel);
  padding: 26px 30px; display: flex; justify-content: space-between;
  align-items: center; gap: 28px; flex-wrap: wrap;
}
.entry-content .br-callout h3{ font-family: var(--br-f-d); font-size: 19px; font-weight: 600; letter-spacing: -.01em; margin: 0 0 6px; color: var(--br-indigo); }
.br-callout p{ font-size: 14.5px; color: var(--br-muted); margin: 0; }

.br-inst{
  background: var(--br-ink); border-radius: 16px; color: #fff;
  padding: clamp(32px, 5vw, 52px) clamp(24px, 5vw, 48px);
  display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(28px, 5vw, 56px); align-items: center;
}
@media (max-width: 860px){ .br-inst{ grid-template-columns: 1fr; } }
.entry-content .br-inst h2{ font-size: clamp(26px, 2.6vw, 36px); line-height: 1.18; letter-spacing: -.025em; color: #fff; margin: 0 0 16px; }
.br-inst p:where(:not(.br-eyebrow)){ font-size: 15px; line-height: 1.65; color: var(--br-dim); margin: 0 0 28px; }
.br-term{
  background: var(--br-ink-2); border: 1px solid var(--br-line-d); border-radius: 10px;
  padding: 20px 22px; font-family: var(--br-f-m); font-size: 13px; line-height: 2;
  overflow-x: auto;
}
.br-term .c-mut{ color: var(--br-muted); }
.br-term .c-in{ color: #E7EAEE; }
.br-term .c-ok{ color: var(--br-teal); }
.br-term .c-cur{ animation: br-blink 1.1s step-end infinite; }
@keyframes br-blink{ 0%,60%{ opacity: 1; } 61%,100%{ opacity: 0; } }

.br-fields{ border: 1px solid var(--br-line); border-radius: var(--br-radius-panel); overflow: hidden; }
.br-fields__head,
.br-fieldrow{
  display: grid; grid-template-columns: minmax(0,1.25fr) minmax(0,1.6fr) minmax(0,1fr);
  gap: 24px; align-items: center;
}
.br-fields__head{
  padding: 13px 26px; background: var(--br-paper-2); border-bottom: 1px solid var(--br-line);
  font-family: var(--br-f-m); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--br-dim);
}
.br-fieldrow{ padding: 18px 26px; border-bottom: 1px solid var(--br-line-2); }
.br-fieldrow:last-child{ border-bottom: 0; }
.br-fieldrow__l{ display: flex; align-items: center; gap: 14px; min-width: 0; }
.br-fieldrow__t{ font-size: 15px; font-weight: 500; }
.br-fieldrow__tag{ font-family: var(--br-f-m); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--br-dim); margin-top: 3px; }
.br-fieldrow--on .br-fieldrow__tag{ color: var(--br-teal-deep); }
.br-fieldrow p{ font-size: 13.5px; line-height: 1.6; color: var(--br-muted); margin: 0; }
.br-fieldrow__v{ font-family: var(--br-f-m); font-size: 13px; color: var(--br-ink); text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.br-switch{
  width: 34px; height: 20px; border-radius: 999px; flex: none;
  background: var(--br-line-3); display: flex; align-items: center; padding: 2px;
  justify-content: flex-start;
}
.br-switch i{ width: 16px; height: 16px; border-radius: 50%; background: #fff; display: block; box-shadow: 0 1px 2px rgba(11,13,18,.25); }

.br-switch--on{ background: var(--br-indigo); justify-content: flex-end; }
.br-switch--lg{ width: 38px; height: 22px; }
.br-switch--lg i{ width: 18px; height: 18px; }

@media (max-width: 820px){
  .br-fields__head{ display: none; }
  .br-fieldrow{ grid-template-columns: 1fr; gap: 10px; padding: 18px 20px; }
  .br-fieldrow__v{ text-align: left; }
}

.br-seo{ margin-top: 20px; border: 1px solid var(--br-line); border-radius: var(--br-radius-panel); overflow: hidden; }
.br-seo__bar{ display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 16px 26px; border-bottom: 1px solid var(--br-line-2); }
.br-seo__bar span:first-child{ font-family: var(--br-f-m); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--br-teal-deep); }
.br-seo__body{ padding: 22px 26px; }
.br-seo__body > p{ font-size: 14.5px; line-height: 1.6; color: var(--br-muted); margin: 0 0 20px; }
.br-flow{ display: grid; grid-template-columns: minmax(0,1.3fr) auto minmax(0,1.3fr) auto minmax(0,1.3fr); border: 1px solid var(--br-line); border-radius: 10px; overflow: hidden; }
.br-flow__step{ padding: 18px 20px; display: flex; gap: 12px; align-items: flex-start; }
.br-flow__arr{ border-inline: 1px solid var(--br-line-2); background: var(--br-bg); display: flex; align-items: center; justify-content: center; font-family: var(--br-f-m); font-size: 25px; color: var(--br-line-3); padding: 0 16px; }
.br-flow__ic{ width: 26px; height: 26px; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 13px; flex: none; background: var(--br-teal-tint); color: var(--br-teal-deep); }
.br-flow__ic--warn{ background: #FFF7E6; color: #B4830A; }
.br-flow__ic--mut{ background: var(--br-paper-2); color: var(--br-muted); }
.br-flow__t{ font-size: 14.5px; font-weight: 600; margin-bottom: 4px; }
.br-flow__step p{ font-size: 12.5px; line-height: 1.55; color: var(--br-muted); margin: 0; }
@media (max-width: 760px){

  .br-flow{ display: block; border: 0; border-radius: 0; overflow: visible; padding-top: 4px; }
  .br-flow__arr{ display: none; }
  .br-flow__step{ display: block; position: relative; padding: 0 0 26px 34px; }
  .br-flow__step:last-child{ padding-bottom: 0; }
  .br-flow__step::before{
    content: ""; position: absolute; left: 10px; top: 6px; bottom: -6px; width: 2px;
    background: var(--br-line-3);
  }
  .br-flow__step:last-child::before{ bottom: auto; height: 54px; }
  .br-flow__step:nth-child(1)::before{ background: var(--br-teal); }
  .br-flow__step:nth-child(3)::before{ background: #E0A83A; }
  .br-flow__ic{
    position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%;
    background: #fff; border: 2px solid var(--br-line-3); font-size: 0;
  }
  .br-flow__step:nth-child(1) .br-flow__ic{ border-color: var(--br-teal); }
  .br-flow__ic--warn{ border-color: #E0A83A !important; background: #fff !important; }
  .br-flow__ic--mut{ border-color: var(--br-line-3) !important; background: #fff !important; }
  .br-flow__t{ position: relative; }
  .br-flow__t::before{
    display: block; width: fit-content; margin-bottom: 8px;
    font-family: var(--br-f-m); font-size: 10px; letter-spacing: .1em; text-transform: uppercase;
    padding: 3px 8px; border-radius: 5px;
    background: var(--br-paper-2); color: var(--br-muted);
  }
  .br-flow__step:nth-child(1) .br-flow__t::before{ content: "Pas 1"; background: var(--br-teal-tint); color: var(--br-teal-deep); }
  .br-flow__step:nth-child(3) .br-flow__t::before{ content: "Pas 2"; background: #FFF7E6; color: #B4830A; }
  .br-flow__step:nth-child(5) .br-flow__t::before{ content: "Pas 3"; }
  .br-flow__t{ font-size: 18px; }
  .br-flow__step p{ font-size: 13px; }

  .br-seo__redir{ flex-direction: row; align-items: flex-start; gap: 16px; }
  .br-seo__redir .br-switch{ align-self: flex-start; margin-top: 2px; }
  .br-seo__redir .br-flow__ic{ display: none; }
}
.br-seo__redir{ display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 12px; border: 1px solid var(--br-line); border-radius: 9px; padding: 16px 18px; }
.br-seo__redir > div{ display: flex; gap: 12px; align-items: flex-start; min-width: 0; }
.br-seo__redir .br-flow__t{ margin-bottom: 4px; }
.br-seo__redir p{ font-size: 12.5px; line-height: 1.6; color: var(--br-muted); margin: 0; }

.br-sec--beige{ background: var(--br-beige); }
.br-req{ display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 72px); align-items: center; }
@media (max-width: 900px){ .br-req{ grid-template-columns: 1fr; } }
.entry-content .br-req h2{ margin: 0 0 20px; }
.br-req p:where(:not(.br-eyebrow)){ font-size: 15.5px; line-height: 1.7; color: var(--br-muted); margin: 0 0 24px; text-wrap: pretty; }
.br-req__list{ display: grid; gap: 10px; margin-bottom: 28px; }
.br-req__list > div{ display: flex; gap: 12px; align-items: baseline; font-size: 14.5px; line-height: 1.6; color: var(--br-muted); }
.br-req__list > div::before{ content: "\2713"; color: var(--br-teal-deep); flex: none; }
.br-check{ background: #fff; border: 1px solid var(--br-line); border-radius: 14px; overflow: hidden; }
.br-check__h{ padding: 14px 22px; border-bottom: 1px solid var(--br-line-2); font-family: var(--br-f-m); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--br-dim); }
.br-check__r{ display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 15px 22px; border-bottom: 1px solid var(--br-line-2); }
.br-check__r:last-child{ border-bottom: 0; }
.br-check__r span:first-child{ font-size: 14px; }
.br-check__r span:last-child{ font-family: var(--br-f-m); font-size: 12px; color: var(--br-muted); }
.br-check__r--key span:last-child{ color: var(--br-teal-deep); }

.br-princ{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.br-princ > *{ margin: 0 !important; }
.br-princ__c{ border-top: 1px solid var(--br-line-d); padding-top: 24px; }
.br-princ__n{ font-family: var(--br-f-m); font-size: 12px; color: var(--br-teal); margin-bottom: 16px; }
.entry-content .br-princ h3{ font-family: var(--br-f-d); font-size: 20px; font-weight: 600; letter-spacing: -.015em; color: #fff; margin: 0 0 12px; }
.br-princ__c p{ font-size: 14.5px; line-height: 1.7; color: var(--br-dim); margin: 0; }
@media (max-width: 860px){ .br-princ{ grid-template-columns: 1fr; gap: 8px; } .br-princ__c{ padding-top: 20px; } }

.br-plans{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.br-plans > *{ margin: 0 !important; }
@media (max-width: 900px){ .br-plans{ grid-template-columns: 1fr; } }
.br-plan{ padding: 34px 30px; display: flex; flex-direction: column; }
.br-plan--hot{ border-color: var(--br-teal-mid); }
.br-plan > *{ margin: 0 !important; }
.br-plan__top{ display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 22px !important; }
.br-plan__tag{ font-family: var(--br-f-m); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--br-dim); }
.br-plan__badge{ font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 999px; background: var(--br-teal-tint); color: var(--br-teal-deep); white-space: nowrap; }
.entry-content .br-plan h3{ font-family: var(--br-f-d); font-size: 22px; line-height: 1.2; font-weight: 600; letter-spacing: -.015em; margin: 0 0 18px !important; color: var(--br-indigo); }
.br-plan__price{ display: flex; align-items: baseline; gap: 8px; }
.br-plan__price b{ font-family: var(--br-f-d); font-size: 48px; font-weight: 700; letter-spacing: -.035em; line-height: 1; }
.br-plan__price span{ font-size: 14px; color: var(--br-muted); }
.br-plan__year{ font-size: 13.5px; color: var(--br-muted); margin: 8px 0 22px !important; }
.br-plan__desc{ font-size: 14px; line-height: 1.65; color: var(--br-muted); margin: 0 0 24px !important; }
.br-plan .br-btn{ width: 100%; height: 46px; margin-bottom: 24px !important; }
.br-plan__f{ display: grid; gap: 10px; }
.br-plan__f > div{ display: flex; gap: 10px; align-items: baseline; font-size: 13.5px; line-height: 1.55; color: var(--br-muted); }
.br-plan__f > div::before{ content: "\2713"; color: var(--br-teal-deep); flex: none; }
.br-plans__note{ font-size: 13.5px; color: var(--br-dim); margin: 24px 0 0; text-align: center; }

.br-faq{ display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 72px); align-items: start; }
@media (max-width: 900px){ .br-faq{ grid-template-columns: 1fr; } }
.br-faq__sla{ border: 1px solid var(--br-line); border-radius: var(--br-radius-panel); padding: 24px; }
.br-faq__sla-h{ font-family: var(--br-f-m); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--br-teal-deep); margin-bottom: 16px; }
.br-faq__sla div{ display: flex; justify-content: space-between; gap: 14px; font-size: 13.5px; color: var(--br-muted); padding-block: 4px; }
.br-faq__sla b{ color: var(--br-ink); font-weight: 500; }
.br-faq__q{ border-bottom: 1px solid var(--br-line); padding: 22px 0; }
.entry-content .br-faq__q h3{ font-family: var(--br-f-d); font-size: 18px; font-weight: 600; letter-spacing: -.01em; margin: 0 0 9px; color: var(--br-indigo); }
.br-faq__q p{ font-size: 14.5px; line-height: 1.7; color: var(--br-muted); margin: 0; text-wrap: pretty; }

.br-dash{ border-radius: 14px; overflow: hidden; border: 1px solid var(--br-line); box-shadow: 0 30px 70px -20px rgba(11,13,18,.35); }
.br-dash__top{ background: var(--br-ink); padding: 16px 18px 0; }
.br-dash__ver{ font-family: var(--br-f-m); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; color: var(--br-muted); margin-bottom: 10px; }
.br-dash__h{ display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; flex-wrap: wrap; }
.br-dash__h b{ font-family: var(--br-f-d); font-size: 22px; font-weight: 500; color: #fff; letter-spacing: -.02em; line-height: 1.1; display: block; }
.br-dash__h small{ font-size: 10.5px; color: var(--br-muted); margin-top: 3px; display: block; }
.br-dash__pills{ display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.br-dash__pill{ display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--br-line-d); border-radius: 999px; padding: 5px 11px; font-size: 10px; color: var(--br-dim); }
.br-dash__pill b{ color: #fff; font: inherit; }
.br-dash__pill i{ width: 5px; height: 5px; border-radius: 50%; background: var(--br-teal); display: inline-block; font-style: normal; }
.br-dash__tabs{ display: flex; gap: 16px; align-items: center; margin-top: 14px; font-size: 11.5px; }
.br-dash__tabs span{ color: var(--br-muted); padding-bottom: 9px; display: inline-flex; gap: 6px; align-items: center; }
.br-dash__tabs span.is-active{ color: #fff; border-bottom: 2px solid var(--br-teal); }
.br-dash__tabs em{ background: var(--br-line-d); color: var(--br-dim); font-size: 9.5px; padding: 1px 6px; border-radius: 4px; font-style: normal; }
.br-dash__body{ background: var(--br-paper-2); padding: 12px; display: grid; gap: 10px; }
.br-dcard{ background: #fff; border: 1px solid var(--br-line); border-radius: 9px; }
.br-dcard--pad{ padding: 12px 14px; }
.br-dstatus{ display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.br-dstatus__l{ display: flex; gap: 10px; align-items: center; min-width: 0; }
.br-dstatus__ic{ width: 26px; height: 26px; border-radius: 7px; background: var(--br-teal-tint); color: var(--br-teal-deep); display: flex; align-items: center; justify-content: center; font-size: 13px; flex: none; }
.br-dstatus__t{ font-size: 12.5px; font-weight: 600; }
.br-dstatus__s{ font-size: 10.5px; color: var(--br-dim); margin-top: 1px; }
.br-dstatus__m{ display: flex; gap: 14px; }
.br-dstatus__m div span:first-child{ font-family: var(--br-f-m); font-size: 8.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--br-dim); display: block; }
.br-dstatus__m div span:last-child{ font-family: var(--br-f-m); font-size: 12px; color: var(--br-teal-deep); }
.br-dstatus__m div:last-child span:last-child{ color: var(--br-ink); }
.br-dstats{ display: grid; grid-template-columns: 1fr 1fr; }
.br-dstats > div{ padding: 12px 14px; border-right: 1px solid var(--br-line-2); border-bottom: 1px solid var(--br-line-2); }
.br-dstats > div:nth-child(2n){ border-right: 0; }
.br-dstats > div:nth-last-child(-n+2){ border-bottom: 0; }
.br-dstats__row{ display: flex; align-items: baseline; gap: 7px; }
.br-dstats__n{ font-family: var(--br-f-d); font-size: 22px; font-weight: 500; letter-spacing: -.02em; }
.br-dstats__l{ font-size: 11px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.br-dstats__note{ font-size: 10px; color: var(--br-dim); margin: 2px 0 8px; }
.br-dstats__bar{ display: flex; align-items: center; gap: 7px; }
.br-dstats__bar > span{ flex: 1; height: 3px; border-radius: 2px; background: var(--br-line-2); display: block; overflow: hidden; }
.br-dstats__bar > span > i{ display: block; height: 3px; border-radius: 2px; background: var(--br-teal-deep); }
.br-dstats__bar em{ font-family: var(--br-f-m); font-size: 9.5px; color: var(--br-dim); font-style: normal; }
.br-dsub{ display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; border-bottom: 1px solid var(--br-line-2); font-family: var(--br-f-m); font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--br-muted); }
.br-dsub b{ background: var(--br-teal-tint); color: var(--br-teal-deep); font: inherit; padding: 3px 9px; border-radius: 5px; letter-spacing: 0; }
.br-dtask{ display: grid; grid-template-columns: minmax(74px,1.1fr) minmax(66px,1fr) minmax(60px,.9fr) 58px; gap: 8px; align-items: center; padding: 9px 14px; border-bottom: 1px solid var(--br-line-4); }
.br-dtask__n{ display: flex; align-items: center; gap: 7px; min-width: 0; font-size: 11.5px; font-weight: 500; }
.br-dtask__n::before{ content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--br-teal-deep); flex: none; }
.br-dtask__n span{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.br-dtask__last{ font-size: 10.5px; color: var(--br-dim); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.br-dtask__res{ background: var(--br-teal-tint); color: var(--br-teal-deep); font-family: var(--br-f-m); font-size: 9px; padding: 3px 6px; border-radius: 4px; white-space: nowrap; justify-self: start; }
.br-dtask__btn{ border: 1px solid var(--br-line-3); border-radius: 5px; text-align: center; font-size: 10px; padding: 4px 0; color: var(--br-muted); }
.br-dlog{ display: grid; grid-template-columns: 50px 34px minmax(0,1fr); gap: 8px; padding: 7px 14px; border-bottom: 1px solid var(--br-line-4); font-family: var(--br-f-m); font-size: 9.5px; align-items: baseline; }
.br-dlog span:nth-child(1){ color: var(--br-dim); }
.br-dlog span:nth-child(2){ color: var(--br-teal-deep); }
.br-dlog span:nth-child(3){ color: var(--br-muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

@media (max-width: 700px){
  .br-stat__big{ font-size: 38px; }
  .br-featcell{ padding: 24px 20px; }
  .br-callout{ padding: 22px; }
  .br-with{ font-size: 12px; }
  .br-keystrip{ gap: 12px; font-size: 12.5px; }
  .br-fieldrow__v{ font-size: 12px; }
  .br-plan{ padding: 26px 22px; }
  .br-plan__price b{ font-size: 40px; }
  .br-faq__sla{ padding: 20px; }
  .br-dash__body{ padding: 10px; }
  .br-dtask{ grid-template-columns: minmax(0,1fr) 54px; }
  .br-dtask__last,
  .br-dtask__res{ display: none; }
}

.br-band{ background: var(--br-paper-2); }
.br-band--soft{ background: #F7F7FB; }
.br-band--dots{
  background-color: var(--br-paper-2);
  background-image: radial-gradient(var(--br-line-3) 1px, transparent 1.4px);
  background-size: 22px 22px;
}
.entry-content > .br-sec:not(:has(.br-wrap)){
  padding-block: clamp(56px, 8vw, 88px);
  padding-inline: max(var(--br-gutter), calc((100% - var(--br-shell)) / 2));
}
.entry-content > .br-sec:not(:has(.br-wrap)) .br-head{ margin-bottom: clamp(28px, 4vw, 40px); }
.entry-content > .br-sec:not(:has(.br-wrap)) > .br-eyebrow{ margin-bottom: 18px !important; }

.br-compare{ display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: clamp(28px, 4vw, 40px); }
.br-compare__box{ border: 1px solid var(--br-line); border-radius: var(--br-radius); padding: 24px; background: #fff; }
.br-compare__box--win{ border-color: var(--br-teal-mid); background: var(--br-bg); }
.br-compare__t{
  font-family: var(--br-f-m); font-size: 10.5px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--br-muted); margin-bottom: 6px;
}
.br-compare__box--win .br-compare__t{ color: var(--br-teal-deep); }
.br-compare__r{
  display: flex; justify-content: space-between; gap: 16px;
  padding: 12px 0; border-top: 1px solid var(--br-line-2);
  font-size: 13.5px; line-height: 1.5;
}
.br-compare__q{ color: var(--br-muted); }
.br-compare__a{ color: var(--br-ink); font-weight: 500; text-align: right; }

.br-grid{ display: grid; gap: 18px; margin-top: clamp(28px, 4vw, 40px); align-items: stretch; }
.br-grid--2{ grid-template-columns: 1fr 1fr; }
.br-grid--3{ grid-template-columns: repeat(3, 1fr); }
.wp-block-columns.br-grid > .wp-block-column{ display: flex; flex-direction: column; gap: 18px; margin: 0 !important; flex-basis: auto; }

.br-card{ padding: 28px; height: 100%; display: flex; flex-direction: column; }
.br-card > *{ margin-block: 0; }
.entry-content .br-card h3,
.entry-content .br-card .br-card__name{
  font-family: var(--br-f-d); font-size: 19px; font-weight: 600;
  letter-spacing: -.015em; color: var(--br-indigo); margin: 0 0 12px;
}
.br-card p{ font-size: 14px; line-height: 1.65; color: var(--br-muted); margin: 0; }
.br-card--plain{ background: none; border: 0; border-top: 1px solid var(--br-line); border-radius: 0; padding: 22px 0 0; height: auto; }

.br-card__head{ display: flex; align-items: flex-start; gap: 14px; margin-bottom: 14px; }
.br-card__rune{ flex: none; width: 22px; height: 22px; color: var(--br-teal-mid); margin-top: 2px; }
.br-card__rune svg{ display: block; width: 100%; height: 100%; }
.entry-content .br-card .br-card__name{ margin: 0 0 2px; font-size: 20px; }
.entry-content .br-card .br-card__name a{ color: var(--br-indigo); text-decoration: none; }
.entry-content .br-card .br-card__name a:hover{ color: var(--br-teal-deep); }
.br-card__code{ font-family: var(--br-f-m); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--br-muted); }
.br-card__more{ font-size: 13px; font-weight: 500; color: var(--br-teal-deep); text-decoration: none; align-self: center; margin-left: auto; }
.br-card__more:hover{ text-decoration: underline; }
.br-card--wip{ background: var(--br-paper-2); border-style: dashed; }

.br-badges{ display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 18px; }
.br-card .br-badges{ margin-top: auto; padding-top: 18px; }
.br-badge{
  font-family: var(--br-f-m); font-size: 10.5px; letter-spacing: .05em; line-height: 1;
  padding: 5px 9px; border-radius: 6px; white-space: nowrap;
  background: var(--br-paper-2); color: var(--br-text);
}
.br-badge--free{ background: #E6F2EB; color: var(--br-teal-ink); }
.br-badge--pro{ background: #EEEFFA; color: var(--br-indigo); }
.br-badge--wip{ background: var(--br-paper-2); color: var(--br-muted); border: 1px solid var(--br-line); }

.br-table{
  margin-top: clamp(28px, 4vw, 40px);
  border: 1px solid var(--br-line); border-radius: var(--br-radius); overflow-x: auto;
}
.br-table table{ width: 100%; border-collapse: collapse; font-size: 14px; min-width: 460px; }
.br-table th,
.br-table td{ text-align: left; padding: 13px 18px; border-bottom: 1px solid var(--br-line-2); }
.br-table thead th{
  background: var(--br-paper-2); font-family: var(--br-f-m);
  font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--br-muted);
}
.br-table tbody tr:last-child td{ border-bottom: 0; }
.br-table td{ color: var(--br-muted); }
.br-table td:first-child{ color: var(--br-ink); font-weight: 500; }

@media (max-width: 1000px){
  .br-grid--3{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px){
  .br-grid--2,
  .br-grid--3{ grid-template-columns: 1fr; }
  .br-compare{ grid-template-columns: 1fr; }
  .br-card{ padding: 22px; }
  .br-card__more{ margin-left: 0; align-self: flex-start; }
}

.br-card__shot{
  display: block; position: relative; width: calc(100% + 56px); margin: -28px -28px 20px !important;
  padding: 0; border: 0; border-bottom: 1px solid var(--br-line); border-radius: var(--br-radius) var(--br-radius) 0 0;
  background: #fff; aspect-ratio: 16 / 9; overflow: hidden; cursor: zoom-in;
}
.br-card__shot img{ width: 100%; height: 100%; object-fit: cover; object-position: top left; display: block; }
.br-card__zoom{
  position: absolute; right: 10px; bottom: 10px; pointer-events: none;
  font-family: var(--br-f-m); font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase;
  padding: 5px 9px; border-radius: 6px; background: rgba(16,17,26,.78); color: #fff; opacity: .85; transition: opacity .18s;
}
.br-card__shot:hover .br-card__zoom{ opacity: 1; }
@media (max-width: 700px){
  .br-card__shot{ width: calc(100% + 44px); margin: -22px -22px 16px !important; }
}
.br-lightbox{
  position: fixed; inset: 0; z-index: 100; background: rgba(16,17,26,.82);
  display: none; align-items: center; justify-content: center; padding: 32px; cursor: zoom-out;
}
.br-lightbox.is-on{ display: flex; }
.br-lightbox img{ max-width: min(1400px, 100%); max-height: 100%; border-radius: var(--br-radius-panel); background: #fff; box-shadow: 0 30px 80px -20px rgba(0,0,0,.6); }
.br-lightbox__x{
  position: absolute; top: 18px; right: 18px; width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); color: #fff; font-size: 22px; line-height: 1; cursor: pointer;
}

.br-vs{ align-items: center; margin-top: 0; }
.br-vs .br-head{ margin-bottom: 0; }
.br-vs h2{ margin: 0 0 18px; }
.br-vs p:where(:not(.br-eyebrow)){ font-size: 15.5px; line-height: 1.7; color: var(--br-muted); margin: 0; text-wrap: pretty; }
.br-table--vs{ margin-top: 0; background: #fff; }
.br-table--vs table{ min-width: 0; font-size: 15px; }
.br-table--vs th, .br-table--vs td{ padding: 18px 20px; }
.br-table--vs thead th{ background: var(--br-bg); }
.br-table--vs thead th:last-child{ color: var(--br-teal-deep); }
.br-table--vs tbody td:nth-child(2){ color: #8A8CA6; }
.br-table--vs tbody td:last-child{ color: var(--br-ink); font-weight: 500; }
@media (max-width: 1000px){
  .br-vs{ align-items: start; }
  .br-table--vs th, .br-table--vs td{ padding: 14px 16px; }
}


/* =========================================================
   Miscare la sosire pe landinguri (sistemul e in global.css)
   ========================================================= */
/* Planul recomandat vine ultimul si ramane cu 4px mai sus. */
.br-sec.is-seen .br-plans > .br-plan--hot{ transition-delay: .4s; transform: translateY(-4px); }

/* „Sase comutatoare. Tu le pornesti.”, se pornesc pe rand cand ajungi la ele.
   Butonul are 34px, cu 2px aer si bila de 16px: cursa e 14px. */
.br-fields.is-armed .br-switch--on{ background: var(--br-line-3); }
.br-fields.is-armed .br-switch--on i{ transform: translateX(-14px); }
.br-fields.is-seen .br-switch--on{ background: var(--br-indigo); transition: background-color .35s ease-out; }
.br-fields.is-seen .br-switch--on i{ transform: none; transition: transform .35s cubic-bezier(.2, .7, .2, 1); }
.br-fields.is-seen > :nth-child(2) .br-switch--on, .br-fields.is-seen > :nth-child(2) .br-switch--on i{ transition-delay: .3s; }
.br-fields.is-seen > :nth-child(3) .br-switch--on, .br-fields.is-seen > :nth-child(3) .br-switch--on i{ transition-delay: .6s; }
.br-fields.is-seen > :nth-child(4) .br-switch--on, .br-fields.is-seen > :nth-child(4) .br-switch--on i{ transition-delay: .9s; }
.br-fields.is-seen > :nth-child(5) .br-switch--on, .br-fields.is-seen > :nth-child(5) .br-switch--on i{ transition-delay: 1.2s; }
.br-fields.is-seen > :nth-child(n+6) .br-switch--on, .br-fields.is-seen > :nth-child(n+6) .br-switch--on i{ transition-delay: 1.5s; }

/* Terminalul se tasteaza o data: comanda, raspunsul, a doua comanda, raspunsul. */
.br-term.is-armed > div{ opacity: 0; }
.br-term.is-seen > div{ opacity: 1; }
.br-term.is-seen > div:nth-child(2){ transition: opacity .3s ease-out 1.5s; }
.br-term.is-seen > div:nth-child(3){ transition: opacity .01s linear 2s; }
.br-term.is-seen > div:nth-child(n+4){ transition: opacity .3s ease-out 3.2s; }
.br-term.is-armed .c-in{ display: inline-block; vertical-align: bottom; overflow: hidden; white-space: nowrap; max-width: 0; }
.br-term.is-seen > div:nth-child(1) .c-in{ --n: 52ch; animation: br-type 1.3s steps(52, end) forwards; }
.br-term.is-seen > div:nth-child(3) .c-in{ --n: 27ch; animation: br-type .8s steps(27, end) 2s forwards; }
@keyframes br-type{ from{ max-width: 0; } to{ max-width: min(var(--n), 100%); } }

/* The Keywords app closes the plugin grid on a full row of its own. */
.br-card--app{ grid-column: 1 / -1; }
.br-card--app p{ max-width: 64ch; }

/* A dotted intro band that ends in its heading sits tight on the band below it. */
.entry-content > .br-band--dots:has(> .br-head:last-child){ padding-bottom: clamp(36px, 4vw, 48px); }
.entry-content > .br-band--dots > .br-head:last-child{ margin-bottom: 0; }
.entry-content > .br-band--dots + .br-band{ padding-top: 0; }
.entry-content > .br-band--dots + .br-band .br-grid{ margin-top: 0; }

/* WordPress plugins carry the WordPress mark in the corner; the app card does not. */
.br-card--wp{ position: relative; }
.br-card--wp::after{
  content: ""; position: absolute; top: 26px; right: 26px; width: 22px; height: 22px;
  background: var(--br-line-3);
  -webkit-mask: url("../img/wordpress.svg") center / contain no-repeat; mask: url("../img/wordpress.svg") center / contain no-repeat;
}
.br-card--wp:hover::after{ background: var(--br-muted); }
.br-card--wp .br-card__head{ padding-right: 36px; }

/* The app card: the Brainrune lockup, then the product name in the lighter weight. */
.br-card--app .br-card__head{ align-items: center; }
.br-card--app .br-card__logo{ display: block; height: 22px; width: auto; }
.entry-content .br-card--app .br-card__name a{ display: inline-flex; align-items: center; gap: 8px; }
.entry-content .br-card--app .br-card__name span{ font-weight: 400; color: var(--br-muted); }
