.ktw-use-finder__hero { padding: 78px 0; background: #f4e7d6; }
.ktw-use-finder__hero > .ktw-shell { display: grid; align-items: end; grid-template-columns: minmax(0,1fr) 280px; gap: 70px; }
.ktw-use-finder__hero h1 { max-width: 880px; margin: 8px 0 22px; font-size: clamp(52px,7vw,86px); line-height: .92; }
.ktw-use-finder__hero p:not(.ktw-kicker) { max-width: 760px; margin: 0; color: #514d49; font-size: 20px; line-height: 1.55; }
.ktw-use-finder__hero aside { display: grid; min-height: 220px; padding: 28px; border-radius: 0 32px 32px 32px; align-content: space-between; background: #10383b; color: #fff; }
.ktw-use-finder__hero aside strong { color: #f2d654; font-size: 86px; line-height: .8; }
.ktw-use-finder__hero aside span { font-size: 17px; font-weight: 750; line-height: 1.3; }
.ktw-use-finder__chooser { padding: 72px 0 96px; background: #fff; }
.ktw-use-finder__tabs { display: flex; margin-bottom: 34px; overflow-x: auto; padding: 6px; border-radius: 16px; background: #edf3f3; scrollbar-width: thin; gap: 6px; }
.ktw-use-finder__tabs button { min-height: 52px; min-width: max-content; padding: 11px 18px; border: 0; border-radius: 11px; background: transparent; color: #183536; font: inherit; font-size: 15px; font-weight: 800; cursor: pointer; }
.ktw-use-finder__tabs button[aria-selected="true"] { background: #0d7179; color: #fff; box-shadow: 0 6px 18px rgba(13,113,121,.18); }
.ktw-use-finder__tabs button:focus-visible { outline: 3px solid #f2cc38; outline-offset: 2px; }
.ktw-use-finder__panel[hidden] { display: none; }
.ktw-use-finder__answer { display: grid; margin-bottom: 28px; padding: 36px; border-radius: 18px; align-items: center; grid-template-columns: minmax(0,1fr) 150px; background: #dfecee; gap: 40px; }
.ktw-use-finder__answer h2 { max-width: 820px; margin: 7px 0 14px; font-size: clamp(38px,4.5vw,59px); line-height: 1; }
.ktw-use-finder__answer p:not(.ktw-eyebrow) { max-width: 750px; margin: 0; color: #405354; font-size: 18px; line-height: 1.52; }
.ktw-use-finder__answer a { display: inline-flex; margin-top: 18px; align-items: center; color: #0a6870; font-weight: 850; gap: 9px; }
.ktw-use-finder__icon { display: grid; width: 130px; height: 130px; border-radius: 50%; place-items: center; justify-self: end; background: #fff; color: #0d7179; font-size: 50px; }
.ktw-use-finder__recipes { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.ktw-use-finder__recipes > a { display: grid; overflow: hidden; border: 1px solid #d8dede; border-radius: 15px; grid-template-rows: 260px 1fr; background: #fff; color: var(--ktw-ink); text-decoration: none; box-shadow: 0 8px 22px rgba(13,45,48,.07); }
.ktw-use-finder__recipes img, .elementor .ktw-use-finder__recipes img { width: 100%; height: 260px; object-fit: cover; transition: transform .4s cubic-bezier(.16,1,.3,1); }
.ktw-use-finder__recipes > a:hover img { transform: scale(1.025); }
.ktw-use-finder__recipes > a > span { display: flex; min-height: 150px; padding: 22px; flex-direction: column; }
.ktw-use-finder__recipes strong { font-size: 25px; line-height: 1.08; }
.ktw-use-finder__recipes b { display: inline-flex; margin-top: auto; padding-top: 20px; align-items: center; color: #0d7179; font-size: 14px; gap: 8px; }
.ktw-use-finder__recipes > a:only-child { max-width: 430px; }

@media (max-width: 800px) {
  .ktw-use-finder__hero > .ktw-shell { grid-template-columns: 1fr; gap: 34px; }
  .ktw-use-finder__hero aside { min-height: 170px; }
  .ktw-use-finder__answer { grid-template-columns: 1fr 100px; }
  .ktw-use-finder__icon { width: 90px; height: 90px; font-size: 36px; }
  .ktw-use-finder__recipes { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 520px) {
  .ktw-use-finder__hero { padding: 48px 0; }
  .ktw-use-finder__hero h1 { font-size: 46px; }
  .ktw-use-finder__hero p:not(.ktw-kicker) { font-size: 17px; }
  .ktw-use-finder__hero aside { min-height: 150px; }
  .ktw-use-finder__hero aside strong { font-size: 66px; }
  .ktw-use-finder__chooser { padding: 48px 0 66px; }
  .ktw-use-finder__answer { padding: 25px 22px; grid-template-columns: 1fr; gap: 22px; }
  .ktw-use-finder__answer h2 { font-size: 38px; }
  .ktw-use-finder__icon { justify-self: start; }
  .ktw-use-finder__recipes { grid-template-columns: 1fr; }
  .ktw-use-finder__recipes > a { grid-template-rows: 245px 1fr; }
  .ktw-use-finder__recipes img, .elementor .ktw-use-finder__recipes img { height: 245px; }
}

@media (prefers-reduced-motion: reduce) {
  .ktw-use-finder__recipes img { transition: none; }
}
