.elementor-88 .elementor-element.elementor-element-ecf3792{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-88 .elementor-element.elementor-element-05881ce{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-88 .elementor-element.elementor-element-efb7a07{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-88 .elementor-element.elementor-element-da3040b{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-88 .elementor-element.elementor-element-59516ff{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-88 .elementor-element.elementor-element-d14cea2{margin-top:0px;margin-bottom:0px;}.elementor-88 .elementor-element.elementor-element-9134988{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1a89fd7 */:root {
  --te-bronze: #A67C4E;
  --te-bronze-deep: #8C6E45;
  --te-bronze-darker: #7E6440;
  --te-taupe: #8C7B62;
  --te-ink: #2E2A24;
  --te-ink-muted: #6B6156;
  --te-cream: #FBF6EE;
  --te-cream-alt: #F6EFE4;
  --te-cream-deep: #F1E6D6;
  --te-cream-soft: #F7F1E6;
  --te-border: #B7A98F;
  --te-border-alt: #B79E7E;
  --te-white: #FFFFFF;
  --te-container: 1200px;
  --te-font-display: 'Cormorant Garamond', Georgia, serif;
  --te-font-body: 'Jost', ui-sans-serif, system-ui, sans-serif;
}

.te-hero, .te-hero * { box-sizing: border-box; }

.te-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 70px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
  padding: clamp(4.8rem, 8vw, 6.5rem) max(clamp(1.25rem, 5vw, 4.5rem), calc((100vw - var(--te-container)) / 2)) clamp(4.5rem, 8vw, 6rem);
  overflow: hidden;
  background: var(--te-cream);
  color: var(--te-ink);
  font-family: var(--te-font-body);
}

.te-hero__orb {
  position: absolute;
  top: -18rem;
  left: 42%;
  width: min(48rem, 70vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, var(--te-cream-deep) 0%, rgba(241,232,217,0) 68%);
  pointer-events: none;
  z-index: -1;
}

.te-hero__content { position: relative; z-index: 3; max-width: 720px; }

.te-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 0.85rem;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
  opacity: 0; animation: teHeroReveal 0.95s cubic-bezier(.22,.61,.36,1) 0.05s forwards;
}
.te-hero__eyebrow span { width: 2.125rem; height: 1px; background: var(--te-border-alt); }
.te-hero__eyebrow p { margin: 0; font-size: 0.78rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--te-bronze-deep); }

.te-hero__title {
  margin: 0 0 clamp(1.4rem, 3vw, 1.9rem);
  max-width: 780px;
  font-family: var(--te-font-display);
  font-weight: 500;
  font-size: clamp(3.5rem, 5.8vw, 6rem);
  line-height: 1.01;
  letter-spacing: -0.025em;
  color: var(--te-ink);
  opacity: 0;
  animation: teHeroReveal 1s cubic-bezier(.22,.61,.36,1) 0.15s forwards;
}
.te-hero__title em, .te-hero__title span { color: var(--te-bronze-deep); font-style: italic; }

.te-hero__lead {
  margin: 0 0 clamp(2rem, 4vw, 2.75rem);
  max-width: 560px;
  color: var(--te-ink-muted);
  font-size: clamp(1.05rem, 0.45vw + 0.95rem, 1.18rem);
  line-height: 1.78;
  font-weight: 300;
  opacity: 0;
  animation: teHeroReveal 1s cubic-bezier(.22,.61,.36,1) 0.25s forwards;
}

.te-hero__actions {
  display: flex; align-items: center; gap: clamp(1rem, 2vw, 1.75rem); flex-wrap: wrap;
  opacity: 0; animation: teHeroReveal 1s cubic-bezier(.22,.61,.36,1) 0.35s forwards;
}

.te-hero__btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.85rem;
  text-decoration: none !important;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.te-hero__btn--primary {
  padding: 1.05rem 2.25rem; border-radius: 999px;
  background: var(--te-ink); color: var(--te-white) !important;
  border: 1.5px solid var(--te-ink);
  font-size: 0.84rem; letter-spacing: 0.13em; text-transform: uppercase;
}
.te-hero__btn--primary:hover { transform: translateY(-2px); background: var(--te-bronze-deep); border-color: var(--te-bronze-deep); }
.te-hero__btn--primary svg, .te-hero__btn--primary .te-btn__arrow { width: 15px; height: 15px; color: currentColor; stroke: currentColor; transition: transform .25s ease; }
.te-hero__btn--primary:hover svg, .te-hero__btn--primary:hover .te-btn__arrow { transform: translateX(4px); }

.te-hero__btn--text {
  position: relative; color: var(--te-bronze-deep) !important;
  border-bottom: 0; padding-bottom: 0.25rem; font-size: 0.92rem; letter-spacing: 0.06em;
}
.te-hero__btn--text::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px;
  background: var(--te-border-alt); transform: scaleX(0.65); transform-origin: left;
  transition: transform .25s ease, background .25s ease;
}
.te-hero__btn--text:hover { color: var(--te-ink) !important; transform: translateY(-1px); }
.te-hero__btn--text:hover::after { transform: scaleX(1); background: var(--te-ink); }

.te-hero__visual { position: relative; z-index: 2; min-height: 620px; display: flex; align-items: center; justify-content: center; }
.te-hero__canvas-layer, .te-hero__canvas-layer canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }

.te-hero__follicle {
  position: relative; z-index: 2; overflow: visible;
  width: min(330px, 72vw); height: auto;
  filter: drop-shadow(0 38px 55px rgba(90, 70, 45, .12));
}

.te-hero__skin-line { animation: teDraw 1.6s cubic-bezier(.4,0,.2,1) 0s forwards; }
.te-hero__shaft { animation: teDraw 3.35s cubic-bezier(.4,0,.2,1) .3s forwards, teFloat 8s ease-in-out 3.8s infinite; }
.te-hero__inner-shaft { animation: teDraw 3s cubic-bezier(.4,0,.2,1) .65s forwards; }

.te-hero__floating-card {
  position: absolute; z-index: 4; padding: 0.86rem 1.1rem; border-radius: 1rem;
  background: rgba(255,255,255,.58); border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 22px 48px -30px rgba(90,70,45,.55);
  backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%);
  animation: teFloat 7s ease-in-out infinite;
}
.te-hero__floating-card span { display: block; margin-bottom: 0.18rem; color: #a08b67; font-size: 0.66rem; letter-spacing: 0.15em; text-transform: uppercase; }
.te-hero__floating-card strong { display: block; color: var(--te-ink); font-family: var(--te-font-display); font-size: clamp(0.95rem, 1vw, 1.15rem); font-weight: 600; line-height: 1.25; }
.te-hero__floating-card--left { left: 3%; top: 21%; }
.te-hero__floating-card--right {
  right: 1%; bottom: 22%;
  background: rgba(46,42,36,.9); border-color: rgba(217,199,178,.15);
  animation-duration: 8.5s; animation-delay: .45s;
}
.te-hero__floating-card--right span { color: #c7b291; }
.te-hero__floating-card--right strong { color: var(--te-cream-alt); }

.te-hero__scroll {
  position: absolute; left: 50%; bottom: 1.5rem; transform: translateX(-50%); z-index: 5;
  display: flex; flex-direction: column; align-items: center; gap: 0.62rem; color: #a99a82;
}
.te-hero__scroll span { font-size: 0.64rem; letter-spacing: 0.28em; text-transform: uppercase; }
.te-hero__scroll i { width: 1px; height: 2.875rem; background: linear-gradient(#c7b291, rgba(199,178,145,0)); }

@keyframes teHeroReveal { from { opacity: 0; transform: translateY(36px); } to { opacity: 1; transform: translateY(0); } }
@keyframes teDraw { to { stroke-dashoffset: 0; } }
@keyframes teFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

@media (max-width: 1024px) {
  .te-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 5.8rem; }
  .te-hero__content { text-align: center; margin: 0 auto; }
  .te-hero__eyebrow, .te-hero__actions { justify-content: center; }
  .te-hero__lead { margin-left: auto; margin-right: auto; }
  .te-hero__visual { min-height: 500px; margin-top: -1rem; }
}

@media (max-width: 767px) {
  .te-hero { padding: 5.4rem 1rem 3.5rem; gap: 1.5rem; }
  .te-hero__title { font-size: clamp(2.8rem, 13vw, 4.2rem); line-height: 1.05; }
  .te-hero__eyebrow p { font-size: 0.68rem; letter-spacing: 0.2em; }
  .te-hero__actions { align-items: stretch; }
  .te-hero__btn--primary, .te-hero__btn--text { width: 100%; }
  .te-hero__visual { min-height: 390px; }
  .te-hero__follicle { width: min(250px, 70vw); }
  .te-hero__floating-card { padding: 0.72rem 0.85rem; border-radius: 0.85rem; }
  .te-hero__floating-card--left { left: 0; top: 14%; }
  .te-hero__floating-card--right { right: 0; bottom: 14%; }
  .te-hero__floating-card strong { font-size: 1rem; }
  .te-hero__scroll { display: none; }
}

@media (max-width: 767px) {
  .te-hero__floating-card { padding: 0.45rem 0.6rem; border-radius: 0.7rem; max-width: 130px; transform: scale(0.78); }
  .te-hero__floating-card span { font-size: 0.48rem; letter-spacing: 0.1em; }
  .te-hero__floating-card strong { font-size: 0.72rem; line-height: 1.15; }
  .te-hero__floating-card--left { left: -4px; top: 9%; }
  .te-hero__floating-card--right { right: -4px; bottom: 9%; }
}

.te-hero__btn--text::after {
  display: none;
}

.te-hero__seo-title{
    margin:0 0 12px !important;
    padding:0 !important;
    font-family:var(--te-font-body) !important;
    font-size:12px !important;
    line-height:1.2 !important;
    font-weight:500 !important;
    text-transform:uppercase !important;
    letter-spacing:.25em !important;
    color:var(--te-bronze-deep) !important;
    opacity:1 !important;
    animation:none !important;
}

@media (max-width:767px){
    .te-hero__seo-title{
        font-size:11px !important;
        margin-bottom:10px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ec626d *//* TRYCHOESTETICA — O mnie */
/* poszerzenie tylko sekcji O mnie */

.te-about {
  background: linear-gradient(
    180deg,
    var(--te-cream) 0%,
    #fffdf9 100%
  );
}

.te-about .te-section__inner {
  max-width: none;
  padding-left: clamp(1.25rem, 5vw, 4.5rem);
  padding-right: clamp(1.25rem, 5vw, 4.5rem);
}

.te-about__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 5rem);
  max-width: 1500px;
  margin: 0 auto;
}

.te-about {
  background: linear-gradient(
    180deg,
    var(--te-cream) 0%,
    #fffdf9 100%
  );
}

.te-about__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(2.5rem, 6vw, 5rem);
}

.te-about__image-wrap {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.te-about__bg-text {
  position: absolute;
  left: -0.05em;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--te-font-display);
  font-size: clamp(5rem, 13vw, 11rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: rgba(46, 42, 36, 0.045);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}

.te-about__image {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  height: clamp(460px, 58vw, 660px);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 38px 90px -55px rgba(90, 70, 45, 0.55);
  border: 1px solid rgba(183, 169, 143, 0.32);
  background: var(--te-cream-alt);
}

.te-about__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.18), transparent 40%),
    linear-gradient(180deg, transparent 70%, rgba(46,42,36,0.18));
  pointer-events: none;
}

.te-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transform: scale(1.01);
  transition: transform 0.8s ease;
}

.te-about__image:hover img {
  transform: scale(1.045);
}

.te-about__content {
  max-width: 560px;
}

.te-about__content .te-section-heading {
  max-width: 560px;
}

.te-about__text {
  margin-top: 1.5rem;
}

.te-about__text p {
  margin: 0 0 1.05rem;
  font-size: clamp(1rem, 0.3vw + 0.95rem, 1.08rem);
  line-height: 1.78;
  color: var(--te-ink-muted);
  font-family: var(--te-font-body);
}

.te-about__text p:last-child {
  margin-bottom: 0;
}

.te-about__actions {
  margin-top: 2rem;
}

/* Mobile */

@media (max-width: 980px) {
  .te-about__inner {
    grid-template-columns: 1fr;
  }

  .te-about__content {
    max-width: 720px;
  }

  .te-about__image-wrap {
    min-height: auto;
    order: 2;
  }

  .te-about__content {
    order: 1;
  }

  .te-about__image {
    width: 100%;
    height: 520px;
  }

  .te-about__bg-text {
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(4.5rem, 20vw, 8rem);
  }
}

@media (max-width: 560px) {
  .te-about__image {
    height: 430px;
    border-radius: 26px;
  }

  .te-about__text p {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae1413e *//* TRYCHOESTETICA — Sekcja: Obszary pomocy */

.te-problems {
  background:
    radial-gradient(circle at 10% 8%, rgba(241, 230, 214, 0.72), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(246, 239, 228, 0.8), transparent 30%),
    var(--te-cream);
}

.te-problems__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.te-problems__orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  opacity: 0.65;
  animation: teProblemsFloat 12s ease-in-out infinite;
}

.te-problems__orb--one {
  width: 18rem;
  height: 18rem;
  left: -7rem;
  top: 18%;
  background: radial-gradient(circle, rgba(166, 124, 78, 0.16), transparent 68%);
}

.te-problems__orb--two {
  width: 24rem;
  height: 24rem;
  right: -10rem;
  bottom: 6%;
  background: radial-gradient(circle, rgba(183, 158, 126, 0.18), transparent 70%);
  animation-delay: -4s;
}

.te-problems__head {
  max-width: 760px;
  text-align: center;
  margin: 0 auto clamp(2.2rem, 5vw, 4rem);
}

.te-problems__head .te-lead {
  margin-left: auto;
  margin-right: auto;
}

.te-problems__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.te-problem-card {
  position: relative;
  min-height: 255px;
  padding: clamp(1.25rem, 2vw, 1.55rem);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(183, 169, 143, 0.34);
  box-shadow: 0 28px 60px -46px rgba(90, 70, 45, 0.55);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  overflow: hidden;
  transform: translateY(0);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

.te-problem-card::before {
  content: "";
  position: absolute;
  inset: -45% -35% auto auto;
  width: 11rem;
  height: 11rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(166,124,78,0.14), transparent 68%);
  opacity: 0;
  transition: opacity 0.28s ease, transform 0.28s ease;
  transform: scale(0.9);
}

.te-problem-card:hover,
.te-problem-card.is-active {
  transform: translateY(-6px);
  border-color: rgba(140, 110, 69, 0.55);
  box-shadow: 0 32px 72px -42px rgba(90, 70, 45, 0.7);
}

.te-problem-card:hover::before,
.te-problem-card.is-active::before {
  opacity: 1;
  transform: scale(1.05);
}

.te-problem-card__number {
  display: block;
  font-family: var(--te-font-display);
  font-size: 2rem;
  line-height: 1;
  color: rgba(166, 124, 78, 0.24);
  margin-bottom: 1.1rem;
}

.te-problem-card__icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--te-cream-alt);
  border: 1px solid rgba(183, 169, 143, 0.26);
  margin-bottom: 1.15rem;
}

.te-problem-card__icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--te-bronze-deep);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.28s ease;
}

.te-problem-card:hover .te-problem-card__icon svg,
.te-problem-card.is-active .te-problem-card__icon svg {
  transform: translateY(-2px) scale(1.05);
}

.te-problem-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 0.7rem;
  font-family: var(--te-font-display);
  font-weight: 600;
  font-size: clamp(1.25rem, 1.3vw, 1.55rem);
  line-height: 1.12;
  color: var(--te-ink);
}

.te-problem-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.62;
  color: var(--te-ink-muted);
}

.te-problem-card--dark {
  background: var(--te-ink);
  border-color: rgba(199, 178, 145, 0.22);
}

.te-problem-card--dark .te-problem-card__number {
  color: rgba(217, 199, 178, 0.32);
}

.te-problem-card--dark .te-problem-card__icon {
  background: rgba(217,199,178,0.12);
  border-color: rgba(217,199,178,0.18);
}

.te-problem-card--dark .te-problem-card__icon svg {
  stroke: var(--te-cream-deep);
}

.te-problem-card--dark h3 {
  color: var(--te-white);
}

.te-problem-card--dark p {
  color: #C3B9AA;
}

.te-problems__cta {
  margin-top: clamp(1.25rem, 3vw, 2rem);
  padding: clamp(1.35rem, 3vw, 2rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.te-problems__cta h3 {
  margin: 0 0 0.45rem;
  font-family: var(--te-font-display);
  font-weight: 600;
  font-size: clamp(1.45rem, 1.8vw, 2rem);
  color: var(--te-ink);
}

.te-problems__cta p {
  margin: 0;
  max-width: 64ch;
  color: var(--te-ink-muted);
  line-height: 1.65;
}

@keyframes teProblemsFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(1.2rem, -1.4rem, 0) scale(1.06); }
}

@media (max-width: 1100px) {
  .te-problems__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .te-problem-card {
    min-height: 230px;
  }
}

@media (max-width: 767px) {
  .te-problems__head {
    text-align: left;
  }

  .te-problems__grid {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding: 0.25rem 1.25rem 1rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .te-problems__grid::-webkit-scrollbar {
    display: none;
  }

  .te-problem-card {
    flex: 0 0 min(82vw, 340px);
    min-height: 260px;
    scroll-snap-align: start;
  }

  .te-problems__cta {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .te-problems__orb {
    animation: none !important;
  }

  .te-problem-card,
  .te-problem-card::before,
  .te-problem-card__icon svg {
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fdab6bd *//*
  TRYCHOESTETICA — style sekcji "Analiza włosów" (quiz + lead generation).
  Wklej po tokens.css i components.css, przed footer.css (kolejność reszty bez znaczenia).
  Animacje celowo operują tylko na opacity / transform / filter (GPU), zgodnie z resztą strony.
*/

.te-quiz {
  background: linear-gradient(180deg, var(--te-cream) 0%, var(--te-cream-alt) 100%);
  padding: clamp(4rem, 9vw, 7rem) clamp(1.25rem, 4vw, 3rem);
}

.te-quiz, .te-quiz *, .te-quiz *::before, .te-quiz *::after {
  box-sizing: border-box;
}

.te-quiz__inner {
  position: relative;
  max-width: var(--te-container);
  margin: 0 auto;
}

/* ---------- system scen (intro / quiz / loading / result) ---------- */

.te-quiz__stage {
  display: none;
}

.te-quiz__stage.is-current {
  display: block;
}

.te-quiz__stage.is-anim-out {
  animation: te-quiz-stage-out 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.te-quiz__stage.is-anim-in {
  animation: te-quiz-stage-in 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes te-quiz-stage-out {
  from { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
  to   { opacity: 0; transform: translateY(-14px) scale(0.99); filter: blur(6px); }
}

@keyframes te-quiz-stage-in {
  from { opacity: 0; transform: translateY(16px) scale(0.99); filter: blur(6px); }
  to   { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@media (prefers-reduced-motion: reduce) {
  .te-quiz__stage.is-anim-out, .te-quiz__stage.is-anim-in { animation: none !important; }
}

/* ---------- intro ---------- */

#te-quiz-stage-intro {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.te-quiz__intro-heading {
  margin: 0.8rem 0 0;
  font-family: var(--te-font-display);
  font-weight: 500;
  font-size: clamp(2.2rem, 2.6vw + 1.4rem, 3.4rem);
  line-height: 1.1;
  color: var(--te-ink);
}

.te-quiz__intro-lead {
  margin-left: auto;
  margin-right: auto;
}

.te-quiz__start {
  margin-top: 2.2rem;
}

/* ---------- pasek postępu ---------- */

.te-quiz__progress {
  max-width: 420px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
}

.te-quiz__progress-label {
  display: block;
  margin-bottom: 0.6rem;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--te-ink-muted);
}

.te-quiz__progress-track {
  position: relative;
  height: 3px;
  border-radius: 3px;
  background: rgba(150, 120, 79, 0.18);
  overflow: hidden;
}

.te-quiz__progress-fill {
  position: absolute;
  inset: 0;
  width: 20%;
  background: linear-gradient(90deg, var(--te-bronze), var(--te-bronze-deep));
  border-radius: 3px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- układ dwukolumnowy ---------- */

.te-quiz__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: stretch;
}

/* ---------- kolumna wizualna ---------- */

.te-quiz__visual {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: 0 30px 60px -36px rgba(120, 100, 64, 0.5);
}

.te-quiz__visual-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, var(--te-cream-soft) 0%, var(--te-cream-deep) 45%, var(--te-border-alt) 140%);
}

.te-quiz__illust {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 12%;
  opacity: 0;
  transform: scale(1.06);
  filter: blur(14px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), filter 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.te-quiz__illust.is-active {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .te-quiz__illust { transition: opacity 0.3s ease; transform: none !important; filter: none !important; }
}

/* ---------- panel z pytaniem ---------- */

.te-quiz__panel {
  position: relative;
  display: flex;
  flex-direction: column;
}

.te-quiz__back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  margin-bottom: 1rem;
  padding: 0.3rem 0.2rem;
  border: 0;
  background: transparent;
  font-family: var(--te-font-body);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--te-ink-muted);
  cursor: pointer;
  transition: color 0.2s ease;
}

.te-quiz__back:hover { color: var(--te-bronze-deep); }
.te-quiz__back svg { width: 14px; height: 14px; }

.te-quiz__panel-stage {
  position: relative;
  flex: 1;
  min-height: 620px;
}

.te-quiz__question {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateX(26px);
  filter: blur(8px);
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), filter 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.te-quiz__question.is-current {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
  pointer-events: auto;
}

.te-quiz__question.is-leaving {
  opacity: 0;
  transform: translateX(-26px);
  filter: blur(8px);
}

@media (prefers-reduced-motion: reduce) {
  .te-quiz__question { transition: opacity 0.3s ease; transform: none !important; filter: none !important; }
}

.te-quiz__question-title {
  margin: 0 0 1.3rem;
  font-family: var(--te-font-display);
  font-weight: 500;
  font-size: clamp(1.4rem, 1.2vw + 1.1rem, 1.9rem);
  color: var(--te-ink);
  line-height: 1.25;
}

/* ---------- kafelki odpowiedzi ---------- */

.te-quiz__tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.te-quiz__tiles--list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.te-quiz__tile {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  border: 1.5px solid rgba(183, 169, 143, 0.4);
  background: var(--te-white);
  font-family: var(--te-font-body);
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--te-ink);
  text-align: left;
  cursor: pointer;
  transform: translateZ(0);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.te-quiz__tile:hover {
  transform: translateY(-3px);
  border-color: var(--te-bronze-deep);
  box-shadow: 0 16px 30px -18px rgba(140, 110, 69, 0.55), 0 0 0 1px rgba(166, 124, 78, 0.12);
}

.te-quiz__tile:focus-visible {
  outline: 2px solid var(--te-bronze-deep);
  outline-offset: 2px;
}

.te-quiz__tile-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(166, 124, 78, 0.09);
  color: var(--te-bronze-deep);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.te-quiz__tile-icon svg { width: 18px; height: 18px; }

.te-quiz__tile-label { flex: 1; line-height: 1.3; }

.te-quiz__tile-check {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid rgba(183, 169, 143, 0.5);
  background: transparent;
  color: var(--te-white);
  transform: scale(0.85);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.te-quiz__tile-check svg {
  width: 11px;
  height: 11px;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.2s ease 0.05s, transform 0.2s ease 0.05s;
}

.te-quiz__tile.is-selected {
  border-color: var(--te-bronze);
  background: rgba(166, 124, 78, 0.07);
  box-shadow: 0 18px 34px -18px rgba(140, 110, 69, 0.6), 0 0 0 1px rgba(166, 124, 78, 0.25);
}

.te-quiz__tile.is-selected .te-quiz__tile-icon {
  background: var(--te-bronze);
  color: var(--te-white);
}

.te-quiz__tile.is-selected .te-quiz__tile-check {
  background: var(--te-bronze);
  border-color: var(--te-bronze);
  transform: scale(1);
}

.te-quiz__tile.is-selected .te-quiz__tile-check svg {
  opacity: 1;
  transform: scale(1);
}

.te-quiz__tile.is-pulse {
  animation: te-quiz-tile-pulse 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes te-quiz-tile-pulse {
  0% { transform: scale(1); }
  40% { transform: scale(0.965); }
  100% { transform: scale(1); }
}

@media (max-width: 620px) {
  .te-quiz__tiles, .te-quiz__tiles--list { grid-template-columns: 1fr; }
}

/* ---------- pole "inny problem" ---------- */

.te-quiz__other {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  overflow: hidden;
  animation: te-quiz-expand 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes te-quiz-expand {
  from { opacity: 0; transform: translateY(-8px); max-height: 0; }
  to   { opacity: 1; transform: translateY(0); max-height: 220px; }
}

.te-quiz__other-textarea {
  width: 100%;
  padding: 0.9rem 1.1rem;
  border-radius: 14px;
  border: 1.5px solid rgba(183, 169, 143, 0.45);
  background: var(--te-white);
  font-family: var(--te-font-body);
  font-size: 0.94rem;
  color: var(--te-ink);
  resize: vertical;
  min-height: 84px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.te-quiz__other-textarea:focus {
  outline: none;
  border-color: var(--te-bronze-deep);
  box-shadow: 0 0 0 3px rgba(166, 124, 78, 0.14);
}

.te-quiz__other-next { align-self: flex-start; }

/* ---------- suwak (pytanie 5) ---------- */

.te-quiz__slider-wrap {
  position: relative;
  padding-top: 0.5rem;
}

.te-quiz__slider {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 34px;
  background: transparent;
  cursor: pointer;
  margin: 0;
}

.te-quiz__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--te-bronze-deep);
  border: 3px solid var(--te-white);
  box-shadow: 0 8px 18px -6px rgba(140, 110, 69, 0.6);
  margin-top: 4px;
  transition: transform 0.2s ease;
}

.te-quiz__slider::-webkit-slider-thumb:hover { transform: scale(1.1); }

.te-quiz__slider::-moz-range-thumb {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--te-bronze-deep);
  border: 3px solid var(--te-white);
  box-shadow: 0 8px 18px -6px rgba(140, 110, 69, 0.6);
  cursor: pointer;
}

.te-quiz__slider::-webkit-slider-runnable-track { height: 3px; background: transparent; }
.te-quiz__slider::-moz-range-track { height: 3px; background: transparent; }

.te-quiz__slider-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  height: 3px;
  border-radius: 3px;
  background: rgba(150, 120, 79, 0.2);
  z-index: 1;
}

.te-quiz__slider-fill {
  position: absolute;
  inset: 0;
  width: 50%;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--te-bronze), var(--te-bronze-deep));
}

.te-quiz__slider-labels {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.6rem;
  font-size: 0.8rem;
  color: var(--te-ink-muted);
}

.te-quiz__slider-labels span:last-child { text-align: right; }

.te-quiz__slider-next { margin-top: 1.8rem; align-self: flex-start; }

/* ---------- loading ---------- */

#te-quiz-stage-loading {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  text-align: center;
}

#te-quiz-stage-loading.is-current { display: flex; }

.te-quiz__loader-ring {
  width: 56px;
  height: 56px;
  animation: te-quiz-spin 1.1s linear infinite;
}

@keyframes te-quiz-spin {
  to { transform: rotate(360deg); }
}

.te-quiz__loading-text {
  margin-top: 1.6rem;
  font-family: var(--te-font-display);
  font-size: 1.3rem;
  color: var(--te-ink);
}

.te-quiz__dots span {
  display: inline-block;
  animation: te-quiz-dot 1.4s ease-in-out infinite;
}

.te-quiz__dots span:nth-child(2) { animation-delay: 0.2s; }
.te-quiz__dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes te-quiz-dot {
  0%, 60%, 100% { opacity: 0.25; }
  30% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .te-quiz__loader-ring { animation: none; }
  .te-quiz__dots span { animation: none; opacity: 1; }
}

/* ---------- wynik + lead ---------- */

#te-quiz-stage-result {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.te-quiz__result-heading { margin: 0.7rem auto 0; }

.te-quiz__result-card {
  margin: 2rem auto 0;
  max-width: 420px;
  padding: 1.6rem 1.8rem;
  border-radius: 20px;
  background: var(--te-white);
  border: 1px solid rgba(183, 169, 143, 0.35);
  box-shadow: 0 26px 50px -34px rgba(120, 100, 64, 0.55);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  text-align: left;
}

.te-quiz__result-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--te-font-body);
  font-size: 1rem;
  font-weight: 500;
  color: var(--te-ink);
}

.te-quiz__result-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--te-bronze);
  color: var(--te-white);
  font-size: 0.8rem;
  flex-shrink: 0;
}

.te-quiz__result-disclaimer {
  margin: 1.6rem auto 0;
  max-width: 46ch;
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--te-ink-muted);
}

.te-quiz__lead {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid rgba(183, 169, 143, 0.35);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.te-quiz__lead.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.te-quiz__lead-heading {
  margin: 0.7rem 0 0;
  font-family: var(--te-font-display);
  font-weight: 500;
  font-size: clamp(1.6rem, 1.4vw + 1.2rem, 2.1rem);
  color: var(--te-ink);
}

.te-quiz__lead-text {
  margin-left: auto;
  margin-right: auto;
}

.te-quiz__form-placeholder {
  margin: 1.8rem auto 0;
  max-width: 420px;
  padding: 2.2rem 1.5rem;
  border-radius: 18px;
  border: 1.5px dashed rgba(166, 124, 78, 0.4);
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  color: var(--te-ink-muted);
}

.te-quiz__form-placeholder-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(166, 124, 78, 0.1);
  color: var(--te-bronze-deep);
  font-size: 1.1rem;
}

.te-quiz__form-placeholder-text {
  font-size: 0.85rem;
}

/* ---------- responsywność ---------- */

@media (max-width: 900px) {
  .te-quiz__grid { grid-template-columns: 1fr; }
  .te-quiz__visual { min-height: 260px; order: -1; }
  .te-quiz__panel-stage { min-height: 460px; }
}

@media (max-width: 560px) {
  .te-quiz__tile { padding: 0.85rem 0.9rem; }
  .te-quiz__result-card { padding: 1.3rem 1.4rem; }
}

/* TEST */

.te-quiz__form {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
}

.te-quiz__form input[type="tel"] {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(61, 50, 38, 0.16);
  border-radius: 999px;
  padding: 0 1.25rem;
  font: inherit;
  color: #3D3226;
  background: #fff;
  outline: none;
}

.te-quiz__form input[type="tel"]:focus {
  border-color: #A67C4E;
  box-shadow: 0 0 0 4px rgba(166, 124, 78, 0.12);
}

.te-quiz__consent {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  font-size: .82rem;
  line-height: 1.45;
  color: rgba(61, 50, 38, 0.72);
}

.te-quiz__consent input {
  margin-top: .2rem;
}

#te-quiz-form-status {
  margin: 0;
  font-size: .9rem;
  color: rgba(61, 50, 38, 0.72);
}

.te-quiz__success {
  margin-top: 1.5rem;
  padding: 1.75rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(166, 124, 78, 0.18);
  box-shadow: 0 18px 50px rgba(61, 50, 38, 0.08);
  text-align: center;
  animation: teQuizSuccessIn .45s ease both;
}

.te-quiz__success-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 1rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(166, 124, 78, 0.12);
  color: #A67C4E;
  font-size: 1.8rem;
  font-weight: 700;
}

.te-quiz__success h3 {
  margin: 0 0 .5rem;
  color: #3D3226;
}

.te-quiz__success p {
  margin: 0;
  color: rgba(61, 50, 38, 0.72);
  line-height: 1.6;
}

@keyframes teQuizSuccessIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

#te-quiz-question-1{
    min-height:auto;
}

/* MOBILE FIX — quiz */
@media (max-width: 767px) {

  #te-quiz .te-quiz__panel-stage {
    min-height: 920px !important;
  }



  #te-quiz .te-quiz__question-title {
    font-size: 2.15rem !important;
    line-height: 1.12 !important;
    margin-bottom: 1.4rem !important;
  }

  #te-quiz .te-quiz__tiles,
  #te-quiz .te-quiz__tiles--list {
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
  }

  #te-quiz .te-quiz__tile {
    min-height: 76px !important;
    padding: 0.95rem 1rem !important;
    border-radius: 16px !important;
  }

  #te-quiz .te-quiz__tile-icon {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
  }

  #te-quiz .te-quiz__tile-label {
    font-size: 1.12rem !important;
    line-height: 1.25 !important;
  }

  #te-quiz .te-quiz__visual {
    min-height: 220px !important;
  }

  #te-quiz .te-quiz__inner {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {

  #te-quiz .te-quiz__tile {
    padding: 0.75rem 1rem;
    min-height: 64px;
    align-items: center;
  }

  #te-quiz .te-quiz__tile-label {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.25;
    font-size: 1rem;
  }

}


/* QUIZ CTA — start / dalej / submit */

#te-quiz .te-btn.te-btn--primary,
#te-quiz button.te-btn.te-btn--primary,
#te-quiz #te-quiz-start,
#te-quiz #te-quiz-other-next,
#te-quiz #te-quiz-slider-next,
#te-quiz #te-quiz-lead-form button[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important;

  min-height: 56px !important;
  min-width: 170px !important;
  padding: 0 34px !important;

  border: 1.5px solid #2e2a24 !important;
  border-radius: 999px !important;

  background: #2e2a24 !important;
  color: #fff !important;

  font-family: var(--te-font-body) !important;
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  line-height: 1 !important;

  box-shadow: 0 14px 28px rgba(46,42,36,.16) !important;
  cursor: pointer !important;

  transition: background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease !important;
}

#te-quiz .te-btn.te-btn--primary:hover,
#te-quiz button.te-btn.te-btn--primary:hover,
#te-quiz #te-quiz-start:hover,
#te-quiz #te-quiz-other-next:hover,
#te-quiz #te-quiz-slider-next:hover,
#te-quiz #te-quiz-lead-form button[type="submit"]:hover {
  background: #96784f !important;
  border-color: #96784f !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 34px rgba(46,42,36,.22) !important;
}

#te-quiz .te-btn__arrow {
  width: 15px !important;
  height: 15px !important;
  color: currentColor !important;
  stroke: currentColor !important;
  transition: transform .25s ease !important;
}

#te-quiz .te-btn.te-btn--primary:hover .te-btn__arrow {
  transform: translateX(4px) !important;
}

#te-quiz #te-quiz-other-next::after,
#te-quiz #te-quiz-slider-next::after {
  content: "→";
  margin-left: 10px;
  font-size: 15px;
  transition: transform .25s ease;
}

#te-quiz #te-quiz-other-next:hover::after,
#te-quiz #te-quiz-slider-next:hover::after {
  transform: translateX(4px);
}

@media (max-width: 767px) {
  #te-quiz .te-btn.te-btn--primary,
  #te-quiz button.te-btn.te-btn--primary,
  #te-quiz #te-quiz-start,
  #te-quiz #te-quiz-other-next,
  #te-quiz #te-quiz-slider-next,
  #te-quiz #te-quiz-lead-form button[type="submit"] {
    width: 100% !important;
    min-width: 100% !important;
    min-height: 52px !important;
    padding: 0 24px !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.12em !important;
  }
}

/* Odstęp nad przyciskami quizu */

#te-quiz #te-quiz-start,
#te-quiz #te-quiz-other-next,
#te-quiz #te-quiz-slider-next,
#te-quiz #te-quiz-lead-form button[type="submit"] {
    margin-top: 1.75rem !important;
}

@media (max-width: 767px) {
    #te-quiz #te-quiz-start,
    #te-quiz #te-quiz-other-next,
    #te-quiz #te-quiz-slider-next,
    #te-quiz #te-quiz-lead-form button[type="submit"] {
        margin-top: 1.4rem !important;
    }
}

/* FIX: inputy/textarea quizu kontra Elementor Kit */

#te-quiz input:not([type="button"]):not([type="submit"]),
#te-quiz textarea,
#te-quiz select {
  font-family: var(--te-font-body) !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  color: #3D3226 !important;

  background: #fff !important;
  border: 1.5px solid rgba(183, 169, 143, 0.45) !important;
  border-radius: 14px !important;

  box-shadow: none !important;
  outline: none !important;

  box-sizing: border-box !important;
}

#te-quiz textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 96px !important;
  padding: 1rem 1.1rem !important;
  resize: vertical !important;
}

#te-quiz input[type="tel"] {
  width: 100% !important;
  min-height: 56px !important;
  padding: 0 1.25rem !important;
  border-radius: 999px !important;
}

#te-quiz input:focus,
#te-quiz textarea:focus {
  border-color: #A67C4E !important;
  box-shadow: 0 0 0 4px rgba(166,124,78,.12) !important;
}

/* Premium slider — Quiz step 5 */

#te-quiz .te-quiz__slider-wrap {
  position: relative;
  margin-top: 2.2rem;
  padding-top: 0;
}

#te-quiz .te-quiz__slider {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 100% !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
}

#te-quiz .te-quiz__slider::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #96784f 0%,
    #96784f var(--te-slider-value, 50%),
    rgba(150,120,79,.16) var(--te-slider-value, 50%),
    rgba(150,120,79,.16) 100%
  );
}

#te-quiz .te-quiz__slider::-moz-range-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(150,120,79,.16);
}

#te-quiz .te-quiz__slider::-moz-range-progress {
  height: 8px;
  border-radius: 999px;
  background: #96784f;
}

#te-quiz .te-quiz__slider::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  width: 30px;
  height: 30px;
  margin-top: -11px;
  border-radius: 50%;
  background: #96784f;
  border: 5px solid #fff;
  box-shadow: 0 8px 22px rgba(46,42,36,.18);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

#te-quiz .te-quiz__slider::-webkit-slider-thumb:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 26px rgba(46,42,36,.24);
}

#te-quiz .te-quiz__slider::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #96784f;
  border: 5px solid #fff;
  box-shadow: 0 8px 22px rgba(46,42,36,.18);
  cursor: pointer;
}

#te-quiz .te-quiz__slider-track {
  display: none !important;
}

#te-quiz .te-quiz__slider-labels {
  margin-top: .85rem;
  font-size: .82rem;
  color: rgba(46,42,36,.62);
}

@media (max-width: 767px) {
  #te-quiz .te-quiz__slider-wrap {
    margin-top: 1.8rem;
  }

  #te-quiz .te-quiz__slider::-webkit-slider-runnable-track,
  #te-quiz .te-quiz__slider::-moz-range-track,
  #te-quiz .te-quiz__slider::-moz-range-progress {
    height: 7px;
  }

  #te-quiz .te-quiz__slider::-webkit-slider-thumb {
    width: 28px;
    height: 28px;
    margin-top: -10.5px;
  }

  #te-quiz .te-quiz__slider::-moz-range-thumb {
    width: 28px;
    height: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-155b4a2 */:root {
  --te-bronze-deep: #8C6E45;
  --te-ink: #2E2A24;
  --te-ink-muted: #6B6156;
  --te-cream: #FBF6EE;
  --te-container: 1200px;
  --te-font-display: 'Cormorant Garamond', Georgia, serif;
  --te-font-body: 'Jost', ui-sans-serif, system-ui, sans-serif;
}

.te-opinie {
  background: var(--te-cream);
  font-family: var(--te-font-body);
  color: var(--te-ink);
  padding: clamp(56px, 7vw, 96px) clamp(20px, 4vw, 40px);
}

.te-eyebrow {
  display: inline-block;
  font-family: var(--te-font-body);
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--te-bronze-deep);
}

.te-opinie__head {
  max-width: var(--te-container);
  margin: 0 auto clamp(28px, 4vw, 44px);
  text-align: center;
}

.te-opinie__eyebrow { margin-bottom: 14px; }

.te-opinie__heading {
  margin: 0 0 12px;
  font-family: var(--te-font-display);
  font-weight: 500;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--te-ink);
}

.te-opinie__lead {
  margin: 0 auto;
  max-width: 480px;
  font-size: 14.5px;
  line-height: 1.6;
  font-weight: 300;
  color: var(--te-ink-muted);
}

.te-opinie__widget {
  max-width: var(--te-container);
  margin: 0 auto;
}

.te-opinie .ti-widget.ti-goog .ti-review-item > .ti-inner {
    background: #fff !important;
}

.te-opinie .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
    background: #fff !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-702553a */.te-award-cta {
  position: relative;
  background: var(--te-ink);
  color: var(--te-white);
  font-family: var(--te-font-body);
  overflow: hidden;
}

.te-award-cta,
.te-award-cta * {
  box-sizing: border-box;
}

.te-award-cta::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto;
  height: 520px;
  background: radial-gradient(circle, rgba(166,124,78,0.26), transparent 62%);
  pointer-events: none;
}

.te-award-cta__hero {
  position: relative;
  z-index: 1;
  min-height: 92vh;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.te-award-cta__logo {
  width: min(180px, 52vw);
  height: auto;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.te-award-cta__eyebrow {
  display: inline-block;
  margin-bottom: 1.1rem;
  font-size: 0.78rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--te-cream-deep);
}

.te-award-cta h2 {
  margin: 0;
  max-width: 980px;
  font-family: var(--te-font-display);
  font-weight: 500;
  font-size: clamp(2.4rem, 5.2vw, 8.2rem);
  line-height: 0.94;
  letter-spacing: -0.035em;
  color: var(--te-white);
}

.te-award-cta p {
  margin: clamp(1.6rem, 3vw, 2rem) 0 0;
  max-width: 580px;
  color: #CFC6B8;
  font-size: clamp(1rem, 0.45vw + 0.95rem, 1.15rem);
  line-height: 1.75;
}

.te-award-cta__btn {
  margin-top: clamp(2rem, 4vw, 3rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border-radius: 999px;
  background: var(--te-cream);
  color: var(--te-ink) !important;
  text-decoration: none !important;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: transform 0.22s ease, background 0.22s ease;
}

.te-award-cta__btn:hover {
  transform: translateY(-2px);
  background: var(--te-white);
}

.te-award-cta__footer {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 4.5rem) clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: stretch;
}

.te-award-cta__contact {
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border-top: 1px solid rgba(241,230,214,0.2);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2rem;
}

.te-award-cta__contact strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--te-cream-deep);
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.te-award-cta__contact span,
.te-award-cta__contact a {
  color: #CFC6B8 !important;
  text-decoration: none !important;
  line-height: 1.65;
}

.te-award-cta__contact a:hover {
  color: var(--te-white) !important;
}

.te-award-cta__map {
  min-height: 360px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(241,230,214,0.16);
  box-shadow: 0 44px 90px -58px rgba(0,0,0,0.8);
}

.te-award-cta__map iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  display: block;
  filter: grayscale(0.25) contrast(0.95) sepia(0.12);
}

@media (max-width: 980px) {
  .te-award-cta__hero {
    min-height: 78vh;
  }

  .te-award-cta__footer {
    grid-template-columns: 1fr;
  }

  .te-award-cta__contact {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .te-award-cta__hero {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .te-award-cta h2 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .te-award-cta__contact {
    grid-template-columns: 1fr;
  }

  .te-award-cta__btn {
    width: 100%;
  }

  .te-award-cta__map,
  .te-award-cta__map iframe {
    min-height: 320px;
    border-radius: 24px;
  }
}

/* FIX AWARD CTA */

.te-award-cta {
  background: var(--te-ink);
  color: var(--te-white);
  overflow: hidden;
}

.te-award-cta::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: min(900px, 90vw);
  height: 520px;
  background: radial-gradient(circle, rgba(166,124,78,0.22), transparent 68%);
  pointer-events: none;
}

.te-award-cta__hero {
  min-height: 74vh;
  padding-top: clamp(5rem, 8vw, 7rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
}

.te-award-cta__logo {
  width: min(155px, 48vw);
  margin-bottom: clamp(1.8rem, 4vw, 2.8rem);
}

.te-award-cta h2 {
  max-width: 860px;
  font-size: clamp(2.8rem, 5.6vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.te-award-cta p {
  max-width: 560px;
  margin-top: 1.5rem;
}

.te-award-cta__footer {
  border-top: 1px solid rgba(241,230,214,0.18);
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.te-award-cta__contact {
  border-top: 0;
  padding-top: 0;
}

.te-award-cta__map {
  min-height: 340px;
}

.te-award-cta__map iframe {
  min-height: 340px;
}

@media (max-width: 560px) {
  .te-award-cta__hero {
    min-height: auto;
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
  }

  .te-award-cta h2 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .te-award-cta__footer {
    padding-top: 2rem;
  }
}

/* REMOVE CUT LIGHT */
.te-award-cta::before {
  display: none !important;
}

/* NEW CLEAN BACKGROUND */
.te-award-cta {
  background:
    radial-gradient(circle at 50% 18%, rgba(166,124,78,0.22) 0%, rgba(166,124,78,0.10) 28%, rgba(166,124,78,0) 58%),
    radial-gradient(circle at 12% 82%, rgba(241,230,214,0.07) 0%, rgba(241,230,214,0) 42%),
    var(--te-ink) !important;
  overflow: hidden;
}

/* jeśli Elementor robi jakąś przerwę nad sekcją */
.te-award-cta {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


.te-social-links{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    align-items:center;
}

.te-social-preview{
    position:relative;
    text-decoration:none;
    color:inherit;
    font-weight:500;
}

.te-social-card{

    position:absolute;

    left:50%;
    bottom:calc(100% + 18px);

    width:320px;

    transform:
        translateX(-50%)
        translateY(10px)
        scale(.96);

    opacity:0;
    visibility:hidden;

    transition:
        opacity .28s ease,
        transform .35s cubic-bezier(.2,.9,.2,1);

    border-radius:18px;

    overflow:hidden;

    background:#fff;

    box-shadow:
    0 24px 70px rgba(0,0,0,.22);

    border:1px solid rgba(255,255,255,.35);

    z-index:20;

    pointer-events:none;
}

.te-social-card::after{

    content:"";

    position:absolute;

    left:50%;
    bottom:-8px;

    width:16px;
    height:16px;

    background:white;

    transform:
        translateX(-50%)
        rotate(45deg);

}

.te-social-card img{

    width:100%;
    display:block;

}

.te-social-preview:hover .te-social-card{

    opacity:1;
    visibility:visible;

    transform:
        translateX(-50%)
        translateY(0)
        scale(1);

}

@media(max-width:767px){

    .te-social-card{
        display:none;
    }

}/* End custom CSS */