/* TOPCER33 custom experience — two new one-column widgets + continuous PDF-faithful editorial */

.topcer33-widget-kicker,
.topcer33-document-kicker {
    margin: 0 0 10px !important;
    color: var(--topcer-gold) !important;
    font-size: 10px !important;
    font-weight: 900;
    line-height: 1.25 !important;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.topcer33-widget-head {
    position: relative;
    z-index: 2;
    display: block;
    padding: 30px 32px 24px;
    border-bottom: 1px solid rgba(246, 184, 63, .16);
}

.topcer33-widget-head h2 {
    max-width: 850px;
    margin: 0;
    color: var(--topcer-white);
    font-size: clamp(28px, 4.5vw, 52px);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.topcer33-widget-head > p:last-child {
    max-width: 880px;
    margin: 16px 0 0;
    color: #c8b3a8;
    font-size: 14px;
    line-height: 1.75;
}

/* Widget 1: interactive ping percentage chart */
.topcer33-route-observatory {
    position: relative;
    margin: 0 0 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 91, 24, .42);
    border-radius: 30px 7px 30px 7px;
    background:
        linear-gradient(135deg, rgba(218, 35, 19, .13), transparent 32%),
        radial-gradient(circle at 88% 17%, rgba(246, 184, 63, .1), transparent 23rem),
        repeating-linear-gradient(90deg, transparent 0 79px, rgba(255, 120, 36, .035) 80px),
        #0b0101;
    box-shadow: var(--topcer-shadow), inset 0 1px rgba(255, 255, 255, .025);
}

.topcer33-route-observatory::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 5;
    width: 4px;
    background: linear-gradient(var(--topcer-gold), var(--topcer-orange) 34%, var(--topcer-red) 72%, transparent 96%);
}

.topcer33-route-observatory::after {
    content: "%";
    position: absolute;
    right: 18px;
    top: 34px;
    color: rgba(255, 111, 29, .04);
    font-size: 180px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.topcer33-mini-kicker {
    margin: 0 0 7px !important;
    color: var(--topcer-orange) !important;
    font-size: 9px !important;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.topcer33-route-controls {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-bottom: 1px solid rgba(255, 105, 28, .15);
    background: rgba(0, 0, 0, .18);
}

.topcer33-route-controls button {
    position: relative;
    min-width: 0;
    min-height: 82px;
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: center;
    gap: 0 8px;
    padding: 13px 12px;
    border: 0;
    border-right: 1px solid rgba(255, 105, 28, .12);
    color: #cdb7ac;
    text-align: left;
    background: transparent;
    transition: background .2s ease, color .2s ease;
}

.topcer33-route-controls button:last-child { border-right: 0; }
.topcer33-route-controls button::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, var(--topcer-gold), var(--topcer-orange), var(--topcer-red));
    transition: transform .25s ease;
}
.topcer33-route-controls button span {
    grid-row: 1 / 3;
    color: rgba(246, 184, 63, .55);
    font-size: 16px;
    font-weight: 900;
}
.topcer33-route-controls button b { color: inherit; font-size: 13px; line-height: 1.2; }
.topcer33-route-controls button small { color: #8f756b; font-size: 10px; line-height: 1.2; }
.topcer33-route-controls button:hover,
.topcer33-route-controls button:focus,
.topcer33-route-controls button.is-active {
    outline: none;
    color: var(--topcer-white);
    background: linear-gradient(180deg, rgba(255, 96, 25, .13), rgba(216, 31, 19, .04));
}
.topcer33-route-controls button.is-active::after { transform: scaleX(1); }
.topcer33-route-controls button.is-active span { color: var(--topcer-gold); }

.topcer33-percentage-dashboard {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
}

.topcer33-percentage-panel {
    min-width: 0;
    padding: 27px 28px 27px 32px;
    border-right: 1px solid rgba(255, 105, 28, .14);
    background: linear-gradient(135deg, rgba(255, 105, 28, .04), transparent 48%);
}

.topcer33-percentage-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}
.topcer33-percentage-toolbar h3 {
    margin: 0;
    color: var(--topcer-white);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -.03em;
}
.topcer33-percentage-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}
.topcer33-percentage-actions button {
    min-height: 34px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 105, 28, .22);
    border-radius: 3px;
    color: #bba69c;
    background: rgba(0, 0, 0, .22);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}
.topcer33-percentage-actions button:hover,
.topcer33-percentage-actions button:focus,
.topcer33-percentage-actions button.is-active {
    outline: none;
    border-color: rgba(246, 184, 63, .58);
    color: #170402;
    background: linear-gradient(135deg, var(--topcer-gold-light), var(--topcer-orange));
    transform: translateY(-1px);
}
.topcer33-scan-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    border-radius: 50%;
    background: currentColor;
}
.topcer33-percentage-actions button[data-chart-autoscan].is-active .topcer33-scan-dot {
    animation: topcer-ping-dot 1s ease-in-out infinite;
}
@keyframes topcer-ping-dot { 50% { opacity: .25; transform: scale(.65); } }

.topcer33-percentage-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 22px 0 20px;
    border: 1px solid rgba(255, 105, 28, .15);
    background: rgba(0, 0, 0, .19);
}
.topcer33-percentage-summary > div {
    padding: 13px 15px;
    border-right: 1px solid rgba(255, 105, 28, .12);
}
.topcer33-percentage-summary > div:last-child { border-right: 0; }
.topcer33-percentage-summary small {
    display: block;
    margin-bottom: 5px;
    color: #806961;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.topcer33-percentage-summary strong {
    color: #f6e8df;
    font-size: 13px;
    font-weight: 800;
}

.topcer33-percentage-chart {
    display: grid;
    gap: 9px;
}
.topcer33-percentage-row {
    position: relative;
    width: 100%;
    min-height: 62px;
    display: grid;
    grid-template-columns: 34px minmax(115px, .75fr) minmax(180px, 1.5fr) 56px;
    align-items: center;
    gap: 12px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 105, 28, .12);
    border-radius: 5px;
    color: #d4c0b6;
    text-align: left;
    background: linear-gradient(90deg, rgba(255, 105, 28, .035), rgba(0, 0, 0, .12));
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.topcer33-percentage-row:hover,
.topcer33-percentage-row:focus,
.topcer33-percentage-row.is-active {
    outline: none;
    border-color: rgba(246, 184, 63, .48);
    background: linear-gradient(90deg, rgba(217, 31, 19, .16), rgba(255, 105, 28, .04));
    transform: translateX(3px);
}
.topcer33-percentage-rank {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(246, 184, 63, .25);
    color: var(--topcer-gold);
    font-size: 10px;
    font-weight: 900;
}
.topcer33-percentage-city b { display: block; color: var(--topcer-white); font-size: 13px; }
.topcer33-percentage-city small { display: block; margin-top: 3px; color: #806a61; font-size: 9px; }
.topcer33-percentage-track {
    position: relative;
    height: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 105, 28, .17);
    border-radius: 99px;
    background: #120302;
}
.topcer33-percentage-track::before,
.topcer33-percentage-track::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, .1);
}
.topcer33-percentage-track::before { left: 92%; }
.topcer33-percentage-track::after { left: 96%; }
.topcer33-percentage-track i {
    position: absolute;
    inset: 0 auto 0 0;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--topcer-red), var(--topcer-orange) 62%, var(--topcer-gold));
    box-shadow: 0 0 16px rgba(255, 103, 25, .35);
    transition: width .65s cubic-bezier(.2,.8,.2,1);
}
.topcer33-percentage-track em {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border: 2px solid #fff6d8;
    border-radius: 50%;
    background: var(--topcer-orange);
    box-shadow: 0 0 12px rgba(255, 153, 45, .95);
    transition: left .65s cubic-bezier(.2,.8,.2,1);
}
.topcer33-percentage-row > strong {
    color: var(--topcer-gold-light);
    font-size: 19px;
    font-weight: 900;
    text-align: right;
}
.topcer33-percentage-row.is-active > strong { color: #fff6d4; }

.topcer33-percentage-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 17px;
    color: #887067;
    font-size: 9px;
}
.topcer33-percentage-legend span { display: inline-flex; align-items: center; gap: 6px; }
.topcer33-percentage-legend i { width: 7px; height: 7px; border-radius: 50%; background: var(--topcer-red); }
.topcer33-percentage-legend i.is-stable { background: var(--topcer-orange); }
.topcer33-percentage-legend i.is-excellent { background: var(--topcer-gold); }

.topcer33-route-stage {
    position: relative;
    min-width: 0;
    padding: 29px 30px 27px;
    background: linear-gradient(155deg, rgba(246, 184, 63, .04), rgba(0, 0, 0, .12));
}
.topcer33-route-status {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
}
.topcer33-route-status span,
.topcer33-route-status strong {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .15em;
}
.topcer33-route-status span { color: var(--topcer-gold); }
.topcer33-route-status strong { color: #f4e4da; }
.topcer33-route-status i { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(246,184,63,.45), transparent); }

.topcer33-percentage-focus {
    display: grid;
    grid-template-columns: 118px 1fr;
    align-items: center;
    gap: 20px;
}
.topcer33-percentage-ring {
    --quality: 96;
    position: relative;
    width: 112px;
    height: 112px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: conic-gradient(var(--topcer-gold) calc(var(--quality) * 1%), rgba(255, 105, 28, .12) 0);
    box-shadow: 0 0 28px rgba(255, 106, 24, .15);
    transition: background .4s ease;
}
.topcer33-percentage-ring::before {
    content: "";
    position: absolute;
    inset: 9px;
    border: 1px solid rgba(255, 105, 28, .2);
    border-radius: 50%;
    background: #100302;
}
.topcer33-percentage-ring > div { position: relative; z-index: 2; text-align: center; }
.topcer33-percentage-ring strong { color: var(--topcer-white); font-size: 36px; line-height: .9; }
.topcer33-percentage-ring span { color: var(--topcer-gold); font-size: 15px; font-weight: 900; }
.topcer33-percentage-ring small { display: block; margin-top: 5px; color: #8b7167; font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.topcer33-percentage-focus h3 {
    margin: 0;
    color: var(--topcer-white);
    font-size: clamp(22px, 2.7vw, 34px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -.035em;
}
.topcer33-route-stage > p {
    margin: 20px 0 0;
    color: #bea9a0;
    font-size: 13px;
    line-height: 1.72;
}
.topcer33-route-metrics {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 22px;
    border-top: 1px solid rgba(255, 105, 28, .14);
}
.topcer33-route-metrics > div,
.topcer33-route-readout > div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 105, 28, .1);
}
.topcer33-route-metrics small,
.topcer33-route-readout small {
    color: var(--topcer-orange);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.topcer33-route-metrics b,
.topcer33-route-readout b {
    color: #ead9d0;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.55;
}
.topcer33-route-readout { margin-top: 10px; }

.topcer33-route-footer {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px 28px;
    border-top: 1px solid rgba(246, 184, 63, .13);
    background: rgba(0, 0, 0, .19);
}
.topcer33-route-footer span { color: #796157; font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.topcer33-route-footer i { flex: 1; height: 1px; background: rgba(255, 101, 26, .16); }

@media (max-width: 980px) {
    .topcer33-route-controls { grid-template-columns: repeat(3, 1fr); }
    .topcer33-route-controls button:nth-child(3) { border-right: 0; }
    .topcer33-route-controls button:nth-child(-n+3) { border-bottom: 1px solid rgba(255,105,28,.12); }
    .topcer33-percentage-dashboard { grid-template-columns: 1fr; }
    .topcer33-percentage-panel { border-right: 0; border-bottom: 1px solid rgba(255, 105, 28, .14); }
}

@media (max-width: 700px) {
    .topcer33-widget-head { padding: 24px 18px 20px; }
    .topcer33-route-controls { grid-template-columns: repeat(2, 1fr); }
    .topcer33-route-controls button:nth-child(3) { border-right: 1px solid rgba(255,105,28,.12); }
    .topcer33-route-controls button:nth-child(even) { border-right: 0; }
    .topcer33-route-controls button:nth-child(-n+4) { border-bottom: 1px solid rgba(255,105,28,.12); }
    .topcer33-percentage-toolbar { align-items: flex-start; flex-direction: column; }
    .topcer33-percentage-actions { justify-content: flex-start; }
    .topcer33-percentage-summary { grid-template-columns: 1fr; }
    .topcer33-percentage-summary > div { border-right: 0; border-bottom: 1px solid rgba(255,105,28,.11); }
    .topcer33-percentage-summary > div:last-child { border-bottom: 0; }
    .topcer33-percentage-row { grid-template-columns: 30px minmax(96px, .7fr) minmax(100px, 1fr) 50px; gap: 8px; }
}

@media (max-width: 520px) {
    .topcer33-route-observatory { border-radius: 20px 5px 20px 5px; }
    .topcer33-route-controls button { min-height: 68px; grid-template-columns: 27px 1fr; padding: 10px 9px; }
    .topcer33-route-controls button span { font-size: 13px; }
    .topcer33-route-controls button b { font-size: 11px; }
    .topcer33-route-controls button small { font-size: 8px; }
    .topcer33-percentage-panel, .topcer33-route-stage { padding: 22px 14px; }
    .topcer33-percentage-actions button { flex: 1 1 calc(50% - 5px); }
    .topcer33-percentage-actions button[data-chart-autoscan] { flex-basis: 100%; }
    .topcer33-percentage-row {
        grid-template-columns: 28px 1fr 48px;
        gap: 8px;
        min-height: 68px;
    }
    .topcer33-percentage-track { grid-column: 2 / 4; grid-row: 2; }
    .topcer33-percentage-row > strong { grid-column: 3; grid-row: 1; }
    .topcer33-percentage-focus { grid-template-columns: 92px 1fr; gap: 13px; }
    .topcer33-percentage-ring { width: 88px; height: 88px; }
    .topcer33-percentage-ring strong { font-size: 28px; }
    .topcer33-percentage-focus h3 { font-size: 22px; }
    .topcer33-route-metrics > div, .topcer33-route-readout > div { grid-template-columns: 88px 1fr; gap: 10px; }
    .topcer33-route-footer { padding: 12px 14px; }
    .topcer33-route-footer span:nth-of-type(2),
    .topcer33-route-footer i:nth-of-type(2) { display: none; }
}

/* Widget 2: provider compass */
.topcer33-provider-compass {
    position: relative;
    margin: 26px 0 0;
    overflow: hidden;
    border: 1px solid rgba(246, 184, 63, .34);
    border-radius: 8px 30px 8px 30px;
    background:
        radial-gradient(circle at 8% 78%, rgba(214, 32, 18, .13), transparent 25rem),
        linear-gradient(145deg, rgba(246, 184, 63, .07), transparent 34%),
        #0d0202;
    box-shadow: var(--topcer-shadow);
}

.topcer33-provider-compass::before {
    content: "04";
    position: absolute;
    right: 20px;
    top: 18px;
    color: rgba(246, 184, 63, .06);
    font-size: 125px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.topcer33-provider-tabs {
    position: relative;
    z-index: 2;
    display: flex;
    overflow-x: auto;
    padding: 0 24px;
    border-bottom: 1px solid rgba(246, 184, 63, .14);
}

.topcer33-provider-tabs button {
    position: relative;
    min-width: 205px;
    flex: 1 0 205px;
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 0 10px;
    min-height: 82px;
    padding: 14px 16px;
    border: 0;
    border-right: 1px solid rgba(246, 184, 63, .1);
    color: #d7c0b4;
    text-align: left;
    background: transparent;
}

.topcer33-provider-tabs button:last-child {
    border-right: 0;
}

.topcer33-provider-tabs button span {
    grid-row: 1 / 3;
    color: #8e6d5d;
    font-size: 16px;
    font-weight: 900;
}

.topcer33-provider-tabs button b {
    color: inherit;
    font-size: 13px;
}

.topcer33-provider-tabs button small {
    color: #836e65;
    font-size: 10px;
}

.topcer33-provider-tabs button::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    height: 2px;
    transform: scaleX(0);
    background: linear-gradient(90deg, var(--topcer-red), var(--topcer-orange), var(--topcer-gold));
    transition: transform .25s ease;
}

.topcer33-provider-tabs button.is-active,
.topcer33-provider-tabs button:hover,
.topcer33-provider-tabs button:focus {
    outline: none;
    color: var(--topcer-white);
    background: rgba(255, 97, 25, .08);
}

.topcer33-provider-tabs button.is-active::after {
    transform: scaleX(1);
}

.topcer33-provider-tabs button.is-active span {
    color: var(--topcer-gold);
}

.topcer33-provider-stage {
    position: relative;
    z-index: 2;
    display: block;
    min-height: 390px;
    padding: 40px 34px 34px;
}

.topcer33-provider-index {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 20px;
}

.topcer33-provider-index span {
    color: var(--topcer-gold);
    font-size: 34px;
    font-weight: 900;
    line-height: .9;
}

.topcer33-provider-index small {
    color: #826a60;
    font-size: 10px;
}

.topcer33-provider-label {
    margin: 0 0 10px !important;
    color: var(--topcer-orange) !important;
    font-size: 9px !important;
    font-weight: 900;
    letter-spacing: .18em;
}

.topcer33-provider-stage h3 {
    margin: 0;
    color: var(--topcer-white);
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 900;
    line-height: .96;
    letter-spacing: -.045em;
}

.topcer33-provider-stage > p:not(.topcer33-provider-label) {
    max-width: 900px;
    margin: 18px 0 0;
    color: #c7b4aa;
    font-size: 15px;
    line-height: 1.8;
}

.topcer33-provider-meter {
    display: grid;
    grid-template-columns: auto minmax(180px, 420px) auto;
    align-items: center;
    gap: 12px;
    margin: 26px 0 0;
}

.topcer33-provider-meter > span {
    color: #80675d;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .15em;
}

.topcer33-provider-meter > div {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
}

.topcer33-provider-meter i {
    height: 7px;
    transform: skewX(-18deg);
    border: 1px solid rgba(255, 101, 28, .18);
    background: rgba(255, 255, 255, .025);
}

.topcer33-provider-meter i.is-on {
    border-color: rgba(246, 184, 63, .6);
    background: linear-gradient(90deg, var(--topcer-red), var(--topcer-orange), var(--topcer-gold));
    box-shadow: 0 0 14px rgba(255, 96, 25, .24);
}

.topcer33-provider-facts {
    display: block;
    margin-top: 28px;
    border-top: 1px solid rgba(246, 184, 63, .13);
}

.topcer33-provider-facts > div {
    display: grid;
    grid-template-columns: minmax(110px, 160px) 1fr;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(246, 184, 63, .09);
}

.topcer33-provider-facts small {
    color: var(--topcer-orange);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .16em;
}

.topcer33-provider-facts b {
    color: #f0dfd6;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
}

.topcer33-provider-links {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(246, 184, 63, .14);
}

.topcer33-provider-links a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 55px;
    padding: 12px 18px;
    border-right: 1px solid rgba(246, 184, 63, .1);
    color: #d9c5ba !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .03em;
}

.topcer33-provider-links a:last-child {
    border-right: 0;
}

.topcer33-provider-links a span {
    color: var(--topcer-gold);
}

.topcer33-provider-links a:hover {
    color: var(--topcer-white) !important;
    background: rgba(255, 99, 26, .08);
}

/* Editorial: one uninterrupted content column */
.topcer33-editorial {
    width: 100%;
    margin: 0;
    padding: 0;
}

.topcer33-master-shell,
.topcer33-faq-section {
    width: 100%;
    max-width: 1060px;
    margin: 26px auto 0;
    border: 1px solid rgba(255, 97, 25, .28);
    border-radius: 28px 7px 28px 7px;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(217, 31, 19, .08), transparent 24%),
        repeating-linear-gradient(90deg, transparent 0 89px, rgba(255, 117, 34, .025) 90px),
        #0b0202;
    box-shadow: var(--topcer-shadow);
}

.topcer33-document-hero {
    position: relative;
    padding: 42px 42px 36px;
    border-bottom: 1px solid rgba(246, 184, 63, .15);
    background:
        radial-gradient(circle at 86% 18%, rgba(246, 184, 63, .08), transparent 22rem),
        linear-gradient(120deg, rgba(217, 31, 19, .14), transparent 50%);
}

.topcer33-document-hero::after {
    content: "33";
    position: absolute;
    right: 20px;
    bottom: -19px;
    color: rgba(246, 184, 63, .045);
    font-size: 130px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.topcer33-document-hero h1 {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0;
    color: var(--topcer-white);
    font-size: clamp(34px, 5.5vw, 64px);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.topcer33-document-hero h1 a {
    color: var(--topcer-gold-light) !important;
}

.topcer33-document-flow {
    display: block;
    padding: 10px 42px 42px;
}

.topcer33-flow-section {
    position: relative;
    display: block;
    padding: 32px 0 0;
}

.topcer33-flow-section + .topcer33-flow-section {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 103, 28, .12);
}

.topcer33-flow-section h2 {
    margin: 0 0 18px;
    color: var(--topcer-white) !important;
    font-size: clamp(27px, 4vw, 42px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.topcer33-flow-section h3 {
    margin: 30px 0 12px;
    color: var(--topcer-gold-light) !important;
    font-size: clamp(20px, 2.7vw, 28px);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -.02em;
}

.topcer33-flow-section p,
.topcer33-flow-section li {
    color: #d5c3b9 !important;
    font-size: 15px;
    line-height: 1.86;
}

.topcer33-flow-section p {
    margin: 0 0 17px;
}

.topcer33-flow-section p:last-child {
    margin-bottom: 0;
}

.topcer33-intro > p:first-child::first-letter {
    float: left;
    margin: 7px 9px 0 0;
    color: var(--topcer-gold);
    font-size: 54px;
    font-weight: 900;
    line-height: .74;
}

.topcer33-bullet-list,
.topcer33-step-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.topcer33-bullet-list li,
.topcer33-step-list li {
    position: relative;
    margin: 0;
    padding: 18px 18px 18px 48px;
    border-bottom: 1px solid rgba(255, 103, 28, .11);
    background: linear-gradient(90deg, rgba(255, 97, 25, .045), transparent 72%);
}

.topcer33-bullet-list li:first-child,
.topcer33-step-list li:first-child {
    border-top: 1px solid rgba(255, 103, 28, .11);
}

.topcer33-bullet-list li::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 29px;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    border: 1px solid var(--topcer-gold);
    background: var(--topcer-red);
    box-shadow: 0 0 15px rgba(255, 91, 25, .38);
}

.topcer33-step-list {
    counter-reset: topcer-step;
}

.topcer33-step-list li {
    counter-increment: topcer-step;
}

.topcer33-step-list li::before {
    content: counter(topcer-step, decimal-leading-zero);
    position: absolute;
    left: 15px;
    top: 20px;
    color: var(--topcer-gold);
    font-size: 12px;
    font-weight: 900;
}

.topcer33-bullet-list strong,
.topcer33-step-list strong {
    color: var(--topcer-white) !important;
}

.topcer33-table-wrap {
    width: 100%;
    margin: 22px 0 25px;
    overflow-x: auto;
    border: 1px solid rgba(246, 184, 63, .22);
    border-radius: 18px 4px 18px 4px;
    background: rgba(0, 0, 0, .15);
}

.topcer33-table-wrap table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.topcer33-table-wrap th,
.topcer33-table-wrap td {
    padding: 18px 17px;
    border-right: 1px solid rgba(246, 184, 63, .12);
    border-bottom: 1px solid rgba(246, 184, 63, .12);
    text-align: left;
    vertical-align: top;
}

.topcer33-table-wrap th:last-child,
.topcer33-table-wrap td:last-child {
    border-right: 0;
}

.topcer33-table-wrap tbody tr:last-child td {
    border-bottom: 0;
}

.topcer33-table-wrap th {
    color: var(--topcer-white) !important;
    background: linear-gradient(180deg, rgba(217, 31, 19, .28), rgba(120, 16, 8, .12));
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.topcer33-table-wrap td {
    color: #d6c4ba !important;
    background: rgba(16, 3, 3, .7);
    font-size: 14px;
    line-height: 1.55;
}

.topcer33-table-wrap tbody tr:hover td {
    background: rgba(255, 99, 27, .055);
}

.topcer33-conclusion {
    padding: 28px !important;
    border: 1px solid rgba(246, 184, 63, .2) !important;
    border-radius: 20px 5px 20px 5px;
    background: linear-gradient(135deg, rgba(217, 31, 19, .12), rgba(246, 184, 63, .035));
}

/* Separate, one-column FAQ */
.topcer33-faq-section {
    margin-top: 28px;
    margin-bottom: 6px;
}

.topcer33-faq-head {
    padding: 34px 38px 28px;
    border-bottom: 1px solid rgba(246, 184, 63, .15);
    background: linear-gradient(120deg, rgba(217, 31, 19, .12), transparent 58%);
}

.topcer33-faq-head h2 {
    margin: 0;
    color: var(--topcer-white) !important;
    font-size: clamp(30px, 4.5vw, 48px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.04em;
}

.topcer33-faq-column {
    display: block;
    padding: 0 38px 36px;
}

.topcer33-faq-column details {
    display: block;
    border-bottom: 1px solid rgba(255, 105, 28, .13);
}

.topcer33-faq-column summary {
    position: relative;
    padding: 22px 46px 22px 0;
    color: #f5e7dc;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}

.topcer33-faq-column summary::-webkit-details-marker {
    display: none;
}

.topcer33-faq-column summary::after {
    content: "+";
    position: absolute;
    right: 4px;
    top: 18px;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(246, 184, 63, .32);
    border-radius: 50%;
    color: var(--topcer-gold);
    font-size: 20px;
    font-weight: 400;
    transition: transform .2s ease, background .2s ease;
}

.topcer33-faq-column details[open] summary::after {
    content: "−";
    transform: rotate(180deg);
    background: rgba(217, 31, 19, .16);
}

.topcer33-faq-column details p {
    max-width: 920px;
    margin: -3px 0 22px;
    color: #cdbbb1 !important;
    font-size: 15px;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .topcer33-widget-head,
    .topcer33-route-stage,
    .topcer33-provider-stage,
    .topcer33-document-hero,
    .topcer33-faq-head {
        padding-left: 20px;
        padding-right: 20px;
    }

    .topcer33-route-observatory,
    .topcer33-master-shell,
    .topcer33-faq-section {
        border-radius: 20px 5px 20px 5px;
    }

    .topcer33-provider-compass {
        border-radius: 5px 20px 5px 20px;
    }

    .topcer33-route-controls,
    .topcer33-provider-tabs {
        padding-left: 20px;
        padding-right: 20px;
    }

    .topcer33-route-controls button,
    .topcer33-provider-tabs button {
        min-width: 160px;
        flex-basis: 160px;
    }

    .topcer33-route-dashboard {
        grid-template-columns: 1fr;
        padding-left: 20px;
        padding-right: 20px;
    }

    .topcer33-route-chart-head {
        grid-template-columns: 1fr;
    }

    .topcer33-route-metrics {
        grid-template-columns: 1fr;
    }


    .topcer33-route-chart-panel {
        padding: 18px 16px 16px;
    }

    .topcer33-route-bar {
        grid-template-columns: minmax(76px, 94px) 1fr 50px;
        gap: 10px;
    }

    .topcer33-route-footer {
        overflow: hidden;
        padding-left: 18px;
        padding-right: 18px;
    }

    .topcer33-route-footer span:nth-of-type(n+3),
    .topcer33-route-footer i:nth-of-type(n+3) {
        display: none;
    }

    .topcer33-provider-links {
        grid-template-columns: 1fr 1fr;
    }

    .topcer33-provider-links a:nth-child(2) {
        border-right: 0;
    }

    .topcer33-provider-links a:nth-child(-n+2) {
        border-bottom: 1px solid rgba(246, 184, 63, .1);
    }

    .topcer33-document-flow {
        padding: 2px 20px 24px;
    }

    .topcer33-flow-section {
        padding-top: 25px;
    }

    .topcer33-flow-section + .topcer33-flow-section {
        margin-top: 24px;
    }

    .topcer33-bullet-list li,
    .topcer33-step-list li {
        padding-right: 8px;
    }

    .topcer33-conclusion {
        padding: 22px 18px !important;
    }

    .topcer33-faq-column {
        padding: 0 20px 26px;
    }
}

@media (max-width: 480px) {
    .topcer33-provider-links {
        grid-template-columns: 1fr;
    }

    .topcer33-provider-links a {
        border-right: 0;
        border-bottom: 1px solid rgba(246, 184, 63, .1);
    }

    .topcer33-provider-links a:last-child {
        border-bottom: 0;
    }

    .topcer33-provider-meter {
        grid-template-columns: 1fr;
    }

    .topcer33-provider-meter > span {
        display: none;
    }
}
