/*
Theme Name: Tecnológico Expert
Theme URI: https://tecnologicoexpert.com.br/
Author: Tecnológico Expert
Description: Storefront WooCommerce for practical digital training.
Version: 1.0.0
Text Domain: tecnologicoexpert

Direction contract
THESIS: A practical PME learning desk, not a generic course marketplace.
OWN-WORLD: Deep operational blue, precise cobalt action, cloudy work surfaces and clear dossier-like learning blocks.
STORY: Visitors identify a practical formation, inspect its proof and syllabus, then purchase with a truthful next step.
FIRST VIEWPORT: A deep-blue thesis field, headline on the left, real course media and a compact evidence rail on the right; one primary action.
FORM: The page moves from operating premise to learning paths, product evidence and an institutional close; no metric-hero template.
*/

:root {
  --te-ink: #10233f;
  --te-ink-soft: #25415f;
  --te-cobalt: #175cd3;
  --te-cobalt-deep: #0e3f92;
  --te-green: #0b6b57;
  --te-paper: #f4f7fb;
  --te-cloud: #e7eef8;
  --te-line: #c9d6e8;
  --te-white: #fff;
  --te-danger: #b42318;
  --te-shadow: 0 14px 32px rgba(16, 35, 63, .12);
  --te-shadow-high: 0 22px 46px rgba(16, 35, 63, .18);
  --te-display: "Archivo", Arial, sans-serif;
  --te-body: "Source Sans 3", Arial, sans-serif;
  --te-radius-sm: 10px;
  --te-radius-md: 14px;
  --te-radius-lg: 20px;
  --te-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--te-paper);
  color: var(--te-ink);
  font-family: var(--te-body);
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--te-cobalt-deep); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
a:hover { color: var(--te-cobalt); }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--te-cobalt); outline-offset: 3px; }
.screen-reader-text:focus { background: var(--te-white); color: var(--te-ink); padding: 10px 14px; z-index: 100000; }

.te-shell { width: min(var(--te-container), calc(100% - 40px)); margin-inline: auto; }
.te-main { min-height: 55vh; }
.te-section { padding: 88px 0; }
.te-section--cloud { background: var(--te-cloud); }
.te-section--ink { background: var(--te-ink); color: var(--te-white); }
.te-section__head { display: flex; gap: 28px; align-items: end; justify-content: space-between; margin-bottom: 34px; }
.te-section__head > * { margin: 0; }
.te-kicker { color: var(--te-green); font-size: .92rem; font-weight: 700; letter-spacing: .02em; margin: 0 0 12px; }
.te-section--ink .te-kicker { color: #98e5d1; }
h1, h2, h3, h4 { color: inherit; font-family: var(--te-display); letter-spacing: -.035em; line-height: 1.04; }
h1 { font-size: clamp(2.6rem, 5.5vw, 5.7rem); letter-spacing: -.05em; margin: 0; }
h2 { font-size: clamp(2rem, 3.5vw, 3.55rem); margin: 0; }
h3 { font-size: clamp(1.35rem, 2vw, 1.78rem); margin: 0; }
p { margin: 0 0 1rem; }
ul, ol { margin: 0 0 1.25rem; padding-left: 1.3rem; }
.te-prose { max-width: 70ch; }
.te-prose > :last-child { margin-bottom: 0; }

.te-button, .wp-element-button, .woocommerce a.button, .woocommerce button.button,
.wc-block-components-button, .wp-block-button__link {
  align-items: center;
  background: var(--te-cobalt);
  border: 1px solid var(--te-cobalt);
  border-radius: var(--te-radius-sm);
  box-shadow: none;
  color: var(--te-white) !important;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--te-body);
  font-size: 1rem;
  font-weight: 700;
  gap: 9px;
  justify-content: center;
  line-height: 1.2;
  min-height: 50px;
  padding: 14px 21px;
  text-align: center;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.te-button:hover, .wp-element-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover,
.wc-block-components-button:hover, .wp-block-button__link:hover {
  background: var(--te-cobalt-deep);
  border-color: var(--te-cobalt-deep);
  box-shadow: 0 8px 20px rgba(23, 92, 211, .24);
  color: var(--te-white) !important;
  transform: translateY(-1px);
}
.te-button--light { background: var(--te-white); border-color: var(--te-white); color: var(--te-ink) !important; }
.te-button--light:hover { background: var(--te-cloud); border-color: var(--te-cloud); color: var(--te-ink) !important; }
.te-button--ghost { background: transparent; border-color: currentColor; color: var(--te-ink) !important; }
.te-button--ghost:hover { background: var(--te-cloud); border-color: var(--te-ink); color: var(--te-ink) !important; }
.te-button--small { font-size: .92rem; min-height: 44px; padding: 10px 15px; }

/* Header */
.te-header { background: rgba(244, 247, 251, .96); border-bottom: 1px solid var(--te-line); position: sticky; top: 0; z-index: 90; }
.te-header__row { align-items: center; display: grid; gap: 20px; grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr); min-height: 76px; }
.te-brand { color: var(--te-ink); display: inline-flex; flex-direction: column; font-family: var(--te-display); font-size: 1.16rem; font-weight: 700; letter-spacing: -.035em; line-height: .98; text-decoration: none; }
.te-brand__overline { color: var(--te-cobalt); font-family: var(--te-body); font-size: .64rem; font-weight: 800; letter-spacing: .12em; line-height: 1.1; margin-bottom: 5px; text-transform: uppercase; }
.te-nav { display: flex; gap: 20px; justify-content: center; }
.te-nav a { color: var(--te-ink); font-size: .91rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.te-nav a:hover, .te-nav a[aria-current="page"] { color: var(--te-cobalt); }
.te-header__actions { align-items: center; display: flex; gap: 12px; justify-content: flex-end; }
.te-cart-link { align-items: center; color: var(--te-ink); display: inline-flex; font-size: .91rem; font-weight: 700; gap: 7px; text-decoration: none; }
.te-cart-count { align-items: center; background: var(--te-ink); border-radius: 999px; color: var(--te-white); display: inline-flex; font-size: .78rem; height: 22px; justify-content: center; min-width: 22px; padding-inline: 5px; }
.te-menu-toggle { background: transparent; border: 0; color: var(--te-ink); display: none; height: 44px; padding: 8px; width: 44px; }
.te-menu-toggle svg { height: 25px; width: 25px; }
.te-mobile-nav { background: var(--te-white); border-bottom: 1px solid var(--te-line); display: none; padding: 14px 20px 20px; }
.te-mobile-nav.is-open { display: grid; gap: 4px; }
.te-mobile-nav a { align-items: center; color: var(--te-ink); display: flex; font-weight: 700; min-height: 44px; padding: 8px 4px; text-decoration: none; }

/* Home */
.te-hero { background: var(--te-ink); color: var(--te-white); overflow: hidden; position: relative; }
.te-hero::after { background: radial-gradient(circle at 88% 21%, rgba(23, 92, 211, .6), transparent 29%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.te-hero__grid { align-items: center; display: grid; gap: clamp(36px, 6vw, 82px); grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); min-height: 650px; padding: 82px 0; position: relative; z-index: 1; }
.te-hero__copy { max-width: 710px; }
.te-hero__copy h1 { max-width: 10ch; }
.te-hero__copy p:not(.te-kicker) { color: #d7e2f5; font-size: clamp(1.15rem, 1.7vw, 1.35rem); line-height: 1.45; margin: 25px 0 32px; max-width: 51ch; }
.te-hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; }
.te-hero__link { color: var(--te-white); font-size: .98rem; font-weight: 700; }
.te-hero__visual { min-height: 420px; position: relative; }
.te-hero__photo { border: 1px solid rgba(255,255,255,.18); box-shadow: var(--te-shadow-high); height: 100%; inset: 0 0 0 44px; object-fit: cover; position: absolute; width: calc(100% - 44px); }
.te-hero__dossier { backdrop-filter: blur(8px); background: rgba(16,35,63,.9); border: 1px solid rgba(255,255,255,.22); bottom: 28px; left: 0; max-width: 305px; padding: 22px; position: absolute; }
.te-hero__dossier strong { display: block; font-family: var(--te-display); font-size: 1.25rem; letter-spacing: -.025em; line-height: 1.1; margin-bottom: 11px; }
.te-hero__dossier p { color: #d7e2f5; font-size: .91rem; line-height: 1.35; margin: 0; }
.te-proof-rail { background: var(--te-white); border-bottom: 1px solid var(--te-line); }
.te-proof-rail__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.te-proof { border-right: 1px solid var(--te-line); display: flex; gap: 12px; min-height: 104px; padding: 22px 28px; }
.te-proof:first-child { border-left: 1px solid var(--te-line); }
.te-proof__mark { color: var(--te-green); font-size: 1.3rem; font-weight: 800; line-height: 1; }
.te-proof strong { display: block; font-size: 1rem; line-height: 1.2; }
.te-proof span { color: var(--te-ink-soft); display: block; font-size: .87rem; line-height: 1.28; margin-top: 4px; }
.te-paths { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.te-path { background: var(--te-white); border: 1px solid var(--te-line); border-radius: var(--te-radius-md); color: var(--te-ink); min-height: 255px; padding: 27px; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.te-path:hover { border-color: var(--te-cobalt); box-shadow: var(--te-shadow); color: var(--te-ink); transform: translateY(-3px); }
.te-path__eyebrow { color: var(--te-cobalt); font-size: .84rem; font-weight: 800; }
.te-path h3 { margin: 22px 0 12px; }
.te-path p { color: var(--te-ink-soft); font-size: .97rem; line-height: 1.4; }
.te-path__arrow { color: var(--te-cobalt); font-size: 1.4rem; margin-top: 22px; }
.te-home-close { display: grid; gap: 42px; grid-template-columns: .85fr 1.15fr; }
.te-home-close__rule { border-top: 1px solid rgba(255,255,255,.32); margin: 24px 0; }
.te-home-close__list { display: grid; gap: 0; list-style: none; margin: 0; padding: 0; }
.te-home-close__list li { border-bottom: 1px solid rgba(255,255,255,.23); color: #d7e2f5; font-size: 1.05rem; padding: 16px 0; }

/* Course cards */
.te-course-grid, .woocommerce ul.products { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.te-course-card, .woocommerce ul.products li.product { background: var(--te-white); border: 1px solid var(--te-line); border-radius: var(--te-radius-md); display: flex; float: none !important; flex-direction: column; margin: 0 !important; min-width: 0; overflow: hidden; padding: 0 !important; width: auto !important; }
.te-course-card__image, .woocommerce ul.products li.product a img { aspect-ratio: 16 / 9; background: var(--te-cloud); display: block; margin: 0 !important; object-fit: cover; width: 100% !important; }
.te-course-card__body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.te-course-card__track { color: var(--te-cobalt); font-size: .78rem; font-weight: 800; line-height: 1.2; margin-bottom: 10px; }
.te-course-card h3 { font-size: 1.42rem; line-height: 1.08; margin-bottom: 11px; }
.te-course-card h3 a { color: var(--te-ink); text-decoration: none; }
.te-course-card__excerpt { color: var(--te-ink-soft); font-size: .94rem; line-height: 1.38; margin-bottom: 18px; }
.te-course-card__bottom { align-items: end; border-top: 1px solid var(--te-line); display: flex; gap: 12px; justify-content: space-between; margin-top: auto; padding-top: 16px; }
.te-course-card__price .price, .te-price .price, .woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--te-ink); font-family: var(--te-display); font-size: 1.35rem; font-weight: 700; }
.te-course-card__price del { color: var(--te-ink-soft); font-family: var(--te-body); font-size: .85rem; }
.te-course-card__price ins { text-decoration: none; }

/* Catalog */
.te-page-hero { background: var(--te-ink); color: var(--te-white); padding: 66px 0; }
.te-page-hero__grid { align-items: end; display: grid; gap: 36px; grid-template-columns: 1fr minmax(250px, .6fr); }
.te-page-hero p { color: #d7e2f5; font-size: 1.13rem; margin: 18px 0 0; max-width: 48ch; }
.te-catalog-tools { align-items: center; display: flex; gap: 16px; justify-content: space-between; margin: 0 0 30px; }
.te-search { max-width: 520px; position: relative; width: 100%; }
.te-search label { color: var(--te-ink); display: block; font-size: .88rem; font-weight: 700; margin: 0 0 7px; }
.te-search input { background: var(--te-white); border: 1px solid var(--te-line); border-radius: var(--te-radius-sm); color: var(--te-ink); min-height: 51px; padding: 12px 16px; width: 100%; }
.te-search input:focus { border-color: var(--te-cobalt); outline: 0; box-shadow: 0 0 0 3px rgba(23,92,211,.16); }
.te-catalog-count { color: var(--te-ink-soft); font-size: .94rem; font-weight: 700; margin: 26px 0 0; }
.te-empty { background: var(--te-white); border: 1px solid var(--te-line); border-radius: var(--te-radius-md); padding: 34px; }

/* Editorial index */
.te-editorial-index__intro { color: var(--te-ink-soft); font-size: 1.12rem; margin: 0 0 30px; max-width: 66ch; }
.te-editorial-index__grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.te-editorial-card { background: var(--te-white); border: 1px solid var(--te-line); border-radius: var(--te-radius-md); display: flex; flex-direction: column; overflow: hidden; }
.te-editorial-card__image img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.te-editorial-card__body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.te-editorial-card__label { color: var(--te-cobalt); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.te-editorial-card h2 { font-size: 1.42rem; margin-bottom: 12px; }
.te-editorial-card h2 a { color: var(--te-ink); text-decoration: none; }
.te-editorial-card__body > p:not(.te-editorial-card__label) { color: var(--te-ink-soft); font-size: .96rem; line-height: 1.42; }
.te-editorial-card__link { font-weight: 700; margin-top: auto; padding-top: 15px; }

/* Contact */
.te-contact-hero { background: var(--te-ink); color: var(--te-white); padding: 68px 0; }
.te-contact-hero__grid { align-items: end; display: grid; gap: 34px; grid-template-columns: 1fr minmax(260px, .6fr); }
.te-contact-hero p { color: #d7e2f5; font-size: 1.1rem; margin: 0; max-width: 45ch; }
.te-contact-layout { display: grid; gap: clamp(38px, 7vw, 105px); grid-template-columns: minmax(0, .82fr) minmax(360px, .7fr); }
.te-contact-context h2 { font-size: clamp(2rem, 3vw, 3.2rem); }
.te-contact-context > p { color: var(--te-ink-soft); font-size: 1.1rem; margin-top: 18px; }
.te-contact-context ul { border-top: 1px solid var(--te-line); list-style: none; margin-top: 28px; padding: 0; }
.te-contact-context li { border-bottom: 1px solid var(--te-line); font-weight: 700; padding: 15px 0; }
.te-contact-form-wrap { background: var(--te-white); border: 1px solid var(--te-line); border-radius: var(--te-radius-md); box-shadow: var(--te-shadow); padding: 26px; }
.te-contact-form p { margin-bottom: 18px; }
.te-contact-form label { display: block; font-size: .92rem; font-weight: 700; margin-bottom: 7px; }
.te-contact-form input, .te-contact-form textarea { background: var(--te-white); border: 1px solid var(--te-line); border-radius: var(--te-radius-sm); color: var(--te-ink); padding: 12px 14px; width: 100%; }
.te-contact-form input { min-height: 50px; }
.te-contact-form textarea { min-height: 138px; resize: vertical; }
.te-contact-form input:focus, .te-contact-form textarea:focus { border-color: var(--te-cobalt); outline: 0; box-shadow: 0 0 0 3px rgba(23,92,211,.16); }
.te-honeypot { height: 1px; left: -10000px; overflow: hidden; position: absolute; width: 1px; }
.te-form-notice { border-radius: var(--te-radius-sm); font-weight: 700; padding: 14px; }
.te-form-notice--success { background: #ddf3ea; color: #064537; }
.te-form-notice--error { background: #fef0ee; color: var(--te-danger); }

/* Product */
.te-product { padding: 56px 0 88px; }
.te-breadcrumb { color: var(--te-ink-soft); font-size: .9rem; margin-bottom: 27px; }
.te-breadcrumb a { color: inherit; }
.te-product__grid { align-items: start; display: grid; gap: clamp(35px, 5vw, 70px); grid-template-columns: minmax(0, 1.08fr) minmax(330px, .8fr); }
.te-product__media .woocommerce-product-gallery { margin: 0 !important; width: 100% !important; }
.te-product__media .woocommerce-product-gallery__wrapper { margin: 0; }
.te-product__media .woocommerce-product-gallery__image a { display: block; }
.te-product__media .woocommerce-product-gallery__image img { aspect-ratio: 4 / 3; border-radius: var(--te-radius-md); object-fit: cover; width: 100%; }
.te-product__media .woocommerce-product-gallery__trigger { display: none; }
.te-product__media .flex-control-thumbs { display: flex; gap: 10px; margin: 11px 0 0; padding: 0; }
.te-product__media .flex-control-thumbs li { width: 78px; }
.te-product__media .flex-control-thumbs img { border: 2px solid transparent; border-radius: 6px; cursor: pointer; }
.te-product__media .flex-control-thumbs img.flex-active { border-color: var(--te-cobalt); }
.te-product__summary { position: sticky; top: 104px; }
.te-product__tag { color: var(--te-cobalt); font-size: .86rem; font-weight: 800; margin: 0 0 11px; }
.te-product__summary h1 { font-size: clamp(2.35rem, 4vw, 4.6rem); margin-bottom: 21px; }
.te-product__excerpt { color: var(--te-ink-soft); font-size: 1.1rem; line-height: 1.45; margin-bottom: 23px; }
.te-purchase-panel { background: var(--te-white); border: 1px solid var(--te-line); border-radius: var(--te-radius-md); box-shadow: var(--te-shadow); margin-top: 26px; padding: 24px; }
.te-purchase-panel .price { display: block; margin-bottom: 18px; }
.te-purchase-panel form.cart { display: flex; gap: 10px; margin: 0 !important; }
.te-purchase-panel form.cart .quantity { display: none; }
.te-purchase-panel form.cart .single_add_to_cart_button { flex: 1; width: 100%; }
.te-purchase-panel__support { border-top: 1px solid var(--te-line); color: var(--te-ink-soft); font-size: .92rem; line-height: 1.35; margin: 19px 0 0; padding-top: 18px; }
.te-product__facts { border-top: 1px solid var(--te-line); display: grid; gap: 13px; list-style: none; margin: 28px 0 0; padding: 20px 0 0; }
.te-product__facts li { align-items: baseline; display: flex; gap: 10px; }
.te-product__facts li::before { color: var(--te-green); content: "✓"; font-weight: 800; }
.te-product__content { display: grid; gap: 40px; grid-template-columns: minmax(0, 1fr) 285px; margin-top: 86px; }
.te-product__content-main { min-width: 0; }
.te-product__content-main h2, .te-product__content-main h3 { margin-top: 2em; }
.te-product__content-main h2:first-child { margin-top: 0; }
.te-product__curriculum > h2 { font-size: clamp(2rem, 3vw, 3.2rem); margin-bottom: 14px; }
.te-product__curriculum > h2 + p { color: var(--te-ink-soft); font-size: 1.08rem; max-width: 62ch; }
.te-product__content-main img { border-radius: var(--te-radius-sm); height: auto; margin: 28px 0; }
.te-product__aside { border-left: 1px solid var(--te-line); padding-left: 24px; }
.te-product__aside h2 { font-size: 1.35rem; }
.te-product__aside p { color: var(--te-ink-soft); font-size: .94rem; margin-top: 12px; }

/* WooCommerce blocks */
.woocommerce-notices-wrapper { margin: 22px auto 0; max-width: var(--te-container); width: min(var(--te-container), calc(100% - 40px)); }
.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner { border: 1px solid var(--te-line) !important; border-radius: var(--te-radius-sm) !important; box-shadow: none !important; color: var(--te-ink) !important; }
.woocommerce-error, .wc-block-components-notice-banner.is-error { border-color: var(--te-danger) !important; }
.wc-block-components-notice-banner__content { color: inherit !important; }
.te-commerce-page { padding: 52px 0 88px; }
.te-commerce-page__heading { margin-bottom: 30px; }
.te-commerce-page__heading p { color: var(--te-ink-soft); margin: 10px 0 0; max-width: 60ch; }
.wc-block-cart, .wc-block-checkout { margin: 0 !important; max-width: none !important; }
.wc-block-components-sidebar, .wc-block-cart__sidebar { background: var(--te-white); border: 1px solid var(--te-line); border-radius: var(--te-radius-md); padding: 19px; }
.wc-block-components-order-summary, .wc-block-components-totals-wrapper, .wc-block-components-order-summary-item { border-color: var(--te-line) !important; }
.wc-block-components-product-name, .wc-block-components-order-summary-item__quantity { color: var(--te-ink) !important; font-weight: 700; }
.wc-block-components-product-price, .wc-block-formatted-money-amount { color: var(--te-ink) !important; }
.wc-block-components-text-input input, .wc-block-components-combobox .wc-block-components-combobox-control input,
.wc-block-components-select .wc-block-components-select__select, .wc-block-components-textarea textarea {
  background: var(--te-white) !important; border: 1px solid var(--te-line) !important; border-radius: var(--te-radius-sm) !important; box-shadow: none !important; color: var(--te-ink) !important; min-height: 49px !important;
}
.wc-block-components-text-input input:focus, .wc-block-components-select .wc-block-components-select__select:focus { border-color: var(--te-cobalt) !important; box-shadow: 0 0 0 3px rgba(23,92,211,.16) !important; }
.wc-block-components-text-input label, .wc-block-components-checkbox label { color: var(--te-ink) !important; font-weight: 700 !important; }
.wc-block-components-checkout-step__title, .wc-block-components-title { color: var(--te-ink) !important; font-family: var(--te-display) !important; letter-spacing: -.025em; }
.wc-block-components-order-summary .wc-block-components-panel__button { color: var(--te-ink) !important; }
.wc-block-cart__empty-cart__title, .wc-block-components-empty-cart__title { color: var(--te-ink); font-family: var(--te-display); }
.wc-block-cart__empty-cart__title + p { color: var(--te-ink-soft); }
.wc-block-components-button:disabled { background: #99a9bd !important; border-color: #99a9bd !important; cursor: not-allowed; transform: none !important; }

/* Footer */
.te-footer { background: #0a182b; color: var(--te-white); margin-top: 0; }
.te-footer__grid { display: grid; gap: 48px; grid-template-columns: 1.25fr repeat(2, .72fr); padding: 62px 0 42px; }
.te-footer .te-brand { color: var(--te-white); }
.te-footer .te-brand__overline { color: #86cfbe; }
.te-footer__intro { color: #c9d8ec; font-size: .98rem; line-height: 1.45; margin: 18px 0 0; max-width: 35ch; }
.te-footer__title { color: #86cfbe; font-family: var(--te-body); font-size: .78rem; font-weight: 800; letter-spacing: .08em; margin: 0 0 13px; text-transform: uppercase; }
.te-footer__links { display: grid; gap: 9px; }
.te-footer__links a { color: #eef5ff; font-size: .96rem; text-decoration: none; }
.te-footer__links a:hover { color: #86cfbe; }
.te-footer__bar { border-top: 1px solid rgba(255,255,255,.18); color: #c9d8ec; display: flex; font-size: .82rem; gap: 18px; justify-content: space-between; padding: 18px 0; }
.te-footer__bar a { color: inherit; }

/* WordPress content, account and fallbacks */
.entry-content, .wp-site-blocks { max-width: none; }
.te-standard-page { padding: 62px 0 88px; }
.te-standard-page .entry-title { font-size: clamp(2.4rem, 5vw, 4.7rem); margin-bottom: 27px; }
.te-standard-page .entry-content { max-width: 72ch; }
.te-editorial-byline { border-top: 1px solid var(--te-line); color: var(--te-ink-soft); font-size: .92rem; margin: -6px 0 30px; padding-top: 14px; }
.woocommerce-MyAccount-navigation ul { list-style: none; margin: 0 0 24px; padding: 0; }
.woocommerce-MyAccount-navigation a { display: block; font-weight: 700; padding: 9px 0; }
.woocommerce table.shop_table { background: var(--te-white); border: 1px solid var(--te-line); border-radius: var(--te-radius-sm); }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { border-color: var(--te-line); padding: 14px; }
.te-order-next-steps { background: var(--te-cloud); border-radius: var(--te-radius-md); margin: 34px 0; max-width: 70ch; padding: 24px; }
.te-order-next-steps h2 { font-size: 1.4rem; margin-bottom: 9px; }
.te-order-next-steps p { margin: 0; }

@media (max-width: 980px) {
  .te-header__row { grid-template-columns: 1fr auto; }
  .te-nav, .te-header__actions .te-button { display: none; }
  .te-menu-toggle { display: inline-grid; place-items: center; }
  .te-hero__grid, .te-product__grid, .te-home-close, .te-page-hero__grid { grid-template-columns: 1fr; }
  .te-contact-hero__grid, .te-contact-layout { grid-template-columns: 1fr; }
  .te-hero__grid { min-height: 0; padding: 58px 0; }
  .te-hero__visual { min-height: 360px; max-width: 630px; width: 100%; }
  .te-hero__photo { left: 30px; width: calc(100% - 30px); }
  .te-product__summary { position: static; }
  .te-product__content { grid-template-columns: 1fr; margin-top: 58px; }
  .te-product__aside { border-left: 0; border-top: 1px solid var(--te-line); padding: 24px 0 0; }
  .te-course-grid, .woocommerce ul.products, .te-editorial-index__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .te-footer__grid { grid-template-columns: 1.3fr 1fr; }
  .te-footer__grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .te-shell { width: min(var(--te-container), calc(100% - 32px)); }
  .te-header__row { min-height: 64px; }
  .te-brand { font-size: 1.03rem; }
  .te-cart-link { justify-content: center; min-height: 44px; min-width: 44px; }
  .te-cart-link > span:first-child { display: none; }
  .te-section { padding: 58px 0; }
  .te-section__head { align-items: start; flex-direction: column; gap: 13px; margin-bottom: 25px; }
  .te-hero__grid { gap: 36px; padding: 47px 0; }
  .te-hero__copy p:not(.te-kicker) { font-size: 1.06rem; }
  .te-hero__visual { min-height: 310px; }
  .te-hero__photo { left: 22px; width: calc(100% - 22px); }
  .te-hero__dossier { bottom: 16px; max-width: 260px; padding: 17px; }
  .te-proof-rail__grid { grid-template-columns: 1fr; }
  .te-proof, .te-proof:first-child { border-left: 0; border-right: 0; border-top: 1px solid var(--te-line); min-height: 0; padding: 17px 0; }
  .te-proof:first-child { border-top: 0; }
  .te-paths, .te-course-grid, .woocommerce ul.products, .te-editorial-index__grid { grid-template-columns: 1fr; }
  .te-path { min-height: 0; }
  .te-catalog-tools { align-items: stretch; flex-direction: column; }
  .te-page-hero { padding: 48px 0; }
  .te-product { padding: 38px 0 58px; }
  .te-purchase-panel { margin-inline: -4px; }
  .te-product__summary h1 { font-size: clamp(2.25rem, 12vw, 3.3rem); }
  .te-product__media .woocommerce-product-gallery__image img { aspect-ratio: 1 / .86; }
  .te-commerce-page, .te-standard-page { padding: 38px 0 60px; }
  .te-footer__grid { gap: 34px; grid-template-columns: 1fr; padding: 48px 0 32px; }
  .te-footer__grid > :first-child { grid-column: auto; }
  .te-footer__bar { align-items: start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
