:root {
  /* Official Timaci brand palette — September 2026 brand guide. */
  --tp-orange: #ff6e13;
  --tp-purple: #910a9a;
  --tp-yellow: #ffc600;
  --tp-purple-deep: #65006c;
  --tp-bg: #f7f4f0;
  --tp-surface: #fff;
  --tp-surface-warm: #fffdf9;
  --tp-sand: #efe7db;
  --tp-orange-soft: #fff0e6;
  --tp-purple-soft: #f7e9f8;
  --tp-yellow-soft: #fff7d6;
  --tp-text: #1c1820;
  --tp-muted: #6b5f5c;
  --tp-border: #e8ded2;
  --tp-success: #246c50;
  --tp-radius-sm: 14px;
  --tp-radius-md: 22px;
  --tp-radius-lg: 32px;
  --tp-container: 1240px;
  --tp-shadow-soft: 0 18px 55px rgba(42, 25, 30, 0.08);
  --tp-gradient: linear-gradient(110deg, var(--tp-orange), var(--tp-purple));
}

.tp-home,
.tp-directory,
.tp-profile {
  color: var(--tp-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* Timaci pages use a plugin-owned canvas, independent of theme content widths. */
.tp-home,
.tp-directory {
  left: auto;
  margin: 0;
  max-width: none !important;
  position: relative;
  right: auto;
  width: 100%;
}

html:has(body.tp-plugin-canvas),
html:has(body.tp-app-shell) { margin: 0 !important; margin-top: 0 !important; overflow-x: clip; padding-top: 0 !important; }
body.tp-plugin-canvas { margin: 0 !important; max-width: none !important; min-height: 100vh; overflow-x: clip; padding: 0 !important; width: 100% !important; }
body.tp-app-shell #wpadminbar { display: none !important; }
body.tp-app-shell { background: var(--tp-bg) !important; }
body.tp-app-shell.admin-bar { margin-top: 0 !important; padding-top: 0 !important; }
body.tp-plugin-canvas > .tp-page-canvas,
body.tp-plugin-canvas > .tp-profile { clear: both; float: none; margin: 0 !important; max-width: none !important; padding: 0 !important; width: 100% !important; }
.tp-page-canvas { display: block; min-height: 1px; width: 100%; }

/* Final compatibility guard for builders that inject a legacy content wrapper. */
body.tp-plugin-canvas .tp-page-canvas > .tp-home,
body.tp-plugin-canvas .tp-page-canvas > .tp-directory,
body.tp-plugin-canvas .tp-page-canvas > .tp-portal-app,
body.tp-plugin-canvas .tp-page-canvas > .tp-portal-login { margin-inline: 0 !important; max-width: none !important; width: 100% !important; }

body.tp-has-directory .entry-title,
body.tp-has-directory .page-title,
body.tp-has-directory .wp-block-post-title,
body.tp-has-directory .elementor-page-title,
body.tp-has-home .entry-title,
body.tp-has-home .page-title,
body.tp-has-home .wp-block-post-title,
body.tp-has-home .elementor-page-title {
  display: none !important;
}

body.tp-has-directory .entry-content,
body.tp-has-home .entry-content {
  margin-top: 0 !important;
}

body.tp-has-directory #primary,
body.tp-has-directory #main,
body.tp-has-directory .content-area,
body.tp-has-directory .site-main,
body.tp-has-directory .content-container,
body.tp-has-directory .entry-content-wrap,
body.tp-has-directory .entry-content,
body.tp-has-home #primary,
body.tp-has-home #main,
body.tp-has-home .content-area,
body.tp-has-home .site-main,
body.tp-has-home .content-container,
body.tp-has-home .entry-content-wrap,
body.tp-has-home .entry-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

body.tp-has-directory article.page,
body.tp-has-home article.page {
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
}

/* Native Timaci.pro site shell */
body.tp-app-shell .site-header,
body.tp-app-shell #masthead,
body.tp-app-shell header#site-header,
body.tp-app-shell #header[role="banner"],
body.tp-app-shell .elementor-location-header,
body.tp-app-shell .wp-site-blocks > header,
body.tp-app-shell header.wp-block-template-part,
body.tp-app-shell .site-footer,
body.tp-app-shell #colophon,
body.tp-app-shell footer#site-footer,
body.tp-app-shell #footer[role="contentinfo"],
body.tp-app-shell .elementor-location-footer,
body.tp-app-shell .wp-site-blocks > footer,
body.tp-app-shell footer.wp-block-template-part,
body.tp-app-shell .wp-block-template-part,
body.tp-app-shell .wp-site-blocks > .wp-block-group:has(.wp-block-site-title),
body.tp-app-shell .wp-site-blocks > .wp-block-group:has(a[href*="wordpress.org"]) {
  display: none !important;
}

.tp-site-header {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: rgba(28, 24, 32, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: 0 16px 48px rgba(28, 24, 32, 0.18);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  left: 50%;
  margin: 0;
  position: fixed;
  top: 12px;
  transform: translateX(-50%);
  width: min(calc(100% - 32px), 1320px);
  z-index: 99990;
}

body.tp-app-shell.admin-bar .tp-site-header { top: 12px; }
.tp-site-header__inner { align-items: center; display: flex; justify-content: space-between; max-width: none; min-height: 76px; padding-inline: 28px; }
.tp-brand { align-items: center; color: var(--tp-text) !important; display: inline-flex; flex: 0 0 auto; text-decoration: none !important; }
.tp-logo { display: block; height: auto; max-width: 100%; object-fit: contain; width: 168px; }
.tp-site-footer .tp-logo { width: 178px; }
.tp-site-nav { align-items: center; display: flex; gap: clamp(18px, 2.25vw, 34px); }
.tp-site-nav > a { color: rgba(255,255,255,.7); font-size: 13px; font-weight: 600; position: relative; text-decoration: none !important; }
.tp-site-nav > a:not(.tp-site-nav__cta)::after { background: linear-gradient(90deg, var(--tp-yellow), var(--tp-orange)); bottom: -9px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; width: 100%; }
.tp-site-nav > a:hover,
.tp-site-nav > a[aria-current="page"] { color: #fff; }
.tp-site-nav > a:hover::after,
.tp-site-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.tp-site-nav__cta { background: var(--tp-gradient); border-radius: 999px; color: #fff !important; padding: 12px 18px; transition: box-shadow 180ms ease, transform 180ms ease; }
.tp-site-nav__cta:hover { box-shadow: 0 9px 22px rgba(145,10,154,.2); transform: translateY(-1px); }
.tp-menu-toggle { background: transparent; border: 0; cursor: pointer; display: none; height: 42px; padding: 10px; width: 42px; }
.tp-menu-toggle > span { background: #fff; display: block; height: 2px; margin: 5px 0; transition: transform 180ms ease, opacity 180ms ease; width: 22px; }

.tp-site-footer { background: var(--tp-text); color: #fff; font-family: Inter, ui-sans-serif, system-ui, sans-serif; padding: 78px 0 24px; position: relative; z-index: 2; }
.tp-site-footer__top { display: grid; gap: clamp(45px, 8vw, 120px); grid-template-columns: 1.4fr .7fr 1fr; padding-bottom: 62px; }
.tp-brand--footer { color: #fff !important; }
.tp-site-footer__brand p { color: rgba(255,255,255,.56); font-size: 14px; margin-top: 22px; max-width: 360px; }
.tp-site-footer__column { align-items: flex-start; display: flex; flex-direction: column; gap: 11px; }
.tp-site-footer__column strong { color: #fff; font-size: 11px; letter-spacing: .12em; margin-bottom: 7px; text-transform: uppercase; }
.tp-site-footer__column a,
.tp-site-footer__column span { color: rgba(255,255,255,.59); font-size: 13px; text-decoration: none !important; }
.tp-site-footer__column a:hover { color: #fff; }
.tp-site-footer__bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); display: flex; font-size: 11px; justify-content: space-between; padding-top: 22px; }

@media (max-width: 860px) {
  .tp-site-header { border-radius: 18px; top: 10px; width: calc(100% - 20px); }
  body.tp-app-shell.admin-bar .tp-site-header { top: 10px; }
  .tp-site-header__inner { min-height: 68px; padding-inline: 18px; }
  .tp-menu-toggle { display: block; position: relative; z-index: 2; }
  .tp-site-header.is-menu-open .tp-menu-toggle > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .tp-site-header.is-menu-open .tp-menu-toggle > span:nth-child(2) { opacity: 0; }
  .tp-site-header.is-menu-open .tp-menu-toggle > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .tp-site-nav { align-items: stretch; background: #1c1820; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; box-shadow: 0 20px 40px rgba(28,24,32,.24); display: flex; flex-direction: column; gap: 0; left: 0; opacity: 0; padding: 18px 20px 25px; pointer-events: none; position: absolute; right: 0; top: calc(100% + 10px); transform: translateY(-8px); transition: opacity 180ms ease, transform 180ms ease; }
  .tp-site-header.is-menu-open .tp-site-nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .tp-site-nav > a { border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.74); font-size: 15px; padding: 14px 3px; }
  .tp-site-nav > a::after { display: none; }
  .tp-site-nav__cta { border: 0 !important; margin-top: 17px; padding: 15px 20px !important; text-align: center; }
  body.tp-menu-lock { overflow: hidden; }
  .tp-site-footer__top { grid-template-columns: 1fr 1fr; }
  .tp-site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .tp-site-footer__top { grid-template-columns: 1fr; }
  .tp-site-footer__brand { grid-column: auto; }
  .tp-site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

.tp-home *,
.tp-directory *,
.tp-profile * { box-sizing: border-box; }

.tp-home h1,
.tp-home h2,
.tp-home h3,
.tp-directory h1,
.tp-directory h2,
.tp-directory h3,
.tp-profile h1,
.tp-profile h2,
.tp-profile h3 {
  color: var(--tp-text);
  font-family: Nunito, ui-rounded, "Arial Rounded MT Bold", sans-serif;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0;
}

.tp-home p,
.tp-directory p,
.tp-profile p { margin: 0; }

.tp-home a,
.tp-directory a,
.tp-profile a { color: inherit; }

.tp-container {
  margin-inline: auto;
  max-width: var(--tp-container);
  padding-inline: 28px;
  width: 100%;
}

.tp-section { padding-block: clamp(72px, 8vw, 112px); }

.tp-eyebrow {
  color: var(--tp-purple);
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.3;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.tp-display {
  font-size: clamp(44px, 6.4vw, 82px);
  font-weight: 800;
  max-width: 950px;
}

.tp-lead {
  color: var(--tp-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  max-width: 680px;
}

.tp-section-heading { margin-bottom: clamp(38px, 5vw, 64px); max-width: 790px; }
.tp-section-heading h2 { font-size: clamp(35px, 4.5vw, 58px); font-weight: 800; }
.tp-section-heading p { color: var(--tp-muted); font-size: 18px; margin-top: 18px; max-width: 630px; }
.tp-section-heading--split { align-items: end; display: flex; justify-content: space-between; max-width: none; }
.tp-section-heading--split > div { max-width: 800px; }

.tp-button {
  align-items: center;
  background: var(--tp-gradient);
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 54px;
  padding: 0 28px;
  text-decoration: none !important;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.tp-button:hover { box-shadow: 0 13px 28px rgba(145,10,154, 0.22); transform: translateY(-2px); }
.tp-button:focus-visible,
.tp-text-link:focus-visible { outline: 3px solid rgba(145,10,154, 0.28); outline-offset: 4px; }

.tp-button--outline {
  background: transparent;
  border: 1px solid var(--tp-border);
  color: var(--tp-text) !important;
}

.tp-button--outline:hover { border-color: var(--tp-purple); box-shadow: none; }

.tp-text-link {
  align-items: center;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  text-decoration: none !important;
}

.tp-text-link span { color: var(--tp-orange); font-size: 21px; transition: transform 180ms ease; }
.tp-text-link:hover span { transform: translateX(4px); }

.tp-license-badge {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  color: var(--tp-purple-deep);
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  gap: 6px;
  letter-spacing: 0.08em;
  padding: 8px 11px;
  text-transform: uppercase;
}

.tp-license-badge > span {
  align-items: center;
  background: var(--tp-gradient);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 9px;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Homepage */
.tp-home-hero { background: var(--tp-bg); overflow: hidden; padding-top: clamp(132px, 11vw, 168px); }
.tp-home-hero__grid { align-items: center; display: grid; gap: clamp(48px, 7vw, 105px); grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr); }
.tp-home-hero__content { position: relative; z-index: 1; }
.tp-home-hero__content .tp-display { font-size: clamp(48px, 6vw, 78px); }
.tp-home-hero__content .tp-lead { margin-top: 25px; max-width: 650px; }
.tp-home-search {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(79, 47, 62, 0.11);
  border-radius: 999px;
  box-shadow: var(--tp-shadow-soft);
  display: flex;
  margin-top: 35px;
  max-width: 650px;
  padding: 7px;
}
.tp-home-search input { background: transparent; border: 0 !important; box-shadow: none !important; color: var(--tp-text); flex: 1; font: inherit; height: 52px; min-width: 0; outline: 0; padding: 0 18px; }
.tp-home-search input::placeholder { color: #897c79; opacity: 1; }
.tp-home-search button { align-items: center; background: var(--tp-gradient); border: 0; border-radius: 50%; color: #fff; cursor: pointer; display: flex; height: 48px; justify-content: center; width: 48px; }
.tp-home-search svg { fill: none; height: 21px; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; width: 21px; }
.tp-home-hero__actions { align-items: center; display: flex; gap: 28px; margin-top: 28px; }

.tp-portrait-composition { height: 590px; min-width: 0; position: relative; }
.tp-portrait-composition::before { background: var(--tp-gradient); border-radius: 50%; content: ""; filter: blur(60px); height: 240px; left: 20%; opacity: 0.15; position: absolute; top: 27%; width: 240px; }
.tp-portrait { align-items: center; background: var(--tp-yellow-soft); border: 7px solid rgba(255, 255, 255, 0.94); box-shadow: var(--tp-shadow-soft); color: var(--tp-purple-deep); display: flex; font-family: Nunito, sans-serif; font-size: 34px; font-weight: 800; justify-content: center; overflow: hidden; position: absolute; text-decoration: none !important; }
.tp-portrait img { height: 100%; object-fit: cover; transition: transform 400ms ease; width: 100%; }
.tp-portrait:hover img { transform: scale(1.035); }
.tp-portrait--1 { border-radius: 46% 46% 45% 12%; height: 390px; left: 4%; top: 50px; width: 61%; }
.tp-portrait--2 { background: var(--tp-orange-soft); border-radius: 50% 18% 50% 50%; height: 245px; right: 0; top: 0; width: 42%; }
.tp-portrait--3 { background: var(--tp-purple-soft); border-radius: 18% 50% 50% 50%; bottom: 15px; height: 255px; right: 2%; width: 45%; }
.tp-portrait-composition__seal { align-items: center; background: var(--tp-gradient); border: 8px solid var(--tp-bg); border-radius: 50%; color: #fff; display: flex; flex-direction: column; height: 128px; justify-content: center; left: 45%; position: absolute; top: 48%; transform: translate(-50%, -50%) rotate(-6deg); width: 128px; z-index: 3; }
.tp-portrait-composition__seal strong { font-family: Nunito, sans-serif; font-size: 21px; line-height: 1; }
.tp-portrait-composition__seal span { font-size: 9px; font-weight: 700; letter-spacing: 0.14em; margin-top: 5px; text-transform: uppercase; }

.tp-trust-strip { background: var(--tp-text); color: #fff; padding-block: 24px; }
.tp-trust-strip .tp-container { align-items: center; display: flex; gap: 0; justify-content: space-between; }
.tp-trust-strip strong { font-family: Nunito, sans-serif; font-size: 15px; }
.tp-trust-strip span { color: rgba(255,255,255,.72); font-size: 13px; padding-left: 28px; position: relative; }
.tp-trust-strip span::before { background: var(--tp-orange); border-radius: 50%; content: ""; height: 5px; left: 0; position: absolute; top: 9px; width: 5px; }

.tp-needs { background: #fff; }
.tp-needs__grid { border-top: 1px solid var(--tp-border); display: grid; grid-template-columns: repeat(2, 1fr); }
.tp-needs__grid a { align-items: center; border-bottom: 1px solid var(--tp-border); display: flex; font-family: Nunito, sans-serif; font-size: clamp(20px, 2.2vw, 29px); font-weight: 700; justify-content: space-between; min-height: 94px; padding: 10px 8px; text-decoration: none !important; transition: color 180ms ease, padding 180ms ease; }
.tp-needs__grid a:nth-child(odd) { margin-right: 30px; }
.tp-needs__grid a:nth-child(even) { margin-left: 30px; }
.tp-needs__grid a span:last-child { color: var(--tp-orange); font-family: Inter, sans-serif; font-size: 20px; }
.tp-needs__grid a:hover { color: var(--tp-purple); padding-left: 16px; }

.tp-featured-section { background: var(--tp-bg); }
.tp-support-types { background: #fff; }
.tp-support-types__grid { border-bottom: 1px solid var(--tp-border); border-top: 1px solid var(--tp-border); display: grid; grid-template-columns: repeat(3, 1fr); }
.tp-support-types__grid article { padding: 42px 42px 48px 0; }
.tp-support-types__grid article + article { border-left: 1px solid var(--tp-border); padding-left: 42px; }
.tp-support-types__grid article > span { color: var(--tp-orange); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.tp-support-types__grid h3 { font-size: 34px; margin-top: 26px; }
.tp-support-types__grid p { color: var(--tp-muted); margin: 18px 0 28px; }
.tp-support-types__grid a { color: var(--tp-purple); font-size: 14px; font-weight: 700; text-decoration: none !important; }

.tp-method { background: var(--tp-text); color: #fff; }
.tp-method .tp-eyebrow { color: var(--tp-yellow); }
.tp-method h2 { color: #fff; font-size: clamp(38px, 5vw, 62px); }
.tp-method__grid { display: grid; gap: clamp(55px, 8vw, 120px); grid-template-columns: .85fr 1.15fr; }
.tp-method__intro p { color: rgba(255,255,255,.66); font-size: 18px; margin-top: 22px; max-width: 520px; }
.tp-method__stages { list-style: none; margin: 0; padding: 0; }
.tp-method__stages li { align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); display: grid; gap: 28px; grid-template-columns: 40px 1fr; padding: 24px 0; }
.tp-method__stages li:first-child { border-top: 1px solid rgba(255,255,255,.15); }
.tp-method__stages li > span { color: var(--tp-yellow); font-size: 11px; font-weight: 700; }
.tp-method__stages div { align-items: baseline; display: flex; justify-content: space-between; }
.tp-method__stages strong { font-family: Nunito, sans-serif; font-size: 30px; }
.tp-method__stages small { color: rgba(255,255,255,.58); font-size: 14px; }

.tp-license-cta { background: var(--tp-bg); }
.tp-license-cta__inner { align-items: end; display: grid; gap: clamp(50px, 8vw, 120px); grid-template-columns: 1.15fr .85fr; }
.tp-license-cta h2 { font-size: clamp(40px, 5vw, 64px); }
.tp-license-cta__inner > div:last-child p { color: var(--tp-muted); font-size: 18px; margin-bottom: 28px; }

@media (max-width: 960px) {
  .tp-home-hero__grid { grid-template-columns: 1fr; }
  .tp-portrait-composition { height: 520px; margin: -10px auto 0; max-width: 560px; width: 100%; }
  .tp-trust-strip .tp-container { flex-wrap: wrap; gap: 14px 28px; justify-content: flex-start; }
  .tp-support-types__grid { grid-template-columns: 1fr; }
  .tp-support-types__grid article { padding: 34px 0; }
  .tp-support-types__grid article + article { border-left: 0; border-top: 1px solid var(--tp-border); padding-left: 0; }
  .tp-method__grid,
  .tp-license-cta__inner { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .tp-container { padding-inline: 20px; }
  .tp-display { font-size: clamp(40px, 12vw, 54px); }
  .tp-section-heading--split { align-items: flex-start; flex-direction: column; gap: 24px; }
  .tp-home-hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .tp-portrait-composition { height: 390px; }
  .tp-portrait--1 { height: 270px; left: 0; width: 63%; }
  .tp-portrait--2 { height: 175px; width: 43%; }
  .tp-portrait--3 { height: 180px; width: 47%; }
  .tp-portrait-composition__seal { border-width: 6px; height: 94px; width: 94px; }
  .tp-portrait-composition__seal strong { font-size: 17px; }
  .tp-trust-strip .tp-container { align-items: flex-start; flex-direction: column; }
  .tp-needs__grid { grid-template-columns: 1fr; }
  .tp-needs__grid a:nth-child(n) { margin: 0; }
  .tp-method__stages div { align-items: flex-start; flex-direction: column; gap: 2px; }
}

@media (prefers-reduced-motion: reduce) {
  .tp-home *, .tp-directory *, .tp-profile * { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
