.tf-ui-v1 .tf-pricing { background: var(--tf-color-canvas); }
.tf-ui-v1 .tf-topline { position: relative; z-index: 100; background: #091b3a; color: #fff; font-size: .79rem; }
.tf-ui-v1 .tf-topline > div { display: flex; width: min(100% - 2rem, var(--tf-container)); min-height: 36px; align-items: center; justify-content: space-between; gap: 1rem; margin-inline: auto; }
.tf-ui-v1 .tf-topline a { color: #fff; font-weight: 800; text-decoration: none; }
.tf-ui-enhanced #masthead { border-bottom: 1px solid rgba(15,23,42,.08); background: rgba(255,255,255,.97); box-shadow: 0 8px 28px rgba(15,23,42,.06); backdrop-filter: blur(14px); }
.tf-ui-enhanced #masthead .ast-primary-header-bar { background: transparent; }
.tf-ui-enhanced #masthead .custom-logo { width: auto; max-height: 54px; }
.tf-ui-enhanced #masthead .menu-link { color: var(--tf-color-ink); font-weight: 650; }
.tf-ui-enhanced #masthead .tf-header-call { display: flex; align-items: center; }
.tf-ui-enhanced #masthead .tf-header-call > .menu-link { display: inline-flex; height: 44px; min-height: 44px; align-items: center; margin-left: .65rem; padding: .65rem 1.15rem; border-radius: var(--tf-radius-pill); background: var(--tf-color-primary); color: #fff; line-height: 1.1; }
.tf-ui-enhanced #masthead .tf-header-call > .menu-link:hover { background: var(--tf-color-primary-dark); color: #fff; }
.tf-ui-enhanced:not(.logged-in) #masthead { position: sticky; z-index: 9990; top: 0; }
.tf-ui-v1 .tf-component.tf-hero {
  overflow: clip;
  background:
    radial-gradient(circle at 85% 15%, rgba(21, 93, 252, .16), transparent 28rem),
    linear-gradient(180deg, #fff, #f7faff);
}
.tf-ui-v1 .tf-home-hero {
	overflow: clip;
	padding: clamp(2.5rem, 6vw, 5.25rem) 1rem;
	background: radial-gradient(circle at 88% 12%, rgba(50,116,255,.42), transparent 28rem), linear-gradient(135deg, #081a39, #0c367d 62%, #124ec0);
	color: #fff;
}
.tf-ui-v1 .tf-home-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(28rem, 1.08fr);
	width: min(100%, var(--tf-container));
	margin-inline: auto;
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: center;
}
.tf-ui-v1 .tf-home-hero__eyebrow { margin: 0 0 .8rem; color: #a9c8ff; font-size: .8rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.tf-ui-v1 .tf-home-hero h1 { margin: 0 0 1rem; color: #fff; font-size: clamp(2.35rem, 4.5vw, 4.5rem); line-height: 1.01; letter-spacing: -.045em; text-wrap: balance; }
.tf-ui-v1 .tf-home-hero__lead { max-width: 39rem; margin: 0; color: #e4edff; font-size: clamp(1.05rem, 1.7vw, 1.24rem); line-height: 1.55; }
.tf-ui-v1 .tf-home-hero .tf-actions { margin-top: 1.55rem; }
.tf-ui-v1 .tf-home-hero .tf-action { min-width: 8.75rem; }
.tf-ui-v1 .tf-home-hero .tf-action--call { background: #fff; color: #0b3fa8; }
.tf-ui-v1 .tf-home-hero .tf-action--online { border-color: rgba(255,255,255,.75); background: transparent; color: #fff; }
.tf-ui-v1 .tf-home-hero__proof { display: flex; flex-wrap: wrap; gap: .65rem 1rem; margin: 1.35rem 0 0; padding: 0; color: #fff; font-size: .82rem; font-weight: 700; list-style: none; }
.tf-ui-v1 .tf-home-hero__proof li::before { margin-right: .38rem; color: #7ee2a8; content: "✓"; font-weight: 900; }
.tf-ui-v1 .tf-home-hero__media { position: relative; margin: 0; }
.tf-ui-v1 .tf-home-hero__media img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border: 1px solid rgba(255,255,255,.2); border-radius: clamp(1rem, 2vw, 1.5rem); box-shadow: 0 28px 70px rgba(0,0,0,.32); }
.tf-ui-v1 .tf-home-hero__media figcaption { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; padding: .65rem .85rem; border: 1px solid rgba(255,255,255,.18); border-radius: .8rem; background: rgba(5,20,48,.76); color: #fff; font-size: .78rem; font-weight: 700; text-align: center; backdrop-filter: blur(10px); }

/* Premium editorial treatment shared by province and appliance landings. */
.tf-ui-enhanced .tf-page > .tf-section { padding-block: clamp(3.5rem, 7vw, 6rem); }
.tf-ui-enhanced .tf-page > .tf-section.alt { background: linear-gradient(180deg, #f7f9fc, #f2f6fc); }
.tf-ui-enhanced .tf-page > .tf-section .tf-wrap { width: min(100% - 2rem, var(--tf-container)); }
.tf-ui-enhanced .tf-page > .tf-section .tf-h2 {
	max-width: 50rem;
	margin: 0 auto 1rem;
	color: var(--tf-color-ink);
	font-size: clamp(2rem, 4vw, 3.15rem);
	line-height: 1.08;
	letter-spacing: -.035em;
	text-wrap: balance;
}
.tf-ui-enhanced .tf-page > .tf-section .tf-sub { max-width: 48rem; margin-inline: auto; color: var(--tf-color-text); font-size: clamp(1rem, 1.5vw, 1.12rem); line-height: 1.7; }
.tf-ui-enhanced .tf-page > .tf-section .tf-grid-2 { gap: clamp(2rem, 6vw, 5rem); }
.tf-ui-enhanced .tf-page > .tf-section .tf-grid-2 > div { min-width: 0; }
.tf-ui-enhanced .tf-page > .tf-section .tf-grid-2 > div[style*="background:#fff"] { border-color: #dbe4f0 !important; box-shadow: 0 20px 55px rgba(15,23,42,.1); }
.tf-ui-enhanced .tf-page > .tf-section .tf-chips { display: flex; max-width: 58rem; justify-content: center; gap: .65rem; margin: 2rem auto 0; }
.tf-ui-enhanced .tf-page > .tf-section .tf-chip {
	padding: .68rem 1rem;
	border: 1px solid #d9e3f1;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(15,23,42,.045);
	color: #20304a;
	font-size: .9rem;
	font-weight: 680;
	line-height: 1.2;
}
.tf-ui-enhanced .tf-page > .tf-section .tf-chip::before { margin-right: .42rem; color: var(--tf-color-primary); content: "✓"; font-size: .76rem; font-weight: 900; }
.tf-ui-enhanced .tf-page > .tf-section p { color: var(--tf-color-text); }
.tf-ui-enhanced .tf-page > .tf-section h3,
.tf-ui-enhanced .tf-page > .tf-section h4 { color: var(--tf-color-ink); }
.tf-ui-enhanced .tf-page > .tf-section .tf-btn { min-height: 50px; padding: .8rem 1.35rem; border-radius: var(--tf-radius-pill); font-weight: 760; }
.tf-ui-enhanced .tf-cta-band {
	max-width: 58rem;
	margin-inline: auto;
	padding: clamp(2rem, 5vw, 3.5rem) !important;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: clamp(1.25rem, 3vw, 2rem) !important;
	background: radial-gradient(circle at 90% 5%, rgba(93,151,255,.34), transparent 22rem), linear-gradient(145deg, #0b2b61, #155dfc) !important;
	box-shadow: 0 24px 60px rgba(15,63,142,.2);
	text-align: center;
}
.tf-ui-enhanced .tf-cta-band h2,
.tf-ui-enhanced .tf-cta-band h3 { max-width: 40rem; margin: 0 auto .8rem; color: #fff !important; line-height: 1.15; text-wrap: balance; }
.tf-ui-enhanced .tf-cta-band p { max-width: 38rem; margin: 0 auto 1.5rem; color: #e5efff !important; line-height: 1.55; }
.tf-ui-enhanced .tf-cta-band .tf-btn { display: inline-flex !important; min-width: 11rem; align-items: center; justify-content: center; margin: 0 .35rem !important; border: 2px solid transparent !important; text-decoration: none; }
.tf-ui-enhanced .tf-cta-band .tf-btn-white { border-color: #fff !important; background: #fff !important; color: #0b4bc4 !important; }
.tf-ui-enhanced .tf-cta-band .tf-btn-outline { border-color: rgba(255,255,255,.88) !important; background: transparent !important; color: #fff !important; }
.tf-ui-enhanced .tf-cta-band .tf-btn:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(0,0,0,.16); }
.tf-ui-enhanced .tf-process-compact { background: linear-gradient(180deg, #fff, #f7faff); }
.tf-ui-enhanced .tf-process-compact .tf-h2 { max-width: 44rem !important; }
.tf-ui-enhanced .tf-process-compact__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	max-width: 64rem;
	margin: 2.25rem auto 0;
	padding: 0;
	list-style: none;
}
.tf-ui-enhanced .tf-process-compact__grid li {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem;
	min-width: 0;
	padding: 1.5rem;
	border: 1px solid #dbe4f0;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(15,23,42,.075);
}
.tf-ui-enhanced .tf-process-compact__grid li > span { display: grid; width: 2.6rem; height: 2.6rem; place-items: center; border-radius: 12px; background: var(--tf-color-primary-soft); color: var(--tf-color-primary-dark); font-size: .78rem; font-weight: 850; }
.tf-ui-enhanced .tf-process-compact__grid h3 { margin: .05rem 0 .4rem; font-size: 1.02rem; line-height: 1.25; }
.tf-ui-enhanced .tf-process-compact__grid p { margin: 0; color: var(--tf-color-text); font-size: .9rem; line-height: 1.55; }
.tf-ui-enhanced .tf-commercial-trust { background: #fff; }
.tf-ui-enhanced .tf-commercial-trust__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; max-width: 68rem; margin: 2.25rem auto 0; }
.tf-ui-enhanced .tf-commercial-trust__grid article { min-width: 0; padding: 1.4rem; border: 1px solid #dbe4f0; border-radius: 18px; background: linear-gradient(180deg, #fff, #f8fbff); box-shadow: 0 12px 32px rgba(15,23,42,.065); }
.tf-ui-enhanced .tf-commercial-trust__grid article > span { display: grid; width: 2rem; height: 2rem; margin-bottom: 1rem; place-items: center; border-radius: 10px; background: #e8f7ef; color: var(--tf-color-success); font-weight: 900; }
.tf-ui-enhanced .tf-commercial-trust__grid h3 { margin: 0 0 .45rem; font-size: 1rem; line-height: 1.3; }
.tf-ui-enhanced .tf-commercial-trust__grid p { margin: 0; color: var(--tf-color-text); font-size: .88rem; line-height: 1.55; }
.tf-ui-enhanced .tf-pricing .tf-component__inner > h2 { margin-inline: auto; text-align: center; }
.tf-ui-enhanced .tf-pricing .tf-component__inner > .tf-eyebrow { text-align: center; }
.tf-ui-enhanced .tf-pricing__grid { max-width: 58rem; margin-inline: auto; }
.tf-ui-enhanced .tf-pricing__card { position: relative; overflow: hidden; }
.tf-ui-enhanced .tf-pricing__card--primary::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; background: var(--tf-color-primary); content: ""; }
.tf-ui-enhanced .tf-section .tf-faq { max-width: 54rem; margin-inline: auto; background: transparent; }
.tf-ui-enhanced .tf-section .tf-faq details { border-color: #dbe4f0; background: #fff; box-shadow: 0 7px 20px rgba(15,23,42,.045); }
.tf-ui-v1 .tf-brand-request { background: linear-gradient(180deg, #f7faff, #fff); }
.tf-ui-v1 .tf-brand-request__chips { display: flex; max-width: 64rem; flex-wrap: wrap; justify-content: center; gap: .65rem; margin: 2rem auto 0; }
.tf-ui-v1 .tf-chip--request { border-style: dashed !important; border-color: #b9c9df !important; background: #f8fbff !important; color: #334155 !important; }
.tf-ui-v1 .tf-component.tf-hero .tf-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.tf-ui-v1 .tf-component.tf-hero h1 {
  max-width: 54rem;
  margin: 0 0 1rem;
  font-size: clamp(2.25rem, 5.5vw, 4.6rem);
  line-height: 1.03;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.tf-ui-v1 .tf-component.tf-hero .tf-hero__lead { max-width: 44rem; color: var(--tf-color-text); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.tf-ui-v1 .tf-component.tf-hero .tf-actions { margin-top: 1.5rem; }
.tf-ui-enhanced .tf-hero:not(.tf-component) { padding-top: 56px; }
.tf-ui-enhanced .tf-hero:not(.tf-component) .tf-hero-grid { grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr); gap: 36px; }
.tf-ui-enhanced .tf-hero:not(.tf-component) h1 { max-width: 44rem; font-size: clamp(2.25rem, 3.5vw, 2.75rem); line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
.tf-ui-enhanced .tf-hero:not(.tf-component) .tf-hero-sub { max-width: 42rem; margin-bottom: 22px; font-size: 17px; line-height: 1.55; }
.tf-ui-enhanced .tf-hero:not(.tf-component) .tf-actions { margin: 1.25rem 0 0; }
.tf-ui-enhanced .tf-hero:not(.tf-component) .tf-hero-badges { margin-top: 20px; }
.tf-ui-enhanced .tf-hero:not(.tf-component) .tf-hero-wave { height: 42px; margin-top: 32px; }
.tf-ui-enhanced .tf-hero:not(.tf-component) .tf-hero-microcopy,
.tf-ui-enhanced .tf-hero:not(.tf-component) .tf-hero-badge-note { display: none; }
.tf-ui-v1 .tf-trust-panel { border-top: 4px solid var(--tf-color-primary); }
.tf-ui-v1 .tf-trust-panel__title { margin-top: 0; color: var(--tf-color-ink); font-weight: 800; }
.tf-ui-v1 .tf-trust-panel ul { display: grid; gap: .8rem; margin: 0; padding: 0; list-style: none; }
.tf-ui-v1 .tf-trust-panel li { position: relative; padding-left: 1.7rem; color: var(--tf-color-text); }
.tf-ui-v1 .tf-trust-panel li::before { position: absolute; left: 0; color: var(--tf-color-success); content: "✓"; font-weight: 900; }
.tf-ui-v1 .tf-trust__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; margin-top: 2rem; }
.tf-ui-v1 .tf-step__number { display: inline-grid; width: 2.25rem; height: 2.25rem; place-items: center; border-radius: 50%; background: var(--tf-color-primary-soft); color: var(--tf-color-primary-dark); font-size: .8rem; font-weight: 800; }
.tf-ui-v1 .tf-trust h3 { margin-bottom: .5rem; }
.tf-ui-v1 .tf-trust .tf-card p { margin-bottom: 0; color: var(--tf-color-text); }
.tf-ui-v1 .tf-request { scroll-margin-top: 6rem; background: var(--tf-color-canvas); }
.tf-ui-v1 .tf-request__grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.tf-ui-v1 .tf-request__intro { position: sticky; top: 7rem; }
.tf-ui-v1 .tf-request__intro > p { color: var(--tf-color-text); }
.tf-ui-v1 .tf-request__intro ul { display: grid; gap: .65rem; padding-left: 1.25rem; color: var(--tf-color-text); }
.tf-ui-v1 .tf-request__card { padding: clamp(1.25rem, 4vw, 2.25rem); }
.tf-ui-v1 .tf-request-form p { margin: 0 0 1rem; }
.tf-ui-v1 .tf-request-form label { display: block; margin-bottom: .38rem; color: var(--tf-color-ink); font-size: .9rem; font-weight: 700; }
.tf-ui-v1 .tf-request-form input:not([type="checkbox"]),
.tf-ui-v1 .tf-request-form select,
.tf-ui-v1 .tf-request-form textarea { width: 100%; min-height: 48px; padding: .72rem .85rem; border: 1px solid #cbd5e1; border-radius: 10px; background: #fff; color: var(--tf-color-ink); font: inherit; }
.tf-ui-v1 .tf-request-form textarea { resize: vertical; }
.tf-ui-v1 .tf-request-form input:focus,
.tf-ui-v1 .tf-request-form select:focus,
.tf-ui-v1 .tf-request-form textarea:focus { border-color: var(--tf-color-primary); outline: 3px solid rgba(21,93,252,.15); }
.tf-ui-v1 .tf-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1rem; }
.tf-ui-v1 .tf-consent label { font-size: .82rem; font-weight: 500; line-height: 1.45; }
.tf-ui-v1 .tf-consent input { margin-right: .4rem; }
.tf-ui-v1 .tf-form-submit { width: 100%; min-height: 52px; border: 0; border-radius: var(--tf-radius-pill); background: var(--tf-color-primary); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.tf-ui-v1 .tf-form-submit:hover { background: var(--tf-color-primary-dark); }
.tf-ui-v1 .tf-form-help { margin-top: .65rem !important; color: var(--tf-color-muted); font-size: .78rem; text-align: center; }
.tf-ui-v1 .tf-form-progress { display: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; margin-bottom: 1.35rem; }
.tf-ui-v1 .tf-request-form.tf-form--enhanced .tf-form-progress { display: grid; }
.tf-ui-v1 .tf-form-progress__item { padding: .55rem .7rem; border-radius: 10px; background: #eef2f7; color: var(--tf-color-muted); font-size: .78rem; font-weight: 800; text-align: center; }
.tf-ui-v1 .tf-form-progress__item.is-active { background: var(--tf-color-primary-soft); color: var(--tf-color-primary-dark); }
.tf-ui-v1 .tf-form-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.tf-ui-v1 .tf-form-step legend { width: 100%; margin: 0 0 1rem; color: var(--tf-color-ink); font-size: 1.05rem; font-weight: 800; }
.tf-ui-v1 .tf-request-form.tf-form--enhanced .tf-form-step { display: none; }
.tf-ui-v1 .tf-request-form.tf-form--enhanced .tf-form-step.is-active { display: block; }
.tf-ui-v1 .tf-form-next,
.tf-ui-v1 .tf-form-back { display: none; min-height: 50px; padding: .72rem 1.2rem; border: 0; border-radius: var(--tf-radius-pill); font: inherit; font-weight: 800; cursor: pointer; }
.tf-ui-v1 .tf-request-form.tf-form--enhanced .tf-form-next,
.tf-ui-v1 .tf-request-form.tf-form--enhanced .tf-form-back { display: block; }
.tf-ui-v1 .tf-form-next { width: 100%; background: var(--tf-color-primary); color: #fff; }
.tf-ui-v1 .tf-form-back { background: #eef2f7; color: var(--tf-color-ink); }
.tf-ui-v1 .tf-form-nav { display: grid; grid-template-columns: minmax(7rem, .4fr) minmax(0, 1fr); gap: .75rem; }
.tf-ui-v1 .tf-form-notice { margin-bottom: 1rem; padding: .85rem 1rem; border-radius: 10px; font-weight: 700; }
.tf-ui-v1 .tf-form-notice--success { background: #e9f8ef; color: #126b3c; }
.tf-ui-v1 .tf-form-notice--error { background: #fff0f0; color: #a11b1b; }
.tf-ui-v1 .tf-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.tf-ui-v1 .tf-pricing__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}
.tf-ui-v1 .tf-pricing__card--primary { border-color: var(--tf-color-primary); }
.tf-ui-v1 .tf-pricing__lead {
  color: var(--tf-color-primary-dark);
  font-size: clamp(1.3rem, 3vw, 1.75rem);
  font-weight: 760;
  line-height: 1.25;
}

.tf-ui-v1 .tf-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.tf-ui-v1 .tf-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: .75rem 1.25rem;
  border: 2px solid transparent;
  border-radius: var(--tf-radius-pill);
  font-weight: 700;
  text-decoration: none;
}
.tf-ui-v1 .tf-action--call { background: var(--tf-color-primary); color: #fff; }
.tf-ui-v1 .tf-action--whatsapp { background: var(--tf-color-whatsapp); color: #fff; }
.tf-ui-v1 .tf-action--online { border-color: var(--tf-color-primary); background: #fff; color: var(--tf-color-primary-dark); }

.tf-ui-v1 .tf-final-cta {
  color: #fff;
  background: linear-gradient(135deg, #091b3a, #0d4399 60%, #155dfc);
  text-align: center;
}
.tf-ui-v1 .tf-final-cta h2,
.tf-ui-v1 .tf-final-cta p { margin-inline: auto; color: inherit; }
.tf-ui-v1 .tf-final-cta p { max-width: 44rem; }
.tf-ui-v1 .tf-final-cta .tf-actions { justify-content: center; margin-top: 1.5rem; }

.tf-ui-v1 .tf-hub-hero {
	overflow: clip;
	background: radial-gradient(circle at 82% 18%, rgba(21,93,252,.2), transparent 26rem), linear-gradient(145deg, #f8fbff, #fff 58%, #eef5ff);
}
.tf-ui-v1 .tf-hub-hero__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.tf-ui-v1 .tf-hub-hero h1 { max-width: 56rem; margin: 0 0 1rem; font-size: clamp(2.35rem, 5.2vw, 4.75rem); line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
.tf-ui-v1 .tf-hub-hero__lead,
.tf-ui-v1 .tf-section-lead { max-width: 48rem; color: var(--tf-color-text); font-size: clamp(1.05rem, 2vw, 1.22rem); }
.tf-ui-v1 .tf-hub-hero .tf-actions { margin-top: 1.5rem; }
.tf-ui-v1 .tf-hub-proof { display: none; margin: 1rem 0 0; color: var(--tf-color-text); font-size: .82rem; font-weight: 700; line-height: 1.4; }
.tf-ui-hub .entry-header { display: none; }
.tf-ui-v1 .tf-hub-index { background: #fff; }
.tf-ui-v1 .tf-hub-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
.tf-ui-v1 .tf-hub-grid--marchi { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tf-ui-v1 .tf-hub-card { display: flex; min-height: 100%; flex-direction: column; padding: 1.35rem; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.tf-ui-v1 .tf-hub-card:hover { transform: translateY(-3px); border-color: rgba(21,93,252,.4); box-shadow: var(--tf-shadow-md); }
.tf-ui-v1 .tf-hub-card h3 { margin: 0 0 .55rem; font-size: 1.08rem; line-height: 1.25; }
.tf-ui-v1 .tf-hub-card h3 a { color: var(--tf-color-ink); text-decoration: none; }
.tf-ui-v1 .tf-hub-card p { flex: 1; margin: 0 0 1rem; color: var(--tf-color-text); font-size: .92rem; }
.tf-ui-v1 .tf-text-link { color: var(--tf-color-primary-dark); font-weight: 760; text-decoration: none; }
.tf-ui-v1 .tf-contact-options { background: #fff; }
.tf-ui-v1 .tf-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; margin-top: 2rem; }
.tf-ui-v1 .tf-contact-grid .tf-card { display: flex; flex-direction: column; align-items: flex-start; }
.tf-ui-v1 .tf-contact-grid .tf-card p { flex: 1; color: var(--tf-color-text); }
.tf-ui-v1 .tf-contact-grid .tf-action { width: 100%; }
.tf-ui-v1 .tf-faq { background: var(--tf-color-canvas); }
.tf-ui-v1 .tf-faq__list { display: grid; gap: .75rem; max-width: 56rem; margin-top: 2rem; }
.tf-ui-v1 .tf-faq details { padding: 0; overflow: clip; }
.tf-ui-v1 .tf-faq summary { position: relative; padding: 1.2rem 3.25rem 1.2rem 1.35rem; color: var(--tf-color-ink); font-weight: 780; cursor: pointer; list-style: none; }
.tf-ui-v1 .tf-faq summary::-webkit-details-marker { display: none; }
.tf-ui-v1 .tf-faq summary::after { position: absolute; top: 50%; right: 1.25rem; transform: translateY(-50%); color: var(--tf-color-primary); content: "+"; font-size: 1.45rem; font-weight: 500; }
.tf-ui-v1 .tf-faq details[open] summary::after { content: "−"; }
.tf-ui-v1 .tf-faq details p { margin: 0; padding: 0 1.35rem 1.25rem; color: var(--tf-color-text); }

/* The lab must preview v1 in isolation while the legacy mobile bar still exists on staging. */
.tf-ui-lab [aria-label="Contatti rapidi TecniciFidati"],
.tf-ui-enhanced [aria-label="Contatti rapidi TecniciFidati"],
.tf-ui-legal [aria-label="Contatti rapidi TecniciFidati"],
.tf-ui-lab #tf-actionbar,
.tf-ui-enhanced #tf-actionbar,
.tf-ui-legal #tf-actionbar,
.tf-ui-enhanced #tf-native-actionbar,
.tf-ui-legal #tf-native-actionbar { display: none !important; }
.tf-ui-v1 .tf-mobile-dock { display: none; }

.tf-ui-legal .entry-header { display: none; }
.tf-ui-legal .site-content { background: var(--tf-color-canvas); }
.tf-ui-legal .tf-legal {
	width: min(100% - 2rem, 860px);
	margin: clamp(2rem, 6vw, 5rem) auto;
	overflow: hidden;
	border: 1px solid var(--tf-color-border);
	border-radius: var(--tf-radius-lg);
	background: #fff;
	box-shadow: var(--tf-shadow-sm);
}
.tf-ui-legal .tf-legal__header { padding: clamp(1.5rem, 5vw, 3.25rem); background: linear-gradient(145deg, #f8fbff, #eef5ff); }
.tf-ui-legal .tf-legal__header h1 { margin: 0 0 1rem; color: var(--tf-color-ink); font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.08; letter-spacing: -.035em; }
.tf-ui-legal .tf-legal__header p:last-child { max-width: 44rem; margin: 0; color: var(--tf-color-text); }
.tf-ui-legal .tf-legal__content { padding: clamp(1.5rem, 5vw, 3.25rem); color: var(--tf-color-text); font-size: 1rem; line-height: 1.75; }
.tf-ui-legal .tf-legal__content h2 { margin: 2.25rem 0 .85rem; color: var(--tf-color-ink); font-size: clamp(1.35rem, 3vw, 1.8rem); line-height: 1.25; }
.tf-ui-legal .tf-legal__content h3 { margin-top: 1.75rem; color: var(--tf-color-ink); }
.tf-ui-legal .tf-legal__content a { color: var(--tf-color-primary-dark); text-decoration-thickness: .08em; text-underline-offset: .15em; }
.tf-ui-legal .tf-legal__content table { display: block; max-width: 100%; overflow-x: auto; }

@media (max-width: 640px) {
	body.tf-ui-enhanced { padding-bottom: calc(6.25rem + env(safe-area-inset-bottom)); }
	.tf-ui-v1 .tf-home-hero { padding: 2.25rem 1rem 2.75rem; }
	.tf-ui-v1 .tf-home-hero__inner { grid-template-columns: minmax(0, 1fr); gap: 1.75rem; }
	.tf-ui-v1 .tf-home-hero h1 { font-size: clamp(2.15rem, 10vw, 3rem); }
	.tf-ui-v1 .tf-home-hero__lead { font-size: 1rem; }
	.tf-ui-v1 .tf-home-hero .tf-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tf-ui-v1 .tf-home-hero .tf-action { min-width: 0; padding-inline: .75rem; }
	.tf-ui-v1 .tf-home-hero .tf-action--online { grid-column: 1 / -1; }
	.tf-ui-v1 .tf-home-hero__proof { display: grid; gap: .45rem; }
	.tf-ui-v1 .tf-home-hero__media img { min-height: 245px; }
	.tf-ui-enhanced .tf-page > .tf-section { padding-block: 3.25rem; }
	.tf-ui-enhanced .tf-page > .tf-section .tf-h2 { font-size: clamp(1.8rem, 8vw, 2.35rem); }
	.tf-ui-enhanced .tf-page > .tf-section .tf-sub { font-size: .98rem; line-height: 1.62; }
	.tf-ui-enhanced .tf-page > .tf-section .tf-chips { justify-content: flex-start; gap: .5rem; margin-top: 1.5rem; }
	.tf-ui-enhanced .tf-page > .tf-section .tf-chip { padding: .58rem .78rem; font-size: .8rem; }
	.tf-ui-enhanced .tf-cta-band { padding: 2rem 1.15rem !important; }
	.tf-ui-enhanced .tf-cta-band h2,
	.tf-ui-enhanced .tf-cta-band h3 { font-size: clamp(1.55rem, 7.2vw, 2rem); }
	.tf-ui-enhanced .tf-cta-band .tf-btn { display: flex !important; width: 100%; min-height: 54px; margin: 0 !important; }
	.tf-ui-enhanced .tf-cta-band .tf-btn + .tf-btn { margin-top: .75rem !important; }
	.tf-ui-enhanced .tf-process-compact__grid { grid-template-columns: minmax(0, 1fr); gap: .75rem; margin-top: 1.5rem; }
	.tf-ui-enhanced .tf-process-compact__grid li { padding: 1.15rem; }
	.tf-ui-enhanced .tf-commercial-trust__grid { grid-template-columns: minmax(0, 1fr); gap: .7rem; margin-top: 1.5rem; }
	.tf-ui-enhanced .tf-commercial-trust__grid article { display: grid; grid-template-columns: auto 1fr; gap: 0 .85rem; padding: 1.05rem; }
	.tf-ui-enhanced .tf-commercial-trust__grid article > span { grid-row: 1 / span 2; margin: 0; }
	.tf-ui-enhanced .tf-commercial-trust__grid h3 { margin-top: .05rem; }
	.tf-ui-v1 .tf-topline > div { min-height: 34px; justify-content: center; font-size: .72rem; text-align: center; }
	.tf-ui-v1 .tf-topline span { display: none; }
	.tf-ui-enhanced #masthead .ast-primary-header-bar { min-height: 68px; }
	.tf-ui-enhanced #masthead .custom-logo { max-width: 165px; max-height: 50px; }
	.tf-ui-enhanced #masthead .menu-toggle { display: inline-grid; width: 46px; height: 46px; place-items: center; border-radius: 12px; background: var(--tf-color-primary-soft); color: var(--tf-color-primary-dark); }
	.tf-ui-enhanced #masthead .tf-header-call > .menu-link { width: 100%; margin: .65rem 1rem 1rem; justify-content: center; text-align: center; }
	.tf-ui-enhanced .tf-hero:not(.tf-component) {
		padding: 30px 20px 32px !important;
		background: radial-gradient(circle at 88% 10%, rgba(49,112,220,.3), transparent 22rem), linear-gradient(155deg, #0b1f42, #123e7d) !important;
	}
	.tf-ui-enhanced .tf-page > .tf-hero:not(.tf-component) { width: calc(100% + 40px); margin-inline: -20px; }
	.tf-ui-enhanced .tf-hero:not(.tf-component) > .tf-wrap { padding-inline: 20px; }
	.tf-ui-enhanced .tf-hero:not(.tf-component) .tf-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
	.tf-ui-enhanced .tf-hero:not(.tf-component) h1 { font-size: clamp(1.85rem, 8.2vw, 2.2rem) !important; line-height: 1.07 !important; letter-spacing: -.03em; }
	.tf-ui-enhanced .tf-hero:not(.tf-component) .tf-hero-sub { margin-bottom: 0; font-size: .98rem; line-height: 1.5; }
	.tf-ui-enhanced .tf-hero:not(.tf-component) .tf-actions,
	.tf-ui-enhanced .tf-hero:not(.tf-component) .tf-hero-badges,
	.tf-ui-enhanced .tf-hero:not(.tf-component) .tf-hero-badge-note,
	.tf-ui-enhanced .tf-hub-hero .tf-actions,
	.tf-ui-enhanced .tf-home-hero .tf-actions { display: none !important; }
	.tf-ui-enhanced .tf-hero:not(.tf-component) .tf-hero-img { display: block; margin-top: 1.4rem; }
	.tf-ui-enhanced .tf-hero:not(.tf-component) .tf-hero-img img { display: block; width: 100%; height: 210px; object-fit: cover; border-radius: 16px; box-shadow: 0 16px 38px rgba(0,0,0,.24); }
	.tf-ui-enhanced .tf-hero:not(.tf-component) .tf-hero-wave { height: 30px; margin-top: 22px; }
	.tf-ui-v1 .tf-component.tf-hero .tf-hero__grid,
	.tf-ui-v1 .tf-hub-hero__grid,
	.tf-ui-v1 .tf-trust__grid,
	.tf-ui-v1 .tf-hub-grid,
	.tf-ui-v1 .tf-hub-grid--marchi,
	.tf-ui-v1 .tf-contact-grid,
	.tf-ui-v1 .tf-request__grid,
	.tf-ui-v1 .tf-form-grid { grid-template-columns: minmax(0, 1fr); }
	.tf-ui-v1 .tf-request__intro { position: static; }
  .tf-ui-v1 .tf-pricing__grid { grid-template-columns: minmax(0, 1fr); }
  .tf-ui-v1 .tf-actions { display: grid; grid-template-columns: 1fr; }
	.tf-ui-v1 .tf-action { width: 100%; }
	.tf-ui-v1 .tf-hub-hero .tf-trust-panel { display: none; }
	.tf-ui-v1 .tf-hub-proof { display: block; }
	.tf-ui-v1 .tf-mobile-dock {
	  position: fixed;
	  z-index: 99990;
	  right: .5rem;
	  bottom: max(.5rem, env(safe-area-inset-bottom));
	  left: .5rem;
	  display: grid;
	  grid-template-columns: repeat(3, minmax(0, 1fr));
	  gap: .4rem;
	  padding: .45rem;
	  border: 1px solid rgba(255,255,255,.18);
	  border-radius: 20px;
	  background: rgba(9,27,58,.95);
	  box-shadow: 0 18px 48px rgba(9,27,58,.34);
	  backdrop-filter: blur(16px);
	}
	.tf-ui-v1 .tf-mobile-dock a { display: grid; min-width: 0; min-height: 62px; place-content: center; place-items: center; gap: .16rem; padding: .4rem .25rem; border: 1px solid transparent; border-radius: 14px; color: #fff; font-size: .75rem; font-weight: 800; line-height: 1.05; text-align: center; text-decoration: none; box-shadow: 0 7px 18px rgba(0,0,0,.16); }
	.tf-ui-v1 .tf-mobile-dock .tf-mobile-dock__call { border-color: #2f75f2 !important; background: #1762ef !important; color: #fff !important; }
	.tf-ui-v1 .tf-mobile-dock .tf-mobile-dock__whatsapp { border-color: #20a755 !important; background: #139447 !important; color: #fff !important; }
	.tf-ui-v1 .tf-mobile-dock .tf-mobile-dock__online { border: 2px solid #dbe7ff !important; background: #fff !important; color: #0b3fa8 !important; }
	.tf-ui-v1 .tf-mobile-dock .tf-mobile-dock__icon { font-family: Arial, sans-serif; font-size: 1.22rem; font-weight: 900; line-height: 1; }
	.tf-ui-v1 .tf-mobile-dock__whatsapp .tf-mobile-dock__icon { display: grid; width: 1.15rem; height: 1.15rem; place-items: center; border: 2px solid #fff; border-radius: 50%; color: #fff; font-size: .56rem; }
	.tf-ui-v1.tf-ui-lab { padding-bottom: 5.25rem; }
}
