:root {
  --tm-ink: #11131a;
  --tm-ink-soft: #222530;
  --tm-paper: #f4f2ec;
  --tm-white: #fff;
  --tm-muted: #696b73;
  --tm-line: rgba(17, 19, 26, .13);
  --tm-violet: #5c4cff;
  --tm-violet-deep: #3020d4;
  --tm-lime: #c8ff4d;
  --tm-radius: 26px;
  --tm-shell: min(1180px, calc(100vw - 48px));
  --tm-shadow: 0 30px 80px rgba(26, 20, 67, .13);
  --tm-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --tm-serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.talkome-site {
  margin: 0;
  background: var(--tm-paper);
  color: var(--tm-ink);
  font-family: var(--tm-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.talkome-site a { color: inherit; text-decoration: none; }
body.talkome-site img { max-width: 100%; height: auto; }
body.talkome-site button, body.talkome-site input, body.talkome-site select, body.talkome-site textarea { font: inherit; }
.tm-shell { width: var(--tm-shell); margin-inline: auto; }
.tm-main { overflow: clip; }
.tm-skip-link { position: fixed; z-index: 10000; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; background: var(--tm-white); border-radius: 8px; }
.tm-skip-link:focus { transform: none; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.tm-announcement { position: relative; z-index: 80; background: var(--tm-ink); color: var(--tm-white); font-size: 12px; letter-spacing: .045em; }
.talkome-site .ekit-template-content-header { display: none !important; }
.tm-announcement__inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.tm-announcement__inner span { display: flex; align-items: center; gap: 8px; }
.tm-announcement__inner i { width: 6px; height: 6px; background: var(--tm-lime); border-radius: 50%; box-shadow: 0 0 0 4px rgba(200,255,77,.14); }
.tm-announcement__inner a { color: var(--tm-lime); font-weight: 700; }
.tm-announcement__inner a span { display: inline; margin-left: 5px; }

.tm-header { position: sticky; top: 0; z-index: 70; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.admin-bar .tm-header { top: 32px; }
.tm-header.is-scrolled { background: rgba(244,242,236,.9); border-color: var(--tm-line); box-shadow: 0 10px 35px rgba(17,19,26,.05); backdrop-filter: blur(16px); }
.tm-header__inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.tm-wordmark { display: inline-flex; align-items: baseline; min-width: 150px; color: var(--tm-ink); font-size: 29px; font-weight: 850; line-height: 1; letter-spacing: -.065em; }
.tm-wordmark b { color: var(--tm-violet); font-size: 34px; }
.tm-wordmark .custom-logo-link { display: flex; }
.tm-wordmark .custom-logo { max-height: 44px; width: auto; }
.tm-nav { display: flex; align-items: center; justify-content: flex-end; flex: 1; gap: 34px; }
.tm-nav__links { display: flex; align-items: center; gap: 29px; margin: 0; padding: 0; list-style: none; }
.tm-nav__links a { position: relative; color: #343640; font-size: 13px; font-weight: 660; }
.tm-nav__links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--tm-violet); transition: right .2s ease; }
.tm-nav__links a:hover::after, .tm-nav__links .current-menu-item a::after { right: 0; }
.tm-nav__actions { display: flex; align-items: center; gap: 13px; }
.tm-language { display: flex; align-items: center; gap: 6px; min-height: 42px; padding: 0 12px; border: 1px solid var(--tm-line); border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .07em; }
.tm-language span:first-child { color: var(--tm-violet); font-size: 18px; }
.tm-language-menu { position: relative; }
.tm-language-menu summary { cursor: pointer; list-style: none; }
.tm-language-menu summary::-webkit-details-marker { display: none; }
.tm-language-menu > div { position: absolute; z-index: 120; top: calc(100% + 10px); right: 0; width: 190px; padding: 12px; background: var(--tm-white); border: 1px solid var(--tm-line); border-radius: 18px; box-shadow: var(--tm-shadow); }
.tm-language-menu .tm-language-switcher { display: grid; }
.tm-language-menu .tm-language-switcher a { justify-content: flex-start; border-color: transparent; }
.tm-link-button { padding: 9px 5px; font-size: 13px; font-weight: 720; }
.tm-menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--tm-line); background: transparent; border-radius: 50%; }
.tm-menu-toggle i { display: block; width: 17px; height: 1px; margin: 5px auto; background: var(--tm-ink); }

.tm-button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 56px; padding: 0 22px; color: var(--tm-white) !important; background: var(--tm-ink); border: 1px solid var(--tm-ink); border-radius: 999px; font-size: 13px; font-weight: 780; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.tm-button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(17,19,26,.18); background: var(--tm-violet); border-color: var(--tm-violet); }
.tm-button span { font-size: 16px; }
.tm-button--small { min-height: 44px; padding: 0 17px; gap: 12px; }
.tm-button--light { color: var(--tm-ink) !important; background: var(--tm-white); border-color: var(--tm-white); }
.tm-button--light:hover { color: var(--tm-ink) !important; background: var(--tm-lime); border-color: var(--tm-lime); }
.tm-text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 780; }
.tm-text-link > span:first-child { display: grid; place-items: center; width: 34px; height: 34px; color: var(--tm-white); background: var(--tm-violet); border-radius: 50%; font-size: 9px; }

.tm-hero { position: relative; padding: 75px 0 28px; }
.tm-hero__mesh { position: absolute; z-index: -1; inset: -120px 0 0; background-image: linear-gradient(rgba(17,19,26,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(17,19,26,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000 10%, transparent 85%); }
.tm-hero__grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(430px,.95fr); align-items: center; gap: 82px; min-height: 620px; }
.tm-kicker { display: flex; align-items: center; gap: 13px; margin: 0 0 23px; color: #555862; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.tm-kicker span { display: inline-grid; place-items: center; width: 29px; height: 29px; color: var(--tm-violet); border: 1px solid rgba(92,76,255,.36); border-radius: 50%; font-size: 9px; }
.tm-kicker--light { color: rgba(255,255,255,.62); }
.tm-kicker--light span { color: var(--tm-lime); border-color: rgba(200,255,77,.38); }
.tm-hero h1, .tm-section-heading h2, .tm-method h2, .tm-ecosystem h2, .tm-global h2, .tm-final-cta h2, .tm-page-hero h1 { margin: 0; color: var(--tm-ink); font-size: clamp(58px,6.2vw,92px); font-weight: 760; line-height: .91; letter-spacing: -.075em; }
.tm-hero h1 em, .tm-section-heading h2 em, .tm-method h2 em, .tm-ecosystem h2 em, .tm-global h2 em, .tm-final-cta h2 em { color: var(--tm-violet); font-family: var(--tm-serif); font-weight: 400; letter-spacing: -.055em; }
.tm-hero__intro { max-width: 610px; margin: 34px 0 0; color: #565861; font-size: 18px; line-height: 1.65; }
.tm-hero__actions { display: flex; align-items: center; gap: 25px; margin-top: 32px; }
.tm-hero__proof { display: flex; align-items: center; gap: 16px; margin-top: 45px; padding-top: 26px; border-top: 1px solid var(--tm-line); }
.tm-avatar-stack { display: flex; }
.tm-avatar-stack i { display: grid; place-items: center; width: 37px; height: 37px; margin-right: -10px; color: var(--tm-white); background: var(--tm-violet); border: 3px solid var(--tm-paper); border-radius: 50%; font-size: 10px; font-style: normal; font-weight: 800; }
.tm-avatar-stack i:nth-child(2) { background: #ff7e66; }
.tm-avatar-stack i:nth-child(3) { color: var(--tm-ink); background: var(--tm-lime); }
.tm-avatar-stack i:nth-child(4) { background: var(--tm-ink); }
.tm-hero__proof p { display: flex; flex-direction: column; margin: 0; font-size: 12px; line-height: 1.5; }
.tm-hero__proof p strong { color: var(--tm-ink); font-size: 13px; }
.tm-hero__proof p span { color: var(--tm-muted); }
.tm-hero__visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.tm-orbit { position: absolute; inset: 3% 4%; border: 1px solid rgba(17,19,26,.15); border-radius: 50%; transform: rotate(-11deg); }
.tm-orbit::before, .tm-orbit::after { content: ""; position: absolute; border: 1px solid rgba(92,76,255,.19); border-radius: 50%; }
.tm-orbit::before { inset: 10%; }
.tm-orbit::after { inset: 22%; }
.tm-orbit span, .tm-orbit i { position: absolute; width: 12px; height: 12px; border-radius: 50%; }
.tm-orbit span { top: 15%; right: 7%; background: var(--tm-lime); box-shadow: 0 0 0 8px rgba(200,255,77,.17); }
.tm-orbit i { bottom: 15%; left: 7%; background: var(--tm-violet); box-shadow: 0 0 0 8px rgba(92,76,255,.13); }
.tm-score-card { position: relative; z-index: 2; width: 350px; min-height: 395px; padding: 31px; background: rgba(255,255,255,.93); border: 1px solid rgba(255,255,255,.8); border-radius: 32px; box-shadow: var(--tm-shadow); transform: rotate(3deg); backdrop-filter: blur(12px); }
.tm-score-card__top { display: flex; align-items: center; justify-content: space-between; color: var(--tm-muted); font-size: 11px; font-weight: 760; text-transform: uppercase; letter-spacing: .08em; }
.tm-score-card__top i { padding: 6px 9px; color: var(--tm-violet-deep); background: #ece9ff; border-radius: 99px; font-style: normal; font-size: 8px; }
.tm-score-card__score { display: flex; align-items: flex-start; margin-top: 38px; color: var(--tm-ink); line-height: .8; }
.tm-score-card__score strong { font-size: 112px; letter-spacing: -.1em; }
.tm-score-card__score span { margin: 3px 0 0 8px; color: var(--tm-violet); font-size: 32px; font-weight: 700; }
.tm-score-card > p { margin: 22px 0 15px; color: var(--tm-muted); font-size: 13px; font-weight: 700; }
.tm-progress { width: 100%; height: 8px; overflow: hidden; background: #ececf0; border-radius: 99px; }
.tm-progress i { display: block; height: 100%; background: linear-gradient(90deg,var(--tm-violet),#9b8fff); border-radius: 99px; }
.tm-score-card__metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 30px; }
.tm-score-card__metrics div { display: flex; flex-direction: column; gap: 4px; padding: 12px; background: #f7f6f2; border-radius: 14px; }
.tm-score-card__metrics span { color: var(--tm-muted); font-size: 8px; }
.tm-score-card__metrics b { font-size: 18px; }
.tm-float-card { position: absolute; z-index: 4; min-width: 142px; padding: 15px 18px; background: var(--tm-ink); color: var(--tm-white); border-radius: 16px; box-shadow: 0 18px 45px rgba(17,19,26,.22); font-size: 10px; font-weight: 650; }
.tm-float-card span, .tm-float-card b { display: block; color: var(--tm-lime); font-size: 23px; line-height: 1.1; }
.tm-float-card--top { top: 10%; left: 1%; transform: rotate(-6deg); }
.tm-float-card--bottom { right: 0; bottom: 13%; color: var(--tm-ink); background: var(--tm-lime); transform: rotate(5deg); }
.tm-float-card--bottom b { color: var(--tm-violet-deep); }
.tm-language-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 58px; padding: 21px 0 0; border-top: 1px solid var(--tm-line); color: var(--tm-muted); font-size: 11px; font-weight: 700; }
.tm-language-row div { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; justify-content: flex-end; }
.tm-language-row b { padding: 7px 11px; color: var(--tm-ink); background: rgba(255,255,255,.55); border: 1px solid var(--tm-line); border-radius: 99px; font-size: 10px; }

.tm-section { padding: 125px 0; }
.tm-section-heading { max-width: 740px; }
.tm-section-heading h2, .tm-method h2, .tm-ecosystem h2, .tm-global h2, .tm-final-cta h2 { font-size: clamp(47px,5vw,72px); line-height: .96; }
.tm-section-heading > p:last-child { max-width: 590px; margin: 28px 0 0; color: var(--tm-muted); font-size: 17px; }
.tm-section-heading--row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; }
.tm-section-heading--row .tm-text-link { margin-bottom: 10px; }
.tm-pathways { background: var(--tm-white); }
.tm-pathway-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 65px; }
.tm-pathway { position: relative; min-height: 475px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border-radius: var(--tm-radius); transition: transform .25s ease, box-shadow .25s ease; }
.tm-pathway:hover { transform: translateY(-7px); box-shadow: var(--tm-shadow); }
.tm-pathway__number { position: absolute; top: 22px; right: 24px; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.tm-pathway__icon { display: grid; place-items: center; width: 66px; height: 66px; margin-bottom: auto; border: 1px solid currentColor; border-radius: 50%; font-family: var(--tm-serif); font-size: 28px; font-style: italic; }
.tm-pathway > p { margin: 34px 0 12px; opacity: .65; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.tm-pathway h3 { margin: 0; font-size: 34px; line-height: 1; letter-spacing: -.05em; }
.tm-pathway ul { display: flex; gap: 8px; flex-wrap: wrap; margin: 25px 0 30px; padding: 0; list-style: none; }
.tm-pathway li { padding: 6px 9px; border: 1px solid currentColor; border-radius: 99px; opacity: .68; font-size: 9px; font-weight: 750; }
.tm-pathway a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid currentColor; font-size: 12px; font-weight: 800; }
.tm-pathway a span { font-size: 18px; }
.tm-pathway--dark { color: var(--tm-white); background: var(--tm-ink); }
.tm-pathway--violet { color: var(--tm-white); background: var(--tm-violet); }
.tm-pathway--lime { color: var(--tm-ink); background: var(--tm-lime); }

.tm-featured-courses { background: var(--tm-paper); }
.tm-course-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 62px; }
.tm-course-card { overflow: hidden; background: var(--tm-white); border: 1px solid var(--tm-line); border-radius: var(--tm-radius); transition: transform .25s ease, box-shadow .25s ease; }
.tm-course-card:hover { transform: translateY(-6px); box-shadow: var(--tm-shadow); }
.tm-course-card__visual { position: relative; display: block; aspect-ratio: 1.3; overflow: hidden; background: #dedbe9; }
.tm-course-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.tm-course-card:hover .tm-course-card__visual img { transform: scale(1.04); }
.tm-course-card__arrow { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 42px; height: 42px; color: var(--tm-white); background: var(--tm-ink); border-radius: 50%; }
.tm-course-card__body { padding: 24px 24px 28px; }
.tm-course-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--tm-violet); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tm-course-card__meta b { color: var(--tm-ink); font-size: 12px; }
.tm-course-card__meta .price { color: inherit; }
.tm-course-card h3 { min-height: 58px; margin: 14px 0 12px; font-size: 23px; line-height: 1.22; letter-spacing: -.04em; }
.tm-course-card p { margin: 0; color: var(--tm-muted); font-size: 13px; }
.tm-course-art { position: relative; width: 100%; height: 100%; padding: 28px; overflow: hidden; color: var(--tm-white); background: linear-gradient(135deg,#171923,#5c4cff); }
.tm-course-art::before { content: ""; position: absolute; width: 230px; height: 230px; right: -65px; top: -70px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; box-shadow: 0 0 0 40px rgba(255,255,255,.03),0 0 0 80px rgba(255,255,255,.03); }
.tm-course-art span { font-size: 13px; font-weight: 800; letter-spacing: .15em; }
.tm-course-art i { position: absolute; left: 28px; right: 28px; bottom: 27px; height: 1px; background: rgba(255,255,255,.35); }
.tm-course-art b { position: absolute; right: 28px; bottom: 39px; font-family: var(--tm-serif); font-size: 74px; font-style: italic; font-weight: 400; line-height: 1; letter-spacing: -.08em; }
.tm-course-art--core { color: var(--tm-ink); background: linear-gradient(135deg,var(--tm-lime),#efffc8); }
.tm-course-art--core::before { border-color: rgba(17,19,26,.2); }
.tm-course-art--core i { background: rgba(17,19,26,.2); }
.tm-course-art--core b { font-size: 44px; }
.tm-course-art--english { background: linear-gradient(135deg,#ff775f,#ffb86b); }
.tm-course-art--english b { font-size: 48px; }
.tm-soon-label { position: absolute; top: 19px; right: 19px; padding: 6px 10px; color: var(--tm-ink); background: var(--tm-white); border-radius: 99px; font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }

.tm-method { color: var(--tm-white); background: var(--tm-ink); }
.tm-method__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.tm-method h2 { color: var(--tm-white); }
.tm-method h2 em { color: var(--tm-lime); }
.tm-method__intro > p:not(.tm-kicker) { max-width: 470px; margin: 30px 0; color: rgba(255,255,255,.62); font-size: 16px; }
.tm-method__steps { border-top: 1px solid rgba(255,255,255,.16); }
.tm-method__steps article { display: grid; grid-template-columns: 65px 1fr; gap: 25px; padding: 31px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.tm-method__steps article > span { color: var(--tm-lime); font-size: 10px; font-weight: 850; }
.tm-method__steps h3 { margin: 0 0 8px; font-size: 26px; letter-spacing: -.04em; }
.tm-method__steps p { margin: 0; color: rgba(255,255,255,.56); font-size: 13px; }

.tm-ecosystem { background: var(--tm-white); }
.tm-ecosystem__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 88px; }
.tm-ecosystem__visual { position: relative; min-height: 520px; display: grid; place-items: center; border-radius: 40px; background: radial-gradient(circle at 30% 20%,rgba(200,255,77,.75),transparent 35%),linear-gradient(145deg,#e8e4ff,#c8c0ff); }
.tm-browser-card { width: 82%; overflow: hidden; background: var(--tm-white); border: 1px solid rgba(255,255,255,.65); border-radius: 19px; box-shadow: 0 30px 70px rgba(37,25,94,.22); transform: rotate(-3deg); }
.tm-browser-card__bar { display: flex; align-items: center; gap: 6px; padding: 13px 15px; color: #898b92; background: #f4f4f5; font-size: 9px; }
.tm-browser-card__bar i { width: 7px; height: 7px; background: #c5c6ca; border-radius: 50%; }
.tm-browser-card__bar span { flex: 1; margin-left: 8px; padding: 4px 9px; background: var(--tm-white); border-radius: 5px; }
.tm-browser-card__content { padding: 35px; }
.tm-audio-wave { height: 95px; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 0 20px; background: var(--tm-ink); border-radius: 14px; }
.tm-audio-wave i { width: 5px; height: 40%; background: var(--tm-lime); border-radius: 9px; }
.tm-audio-wave i:nth-child(2), .tm-audio-wave i:nth-child(8) { height: 67%; }
.tm-audio-wave i:nth-child(3), .tm-audio-wave i:nth-child(7) { height: 38%; }
.tm-audio-wave i:nth-child(4), .tm-audio-wave i:nth-child(6) { height: 82%; }
.tm-audio-wave i:nth-child(5) { height: 55%; }
.tm-live-score { display: flex; align-items: baseline; margin-top: 25px; }
.tm-live-score span { margin-right: auto; color: var(--tm-muted); font-size: 11px; font-weight: 700; }
.tm-live-score strong { font-size: 38px; letter-spacing: -.07em; }
.tm-live-score small { color: var(--tm-muted); font-size: 10px; }
.tm-browser-card ul { margin: 20px 0 0; padding: 0; list-style: none; }
.tm-browser-card li { display: flex; align-items: center; gap: 9px; padding: 9px 0; border-top: 1px solid #ececef; color: var(--tm-muted); font-size: 10px; }
.tm-browser-card li b { width: 7px; height: 7px; background: var(--tm-violet); border-radius: 50%; }
.tm-ecosystem__copy > p:not(.tm-kicker) { margin: 28px 0; color: var(--tm-muted); font-size: 16px; }
.tm-stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 35px 0; padding: 22px 0; border-block: 1px solid var(--tm-line); }
.tm-stat-row div { display: flex; flex-direction: column; }
.tm-stat-row strong { font-size: 28px; letter-spacing: -.06em; }
.tm-stat-row span { color: var(--tm-muted); font-size: 9px; }

.tm-global { padding-block: 0; color: var(--tm-white); background: var(--tm-white); }
.tm-global__inner { min-height: 550px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; padding: 80px; overflow: hidden; background: var(--tm-violet); border-radius: 38px; }
.tm-global h2 { color: var(--tm-white); }
.tm-global h2 em { color: var(--tm-lime); }
.tm-global__copy > p:not(.tm-kicker) { max-width: 520px; color: rgba(255,255,255,.68); font-size: 16px; }
.tm-globe { position: relative; width: min(420px,100%); aspect-ratio: 1; justify-self: end; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: inset 0 0 0 45px rgba(255,255,255,.03),inset 0 0 0 90px rgba(255,255,255,.03); }
.tm-globe::before, .tm-globe::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.tm-globe::before { inset: 0 32%; }
.tm-globe::after { inset: 32% 0; }
.tm-globe span { position: absolute; z-index: 2; display: grid; place-items: center; width: 52px; height: 52px; color: var(--tm-ink); background: var(--tm-lime); border: 4px solid var(--tm-violet); border-radius: 50%; font-size: 11px; font-weight: 850; }
.tm-globe span:nth-child(1) { top: 4%; left: 42%; }
.tm-globe span:nth-child(2) { top: 34%; right: -3%; }
.tm-globe span:nth-child(3) { bottom: 3%; right: 23%; }
.tm-globe span:nth-child(4) { bottom: 15%; left: 5%; }
.tm-globe span:nth-child(5) { top: 27%; left: -2%; }
.tm-globe i { position: absolute; inset: 43%; background: var(--tm-white); border-radius: 50%; box-shadow: 0 0 40px rgba(255,255,255,.5); }

.tm-faq { background: var(--tm-white); }
.tm-faq__grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.tm-faq__list { border-top: 1px solid var(--tm-line); }
.tm-faq details { padding: 25px 0; border-bottom: 1px solid var(--tm-line); }
.tm-faq summary { display: flex; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 730; letter-spacing: -.02em; }
.tm-faq summary::-webkit-details-marker { display: none; }
.tm-faq summary span { color: var(--tm-violet); font-size: 23px; font-weight: 400; transition: transform .2s ease; }
.tm-faq details[open] summary span { transform: rotate(45deg); }
.tm-faq details p { max-width: 650px; margin: 15px 50px 0 0; color: var(--tm-muted); font-size: 14px; }

.tm-final-cta { padding: 35px 0 115px; background: var(--tm-white); }
.tm-final-cta__inner { min-height: 530px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 70px 30px; text-align: center; color: var(--tm-white); background: var(--tm-ink); border-radius: 40px; }
.tm-final-cta p { margin: 0 0 25px; color: rgba(255,255,255,.55); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tm-final-cta h2 { color: var(--tm-white); }
.tm-final-cta h2 em { color: var(--tm-lime); }
.tm-final-cta .tm-button { margin-top: 38px; }

.tm-footer { padding: 90px 0 28px; color: var(--tm-white); background: #090a0f; }
.tm-wordmark--light { color: var(--tm-white); }
.tm-footer__lead { display: flex; align-items: flex-start; justify-content: space-between; gap: 50px; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,.14); }
.tm-footer__lead > div:first-child p { max-width: 340px; margin: 20px 0 0; color: rgba(255,255,255,.52); font-size: 13px; }
.tm-footer__cta { display: flex; align-items: center; gap: 22px; }
.tm-footer__cta > span { color: rgba(255,255,255,.56); font-size: 12px; }
.tm-footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 50px; padding: 58px 0; }
.tm-footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.tm-footer__grid h2 { margin: 0 0 11px; color: rgba(255,255,255,.38); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.tm-footer__grid a { color: rgba(255,255,255,.78); font-size: 12px; }
.tm-footer__grid a:hover { color: var(--tm-lime); }
.tm-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.37); font-size: 10px; }
.tm-footer__bottom p { margin: 0; }
.tm-footer__bottom div { display: flex; gap: 20px; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

.tm-content-page, .tm-commerce { min-height: 70vh; padding: 75px 0 120px; background: var(--tm-white); }
.tm-page-hero { padding: 85px 0 70px; }
.tm-page-hero h1 { max-width: 900px; font-size: clamp(52px,6vw,88px); }
.tm-prose { max-width: 800px; }
.tm-prose > *:first-child { margin-top: 0; }
.tm-prose h2, .tm-prose h3 { margin-top: 2em; line-height: 1.15; letter-spacing: -.04em; }
.tm-prose p, .tm-prose li { color: #4f515a; }
.tm-article { padding: 35px 0; border-bottom: 1px solid var(--tm-line); }

/* Tutor LMS and WooCommerce share the same visual system. */
.tutor-wrap, .tutor-course-details-page, .woocommerce-page .site-content { font-family: var(--tm-sans); }
.tutor-wrap { padding-top: 55px; padding-bottom: 90px; }
.tutor-card, .tutor-course-card, .tutor-dashboard .tutor-card, .woocommerce form.checkout, .woocommerce-cart-form, .cart_totals, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content { overflow: hidden; background: var(--tm-white); border: 1px solid var(--tm-line) !important; border-radius: 20px !important; box-shadow: none !important; }
.tutor-btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt { min-height: 45px; padding: 0 18px !important; color: var(--tm-white) !important; background: var(--tm-ink) !important; border: 0 !important; border-radius: 999px !important; font-weight: 760 !important; }
.tutor-btn:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { background: var(--tm-violet) !important; }
.tutor-color-primary, .tutor-color-primary a { color: var(--tm-violet) !important; }
.tutor-bg-primary { background: var(--tm-violet) !important; }
.tutor-course-details-title, .tutor-dashboard-title, .woocommerce h1, .woocommerce h2 { letter-spacing: -.045em; }
.woocommerce .quantity .qty, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce select { min-height: 48px; padding: 10px 13px; border: 1px solid var(--tm-line); border-radius: 10px; background: #faf9f6; }
.tm-checkout-assurance { display: flex; align-items: center; gap: 14px; margin: 0 0 25px; padding: 15px 18px; color: #3e4048; background: #efffc8; border: 1px solid rgba(17,19,26,.12); border-radius: 14px; font-size: 13px; }
.tm-checkout-assurance strong { color: var(--tm-ink); white-space: nowrap; }
.tm-native-shell { min-height: 75vh; padding: 40px 0 100px; }

@media (max-width: 1050px) {
  .tm-nav__links { gap: 18px; }
  .tm-language-menu, .tm-nav__actions > .tm-language, .tm-link-button { display: none; }
  .tm-hero__grid { grid-template-columns: 1fr .85fr; gap: 35px; }
  .tm-score-card { width: 310px; }
  .tm-pathway-grid, .tm-course-grid { grid-template-columns: repeat(2,1fr); }
  .tm-pathway:last-child, .tm-course-card:last-child { grid-column: 1 / -1; }
  .tm-ecosystem__grid { gap: 45px; }
}

@media (max-width: 782px) {
  .admin-bar .tm-header { top: 46px; }
  :root { --tm-shell: min(100% - 30px, 700px); }
  .tm-announcement__inner { min-height: 39px; justify-content: center; text-align: center; }
  .tm-announcement__inner > a { display: none; }
  .tm-header__inner { height: 72px; }
  .tm-wordmark { min-width: 0; font-size: 25px; }
  .tm-menu-toggle { display: block; }
  .tm-nav { position: fixed; z-index: 100; inset: 111px 15px auto; display: none; padding: 25px; background: var(--tm-white); border: 1px solid var(--tm-line); border-radius: 22px; box-shadow: var(--tm-shadow); }
  .admin-bar .tm-nav { top: 157px; }
  .tm-nav.is-open { display: block; }
  .tm-nav__links { display: block; }
  .tm-nav__links li + li { border-top: 1px solid var(--tm-line); }
  .tm-nav__links a { display: block; padding: 15px 0; font-size: 15px; }
  .tm-nav__actions { margin-top: 18px; }
  .tm-nav__actions .tm-button { width: 100%; }
  .tm-hero { padding-top: 45px; }
  .tm-hero__grid { display: block; min-height: 0; }
  .tm-hero h1 { font-size: clamp(56px,15.5vw,78px); }
  .tm-hero__intro { font-size: 16px; }
  .tm-hero__visual { min-height: 510px; margin-top: 40px; }
  .tm-language-row { display: block; }
  .tm-language-row div { justify-content: flex-start; margin-top: 15px; }
  .tm-section { padding: 85px 0; }
  .tm-section-heading--row { display: block; }
  .tm-section-heading--row .tm-text-link { margin-top: 25px; }
  .tm-pathway-grid, .tm-course-grid, .tm-method__grid, .tm-ecosystem__grid, .tm-faq__grid { grid-template-columns: 1fr; }
  .tm-pathway:last-child, .tm-course-card:last-child { grid-column: auto; }
  .tm-pathway { min-height: 425px; }
  .tm-method__grid, .tm-faq__grid { gap: 60px; }
  .tm-ecosystem__grid { gap: 65px; }
  .tm-ecosystem__visual { min-height: 430px; }
  .tm-global__inner { grid-template-columns: 1fr; padding: 55px 30px; }
  .tm-globe { width: 330px; justify-self: center; }
  .tm-footer__lead, .tm-footer__cta { display: block; }
  .tm-footer__cta { margin-top: 30px; }
  .tm-footer__cta .tm-button { margin-top: 15px; }
  .tm-footer__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 520px) {
  .tm-hero__actions { align-items: flex-start; flex-direction: column; }
  .tm-hero__proof { align-items: flex-start; }
  .tm-hero__visual { min-height: 450px; }
  .tm-score-card { width: 270px; min-height: 350px; padding: 24px; }
  .tm-score-card__score strong { font-size: 90px; }
  .tm-score-card__metrics div { padding: 9px; }
  .tm-float-card { min-width: 115px; padding: 12px; }
  .tm-float-card--top { top: 3%; }
  .tm-float-card--bottom { bottom: 4%; }
  .tm-section-heading h2, .tm-method h2, .tm-ecosystem h2, .tm-global h2, .tm-final-cta h2 { font-size: 45px; }
  .tm-browser-card { width: 92%; }
  .tm-browser-card__content { padding: 22px; }
  .tm-stat-row { gap: 4px; }
  .tm-stat-row strong { font-size: 23px; }
  .tm-globe { width: 270px; }
  .tm-footer__grid { grid-template-columns: 1fr 1fr; gap: 38px 20px; }
  .tm-footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
