.k-home-simple{max-width:1180px;margin:0 auto;padding:clamp(22px,4vw,54px) clamp(14px,3vw,28px) 110px;display:grid;gap:clamp(20px,3vw,34px)}
.k-home-simple-hero{text-align:center;max-width:920px;margin:0 auto;padding:clamp(18px,3vw,34px) clamp(12px,2vw,24px)}
.k-home-simple-hero h1{margin:0;color:#111827;font-size:clamp(34px,5vw,62px);line-height:1.02;letter-spacing:-.055em;font-weight:850;text-wrap:balance}
.k-home-simple-hero p{max-width:590px;margin:18px auto 0;color:#697386;font-size:clamp(15px,1.7vw,19px);line-height:1.55;text-wrap:balance}
.k-home-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.k-home-action-tile{position:relative;display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:15px;min-height:118px;padding:20px;border:1px solid rgba(15,23,42,.075);border-radius:24px;background:#fff;color:#111827;text-decoration:none;box-shadow:0 10px 30px rgba(15,23,42,.045);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.k-home-action-tile:hover{transform:translateY(-3px);border-color:rgba(255,107,0,.32);box-shadow:0 18px 38px rgba(15,23,42,.09)}
.k-home-action-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:17px;background:#fff3e8;color:#ff6b00}
.k-home-action-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.k-home-action-copy b,.k-home-action-copy small{display:block}.k-home-action-copy b{font-size:17px;line-height:1.2}.k-home-action-copy small{margin-top:6px;color:#7b8494;font-size:12px;line-height:1.38}
.k-home-ai-search{display:grid;gap:10px;max-width:760px;width:100%;margin:24px auto 0;padding:0;background:transparent;border:0}
.k-home-ai-search__controls{display:flex;flex-wrap:nowrap;gap:8px;align-items:stretch;padding:6px;border:1px solid rgba(15,23,42,.1);border-radius:18px;background:#fff;box-shadow:0 14px 38px rgba(15,23,42,.07)}
.k-home-ai-search__input{flex:1 1 auto;min-width:0;min-height:52px;padding:0 16px;border:0;border-radius:13px;background:#f7f8fa;color:#111827;font:inherit;font-size:15px;outline:none}
.k-home-ai-search__input::placeholder{color:#9299a6}
.k-home-ai-search__input:focus{background:#fff;box-shadow:inset 0 0 0 2px rgba(255,107,0,.28)}
.k-home-ai-search__button{flex:0 0 auto;min-height:52px!important;padding:0 22px!important;border-radius:13px!important;white-space:nowrap}
.k-assistant-page{max-width:900px;margin:0 auto;padding:28px 18px 110px}.k-assistant-head{margin:28px 0}.k-assistant-head>span,.k-assistant-result>span{color:#ff6b00;font-size:11px;font-weight:900;letter-spacing:.14em}.k-assistant-head h1{margin:10px 0 12px;font-size:clamp(34px,5vw,58px);line-height:1.02;letter-spacing:-.05em}.k-assistant-head p{max-width:650px;margin:0;color:#6b7280;line-height:1.55}.k-assistant-form,.k-assistant-result{padding:24px;border:1px solid rgba(15,23,42,.08);border-radius:24px;background:#fff;box-shadow:0 14px 40px rgba(15,23,42,.06)}.k-assistant-form label{display:block;margin-bottom:10px;font-weight:800}.k-assistant-form textarea{width:100%;min-height:150px;resize:vertical;border:1px solid #dce1e8;border-radius:17px;padding:16px;font:inherit;line-height:1.5;outline:none}.k-assistant-form textarea:focus{border-color:#ff6b00;box-shadow:0 0 0 4px rgba(255,107,0,.1)}.k-assistant-form-actions,.k-assistant-result>div{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.k-assistant-result{margin-top:16px}.k-assistant-result h2{margin:10px 0 8px}.k-assistant-result p{margin:0;color:#5f6878;line-height:1.55}
@media(max-width:820px){.k-home-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

.k-home-ai-prompts{position:relative;display:grid;place-items:center;min-height:42px;max-width:460px;width:100%;margin:0 auto;overflow:hidden}
.k-home-ai-slide{grid-area:1/1;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:40px;padding:8px 14px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.1);color:#fff;font:inherit;font-size:13px;font-weight:800;cursor:pointer;opacity:0;transform:translateY(10px) scale(.98);pointer-events:none;transition:opacity .32s ease,transform .32s ease,background .16s ease,border-color .16s ease}
.k-home-ai-slide.is-active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
.k-home-ai-slide:hover{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.3)}
.k-home-ai-slide__icon{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#ff6b00;color:#fff;font-size:13px;line-height:1}
.k-home-ai-slide__text{white-space:nowrap}
.k-assistant-prompts{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px;margin-top:12px}
.k-assistant-prompts button{min-height:34px;padding:7px 12px;border:1px solid rgba(15,23,42,.1);border-radius:999px;background:#fff;color:#374151;font:inherit;font-size:12px;font-weight:750;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}
.k-assistant-prompts button:hover{border-color:rgba(255,107,0,.38);background:#fff7f0;color:#c75200}
.k-assistant-result-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}

@media(max-width:540px){.k-home-simple{padding:18px 12px 96px;gap:18px}.k-home-simple-hero{padding-top:8px}.k-home-simple-hero h1{font-size:37px}.k-home-simple-hero p{font-size:15px}.k-home-action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.k-home-action-tile{grid-template-columns:1fr;align-content:start;min-height:142px;padding:15px;border-radius:20px}.k-home-action-icon{width:45px;height:45px;border-radius:15px}.k-home-action-copy b{font-size:15px}.k-home-action-copy small{font-size:11px}.k-home-ai-search{gap:8px}.k-home-ai-prompts{max-width:100%;min-height:42px}.k-home-ai-slide{max-width:100%;font-size:12px}.k-home-ai-slide__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.k-home-ai-search__controls{display:flex;flex-wrap:nowrap;padding:6px;border-radius:18px}.k-home-ai-search__input{width:auto;min-width:0;min-height:52px!important}.k-home-ai-search__button{width:auto;min-height:52px!important;padding-inline:16px!important}.k-assistant-page{padding:20px 12px 96px}.k-assistant-form,.k-assistant-result{padding:18px;border-radius:20px}.k-assistant-form-actions,.k-assistant-result>div{display:grid}.k-assistant-form-actions .k-btn,.k-assistant-result .k-btn{width:100%;justify-content:center}}


.k-service-entry-card{display:grid;gap:18px}.k-info-actions{display:flex;flex-wrap:wrap;gap:10px}.k-service-entry-card .k-btn{justify-content:center}
@media(max-width:980px){.k-home-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* r75k: emergency actions — separate from ordinary home navigation */
.k-home-emergency{display:grid;gap:9px;max-width:760px;width:100%;margin:-8px auto 0;padding:12px;border-radius:22px}
.k-home-emergency__label{display:block;padding:0 3px;color:#9f2f24;font-size:10px;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:.14em}
.k-home-emergency__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.k-home-emergency__action{display:flex;align-items:center;justify-content:center;gap:9px;min-width:0;min-height:54px;padding:10px 14px;border:1px solid transparent;border-radius:16px;text-decoration:none;font-weight:850;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.k-home-emergency__action:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(15,23,42,.09)}
.k-home-emergency__action--tow{color:#991b1b;background:#fff;border-color:rgba(220,38,38,.18)}
.k-home-emergency__action--tow:hover{border-color:rgba(220,38,38,.42)}
.k-home-emergency__action--lawyer{color:#1d4ed8;background:#fff;border-color:rgba(37,99,235,.16)}
.k-home-emergency__action--lawyer:hover{border-color:rgba(37,99,235,.4)}
.k-home-emergency__icon{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:11px}
.k-home-emergency__action--tow .k-home-emergency__icon{color:#dc2626;background:#fef2f2}
.k-home-emergency__action--lawyer .k-home-emergency__icon{color:#2563eb;background:#eff6ff}
.k-home-emergency__icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.k-home-emergency__copy{min-width:0}.k-home-emergency__copy b{display:block;font-size:14px;line-height:1.1;white-space:nowrap}
@media(max-width:540px){.k-home-emergency{gap:7px;margin-top:-6px;padding:9px;border-radius:18px}.k-home-emergency__actions{gap:7px}.k-home-emergency__action{min-height:50px;padding:8px 9px;border-radius:14px}.k-home-emergency__icon{flex-basis:31px;width:31px;height:31px}.k-home-emergency__copy b{font-size:12px}}
@media(max-width:330px){.k-home-emergency__action{gap:6px;padding-inline:7px}.k-home-emergency__icon{flex-basis:28px;width:28px;height:28px}.k-home-emergency__copy b{font-size:11px}}

/* r77aq — compact orange home cards: icon + title row, description below */
.k-home-lite-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.k-home-lite-card{position:relative;display:flex;flex-direction:column;gap:14px;min-width:0;min-height:124px;padding:18px;border:1px solid rgba(255,107,0,.2);border-radius:22px;background:linear-gradient(155deg,#fff 0%,#fff8f1 100%);color:#111827;text-decoration:none;box-shadow:0 10px 28px rgba(124,45,18,.07);overflow:hidden;box-sizing:border-box}
.k-home-lite-card__head{display:flex;align-items:center;gap:11px;min-width:0}
.k-home-lite-card__head b{min-width:0;font-size:16px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.k-home-lite-icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:14px;background:#ff6b00;color:#fff;box-shadow:0 8px 18px rgba(255,107,0,.2)}
.k-home-lite-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.k-home-lite-card>small{display:block;color:#717b8b;font-size:12px;line-height:1.45}
.k-home-lite-card:hover{border-color:rgba(255,107,0,.42);box-shadow:0 16px 34px rgba(124,45,18,.12)}
.k-home-lite-card:active{transform:scale(.985)}
@media(max-width:768px){.k-home-lite-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.k-home-lite-card{min-height:118px;padding:15px;border-radius:19px}.k-home-lite-icon{flex-basis:38px;width:38px;height:38px;border-radius:12px}.k-home-lite-card__head b{font-size:15px}.k-home-lite-card>small{font-size:11px}}
@media(max-width:350px){.k-home-lite-grid{grid-template-columns:1fr}.k-home-lite-card{min-height:96px}}

/* r77au — restore home News / Products / Works sliders without GPU-heavy transforms. */
.k-home-feed-section{display:grid;gap:13px;margin-top:28px;min-width:0;overflow:hidden}
.k-home-feed-section>header{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding-inline:2px}
.k-home-feed-section h2{margin:0;color:#111827;font-size:clamp(22px,3vw,29px);letter-spacing:-.035em}
.k-home-feed-section p{margin:5px 0 0;color:#778190;font-size:12px}
.k-home-feed-section>header a{color:#ff6b00;font-size:12px;font-weight:850;text-decoration:none;white-space:nowrap}
.k-home-feed-track{display:flex;gap:12px;width:100%;min-width:0;overflow-x:auto;padding:2px 2px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}
.k-home-feed-track::-webkit-scrollbar{display:none}
.k-home-feed-card{display:flex;flex:0 0 calc((100% - 24px)/3);min-width:0;min-height:258px;flex-direction:column;gap:7px;padding:12px;border:1px solid rgba(15,23,42,.09);border-radius:22px;background:#fff;box-sizing:border-box;scroll-snap-align:start;overflow:hidden}
.k-home-feed-card__media{height:132px;border-radius:16px;background:#fff3e8;color:#ff6b00;display:grid;place-items:center;overflow:hidden}
.k-home-feed-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.k-home-feed-card__media svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.k-home-feed-card small{color:#ff6b00;font-size:10px;font-weight:850}
.k-home-feed-card h3{margin:0;color:#111827;font-size:16px;line-height:1.25}
.k-home-feed-card p{margin:0;color:#667085;font-size:11px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.k-home-feed-card>a{margin-top:auto;color:#111827;font-size:12px;font-weight:850;text-decoration:none}
.k-home-feed-card.is-skeleton{pointer-events:none}
.k-home-feed-card.is-skeleton .k-home-feed-card__media,.k-home-feed-card__line{display:block;background:#eceff3}
.k-home-feed-card__line{height:11px;border-radius:999px}.k-home-feed-card__line.is-short{width:34%}.k-home-feed-card__line.is-title{width:78%;height:17px}
.k-home-feed-empty{flex:0 0 100%;min-height:160px;padding:22px;border:1px solid rgba(15,23,42,.08);border-radius:22px;background:#fff;display:flex;flex-direction:column;justify-content:center;gap:6px;box-sizing:border-box}.k-home-feed-empty small{color:#667085}
@media(max-width:899px){.k-home-feed-card{flex-basis:calc((100% - 12px)/2)}}
@media(max-width:559px){.k-home-feed-card{flex-basis:84%;min-height:230px}.k-home-feed-card__media{height:108px}}

/* r77aw — problem slider is a separate section immediately after hero */
.k-home-problem-strip{
  display:grid;
  gap:12px;
  width:100%;
  min-width:0;
  padding:18px 20px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:22px;
  background:#fff;
  box-sizing:border-box;
}
.k-home-problem-strip__head h2{
  margin:0;
  color:#111827;
  font-size:clamp(21px,3vw,28px);
  line-height:1.1;
  letter-spacing:-.03em;
}
.k-home-problem-strip__head p{
  margin:6px 0 0;
  color:#748092;
  font-size:13px;
  line-height:1.45;
}
.k-home-problem-strip .k-home-ai-prompts{
  max-width:none;
  margin:0;
  min-height:48px;
  justify-items:start;
}
.k-home-problem-strip .k-home-ai-slide{
  justify-content:flex-start;
  max-width:100%;
  min-height:46px;
  padding:9px 15px;
  border-color:#ffd9bf;
  background:#fff7ed;
  color:#7c2d12;
}
.k-home-problem-strip .k-home-ai-slide:hover{
  background:#ffedd5;
  border-color:#fdba74;
}
.k-home-problem-strip .k-home-ai-slide__icon{
  background:#ff6b00;
  color:#fff;
}
@media(max-width:540px){
  .k-home-problem-strip{padding:15px 14px;border-radius:19px;gap:10px}
  .k-home-problem-strip__head h2{font-size:22px}
  .k-home-problem-strip__head p{font-size:12px}
  .k-home-problem-strip .k-home-ai-slide{width:100%;justify-content:flex-start;font-size:12px}
}

/* r77ay — restored interactive home sliders */
.k-home-feed-slider{position:relative;min-width:0}
.k-home-feed-nav{position:absolute;z-index:3;top:50%;display:grid;place-items:center;width:38px;height:38px;margin-top:-19px;border:1px solid rgba(15,23,42,.1);border-radius:50%;background:#fff;color:#172033;box-shadow:0 8px 22px rgba(15,23,42,.12);font:800 27px/1 Arial,sans-serif;cursor:pointer}
.k-home-feed-nav--prev{left:8px}.k-home-feed-nav--next{right:8px}
.k-home-feed-nav:hover,.k-home-feed-nav:focus-visible{border-color:#ff6b00;color:#ff6b00;outline:none}
.k-home-feed-dots{display:flex;align-items:center;justify-content:center;gap:6px;min-height:16px;margin-top:8px}
.k-home-feed-dots button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:#cfd4dc;cursor:pointer;transition:width .2s ease,background .2s ease}
.k-home-feed-dots button.is-active{width:22px;background:#ff6b00}
.k-home-feed-track{scroll-behavior:smooth;overscroll-behavior-inline:contain}
@media(max-width:700px){.k-home-feed-nav{display:none}.k-home-feed-dots{margin-top:6px}.k-home-feed-track{scroll-snap-type:x mandatory}}
@media(prefers-reduced-motion:reduce){.k-home-feed-track{scroll-behavior:auto}.k-home-feed-dots button{transition:none}}

/* r78a — unified home SVG and restored social entry */
.k-home-ai-slide__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.k-home-lite-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:760px){.k-home-lite-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:350px){.k-home-lite-grid{grid-template-columns:1fr}}


/* r78b — Swiper-backed frequent-problem slider */
.k-home-ai-prompts.swiper{display:block;max-width:none;width:100%;min-height:0;overflow:hidden;padding:0 0 25px}
.k-home-ai-prompts .swiper-wrapper{align-items:stretch}
.k-home-ai-prompts .k-home-ai-slide.swiper-slide{display:flex!important;width:100%;height:auto;box-sizing:border-box;opacity:1;visibility:visible;position:relative;pointer-events:auto}
.k-home-ai-pagination.swiper-pagination{bottom:1px!important}
.k-home-ai-pagination .swiper-pagination-bullet{width:7px;height:7px;background:#cbd1da;opacity:1}
.k-home-ai-pagination .swiper-pagination-bullet-active{width:22px;border-radius:999px;background:#ff6b00}
.k-home-ai-prompts.is-native-fallback{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
.k-home-ai-prompts.is-native-fallback::-webkit-scrollbar{display:none}
.k-home-ai-prompts.is-native-fallback .swiper-wrapper{display:flex;gap:10px}
.k-home-ai-prompts.is-native-fallback .swiper-slide{flex:0 0 92%;scroll-snap-align:start}
.k-home-ai-prompts.is-native-fallback .swiper-pagination{display:none}

/* r78s — stable AI carousel, 400px-safe controls and three emergency actions */
.k-home-ai-search,
.k-home-ai-search__controls{max-width:100%;min-width:0;box-sizing:border-box}
.k-home-ai-search__controls{width:100%;overflow:hidden}
.k-home-ai-search__input{width:100%;max-width:100%;box-sizing:border-box}
.k-home-ai-search__button{max-width:42%;box-sizing:border-box}

.k-home-problem-strip{overflow:hidden}
.k-home-ai-prompts.swiper{width:100%;max-width:100%;padding:4px 0 30px;overflow:hidden}
.k-home-ai-prompts.swiper .swiper-wrapper{align-items:stretch}
.k-home-ai-prompts.swiper .k-home-ai-slide.swiper-slide{
  display:flex!important;
  min-height:74px;
  height:auto;
  padding:14px 16px;
  border:1px solid rgba(255,107,0,.18);
  border-radius:20px;
  background:linear-gradient(145deg,#fff,#fff7ed);
  color:#6f3318;
  box-shadow:0 10px 28px rgba(124,45,18,.07);
  opacity:.62;
  transform:scale(.94);
  transition:opacity .28s ease,transform .28s ease,border-color .28s ease,box-shadow .28s ease;
  box-sizing:border-box;
}
.k-home-ai-prompts.swiper .k-home-ai-slide.swiper-slide-active{
  opacity:1;
  transform:scale(1);
  border-color:rgba(255,107,0,.42);
  box-shadow:0 16px 34px rgba(124,45,18,.13);
}
.k-home-ai-prompts .k-home-ai-slide__icon{flex:0 0 40px;width:40px;height:40px;border-radius:14px}
.k-home-ai-prompts .k-home-ai-slide__text{white-space:normal;line-height:1.3;text-align:left}
.k-home-ai-pagination.swiper-pagination{bottom:2px!important}
.k-home-ai-pagination .swiper-pagination-bullet{transition:width .2s ease,background .2s ease}
.k-home-ai-prompts.is-native-fallback{display:block;overflow-x:auto;padding-bottom:8px}
.k-home-ai-prompts.is-native-fallback .swiper-wrapper{display:flex;gap:12px}
.k-home-ai-prompts.is-native-fallback .swiper-slide{flex:0 0 88%;opacity:1;transform:none}

.k-home-emergency__actions{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;justify-content:center}
.k-home-emergency__action--road-help{border-color:rgba(255,107,0,.34);background:linear-gradient(145deg,#ff6b00,#f4511e);color:#fff;box-shadow:0 10px 24px rgba(255,107,0,.2)}
.k-home-emergency__action--road-help .k-home-emergency__icon{background:rgba(255,255,255,.18);color:#fff}
.k-home-emergency__action--road-help:hover{border-color:#ff6b00;box-shadow:0 14px 30px rgba(255,107,0,.3)}

@media(max-width:430px){
  .k-home-ai-search__controls{grid-template-columns:minmax(0,1fr) 92px;gap:5px;padding:5px}
  .k-home-ai-search__button{width:92px;max-width:92px;min-width:0;padding-inline:8px!important;font-size:12px!important}
  .k-home-ai-search__input{padding-inline:10px;font-size:13px}
  .k-home-ai-prompts.swiper .k-home-ai-slide.swiper-slide{min-height:70px;padding:12px 13px;border-radius:18px}
  .k-home-ai-prompts .k-home-ai-slide__icon{flex-basis:36px;width:36px;height:36px;border-radius:12px}
  .k-home-emergency__actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .k-home-emergency__action{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:8px 4px;text-align:center}
  .k-home-emergency__copy b{white-space:normal;font-size:10px;line-height:1.15}
}
@media(max-width:360px){
  .k-home-ai-search__controls{grid-template-columns:1fr;overflow:visible}
  .k-home-ai-search__button{width:100%;max-width:none}
  .k-home-emergency__icon{width:29px;height:29px;flex-basis:29px}
  .k-home-emergency__copy b{font-size:9px}
}
@media(prefers-reduced-motion:reduce){
  .k-home-ai-prompts.swiper .k-home-ai-slide.swiper-slide{transition:none}
}
