.oabeiros-tecnicas-page {
    --otp-maroon: #4f0808;
    --otp-maroon-2: #6f1010;
    --otp-ink: #1f1714;
    --otp-muted: #6d625c;
    --otp-line: rgba(69, 23, 18, 0.14);
    --otp-gold: #c89822;
    --otp-paper: #fffaf2;
    color: var(--otp-ink);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.oabeiros-tecnicas-page * {
    box-sizing: border-box;
}

.oabeiros-tecnicas-page p {
    margin: 0;
    color: var(--otp-muted);
    font-size: 16px;
    line-height: 1.72;
}

.oabeiros-tecnicas-page h2,
.oabeiros-tecnicas-page h3,
.oabeiros-tecnicas-page h4 {
    margin: 0;
    color: var(--otp-ink);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
}

.oabeiros-tecnicas-page h2 {
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
}

.oabeiros-tecnicas-page h3 {
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.16;
}

.oabeiros-tecnicas-page h4 {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.otp-kicker {
    color: var(--otp-maroon) !important;
    font-size: 12px !important;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.2 !important;
    text-transform: uppercase;
}

.otp-intro,
.otp-note,
.otp-section {
    border-top: 1px solid var(--otp-line);
    padding: 28px 0;
}

.otp-intro {
    border-top: 0;
    padding-top: 0;
}

.otp-intro h2,
.otp-section-head h2 {
    max-width: 860px;
    margin-top: 8px;
}

.otp-intro > p,
.otp-section-head + p {
    max-width: 850px;
    margin-top: 14px;
}

.otp-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.otp-steps div {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    min-height: 76px;
    border: 1px solid var(--otp-line);
    border-radius: 10px;
    padding: 14px;
    background: #fff;
}

.otp-steps strong {
    display: grid;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: var(--otp-maroon);
    color: #fff;
    font-size: 13px;
}

.otp-steps span {
    color: var(--otp-ink);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;
}

.otp-note {
    margin-top: 4px;
    border: 1px solid rgba(200, 152, 34, 0.32);
    border-radius: 12px;
    padding: 18px;
    background: linear-gradient(180deg, #fffaf0, #fff);
}

.otp-note h3 {
    margin-bottom: 8px;
    font-size: 20px;
}

.otp-clarity-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.otp-clarity-grid div {
    border-top: 1px solid rgba(200, 152, 34, 0.42);
    padding-top: 12px;
}

.otp-clarity-grid strong {
    display: block;
    margin-bottom: 6px;
    color: var(--otp-maroon);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.otp-clarity-grid span {
    display: block;
    color: var(--otp-muted);
    font-size: 14px;
    line-height: 1.55;
}

.otp-section-head {
    margin-bottom: 18px;
}

.otp-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.otp-video {
    overflow: hidden;
    border: 1px solid var(--otp-line);
    border-radius: 12px;
    background: #fff;
}

.otp-video-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #1d1515;
}

.otp-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.otp-video-body {
    padding: 16px;
}

.otp-video-body span {
    display: inline-flex;
    margin-bottom: 8px;
    border: 1px solid rgba(111, 16, 16, 0.2);
    border-radius: 999px;
    padding: 4px 9px;
    color: var(--otp-maroon);
    font-size: 12px;
    font-weight: 900;
}

.otp-video-body h3 {
    margin-bottom: 8px;
    font-size: 20px;
}

.otp-video-channel {
    margin-top: 8px !important;
    color: var(--otp-ink) !important;
    font-size: 13px !important;
    font-weight: 800;
}

.otp-video-body a,
.otp-source-row a,
.otp-technique-head a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: 12px;
    border: 1px solid var(--otp-maroon);
    border-radius: 999px;
    padding: 8px 14px;
    color: var(--otp-maroon);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.otp-video-body a:hover,
.otp-source-row a:hover,
.otp-technique-head a:hover {
    background: var(--otp-maroon);
    color: #fff;
}

.otp-exam-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.otp-exam-grid > div {
    border-left: 4px solid var(--otp-gold);
    padding: 2px 16px 2px 14px;
}

.otp-exam-grid h3 {
    margin-bottom: 8px;
    font-size: 19px;
}

.otp-source-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.otp-techniques-list {
    display: grid;
    gap: 18px;
}

.otp-technique {
    border-top: 1px solid var(--otp-line);
    padding-top: 22px;
}

.otp-technique:first-child {
    border-top: 0;
    padding-top: 0;
}

.otp-technique-head {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
}

.otp-technique-head h3 {
    margin-top: 6px;
    color: var(--otp-maroon);
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 900;
}

.otp-source-note {
    margin-bottom: 10px !important;
    color: var(--otp-maroon-2) !important;
    font-size: 14px !important;
    font-weight: 800;
}

.otp-technique-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
    margin-top: 16px;
}

.otp-technique ol,
.otp-practice-list,
.otp-sources ul {
    margin: 0;
    padding-left: 20px;
}

.otp-technique li,
.otp-practice-list li,
.otp-sources li {
    margin: 9px 0;
    color: var(--otp-muted);
    font-size: 16px;
    line-height: 1.65;
}

.otp-technique li::marker,
.otp-practice-list li::marker {
    color: var(--otp-maroon);
    font-weight: 900;
}

.otp-practice-list {
    max-width: 940px;
}

.otp-answer-box {
    margin-top: 20px;
    border: 1px solid rgba(111, 16, 16, 0.18);
    border-radius: 12px;
    padding: 18px;
    background: var(--otp-paper);
}

.otp-answer-box h3 {
    margin-bottom: 8px;
    font-size: 20px;
}

.otp-sources ul {
    max-width: 900px;
}

.otp-sources a {
    color: var(--otp-maroon);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 900px) {
    .otp-steps,
    .otp-video-grid,
    .otp-exam-grid,
    .otp-clarity-grid,
    .otp-technique-grid {
        grid-template-columns: 1fr;
    }

    .otp-technique-head {
        display: block;
    }
}

@media (max-width: 560px) {
    .otp-intro,
    .otp-section {
        padding: 22px 0;
    }

    .otp-note {
        padding: 16px;
    }

    .otp-technique-head h3 {
        font-size: 30px;
    }
}
