/* Expert Royale — regulamento: identidade de campanha e leitura confortável. */
:root {
    --ink: #202126; --ink2: #555760; --muted: #686b73;
    --line: #e4e2de; --soft: #f6f5f2; --paper: #fff;
    --orange: #c64110; --ember: #ff8a3d; --dark: #080a0f;
    --display: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--soft); color: var(--ink); font: 16px/1.75 var(--body); -webkit-font-smoothing: antialiased; }
a { color: var(--orange); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 4px; }
button { font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #e15a23; outline-offset: 5px; border-radius: 4px; }
::selection { background: #ffd1b7; color: #301400; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 16px; padding: 10px 18px; color: #fff; background: #993408; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.top { position: sticky; top: 0; z-index: 20; background: rgba(8,10,15,.95); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.1); }
.top-inner { max-width: 1240px; min-height: 76px; margin: auto; padding: 0 32px; display: flex; align-items: center; gap: 24px; }
.back { display: inline-flex; align-items: center; min-width: 0; color: #f5f6fa; }
.back:hover { color: var(--ember); text-decoration: none; }
.back .brand-logo { display: block; width: 224px; max-width: 100%; min-width: 0; height: auto; max-height: 68px; object-fit: contain; object-position: left center; }
.top-title { margin-left: auto; color: #a7abb5; font-size: 12px; letter-spacing: .02em; }
.top-cta { display: inline-flex; align-items: center; min-height: 42px; padding: 9px 17px; border: 1px solid #38302b; border-radius: 9px; color: #ffc79d; font-size: 13px; font-weight: 600; }
.top-cta:hover { background: #ff8a3d12; border-color: #8f4a29; text-decoration: none; }
.reading-progress { position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: #ff8035; transform-origin: left; transform: scaleX(0); }
.doc-hero { position: relative; overflow: hidden; background: var(--dark); color: #f5f6fa; }
.doc-visual { position: absolute; inset: 0; background: url('../img/banner_studio.webp') 75% center/cover no-repeat; opacity: .62; }
.doc-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,#080a0f 3%,rgba(8,10,15,.93) 28%,rgba(8,10,15,.55) 65%,rgba(8,10,15,.15)),linear-gradient(0deg,#080a0f,transparent 58%); }
.hero-inner { position: relative; z-index: 1; max-width: 1240px; margin: auto; padding: 61px 32px 32px; }
.breadcrumb { display: flex; gap: 12px; margin-bottom: 34px; color: #b0b3bb; font-size: 12px; }
.breadcrumb a { color: #c6c9d1; }
.breadcrumb span[aria-hidden] { color: #666c78; }
.kicker { display: flex; align-items: center; gap: 10px; color: #ffa971; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 16px; }
.kicker::before { content: ''; width: 20px; height: 2px; background: #ff8035; }
h1 { max-width: 760px; margin: 0 0 21px; font: 800 clamp(38px,5.5vw,66px)/1.04 var(--display); letter-spacing: -.045em; }
h1 span { color: #ffab74; }
.lead { max-width: 620px; margin: 0 0 29px; color: #c3c6ce; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 39px; }
.hero-actions a, .print-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 11px 18px; border: 1px solid #515159; border-radius: 9px; background: #ffffff06; color: #eceef3; font-size: 13px; line-height: 1.3; font-weight: 600; }
.hero-actions a:first-child { background: #ff8a3d; border-color: #ff8a3d; color: #241005; }
.hero-actions a:hover, .print-btn:hover { text-decoration: none; background: #ffffff12; }
.hero-actions a:first-child:hover { background: #ffa263; }
.print-btn svg { width: 16px; height: 16px; }
.meta { border-top: 1px solid #ffffff24; padding-top: 24px; display: flex; flex-wrap: wrap; gap: 12px 28px; font-size: 12px; color: #afb3bf; }
.meta span { display: inline-flex; align-items: center; gap: 9px; }
.meta span::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: #ff8a3d; flex-shrink: 0; }
.wrap { max-width: 1240px; margin: auto; padding: 55px 32px 70px; display: grid; grid-template-columns: 245px minmax(0,1fr); gap: 49px; }
.toc { position: sticky; top: 108px; align-self: start; padding: 0 0 10px; }
.toc small { display: block; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 20px; }
.toc a { display: block; padding: 11px 14px; border-left: 2px solid #dcdad6; color: #62646c; font-size: 13px; line-height: 1.5; transition: background .15s, color .15s; }
.toc a:hover { background: #eae7e1; color: #202126; text-decoration: none; }
.toc a.active { border-color: #e96726; color: #aa3608; background: #f6e9dd; font-weight: 600; }
.toc-note { margin: 24px 0 0; padding: 19px 14px 0; border-top: 1px solid #dedbd5; font-size: 12px; line-height: 1.7; color: #71737a; }
.toc-note strong { display: block; font-size: 12px; color: #44474f; }
.toc-toggle { display: none; }
.doc { min-width: 0; background: var(--paper); border: 1px solid #e7e4df; border-radius: 18px; padding: 5px 42px; box-shadow: 0 5px 25px #22222203; }
.doc section { padding: 35px 0 33px; border-bottom: 1px solid var(--line); scroll-margin-top: 0; }
.doc section:last-of-type { border-bottom: none; }
h2 { margin: 0 0 17px; font: 750 clamp(23px,2.5vw,30px)/1.2 var(--display); letter-spacing: -.028em; }
h3 { margin: 28px 0 12px; font: 700 19px/1.3 var(--display); letter-spacing: -.01em; }
p { margin: 0 0 17px; color: var(--ink2); }
ul,ol { margin: 0 0 18px; padding-left: 23px; color: var(--ink2); }
li { margin-bottom: 8px; }
li::marker { color: #cb641c; }
strong { color: var(--ink); font-weight: 600; }
.steps { list-style: none; margin: 8px 0 0; padding: 0; counter-reset: steps; }
.steps li { position: relative; display: grid; grid-template-columns: 38px 1fr; gap: 16px; counter-increment: steps; padding: 14px 0 18px; margin: 0; font-size: 15px; }
.steps li:not(:last-child)::after { content: ''; position: absolute; top: 57px; bottom: 1px; left: 18px; width: 1px; background: #e6ded5; }
.steps li::before { content: counter(steps,decimal-leading-zero); width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #ecd3be; border-radius: 10px; background: #fff4e9; color: #ac400c; font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums; }
.steps b { display: block; margin: 3px 0 4px; color: var(--ink); font-size: 16px; font-weight: 600; }
.tbl { overflow-x: auto; border: 1px solid #e1ded8; border-radius: 11px; margin: 20px 0 14px; scrollbar-color: #c8b9aa #f5f2ec; scrollbar-width: thin; }
.tbl table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.6; }
.tbl th, .tbl td { padding: 13px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid #ece9e4; }
.tbl th { background: #f6f5f2; color: #64656c; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.tbl td { color: #555760; }
.tbl td.pts { color: #aa3d0a; font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }
.tbl tr:last-child td { border-bottom: 0; }
.tbl tbody tr:nth-child(even) { background: #fcfbf9; }
.tbl-cap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 5px 14px; padding: 15px 18px; border-bottom: 1px solid #e1ded8; background: #fffbf7; color: #292a30; font-size: 14px; font-weight: 600; }
.tbl-cap span { color: #717179; font-size: 12px; font-weight: 400; }
.prize-table table { min-width: 680px; }
.table-hint { display: none; margin: -4px 0 16px; color: #74757b; font-size: 11px; }
.note { margin: 14px 0 21px; padding: 15px 18px; border: 1px solid #e9e4dd; border-left: 3px solid #d4a782; border-radius: 0 9px 9px 0; background: #f9f7f3; color: #5e5c5a; font-size: 13px; line-height: 1.75; }
.note.warn { background: #fff5f2; border-color: #f1d9d1; border-left-color: #c25437; color: #873b2a; }
.note.ok { background: #f0f8f1; border-color: #d4e7d6; border-left-color: #559764; color: #315f3d; }
.note b { color: inherit; }
.cal { padding: 0; margin: 22px 0 7px; list-style: none; }
.cal li { display: grid; grid-template-columns: 126px 1fr; gap: 15px; padding: 20px 0; margin: 0; border-top: 1px solid var(--line); font-size: 14px; }
.cal li:last-child { border-bottom: 1px solid var(--line); }
.cal b { color: var(--ink); font-weight: 600; }
.cal span { color: var(--ink2); }
.faq-tools { margin: -2px 0 19px; }
.faq-toggle { padding: 6px 0; border: 0; background: transparent; color: var(--orange); font-size: 12px; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
details { border-top: 1px solid var(--line); }
details:last-of-type { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 17px; color: #2b2b30; font-size: 15px; font-weight: 600; line-height: 1.55; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; display: grid; place-items: center; width: 25px; height: 25px; flex-shrink: 0; border: 1px solid #ded9d2; border-radius: 50%; color: #b74b18; font: 400 20px/1 var(--body); }
details[open] summary { color: #a43b0d; }
details[open] summary::after { content: '−'; background: #fff0e3; border-color: #f0d5bf; }
details p { padding: 0 36px 5px 0; font-size: 14px; }
.foot { background: #0c0e14; color: #9196a3; }
.foot-inner { max-width: 1240px; margin: auto; padding: 33px 32px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; font-size: 12px; }
.foot a { color: #b7bcc8; }
.foot-links { display: flex; flex-wrap: wrap; gap: 22px; }
[hidden] { display: none !important; }
@media (max-width: 1050px) {
    .wrap { grid-template-columns: 205px minmax(0,1fr); gap: 28px; }
    .doc { padding: 4px 28px; }
    .toc a { font-size: 12px; padding-left: 11px; }
    .top-title { font-size: 11px; }
}
@media (max-width: 800px) {
    html { scroll-padding-top: 97px; }
    .top-inner { padding: 0 22px; gap: 18px; min-height: 68px; }
    .top-title { display: none; }
    .top-cta { margin-left: auto; }
    .hero-inner { padding: 39px 22px 27px; }
    .doc-visual { background-position: 65% center; opacity: .48; }
    .doc-hero::after { background: linear-gradient(90deg,#080a0ff5,#080a0f80),linear-gradient(0deg,#080a0f,transparent); }
    .breadcrumb { margin-bottom: 28px; }
    .lead { font-size: 16px; }
    .meta { gap: 10px 22px; font-size: 11px; }
    .wrap { display: block; padding: 28px 22px 45px; }
    .toc { position: static; border: 1px solid #dfdcd5; border-radius: 12px; padding: 16px 18px; margin-bottom: 23px; background: #f0eee9; }
    .toc small { margin: 0 0 13px; }
    .toc a { font-size: 13px; padding: 9px 12px; }
    .toc-note { display: none; }
    .js .toc small { display: none; }
    .js .toc-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 26px; border: 0; background: transparent; padding: 0; color: #3c3d42; font-size: 13px; font-weight: 600; text-align: left; }
    .toc-toggle::after { content: '+'; color: #a74514; font-size: 23px; font-weight: 400; line-height: 1; }
    .toc-toggle[aria-expanded='true']::after { content: '−'; }
    .js .toc-links { margin-top: 12px; }
    .doc { padding: 0 28px; border-radius: 14px; }
    .foot-inner { padding: 28px 22px; }
}
@media (max-width: 560px) {
    .back .brand-logo { width: 196px; max-height: 60px; }
    .top-cta { display: none; }
    .top-inner > [data-lang-switch] { margin-left: auto; }
}
@media (max-width: 500px) {
    .top-inner { padding: 0 17px; gap: 12px; }
    .top-cta { font-size: 11px; padding: 8px 10px; min-height: 38px; }
    .hero-inner { padding: 31px 20px 25px; }
    h1 { font-size: 41px; }
    .hero-actions { gap: 9px; margin-bottom: 28px; }
    .hero-actions a, .print-btn { padding: 10px 12px; font-size: 12px; }
    .meta { display: grid; gap: 9px; }
    .wrap { padding: 23px 15px 35px; }
    .doc { padding: 0 20px; }
    .doc section { padding: 30px 0; }
    .doc p, .doc ul, .doc ol { font-size: 14px; }
    .steps li { grid-template-columns: 34px 1fr; gap: 12px; }
    .steps li::before { width: 34px; height: 34px; }
    .steps li:not(:last-child)::after { left: 16px; }
    .steps b { font-size: 15px; }
    .cal li { grid-template-columns: 1fr; gap: 5px; padding: 16px 0; }
    .tbl th, .tbl td { padding: 11px 13px; }
    .tbl-cap { padding: 13px; }
    .tbl table { font-size: 13px; }
    .table-hint { display: block; }
    summary { font-size: 14px; }
    .note { padding: 13px; }
    details p { padding-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
@media print {
    html { scroll-padding-top: 0; }
    body { background: #fff; font-size: 10pt; color: #000; }
    .top, .toc, .doc-visual, .doc-hero::after, .breadcrumb, .hero-actions, .foot, .faq-tools, .skip-link, .table-hint { display: none !important; }
    .doc-hero { background: #fff; color: #111; }
    .hero-inner { padding: 0 0 18pt; }
    h1 { font-size: 28pt; max-width: none; }
    h1 span, .kicker, .lead, .meta { color: #222; }
    .lead { max-width: none; font-size: 11pt; margin-bottom: 12pt; }
    .meta { padding-top: 12pt; border-color: #aaa; font-size: 8pt; }
    .wrap { display: block; padding: 0; }
    .doc { border: 0; border-radius: 0; padding: 0; box-shadow: none; }
    .doc section { padding: 18pt 0; }
    h2, h3 { break-after: avoid; }
    .tbl, details, .cal li, .steps li, .note { break-inside: avoid; }
    .tbl { overflow: visible; }
    .prize-table table { min-width: 0; }
    details > p { display: block !important; }
    details::details-content { display: block; content-visibility: visible; }
    summary::after { display: none; }
    a { color: #111; }
}
