/* Native Elementor widget compatibility layer. No HTML or shortcode widgets are used. */
.tn-elementor-native,
.tn-elementor-native.e-con,
.tn-elementor-native .e-con {
  width: 100%;
  max-width: none;
  gap: 0;
  --gap: 0px;
}
.tn-elementor-native .elementor-widget { margin: 0; min-width: 0; }
.tn-elementor-native .elementor-widget-container { min-width: 0; }
.tn-elementor-native .elementor-heading-title,
.tn-elementor-native .elementor-widget-text-editor p { color: inherit; }
.tn-elementor-native .elementor-widget-text-editor p:last-child { margin-bottom: 0; }

/* Every photograph is a real Elementor Image widget. */
.tn-hero::before { display: none !important; }
.tn-hero-tool { position: absolute; inset: 0; overflow: hidden; transform: scaleX(-1); z-index: 0 !important; }
.tn-hero-tool .elementor-widget-container { width: 100%; height: 100%; overflow: hidden; }
.tn-hero-tool img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.tn-hero-logo .elementor-widget-container,
.tn-hero-logo img { width: 100%; }
.tn-motif .elementor-widget-container,
.tn-motif img { width: 100%; height: 100%; }
.tn-motif img { object-fit: contain; }
.tn-hero-date .elementor-heading-title { color: inherit; font: inherit; line-height: inherit; }
.tn-hero-info p { margin: 0; }

/* Elementor Button widget shells. */
.tn-cta,
.tn-file-link { padding: 0 !important; background: transparent !important; border-radius: 0; }
.tn-cta .elementor-button {
  display: inline-flex;
  width: 100%;
  min-height: 58px;
  padding: 0 44px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--tn-orange);
  color: #fff;
  font: 750 20px/1 "Albert Sans TN", Arial, sans-serif;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tn-cta-wide .elementor-button { min-height: 94px; border-radius: 32px; font-size: 27px; text-decoration: none; }

/* Statistics. */
.tn-stat-number .elementor-heading-title { color: var(--tn-green); font-size: 86px; line-height: .95; font-weight: 850; }
.tn-stat-label .elementor-heading-title { margin-top: 20px; font-size: 21px; line-height: 1.05; font-weight: 700; text-transform: uppercase; }

/* Paths and exhibitors. */
.tn-path-icon { flex: 0 0 118px; width: 118px; height: 118px; }
.tn-path-icon img { width: 118px; height: 118px; object-fit: contain; }
.tn-path-number-text .elementor-heading-title { color: #000; font-size: 42px; line-height: 1; font-weight: 900; }
.tn-path-title .elementor-heading-title { color: #000; }
.tn-lead p,
.tn-exhibitors-list p { margin: 0; }
.tn-exhibitors-list { margin-top: 34px !important; font-size: 19px; line-height: 1.35; }
.tn-exhibitors-more { margin-top: 8px !important; }
.tn-exhibitors-more .elementor-toggle { text-align: left; }
.tn-exhibitors-more .elementor-toggle-item { border: 0; }
.tn-exhibitors-more .elementor-tab-title { padding: 0; border: 0; color: var(--tn-orange); font-size: 16px; line-height: 27px; text-decoration: underline; }
.tn-exhibitors-more .elementor-toggle-icon { display: none; }
.tn-exhibitors-more .elementor-tab-content { padding: 8px 0 0; border: 0; color: #fff; font-size: 19px; line-height: 1.35; }
.tn-exhibitors-more ul { margin: 0; padding: 0; list-style: none; }

/* Experience cards: image, heading and copy are separate widgets. */
.tn-card { background: none !important; }
.tn-card-image { position: absolute; inset: 0; width: 100%; height: 100%; }
.tn-card-image .elementor-widget-container,
.tn-card-image img { width: 100%; height: 100%; }
.tn-card-image img { object-fit: cover; border-radius: 33px; }
.tn-card-content { z-index: 2; }
.tn-card-title .elementor-heading-title { color: #fff; }
.tn-card-text p { margin: 0; }
.tn-glasses { width: 120px; margin: 0 auto; }
.tn-glasses img { width: 120px; height: auto; }
.tn-lounge-title span { color: var(--tn-orange); }

/* Downloads. */
.tn-download-label .elementor-heading-title { color: #fff; font: inherit; line-height: inherit; }
.tn-download-title .elementor-heading-title { color: #fff; font: inherit; line-height: inherit; }
.tn-download-text p { margin: 0; }
.tn-file-link .elementor-button {
  display: flex;
  width: 100%;
  min-height: 50px;
  padding: 0 24px;
  align-items: center;
  justify-content: space-between;
  border-radius: 25px;
  background: var(--tn-green);
  color: #fff;
  font: 750 16px/1 "Albert Sans TN", Arial, sans-serif;
}
.tn-file-link .elementor-button::after {
  content: "";
  width: 14px;
  height: 21px;
  flex: 0 0 14px;
  background: url("../images/icon-chevron-right.svg") center / 14px 21px no-repeat;
}
.tn-download-exhibitors .tn-file-link .elementor-button { background: var(--tn-bright); }

/* Focus and recruitment photographs are native Image widgets. */
.tn-focus-image,
.tn-recruit-image { overflow: hidden; }
.tn-focus-image { z-index: 0 !important; background: transparent !important; }
.tn-focus-image .elementor-widget-container,
.tn-focus-image img,
.tn-recruit-image .elementor-widget-container,
.tn-recruit-image img { width: 100%; height: 100%; }
.tn-focus-image img { object-fit: cover; object-position: center; }
.tn-recruit-image { background: none !important; }
.tn-recruit-image::before { display: none !important; }
.tn-recruit-image img { object-fit: cover; object-position: center 78%; transform: scaleX(-1); }
.tn-focus-copy .elementor-widget-text-editor p,
.tn-recruit-copy .elementor-widget-text-editor p { margin: 0; }

/* Native Pro Elements form. */
.tn-registration-form-title .elementor-heading-title { color: #000; }
.tn-form-motif { width: 260px; margin-top: 45px !important; }
.tn-form-motif img { width: 260px; height: 90px; object-fit: contain; }
.tn-native-form .elementor-form { margin: 0; }
.tn-native-form .elementor-form-fields-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.tn-native-form .elementor-field-group { width: auto !important; max-width: none !important; padding: 0 !important; margin: 0 !important; }
.tn-native-form .elementor-field-group-privacy,
.tn-native-form .elementor-field-group-marketing,
.tn-native-form .elementor-field-type-submit,
.tn-native-form .elementor-message { grid-column: 1 / -1; }
.tn-native-form input.elementor-field:not([type="checkbox"]) {
  width: 100%;
  height: 60px;
  padding: 0 25px;
  border: 0;
  border-radius: 30px;
  background: #f7f7f7;
  color: #555;
  font: 16px "Albert Sans TN", Arial, sans-serif;
}
.tn-native-form .elementor-field-type-acceptance { font-size: 11px; line-height: 1.25; }
.tn-native-form .elementor-field-type-acceptance .elementor-field-option { display: flex; gap: 14px; align-items: flex-start; }
.tn-native-form .elementor-field-type-acceptance input { flex: 0 0 16px; width: 16px; height: 16px; margin: 0; accent-color: var(--tn-orange); }
.tn-native-form .elementor-field-type-acceptance label { color: #fff; }
.tn-native-form .elementor-field-type-submit { margin-top: 25px !important; }
.tn-native-form .elementor-button {
  width: 360px;
  height: 52px;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 26px;
  background: var(--tn-orange);
  color: #fff;
  font: 750 16px "Albert Sans TN", Arial, sans-serif;
}
.tn-native-form .elementor-message { margin: 10px 0 0; color: #fff; font-size: 14px; }

/* Institution logo placeholders are real replaceable Image widgets. */
.tn-logo-slot { height: 95px; border: 1px solid #707070; background: #fff; overflow: hidden; }
.tn-logo-slot .elementor-widget-container,
.tn-logo-slot img { width: 100%; height: 100%; }
.tn-logo-slot img { object-fit: contain; }

/* Footer widgets. */
.tn-footer-brand img { width: auto; max-width: 100%; height: auto; max-height: 130px; object-fit: contain; }
.tn-footer-brand-comini { text-align: right; }
.tn-footer-rule .elementor-divider { padding: 0; }
.tn-footer-rule .elementor-divider-separator { width: 100%; border-top-width: 14px; border-top-color: var(--tn-green); }
.tn-footer-info .elementor-widget-text-editor p { margin: 0; }
.tn-footer-links a { color: #111; text-decoration: none; }

@media (max-width: 1100px) {
  .tn-downloads,
  .tn-focus,
  .tn-recruit,
  .tn-registration { flex-direction: column !important; }
  .tn-cards { flex-direction: column !important; }
  .tn-hero-tool img { object-position: 42% center; }
  .tn-stat-number .elementor-heading-title { font-size: clamp(54px, 8vw, 72px); }
  .tn-logo-slots,
  .tn-footer-brands,
  .tn-footer-info { width: 100%; }
}

@media (max-width: 767px) {
  .tn-cta .elementor-button { min-height: 48px; padding: 0 22px; border-radius: 14px; font-size: 14px; }
  .tn-cta-wide .elementor-button { min-height: 66px; border-radius: 22px; font-size: 18px; }
  .tn-hero-tool { transform: scaleX(-1); }
  .tn-hero-tool img { position: absolute; top: 65px; left: -108px; width: 1050px; height: auto; object-fit: initial; object-position: initial; }
  .tn-stat-number .elementor-heading-title { font-size: 64px; }
  .tn-path-grid { flex-direction: column !important; }
  .tn-cards { flex-direction: column !important; }
  .tn-file-link .elementor-button { width: 100%; }
  .tn-native-form .elementor-form-fields-wrapper { grid-template-columns: 1fr; gap: 14px; }
  .tn-native-form .elementor-field-group-privacy,
  .tn-native-form .elementor-field-group-marketing,
  .tn-native-form .elementor-field-type-submit,
  .tn-native-form .elementor-message { grid-column: auto; }
  .tn-native-form .elementor-button { width: 100%; }
  .tn-logo-slots,
  .tn-footer-brands,
  .tn-footer-info { flex-direction: column !important; }
}

@media (min-width: 1200px) {
  .tn-hero-tool { top: -13px; right: auto; bottom: auto; left: 0; width: 1951px; height: 1091px; }
  .tn-hero-tool img { position: absolute; top: -439px; left: 0; width: 3460px; height: auto; }
  .tn-hero-top-cta .elementor-button { min-height: 44px; padding: 0; border-radius: 15px; background: transparent; font-size: 16px; }
  .tn-stats-cta .elementor-button,
  .tn-lounge-cta .elementor-button { min-height: 94px; padding: 0; border-radius: 33px; background: transparent; font-size: 26px; }
  .tn-stat-number .elementor-heading-title { height: 98px; font-size: 90px; line-height: 98px; }
  .tn-stat-label .elementor-heading-title { margin-top: 22px; font-size: 20px; line-height: 22px; }
  .tn-path-number-text { position: absolute; top: 14px; left: 130px; }
  .tn-path:nth-child(3) .tn-path-number-text { left: 118px; }
  .tn-path-number-text .elementor-heading-title { font-size: 40px; line-height: 54px; }
  .tn-exhibitors-list { position: absolute; top: 233px; left: 0; width: 398px; margin: 0 !important; font-size: 20px; line-height: 24px; }
  .tn-exhibitors-more { position: absolute; top: 338px; left: 0; width: 398px; margin: 0 !important; }
  .tn-exhibitors-more .elementor-tab-title { font-size: 15px; line-height: 27px; }
  .tn-card-image { z-index: 0; }
  .tn-focus-image img { position: absolute; top: -254px; left: 57px; width: 707px; height: auto; max-width: none; object-fit: initial; }
  .tn-native-form .elementor-form-fields-wrapper { grid-template-columns: 304px 312px; gap: 19px 22px; }
  .tn-native-form input.elementor-field:not([type="checkbox"]) { background: #f7f7f7; }
  .tn-native-form .elementor-field-group-phone { width: 301px !important; margin-left: 3px !important; }
  .tn-native-form .elementor-field-group-email { width: 301px !important; margin-left: -4px !important; }
  .tn-native-form .elementor-field-group-privacy { margin: 16px 0 0 3px !important; }
  .tn-native-form .elementor-field-group-marketing { margin: -15px 0 0 3px !important; }
  .tn-native-form .elementor-field-type-acceptance input { appearance: none; flex-basis: 13px; width: 13px; height: 13px; background: #fff; }
  .tn-native-form .elementor-field-type-submit { margin: 7px 0 0 3px !important; }
  .tn-native-form .elementor-button { width: 360px; height: 50px; min-height: 50px; background: var(--tn-orange); }
  .tn-logo-slot { border: 0; background: transparent; }
}
