.bw-pricing{
    --bw-pricing-accent:#F30101;
    --bw-pricing-line:rgba(0,0,0,.11);
    --bw-pricing-soft:rgba(0,0,0,.055);
    --bw-pricing-desktop-top:38px;
    --bw-pricing-desktop-bottom:34px;
    --bw-pricing-tablet-top:44px;
    --bw-pricing-tablet-bottom:44px;
    --bw-pricing-mobile-top:38px;
    --bw-pricing-mobile-bottom:38px;
    --bw-pricing-row-padding:5px;
    position:relative;
    overflow:clip;
    padding:var(--bw-pricing-desktop-top) 0 var(--bw-pricing-desktop-bottom);
    background:#fff;
    color:#111;
    font-family:inherit;
}

.bw-pricing *,
.bw-pricing *::before,
.bw-pricing *::after{box-sizing:border-box}

.bw-pricing a{color:inherit;text-decoration:none}

.bw-pricing__shell{position:relative;min-width:0}

.bw-pricing .bw-sr-only{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
}

.bw-pricing__header{
    max-width:940px;
    margin:0 auto 16px;
    text-align:center;
}

.bw-pricing__eyebrow{
    position:relative;
    width:max-content;
    max-width:100%;
    margin:0 auto 8px;
    padding-bottom:8px;
    color:var(--bw-pricing-accent);
    font-size:clamp(11px,.75vw,13px);
    font-weight:700;
    line-height:1.1;
    letter-spacing:.18em;
    text-transform:uppercase;
}

.bw-pricing__eyebrow::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    width:46px;
    height:1px;
    background:var(--bw-pricing-accent);
    transform:translateX(-50%);
}

.bw-pricing__title{
    margin:0;
    color:#111;
    font-family:var(--font-display,inherit);
    font-size:clamp(38px,3.25vw,58px);
    font-weight:500;
    line-height:.98;
    letter-spacing:-.025em;
}

.bw-pricing__paragraph{
    max-width:820px;
    margin:10px auto 0;
    color:rgba(0,0,0,.7);
    font-size:clamp(13px,.92vw,16px);
    line-height:1.45;
}

.bw-pricing__desktop{display:block;min-width:0}
.bw-pricing__cards{display:none}

.bw-pricing__table-wrap{
    width:100%;
    overflow:visible;
    border:1px solid var(--bw-pricing-line);
    border-radius:12px;
    background:#fff;
    box-shadow:0 12px 32px rgba(0,0,0,.035);
}

.bw-pricing__table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    table-layout:fixed;
    color:#111;
    font-size:clamp(11.7px,.72vw,13.5px);
    line-height:1.28;
}

.bw-pricing__col-factor{width:18%}
.bw-pricing__col-includes{width:20%}
.bw-pricing__col-effect{width:22%}
.bw-pricing__col-impact{width:22%}
.bw-pricing__col-example{width:18%}

.bw-pricing__table thead th{
    padding:9px 10px;
    background:var(--bw-pricing-accent);
    color:#fff;
    font-family:var(--font-display,inherit);
    font-size:clamp(12px,.78vw,14px);
    font-weight:600;
    line-height:1.12;
    letter-spacing:.025em;
    text-align:center;
    vertical-align:middle;
}

.bw-pricing__table thead th:first-child{border-radius:11px 0 0 0}
.bw-pricing__table thead th:last-child{border-radius:0 11px 0 0}

.bw-pricing__table thead th + th{border-left:1px solid rgba(255,255,255,.35)}

.bw-pricing__table thead small{
    display:block;
    margin-top:3px;
    font-family:inherit;
    font-size:9px;
    font-weight:600;
    line-height:1.1;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.bw-pricing__table tbody th,
.bw-pricing__table tbody td{
    padding:var(--bw-pricing-row-padding) 10px;
    background:#fff;
    text-align:center;
    vertical-align:middle;
    overflow-wrap:break-word;
}

.bw-pricing__table tbody tr + tr th,
.bw-pricing__table tbody tr + tr td{border-top:1px solid var(--bw-pricing-line)}

.bw-pricing__table tbody th + td,
.bw-pricing__table tbody td + td{border-left:1px solid var(--bw-pricing-line)}

.bw-pricing--no-row-lines .bw-pricing__table tbody tr + tr th,
.bw-pricing--no-row-lines .bw-pricing__table tbody tr + tr td{border-top:0}

.bw-pricing--no-column-lines .bw-pricing__table tbody th + td,
.bw-pricing--no-column-lines .bw-pricing__table tbody td + td{border-left:0}

.bw-pricing__factor{
    display:table-cell;
    font-weight:700;
    text-align:left!important;
}

.bw-pricing__factor > span:last-child{
    display:inline;
    vertical-align:middle;
}

.bw-pricing__factor-icon{
    width:31px;
    height:31px;
    display:inline-grid;
    place-items:center;
    margin-right:8px;
    color:var(--bw-pricing-accent);
    vertical-align:middle;
}

.bw-pricing__factor-icon svg,
.bw-pricing__card-icon svg,
.bw-pricing__note-icon svg{
    width:100%;
    height:100%;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.bw-pricing__impact-list{
    display:grid;
    gap:2px;
    margin:0;
    padding:0;
    list-style:none;
}

.bw-pricing__impact-list li{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:2px 5px;
    min-width:0;
}

.bw-pricing__impact-list span{color:rgba(0,0,0,.72)}

.bw-pricing__impact-list strong{
    color:#111;
    font-weight:700;
    overflow-wrap:anywhere;
}

.bw-pricing--highlight-values .bw-pricing__impact-list strong{color:var(--bw-pricing-accent)}

.bw-pricing__notes{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    margin-top:12px;
    border:1px solid var(--bw-pricing-line);
    border-radius:10px;
    background:rgba(0,0,0,.018);
}

.bw-pricing__transparency,
.bw-pricing__recurring{
    min-width:0;
    min-height:58px;
    display:flex;
    align-items:center;
    gap:12px;
    padding:9px 18px;
}

.bw-pricing__recurring{transition:background-color 180ms ease,color 180ms ease}
.bw-pricing__recurring:hover{background:rgba(243,1,1,.035)}

.bw-pricing__notes > * + *{border-left:1px solid var(--bw-pricing-line)}

.bw-pricing__note-icon{
    width:38px;
    height:38px;
    flex:0 0 auto;
    display:grid;
    place-items:center;
    color:var(--bw-pricing-accent);
}

.bw-pricing__note-copy{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:2px;
    color:rgba(0,0,0,.72);
    font-size:clamp(11.8px,.76vw,13.5px);
    line-height:1.3;
}

.bw-pricing__note-copy strong{color:#111;font-weight:600}
.bw-pricing__note-copy > span{font-weight:600}

.bw-pricing__arrow{
    width:19px;
    height:19px;
    flex:0 0 auto;
    margin-left:auto;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
    transition:transform 180ms ease;
}

.bw-pricing__recurring:hover .bw-pricing__arrow,
.bw-pricing__cta:hover .bw-pricing__arrow{transform:translateX(4px)}

.bw-pricing__actions{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:7px;
    margin-top:11px;
    text-align:center;
}

.bw-pricing__cta{
    width:min(100%,420px);
    min-height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    padding:10px 24px;
    border-radius:7px;
    background:var(--bw-pricing-accent);
    color:#fff!important;
    font-size:clamp(12px,.88vw,15px);
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    box-shadow:0 10px 24px rgba(243,1,1,.14);
    transition:transform 180ms ease,box-shadow 180ms ease;
}

.bw-pricing__cta:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(243,1,1,.18)}

.bw-pricing__recurring:focus-visible,
.bw-pricing__cta:focus-visible{
    outline:3px solid var(--bw-pricing-accent);
    outline-offset:4px;
}

.bw-pricing__disclaimer{
    max-width:920px;
    margin:0;
    color:rgba(0,0,0,.56);
    font-size:clamp(11.5px,.7vw,12.5px);
    line-height:1.35;
}

/* Tablet and mobile cards are rendered in the initial SSR response. */
.bw-pricing__cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}

.bw-pricing__card{
    min-width:0;
    padding:18px;
    border:1px solid var(--bw-pricing-line);
    border-top:3px solid var(--bw-pricing-accent);
    border-radius:10px;
    background:#fff;
}

.bw-pricing__card-header{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:12px;
}

.bw-pricing__card-icon{
    width:42px;
    height:42px;
    flex:0 0 auto;
    color:var(--bw-pricing-accent);
}

.bw-pricing__card-title{
    margin:0;
    color:#111;
    font-family:var(--font-display,inherit);
    font-size:clamp(21px,2.25vw,27px);
    font-weight:600;
    line-height:1.05;
}

.bw-pricing__card-details{margin:0}

.bw-pricing__card-details > div{
    display:grid;
    gap:4px;
    padding:10px 0;
    border-top:1px solid var(--bw-pricing-line);
}

.bw-pricing__card-details dt{
    color:var(--bw-pricing-accent);
    font-size:11px;
    font-weight:700;
    letter-spacing:.11em;
    line-height:1.25;
    text-transform:uppercase;
}

.bw-pricing__card-details dd{
    min-width:0;
    margin:0;
    color:rgba(0,0,0,.72);
    font-size:15px;
    line-height:1.45;
}

.bw-pricing__card .bw-pricing__impact-list{gap:4px}
.bw-pricing__card .bw-pricing__impact-list li{justify-content:space-between;text-align:left}

@media (max-width:1199px) and (min-width:1100px){
    .bw-pricing__header{margin-bottom:13px}
    .bw-pricing__title{font-size:43px}
    .bw-pricing__table{font-size:11.4px}
    .bw-pricing__table thead th{padding-inline:6px;font-size:11.8px}
    .bw-pricing__table tbody th,
    .bw-pricing__table tbody td{padding-inline:6px}
    .bw-pricing__factor-icon{width:27px;height:27px;margin-right:5px}
}

@media (max-width:1023px){
    .bw-pricing{
        padding:var(--bw-pricing-tablet-top) 0 var(--bw-pricing-tablet-bottom);
    }
    .bw-pricing__header{margin-bottom:22px}
    .bw-pricing__title{font-size:clamp(42px,6vw,58px)}
    .bw-pricing__paragraph{font-size:16px}
    .bw-pricing__notes{margin-top:20px}
    .bw-pricing__actions{margin-top:18px}
}

@media (max-width:767px){
    .bw-pricing{
        padding:var(--bw-pricing-mobile-top) 0 var(--bw-pricing-mobile-bottom);
    }
    .bw-pricing__header{margin-bottom:20px}
    .bw-pricing__eyebrow{font-size:11px}
    .bw-pricing__title{font-size:clamp(34px,10vw,44px);line-height:1.02}
    .bw-pricing__paragraph{font-size:16px;line-height:1.5}
    .bw-pricing__cards{grid-template-columns:minmax(0,1fr);gap:14px}
    .bw-pricing__card{padding:18px}
    .bw-pricing__card-title{font-size:clamp(21px,6.5vw,25px)}
    .bw-pricing__card-details dd{font-size:16px}
    .bw-pricing__notes{grid-template-columns:minmax(0,1fr);margin-top:16px}
    .bw-pricing__notes > * + *{border-top:1px solid var(--bw-pricing-line);border-left:0}
    .bw-pricing__transparency,
    .bw-pricing__recurring{padding:14px 16px}
    .bw-pricing__note-copy{font-size:14px;line-height:1.4}
    .bw-pricing__cta{width:100%;min-height:52px}
    .bw-pricing__disclaimer{font-size:12.5px;line-height:1.45}
}

/* Database-selected table-to-card breakpoints. */
@media (max-width:1023px){
    .bw-pricing--bp-1024 .bw-pricing__desktop{display:none}
    .bw-pricing--bp-1024 .bw-pricing__cards{display:grid}
}

@media (max-width:1099px){
    .bw-pricing--bp-1100 .bw-pricing__desktop{display:none}
    .bw-pricing--bp-1100 .bw-pricing__cards{display:grid}
}

@media (max-width:1119px){
    .bw-pricing--bp-1120 .bw-pricing__desktop{display:none}
    .bw-pricing--bp-1120 .bw-pricing__cards{display:grid}
}

@media (min-width:768px) and (max-width:1119px){
    .bw-pricing--tablet-1 .bw-pricing__cards{grid-template-columns:minmax(0,1fr)}
    .bw-pricing--tablet-2 .bw-pricing__cards{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (prefers-reduced-motion:reduce){
    .bw-pricing *,
    .bw-pricing *::before,
    .bw-pricing *::after{
        scroll-behavior:auto!important;
        transition:none!important;
        animation:none!important;
    }
}
