/* Tokkoacad: o que o template nao tinha. Usa as variaveis de cor, raio e
   tipo do CSS do Webflow para as paginas proprias parecerem do mesmo site. */

[hidden] { display: none !important; }

/* ------------------------------------------------------------ marca */
.tk-wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--black); }
.tk-mark { width: 32px; height: 32px; display: block; }
.tk-name { font-size: 22px; font-weight: 600; letter-spacing: -0.04em; line-height: 1; }

/* ---------------------------------------------------- pagina de vendas */
.tk-lang .medium-s { font-size: 13px; letter-spacing: 0.02em; }
.tk-count { color: var(--black-opacity--65); white-space: nowrap; font-size: 0.86em; margin-left: 4px; }
.tk-once { font-size: 16px; letter-spacing: -0.01em; opacity: 0.8; margin-left: 4px; font-weight: 500; }
.tk-tool { white-space: nowrap; color: var(--black-opacity--65); }
.tk-answer-dot { width: 32px; height: 32px; border-radius: 50%; background: var(--black-opacity--5); display: inline-flex; align-items: center; justify-content: center; flex: none; }
.tk-answer-dot img { width: 16px; height: 16px; }

.tk-summary { margin: 24px auto 0; max-width: 880px; width: 100%; background: var(--black-opacity--5); border-radius: var(--_sizes---large-radius); padding: 28px 32px; }
.tk-summary h3 { margin: 0 0 14px; }
.tk-summary dl { display: grid; grid-template-columns: max-content 1fr; gap: 8px 24px; margin: 0; font-size: 16px; line-height: 1.45; }
.tk-summary dt { color: var(--black-opacity--65); }
.tk-summary dd { margin: 0; color: var(--black); }
.tk-summary a, .tk-summary-note a { color: var(--black); text-decoration: underline; text-underline-offset: 3px; }
.tk-summary-note { margin: 16px 0 0; font-size: 14px; color: var(--black-opacity--65); }

.tk-buy.is-busy { opacity: 0.6; pointer-events: none; }
.tk-alert { margin: 12px 0 0; font-size: 14px; line-height: 1.45; color: var(--black); background: #fff4d6; border-radius: 14px; padding: 10px 14px; }
.tk-alert a { color: inherit; }

#start .section-heading { max-width: none; }
/* ------------------------------------------------------------ rodape */
.footer:has(.tk-footer) { padding-top: 64px; padding-bottom: 40px; }
.tk-footer { width: 100%; max-width: 1180px; margin: 0 auto; display: flex; flex-direction: column; color: var(--black); }
.tk-footer h2 { font-size: 13px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; color: var(--black-opacity--65); margin: 0 0 16px; line-height: 1.2; }
.tk-footer a { color: inherit; }

.tk-footer-top { display: grid; grid-template-columns: minmax(260px, 1.15fr) 2fr; gap: 64px; padding-bottom: 48px; }
.tk-footer-logo { display: inline-flex; text-decoration: none; }
.tk-footer-brand > p { margin: 16px 0 28px; max-width: 340px; font-size: 15px; line-height: 1.55; color: var(--black-opacity--65); }
.tk-footer-contact { display: flex; flex-direction: column; gap: 6px; font-size: 15px; line-height: 1.4; }
.tk-footer-contact h2 { margin-bottom: 10px; }
.tk-footer-contact a { text-decoration: none; font-weight: 500; width: fit-content; }
.tk-footer-contact a:hover { text-decoration: underline; text-underline-offset: 3px; }
.tk-fineprint { font-size: 13px; line-height: 1.45; color: var(--black-opacity--65); }

.tk-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.tk-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.tk-col a { color: var(--black-opacity--80); text-decoration: none; font-size: 15px; line-height: 1.35; transition: color 0.2s ease-out; }
.tk-col a:hover, .tk-col a:focus-visible { color: var(--black); text-decoration: underline; text-underline-offset: 3px; }

.tk-trust { list-style: none; margin: 0; padding: 20px 0; border-top: 1px solid var(--black-opacity--10); display: grid; grid-template-columns: repeat(4, auto); justify-content: space-between; gap: 12px 24px; }
.tk-trust li > a, .tk-trust li > span { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; line-height: 1.3; color: var(--black-opacity--80); text-decoration: none; }
.tk-trust li > a { background: #fff; border: 1px solid var(--black-opacity--10); border-radius: 100px; padding: 8px 14px; transition: border-color 0.2s ease-out; }
.tk-trust li > a:hover { border-color: var(--black); color: var(--black); }
.tk-trust svg { flex: none; color: var(--black); }
.tk-trust li > span { padding: 8px 0; }

.tk-seller { border-top: 1px solid var(--black-opacity--10); padding: 20px 0; }
.tk-seller p { margin: 0; font-size: 13px; line-height: 1.6; color: var(--black-opacity--65); }
.tk-seller strong { color: var(--black); font-weight: 500; }
.tk-seller a { text-decoration: underline; text-underline-offset: 3px; }

.tk-footer-bottom { border-top: 1px solid var(--black-opacity--10); padding-top: 20px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px 24px; }
.tk-footer-bottom p { margin: 0; font-size: 13px; color: var(--black-opacity--65); }
.tk-footer-langs { display: flex; gap: 4px; background: var(--black-opacity--5); border-radius: 100px; padding: 4px; }
.tk-footer-langs a { font-size: 13px; text-decoration: none; padding: 6px 12px; border-radius: 100px; color: var(--black-opacity--80); }
.tk-footer-langs a:hover { color: var(--black); }
.tk-footer-langs a.is-current { background: #fff; color: var(--black); box-shadow: 0 2px 6px var(--black-opacity--10); }
.tk-cookie-prefs { background: none; border: 0; padding: 0; font: inherit; font-size: 13px; color: var(--black-opacity--80); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.tk-cookie-prefs:hover { color: var(--black); }

@media (max-width: 991px) {
  .tk-footer-top { grid-template-columns: 1fr; gap: 40px; }
  .tk-trust { grid-template-columns: repeat(2, auto); justify-content: start; }
}
@media (max-width: 767px) {
  .footer:has(.tk-footer) { padding-top: 48px; }
  .tk-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 20px; }
  .tk-cols .tk-col:last-child { grid-column: 1 / -1; }
  .tk-trust { grid-template-columns: 1fr; }
  .tk-footer-bottom { grid-template-columns: 1fr; justify-items: start; }
}
@media (max-width: 479px) {
  .tk-summary { padding: 22px 20px; }
  .tk-summary dl { grid-template-columns: 1fr; gap: 2px; }
  .tk-summary dd { margin-bottom: 10px; }
}

/* ------------------------------------------------- banner de cookies */
.tk-consent { position: fixed; z-index: 1000; left: 16px; right: 16px; bottom: 16px; margin: 0 auto; max-width: 980px; background: #fff; color: var(--black); border-radius: 24px; box-shadow: 0 20px 50px var(--black-opacity--15); border: 1px solid var(--black-opacity--10); padding: 20px 24px; display: flex; gap: 20px 32px; align-items: flex-end; justify-content: space-between; box-sizing: border-box; }
.tk-consent-main { flex: 1 1 auto; min-width: 0; }
.tk-consent-title { margin: 0 0 6px; font-size: 16px; font-weight: 600; letter-spacing: -0.02em; }
.tk-consent-text { margin: 0; font-size: 14px; line-height: 1.5; color: var(--black-opacity--80); }
.tk-consent-text a { color: var(--black); text-decoration: underline; text-underline-offset: 3px; }
.tk-consent-actions { display: flex; gap: 8px; flex: none; flex-wrap: wrap; justify-content: flex-end; }
.tk-consent-actions .tk-btn { padding: 10px 18px; font-size: 14px; }
.tk-consent-prefs { margin-top: 14px; display: flex; flex-direction: column; border-top: 1px solid var(--black-opacity--10); }
.tk-consent-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--black-opacity--10); }
.tk-consent-row strong { font-size: 14px; font-weight: 600; }
.tk-consent-row p { margin: 2px 0 0; font-size: 13px; line-height: 1.45; color: var(--black-opacity--65); }
.tk-always { font-size: 12px; color: var(--black-opacity--65); white-space: nowrap; }
.tk-switch { position: relative; display: inline-flex; flex: none; cursor: pointer; }
.tk-switch input { position: absolute; inset: 0; opacity: 0; width: 44px; height: 26px; margin: 0; cursor: pointer; z-index: 1; }
.tk-switch input + span { display: block; width: 44px; height: 26px; border-radius: 100px; background: var(--black-opacity--15); position: relative; transition: background-color 0.2s ease-out; }
.tk-switch input + span::after { content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px var(--black-opacity--15); transition: transform 0.2s ease-out; }
.tk-switch input:checked + span { background: var(--black); }
.tk-switch input:checked + span::after { transform: translateX(18px); }
.tk-switch input:focus-visible + span { outline: 2px solid var(--colors--blue); outline-offset: 2px; }
.tk-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.tk-consent.is-open { flex-direction: column; align-items: stretch; max-width: 560px; max-height: calc(100vh - 32px); overflow-y: auto; }
@media (max-width: 767px) {
  .tk-consent { flex-direction: column; align-items: stretch; left: 10px; right: 10px; bottom: 10px; padding: 18px; max-height: calc(100vh - 20px); overflow-y: auto; }
  .tk-consent-actions { flex-direction: column; flex-wrap: nowrap; }
  .tk-consent-actions .tk-btn { width: 100%; }
  .tk-consent-actions [data-consent-action="accept"] { order: 1; }
  .tk-consent-actions [data-consent-action="reject"] { order: 2; }
  .tk-consent-actions [data-consent-action="customise"], .tk-consent-actions [data-consent-action="save"] { order: 3; }
}

/* ----------------------------------------------------------- botoes */
.tk-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 100px; padding: 11px 20px; font: inherit; font-size: 15px; font-weight: 500; letter-spacing: -0.02em; line-height: 1.2; text-decoration: none; cursor: pointer; white-space: nowrap; transition: transform 0.15s ease-out, background-color 0.2s ease-out; }
.tk-btn:active { transform: scale(0.97); }
.tk-btn-dark { background: var(--black); color: #fff; }
.tk-btn-dark:hover { background: #333; }
.tk-btn-light { background: var(--black-opacity--10); color: var(--black); }
.tk-btn-light:hover { background: var(--black-opacity--15); }
.tk-btn-big { padding: 14px 26px; font-size: 16px; }
.tk-btn:disabled { opacity: 0.5; cursor: default; }
:where(.tk-page, body) :focus-visible { outline: 2px solid var(--colors--blue); outline-offset: 2px; }

/* --------------------------------------------------- paginas proprias */
.tk-page { background: var(--background); color: var(--black); font-family: var(--_fonts---font-family--geist); }
.tk-top { padding: 24px 24px 0; }
.tk-top-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.tk-logo { text-decoration: none; }
.tk-top-links { display: flex; align-items: center; gap: 8px; background: var(--black-opacity--5); border-radius: 100px; padding: 6px 8px 6px 16px; font-size: 15px; }
.tk-top-links > a { color: var(--black-opacity--65); text-decoration: none; }
.tk-top-links > a:hover { color: var(--black); }
.tk-langs { display: flex; gap: 4px; }
.tk-langs a { color: var(--black); text-decoration: none; font-size: 13px; background: #fff; border-radius: 100px; padding: 5px 10px; }
.tk-main { padding: 56px 24px 96px; }
.tk-foot { padding: 64px 24px; }
.tk-wrap { max-width: 880px; margin: 0 auto; }
.tk-center { text-align: center; }
.tk-h1 { font-size: clamp(40px, 6vw, 64px); line-height: 1; font-weight: 600; letter-spacing: -0.04em; margin: 0 0 16px; }
.tk-lead { font-size: 20px; line-height: 1.4; color: var(--black-opacity--65); margin: 0 0 32px; letter-spacing: -0.02em; max-width: 640px; }
.tk-center .tk-lead { margin-left: auto; margin-right: auto; }
.tk-small { font-size: 14px; line-height: 1.5; color: var(--black-opacity--65); }
.tk-note { font-size: 15px; line-height: 1.5; color: var(--black-opacity--80); background: var(--black-opacity--5); border-radius: 18px; padding: 14px 18px; margin: 0 0 24px; }
.tk-state { font-size: 16px; line-height: 1.5; padding: 16px 20px; border-radius: 20px; background: var(--black-opacity--5); margin: 0 0 24px; }
.tk-state.is-warning { background: #fff4d6; }
.tk-404 { font-size: 96px; font-weight: 600; letter-spacing: -0.05em; margin: 0; line-height: 1; color: var(--accent); }
.tk-check { width: 64px; height: 64px; border-radius: 50%; background: var(--colors--green); color: #fff; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 24px; }

.tk-recover { background: #fff; border-radius: 24px; padding: 20px; margin: 0 0 24px; box-shadow: 0 12px 20px var(--black-opacity--5); }
.tk-recover label, .tk-form label { display: block; font-size: 14px; color: var(--black-opacity--65); margin: 0 0 6px; }
.tk-inline { display: flex; gap: 8px; flex-wrap: wrap; }
.tk-inline input { flex: 1 1 220px; }
.tk-recover input, .tk-form input, .tk-form select, .tk-form textarea { font: inherit; font-size: 16px; color: var(--black); background: var(--black-opacity--5); border: 1px solid transparent; border-radius: 16px; padding: 12px 16px; width: 100%; box-sizing: border-box; }
.tk-recover input:focus, .tk-form input:focus, .tk-form select:focus, .tk-form textarea:focus { outline: none; border-color: var(--black); background: #fff; }

.tk-plan { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 20px; }
.tk-plan span { background: #fff; border-radius: 100px; padding: 8px 14px; font-size: 15px; box-shadow: 0 8px 16px var(--black-opacity--5); }
.tk-modules { display: flex; flex-direction: column; gap: 12px; }
.tk-module { background: #fff; border-radius: 28px; padding: 6px 24px; box-shadow: 0 12px 24px var(--black-opacity--5); }
.tk-module summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 18px 0; }
.tk-module summary::-webkit-details-marker { display: none; }
.tk-module-title { font-size: 22px; font-weight: 600; letter-spacing: -0.03em; }
.tk-module-meta { font-size: 14px; color: var(--black-opacity--65); white-space: nowrap; }
.tk-module-summary { margin: 0 0 12px; color: var(--black-opacity--65); font-size: 16px; line-height: 1.5; }
.tk-list { list-style: none; margin: 0; padding: 0; }
.tk-list li { display: grid; grid-template-columns: 32px 1fr auto auto; gap: 12px; align-items: center; padding: 12px 0; border-top: 1px solid var(--black-opacity--10); font-size: 16px; line-height: 1.35; }
.tk-n { color: var(--black-opacity--65); font-size: 14px; }
.tk-m { color: var(--black-opacity--65); font-size: 14px; white-space: nowrap; }
.tk-soon { font-size: 13px; background: var(--black-opacity--5); border-radius: 100px; padding: 5px 10px; white-space: nowrap; }
.tk-watch { padding: 7px 14px; font-size: 14px; }
.tk-materials { border-top: 1px solid var(--black-opacity--10); padding: 14px 0 18px; }
.tk-materials h3 { font-size: 14px; font-weight: 500; color: var(--black-opacity--65); margin: 0 0 8px; }
.tk-materials ul { margin: 0; padding-left: 18px; font-size: 15px; line-height: 1.6; }
@media (max-width: 600px) {
  .tk-list li { grid-template-columns: 26px 1fr; }
  .tk-m, .tk-soon, .tk-watch { grid-column: 2; justify-self: start; }
  .tk-module summary { flex-direction: column; gap: 4px; }
}

.tk-extras { margin: 0 0 24px; }
.tk-extras h2, .tk-locked h2 { font-size: 28px; letter-spacing: -0.03em; margin: 0 0 14px; }
.tk-extras-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; }
.tk-extra { background: var(--colors--blue); color: #fff; border-radius: 28px; padding: 24px; }
.tk-extra h3 { margin: 0 0 8px; font-size: 22px; letter-spacing: -0.03em; }
.tk-extra p { margin: 0 0 16px; line-height: 1.45; color: var(--white-opacity--65); }
.tk-extra .tk-btn-dark { background: #fff; color: var(--black); }
.tk-extra .tk-btn-light { background: rgba(255, 255, 255, 0.2); color: #fff; }
.tk-locked { margin-top: 32px; background: var(--black-opacity--5); border-radius: 28px; padding: 28px; }
.tk-locked p { color: var(--black-opacity--65); margin: 0 0 12px; }
.tk-locked ul { margin: 0 0 20px; padding-left: 18px; line-height: 1.7; }
.tk-help { margin-top: 32px; color: var(--black-opacity--65); font-size: 15px; }
.tk-help a { color: var(--black); }

.tk-player { position: fixed; inset: 0; z-index: 2000; background: rgba(10, 10, 10, 0.72); display: flex; align-items: center; justify-content: center; padding: 16px; }
.tk-player-box { width: 100%; max-width: 980px; background: #111; border-radius: 24px; overflow: hidden; }
.tk-player-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 12px 12px 20px; color: #fff; }
.tk-player-head h2 { font-size: 17px; font-weight: 500; margin: 0; }
.tk-player-frame { aspect-ratio: 16 / 9; background: #000; }
.tk-player-frame iframe, .tk-player-frame video { width: 100%; height: 100%; border: 0; display: block; }
.tk-player .tk-btn-light { background: rgba(255, 255, 255, 0.14); color: #fff; }
.tk-no-scroll { overflow: hidden; }

.tk-contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; }
.tk-form { background: #fff; border-radius: 28px; padding: 28px; box-shadow: 0 12px 24px var(--black-opacity--5); display: flex; flex-direction: column; gap: 6px; }
.tk-form input, .tk-form select, .tk-form textarea { margin-bottom: 12px; }
.tk-form button { align-self: flex-start; margin-top: 4px; }
.tk-form-state { margin: 8px 0 0; font-size: 15px; }
.tk-form-state.is-ok { color: #2f7d12; }
.tk-form-state.is-error { color: var(--colors--red); }
.tk-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.tk-contact-side h2 { font-size: 16px; font-weight: 500; margin: 0 0 6px; color: var(--black-opacity--65); }
.tk-contact-side p, .tk-contact-side ul { margin: 0 0 24px; font-size: 17px; line-height: 1.5; }
.tk-contact-side ul { padding-left: 18px; }
.tk-contact-side a { color: var(--black); }
@media (max-width: 767px) { .tk-contact-grid { grid-template-columns: 1fr; } }

/* ----------------------------------------------------------- legais */
.tk-legal { max-width: 760px; margin: 0 auto; font-size: 17px; line-height: 1.65; }
.tk-legal h1 { font-size: clamp(36px, 5vw, 56px); line-height: 1.02; letter-spacing: -0.04em; font-weight: 600; margin: 0 0 8px; }
.tk-updated { color: var(--black-opacity--65); font-size: 14px; margin: 0 0 32px; }
.tk-legal h2 { font-size: 24px; letter-spacing: -0.03em; line-height: 1.2; margin: 40px 0 10px; font-weight: 600; }
.tk-legal h3 { font-size: 19px; letter-spacing: -0.02em; margin: 24px 0 8px; font-weight: 600; }
.tk-legal p { margin: 0 0 14px; }
.tk-legal ul, .tk-legal ol { margin: 0 0 14px; padding-left: 22px; }
.tk-legal li { margin-bottom: 6px; }
.tk-legal a { color: var(--black); text-decoration: underline; text-underline-offset: 3px; }
.tk-dl { display: grid; grid-template-columns: max-content 1fr; gap: 10px 24px; background: #fff; border-radius: 24px; padding: 24px; margin: 0 0 24px; box-shadow: 0 12px 24px var(--black-opacity--5); }
.tk-dl dt { color: var(--black-opacity--65); }
.tk-dl dd { margin: 0; overflow-wrap: anywhere; }
.tk-form-model, .tk-legal blockquote.tk-form { margin: 16px 0 24px; background: var(--black-opacity--5); border-radius: 20px; padding: 20px 24px; }
@media (max-width: 600px) { .tk-dl { grid-template-columns: 1fr; gap: 2px; } .tk-dl dd { margin-bottom: 10px; } }

@media (prefers-reduced-motion: reduce) {
  .tk-btn { transition: none; }
}

/* No telemovel os contadores decorativos do heroi tapavam o titulo. */
@media (max-width: 767px) {
  .hero .pill-wrapper { display: none; }
}

.tk-legal .tk-table-wrap { overflow-x: auto; margin: 0 0 20px; }
.tk-table { width: 100%; border-collapse: collapse; font-size: 15px; line-height: 1.45; background: #fff; }
.tk-table th, .tk-table td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--black-opacity--10); vertical-align: top; }
.tk-table th { font-weight: 600; background: var(--black-opacity--5); }
.tk-legal { overflow-wrap: anywhere; }

@media (max-width: 479px) {
  .tk-top-links > a { display: none; }
  .tk-top-links { padding: 6px; }
}
