/* ==========================================================================
   KATHÉRA — stilovi za Elementor stranice (uvezene iz setup-a)
   Klase se dodeljuju u Elementoru: Advanced → CSS Classes.
   Sekcija:  kth-sec, kth-sec--sm|xl|flush, kth-tone-forest|sand|anthracite|dark, kth-pattern
   Widget:   kth-eyebrow, kth-display, kth-h1, kth-h3, kth-lead, kth-body, kth-caption,
             kth-center, kth-right, kth-measure, kth-img(--portrait|--square), kth-btn--primary|secondary|link
   ========================================================================== */

/* --- Tonovi ---------------------------------------------------------------- */
.kth-tone-forest, .kth-tone-anthracite, .kth-tone-dark {
  --kth-ink: var(--kth-color-offwhite);
  --kth-ink-muted: rgba(250, 250, 250, 0.82);
  --kth-ink-subtle: rgba(250, 250, 250, 0.66);
  --kth-ink-brand: var(--kth-color-offwhite);
  --kth-border: rgba(250, 250, 250, 0.22);
  --kth-border-strong: rgba(250, 250, 250, 0.5);
  color: var(--kth-color-offwhite);
}
.elementor-section.kth-tone-forest { background-color: var(--kth-color-forest); }
.elementor-section.kth-tone-anthracite { background-color: var(--kth-color-anthracite); }
.elementor-section.kth-tone-sand { background-color: var(--kth-color-sand-20, #F3F1EC); }

.kth-pattern { position: relative; isolation: isolate; }
.kth-pattern::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: url('../img/ritual-grid-light.svg'); background-size: 176px; opacity: 0.1;
}
.kth-tone-sand.kth-pattern::before { background-image: url('../img/ritual-grid-dark.svg'); opacity: 0.08; }
.kth-pattern > .elementor-container { position: relative; z-index: 1; }

/* --- Ritam sekcija --------------------------------------------------------- */
.elementor-section.kth-sec { padding: 112px 24px; }
.elementor-section.kth-sec--sm { padding: 56px 24px; }
.elementor-section.kth-sec--xl { padding: 144px 24px; }
.elementor-section.kth-sec--flush { padding-top: 0; }
.elementor-section.kth-page-hero { padding: 120px 24px 72px; }
.kth-sec .elementor-widget:not(:last-child) { margin-bottom: 20px; }
.kth-sec .elementor-widget.kth-eyebrow { margin-bottom: 14px; }
.kth-sec .elementor-widget.kth-h1 + .elementor-widget.kth-lead { margin-top: -4px; }
.kth-sec .elementor-widget.kth-lead + .elementor-widget-html,
.kth-sec .elementor-widget.kth-h1 + .elementor-widget-html { margin-top: 36px; }
.kth-col-center > .elementor-widget-wrap { align-content: center; }

@media (max-width: 767px) {
  .elementor-section.kth-sec { padding: 64px 20px; }
  .elementor-section.kth-sec--sm { padding: 40px 20px; }
  .elementor-section.kth-sec--xl { padding: 80px 20px; }
  .elementor-section.kth-page-hero { padding: 72px 20px 40px; }
  .kth-sec .elementor-column + .elementor-column { margin-top: 32px; }
}

/* --- Tipografija ----------------------------------------------------------- */
.kth-eyebrow .elementor-heading-title, .kth-eyebrow p, p.kth-eyebrow, span.kth-eyebrow {
  font-family: var(--kth-font-body); font-size: var(--kth-text-eyebrow); font-weight: 600;
  letter-spacing: var(--kth-tracking-widest); text-transform: uppercase; line-height: 1.5;
  color: var(--kth-ink-subtle); margin: 0;
}
.kth-display .elementor-heading-title {
  font-family: var(--kth-font-display); font-weight: 400; color: var(--kth-ink);
  font-size: clamp(40px, 6vw, 72px); line-height: 1.06; letter-spacing: -0.01em; text-wrap: balance;
}
.kth-h1 .elementor-heading-title {
  font-family: var(--kth-font-heading); font-weight: 400; color: var(--kth-ink);
  font-size: clamp(32px, 4vw, 48px); line-height: 1.12; text-wrap: balance;
}
.kth-h3 { font-family: var(--kth-font-heading); font-style: italic; font-size: var(--kth-text-h3); }
.kth-statement__text .elementor-heading-title {
  font-family: var(--kth-font-display); font-weight: 400; color: var(--kth-ink);
  font-size: clamp(28px, 3.6vw, 44px); line-height: 1.25; max-width: 22em; margin: 0 auto; text-wrap: balance;
}
.kth-lead, .kth-lead p { font-family: var(--kth-font-heading); font-size: var(--kth-text-lg); line-height: 1.6; color: var(--kth-ink-muted); }
.kth-body, .kth-body p { font-family: var(--kth-font-body); font-size: var(--kth-text-base); line-height: 1.7; color: var(--kth-ink-muted); }
.kth-caption, .kth-caption p { font-family: var(--kth-font-body); font-size: var(--kth-text-xs); line-height: 1.6; color: var(--kth-ink-subtle); }
.kth-measure, .kth-measure p { max-width: var(--kth-measure); }
.kth-center, .kth-center .elementor-heading-title, .kth-center p { text-align: center; margin-left: auto; margin-right: auto; }
.kth-right, .kth-right p { text-align: right; }
.kth-prose h3 { font-family: var(--kth-font-heading); font-weight: 400; font-size: var(--kth-text-h2); margin: 40px 0 12px; color: var(--kth-ink); }
.kth-prose h3:first-child { margin-top: 0; }
.kth-link { color: var(--kth-ink); text-decoration: underline; text-underline-offset: 4px; font-weight: 500; }
.kth-statement .elementor-widget-wrap { justify-content: center; text-align: center; }
.kth-statement .kth-eyebrow .elementor-heading-title { text-align: center; }
.kth-statement__symbol { text-align: center; }
.kth-ic { flex: 0 0 auto; display: inline-block; vertical-align: middle; }

/* --- Dugmad ---------------------------------------------------------------- */
.kth-button, .kth-btn .elementor-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 0 28px; border-radius: var(--kth-radius-control);
  font-family: var(--kth-font-body); font-size: 15px; font-weight: var(--kth-button-weight, 500);
  letter-spacing: var(--kth-button-tracking); text-transform: none; text-decoration: none;
  border: 1px solid transparent; cursor: pointer;
  transition: background var(--kth-duration-base) var(--kth-ease), color var(--kth-duration-base) var(--kth-ease), border-color var(--kth-duration-base) var(--kth-ease);
}
.kth-button--lg { min-height: 56px; padding: 0 34px; font-size: 16px; }
.kth-button--block { width: 100%; }
.kth-button--primary, .kth-btn--primary .elementor-button { background: var(--kth-color-forest); color: var(--kth-color-offwhite); }
.kth-button--primary:hover, .kth-btn--primary .elementor-button:hover { background: var(--kth-color-forest-80, #3f6449); color: var(--kth-color-offwhite); }
.kth-button--secondary, .kth-btn--secondary .elementor-button { background: transparent; color: var(--kth-ink); border-color: var(--kth-border-strong, rgba(36,39,42,.5)); }
.kth-button--secondary:hover, .kth-btn--secondary .elementor-button:hover { border-color: var(--kth-ink); color: var(--kth-ink); }
.kth-btn--link .elementor-button { background: none; color: var(--kth-ink); padding: 0; min-height: 0; text-decoration: underline; text-underline-offset: 4px; }
/* na tamnoj podlozi primarno dugme prelazi u off-white */
.kth-tone-forest .kth-button--primary, .kth-tone-dark .kth-button--primary, .kth-tone-anthracite .kth-button--primary,
.kth-tone-forest .kth-btn--primary .elementor-button, .kth-tone-anthracite .kth-btn--primary .elementor-button { background: var(--kth-color-offwhite); color: var(--kth-color-forest); }
.kth-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; }

/* --- Slike ----------------------------------------------------------------- */
.kth-img img { width: 100%; border-radius: var(--kth-radius-surface); display: block; object-fit: cover; }
.kth-img--portrait img { aspect-ratio: 4 / 5; }
.kth-img--square img { aspect-ratio: 1 / 1; }
.kth-strip .elementor-column { padding: 0 !important; }
.kth-strip .kth-img img { border-radius: 0; }
.elementor-section.kth-strip { padding: 0; }
.elementor-section.kth-strip .elementor-container { gap: 8px; }

/* --- Hero ------------------------------------------------------------------ */
.kth-hero .elementor-widget-wrap { padding-bottom: 40px; }
.kth-hero__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; margin-top: 28px; color: var(--kth-ink-muted); font-size: 14px; }
.kth-stars { display: inline-flex; gap: 2px; color: #C9A45C; }
.kth-hero-header .kth-hero { margin-top: calc(-1 * var(--wd-header-general-h, 0px)); }

/* --- Traka poverenja (marquee) -------------------------------------------- */
.elementor-section.kth-marquee-sec { padding: 0; border-bottom: 1px solid var(--kth-border); }
.kth-marquee { overflow: hidden; padding: 22px 0; }
.kth-marquee__track { display: flex; width: max-content; animation: kth-marquee 40s linear infinite; }
.kth-marquee__track > span { display: flex; align-items: center; gap: 12px; padding: 0 40px; white-space: nowrap; font-size: 14px; letter-spacing: 0.04em; color: var(--kth-ink-muted); }
.kth-marquee__track .kth-ic { color: var(--kth-color-forest); }
@keyframes kth-marquee { to { transform: translateX(-50%); } }

/* --- Liste / chipovi ------------------------------------------------------- */
.kth-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 24px; margin: 8px 0 32px; }
.kth-checks > span { display: flex; align-items: center; gap: 10px; font-size: 15px; }
.kth-perday { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding-top: 28px; border-top: 1px solid var(--kth-border); }
.kth-perday__n { display: block; font-family: var(--kth-font-display); font-size: 40px; line-height: 1; }
.kth-perday__t { font-size: 13px; color: var(--kth-ink-subtle); }

/* --- Value grid (6 tvrdnji) ----------------------------------------------- */
.kth-values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--kth-border); }
.kth-values__item { padding: 40px 32px 40px 0; border-bottom: 1px solid var(--kth-border); }
.kth-values__item .kth-ic { color: var(--kth-color-forest); margin-bottom: 20px; }
.kth-values__item h3, .kth-card h3, .kth-group h3, .kth-process__item h3, .kth-steps h3, .kth-timeline h3 {
  font-family: var(--kth-font-heading); font-weight: 400; font-size: var(--kth-text-h3); line-height: 1.3; margin: 0 0 10px; color: var(--kth-ink);
}
.kth-values__item p, .kth-card p, .kth-group p, .kth-process__item p, .kth-steps p, .kth-timeline p { font-size: 15px; line-height: 1.65; color: var(--kth-ink-muted); margin: 0; }

/* --- Tabovi ---------------------------------------------------------------- */
.kth-tabs__list { display: flex; flex-wrap: wrap; gap: 8px; border-bottom: 1px solid var(--kth-border); padding-bottom: 16px; margin-bottom: 32px; }
.kth-tabs__list button { background: none; border: 1px solid var(--kth-border-strong, rgba(36,39,42,.4)); color: var(--kth-ink-muted); border-radius: var(--kth-radius-control); padding: 10px 18px; font-size: 14px; min-height: 0; }
.kth-tabs__list button.is-active { background: var(--kth-color-forest); border-color: var(--kth-color-forest); color: var(--kth-color-offwhite); }
.kth-tabs__panel { display: none; max-width: var(--kth-measure); font-size: 18px; line-height: 1.7; font-family: var(--kth-font-heading); }
.kth-tabs__panel.is-active { display: block; }

/* --- Citati ---------------------------------------------------------------- */
.kth-quotes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.kth-quote { margin: 0; padding: 32px; border: 1px solid var(--kth-border); border-radius: var(--kth-radius-surface); background: var(--kth-bg, #FAFAFA); display: flex; flex-direction: column; gap: 16px; }
.kth-quote blockquote { margin: 0; padding: 0; border: 0; font-family: var(--kth-font-heading); font-size: 18px; line-height: 1.55; color: var(--kth-ink); }
.kth-quote figcaption { display: flex; flex-direction: column; gap: 2px; margin-top: auto; font-size: 13px; color: var(--kth-ink-subtle); }
.kth-quote figcaption strong { color: var(--kth-ink); font-weight: 600; }
.kth-quote--feature { border: 0; background: none; text-align: center; align-items: center; padding: 0; }
.kth-quote--feature blockquote { font-size: clamp(22px, 2.6vw, 30px); font-style: italic; line-height: 1.45; }

/* --- Ponuda (planovi + Welcome Kit) --------------------------------------- */
.kth-offer__card { background: var(--kth-color-offwhite); border: 1px solid var(--kth-border); border-radius: var(--kth-radius-surface); padding: 36px; display: flex; flex-direction: column; gap: 22px; }
.kth-offer__kicker { margin: 0; font-size: 12px; letter-spacing: var(--kth-tracking-wide); text-transform: uppercase; color: var(--kth-ink-subtle); }
.kth-offer__head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.kth-plan__body, .kth-plan__cost { display: flex; flex-direction: column; gap: 6px; }
.kth-plan__cost { align-items: flex-end; text-align: right; white-space: nowrap; }
.kth-plan .kth-plan__save { align-self: flex-start; white-space: nowrap; }
.kth-plan__perk { white-space: nowrap; }
.elementor-heading-title { margin: 0; }
@media (max-width: 1100px) {
  .kth-offer > .elementor-container, .kth-editorial > .elementor-container { flex-wrap: wrap; }
  .kth-offer .elementor-column, .kth-editorial .elementor-column { width: 100% !important; }
  .kth-offer .kth-img--portrait img, .kth-editorial .kth-img--portrait img { aspect-ratio: 16 / 10; }
  .kth-editorial .elementor-column + .elementor-column { margin-top: 24px; }
}
.kth-plan__cost s { font-size: 13px; color: var(--kth-ink-subtle); }
.kth-plan__title { font-family: var(--kth-font-heading); font-style: italic; font-size: 20px; color: var(--kth-ink); }
.kth-plan__line, .kth-plan__per { font-size: 13px; line-height: 1.5; color: var(--kth-ink-muted); }
.kth-plan { color: var(--kth-ink); font-family: var(--kth-font-body); font-weight: 400; letter-spacing: 0; min-height: 0; }
.kth-gifts { border-top: 1px solid var(--kth-border); padding-top: 18px; display: flex; flex-direction: column; gap: 12px; }
.kth-gifts__head { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; font-weight: 600; }
.kth-gifts__val { font-size: 11px; letter-spacing: var(--kth-tracking-wide); color: var(--kth-color-forest); }
.kth-gift { display: grid; grid-template-columns: 56px 1fr auto; gap: 14px; align-items: center; }
.kth-gift img { width: 56px; height: 56px; object-fit: cover; border-radius: var(--kth-radius-md, 6px); }
.kth-gift__meta { display: flex; flex-direction: column; font-size: 13px; color: var(--kth-ink-muted); }
.kth-gift__meta strong { font-weight: 600; color: var(--kth-ink); }
.kth-gift__price { display: flex; flex-direction: column; align-items: flex-end; font-size: 12px; }
.kth-gift__price s { color: var(--kth-ink-subtle); }
.kth-gift__price em { font-style: normal; font-weight: 700; letter-spacing: 0.1em; color: var(--kth-color-forest); }
.kth-saving { display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-radius: var(--kth-radius-surface); background: rgba(41, 81, 53, 0.08); color: var(--kth-color-forest); font-size: 14px; }
.kth-saving strong { margin-left: auto; font-size: 16px; }
.kth-total { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; }
.kth-total > span:first-child { display: flex; flex-direction: column; }
.kth-total__price { display: flex; flex-direction: column; align-items: flex-end; }
.kth-total__price s { font-size: 14px; color: var(--kth-ink-subtle); }
.kth-total__price span { font-family: var(--kth-font-display); font-size: 40px; line-height: 1; }
.kth-guarantee { display: flex; gap: 14px; align-items: center; padding: 16px 0; border-top: 1px solid var(--kth-border); border-bottom: 1px solid var(--kth-border); }
.kth-guarantee .kth-ic { color: var(--kth-color-forest); }
.kth-guarantee > span { display: flex; flex-direction: column; font-size: 13px; color: var(--kth-ink-muted); }
.kth-guarantee strong { color: var(--kth-ink); font-weight: 600; font-size: 14px; }
.kth-pay { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.kth-pay span { padding: 6px 10px; border: 1px solid var(--kth-border); border-radius: 4px; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; color: var(--kth-ink-muted); }

/* --- Koraci / vremenska linija / grupe / proces --------------------------- */
.kth-steps, .kth-timeline { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.kth-timeline { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.kth-steps li, .kth-timeline li { display: flex; flex-direction: column; gap: 8px; }
.kth-steps__n { font-family: var(--kth-font-display); font-size: 44px; line-height: 1; color: var(--kth-color-forest); }
.kth-tone-forest .kth-steps__n { color: var(--kth-color-sand); }
.kth-timeline li { padding-top: 20px; border-top: 1px solid var(--kth-border); }
.kth-editorial .kth-steps { grid-template-columns: 1fr; gap: 20px; margin-top: 8px; }
.kth-editorial .kth-steps li { flex-direction: row; flex-wrap: wrap; align-items: baseline; gap: 4px 16px; }
.kth-editorial .kth-steps__n { font-size: 28px; }
.kth-editorial .kth-steps p { flex-basis: 100%; padding-left: 52px; }
.kth-editorial .kth-steps h3 { margin: 0; }

.kth-groups { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-bottom: 24px; }
.kth-group { padding: 28px; background: var(--kth-color-offwhite); border-radius: var(--kth-radius-surface); display: flex; flex-direction: column; gap: 8px; }
.kth-group__n { font-family: var(--kth-font-display); font-size: 32px; color: var(--kth-color-forest); }
.kth-group__dose { font-weight: 600; color: var(--kth-color-forest) !important; }

.kth-process { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.kth-process__item { display: flex; flex-direction: column; gap: 10px; }
.kth-process__item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--kth-radius-surface); margin-bottom: 8px; }

.kth-nots { display: flex; flex-wrap: wrap; gap: 12px; }
.kth-nots span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border: 1px solid var(--kth-border); border-radius: var(--kth-radius-control); font-size: 14px; }

.kth-aplus { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.kth-aplus img { width: 100%; height: auto; border-radius: var(--kth-radius-surface); display: block; }

.kth-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.kth-card { padding: 36px; border: 1px solid var(--kth-border); border-radius: var(--kth-radius-surface); display: flex; flex-direction: column; gap: 12px; }
.kth-card .kth-eyebrow { color: var(--kth-color-forest); }

/* --- FAQ (details) -------------------------------------------------------- */
.kth-faq { border-top: 1px solid var(--kth-border); }
.kth-faq details { border-bottom: 1px solid var(--kth-border); }
.kth-faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 0; font-family: var(--kth-font-heading); font-size: 19px; color: var(--kth-ink); }
.kth-faq summary::-webkit-details-marker { display: none; }
.kth-faq summary .kth-ic { transition: transform var(--kth-duration-base) var(--kth-ease); }
.kth-faq details[open] summary .kth-ic { transform: rotate(45deg); }
.kth-faq__a p { margin: 0 0 22px; max-width: var(--kth-measure); font-size: 15px; line-height: 1.7; color: var(--kth-ink-muted); }

/* --- Nutritivna tabela ---------------------------------------------------- */
.kth-facts { border: 1px solid var(--kth-ink); border-radius: var(--kth-radius-surface); padding: 28px; background: var(--kth-color-offwhite); }
.kth-facts__title { font-family: var(--kth-font-heading); font-size: 26px; margin: 0; }
.kth-facts__serv { font-size: 13px; color: var(--kth-ink-subtle); margin: 4px 0 16px; padding-bottom: 12px; border-bottom: 6px solid var(--kth-ink); }
.kth-facts table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0; }
.kth-facts th { text-align: left; font-size: 11px; letter-spacing: var(--kth-tracking-wide); text-transform: uppercase; color: var(--kth-ink-subtle); padding: 8px 0; border-bottom: 1px solid var(--kth-ink); font-weight: 600; }
.kth-facts td { padding: 10px 0; border-bottom: 1px solid var(--kth-border); vertical-align: top; }
.kth-facts th:not(:first-child), .kth-facts td:not(:first-child) { text-align: right; white-space: nowrap; padding-left: 16px; }
.kth-facts tr.is-sub td:first-child { padding-left: 18px; color: var(--kth-ink-muted); font-size: 13px; }
.kth-facts__ingr { font-size: 13px; line-height: 1.7; color: var(--kth-ink-muted); margin-top: 20px; }
.kth-facts__notes { margin: 12px 0 0; padding-left: 18px; font-size: 12px; color: var(--kth-ink-subtle); }

/* --- Forme (Elementor Pro Form) ------------------------------------------- */
.kth-form .elementor-field-group .elementor-field { width: 100%; border-radius: 0; border: 0; border-bottom: 1px solid var(--kth-border-strong, rgba(36,39,42,.5)); background: transparent; padding: 12px 0; font-family: var(--kth-font-body); color: var(--kth-ink); }
.kth-form .elementor-button { border-radius: var(--kth-radius-control); background: var(--kth-color-forest); color: var(--kth-color-offwhite); min-height: 52px; font-family: var(--kth-font-body); text-transform: none; }
.kth-form--dark .elementor-field { color: var(--kth-color-offwhite) !important; }
.kth-form--dark .elementor-field::placeholder { color: rgba(250, 250, 250, 0.6); }
.kth-form--dark .elementor-button { background: var(--kth-color-offwhite); color: var(--kth-color-forest); }

/* --- Futer ---------------------------------------------------------------- */
.elementor-section.kth-footer { padding: 96px 24px 48px; }
.elementor-section.kth-footer-bottom { padding: 24px; border-top: 1px solid rgba(250, 250, 250, 0.18); }
.kth-footer__logo { height: 40px; width: auto; margin-bottom: 18px; }
.kth-footer__tag { font-family: var(--kth-font-heading); font-style: italic; font-size: 18px; margin: 0 0 32px; }
.kth-footer__news-t { font-family: var(--kth-font-heading); font-size: 20px; margin: 0 0 4px; }
.kth-footer__links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.kth-footer__links a { color: var(--kth-color-offwhite); text-decoration: none; font-size: 14px; opacity: 0.86; }
.kth-footer__links a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }

/* --- Stranica proizvoda (Woo) -------------------------------------------- */
.kth-pdp-eyebrow { display: block; margin-bottom: 10px; }
.kth-pdp-sub { font-size: 14px; color: var(--kth-ink-subtle); margin: 4px 0 16px; }
.kth-has-plans table.variations { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.kth-has-plans .woocommerce-variation-price { display: none; }
.kth-pdp-plans { margin: 12px 0 20px; }
.kth-pdp-plans__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
.kth-kitline { display: flex; align-items: center; gap: 10px; padding: 12px 16px; margin: 0 0 16px; border-radius: var(--kth-radius-surface); background: rgba(41, 81, 53, 0.08); color: var(--kth-color-forest); font-size: 14px; }
.kth-pdp-after { display: flex; flex-direction: column; gap: 16px; margin-top: 20px; }
.kth-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; text-align: center; }
.kth-trust > span { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 12px; color: var(--kth-ink-muted); }
.kth-trust strong { font-size: 13px; color: var(--kth-ink); font-weight: 600; }
.kth-trust .kth-ic { color: var(--kth-color-forest); }
.single-product .woocommerce-Tabs-panel--description { max-width: none; }
.single-product .woocommerce-Tabs-panel--description > .elementor { margin: 0 -15px; }

/* --- Responsive ----------------------------------------------------------- */
@media (max-width: 1024px) {
  .kth-values, .kth-quotes, .kth-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kth-timeline, .kth-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .kth-values, .kth-quotes, .kth-process, .kth-steps, .kth-timeline, .kth-groups, .kth-cards, .kth-aplus { grid-template-columns: 1fr; }
  .kth-values__item { padding: 28px 0; }
  .kth-checks { grid-template-columns: 1fr; }
  .kth-offer__card { padding: 22px 18px; }
  .kth-plan { grid-template-columns: 16px 1fr auto; gap: 12px; padding: 20px 16px 16px; }
  .kth-plan__price { font-size: 24px; }
  .kth-plan.is-featured .kth-plan__price { font-size: 28px; }
  .kth-plan__flag { font-size: 9px; left: 16px; }
  .kth-total__price span { font-size: 32px; }
  .kth-facts { padding: 18px; }
  .kth-facts table { font-size: 13px; }
  .kth-marquee__track > span { padding: 0 22px; font-size: 13px; }
  .kth-right, .kth-right p { text-align: left; }
  .elementor-section.kth-footer { padding: 64px 20px 32px; }
  .kth-actions .kth-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .kth-marquee__track { animation: none; } }
