/* ============================================================
   TIRE-SERVICE — tire-service.css
   Styles for /tire-service/ page
   ============================================================ */

.ts-page {
  padding: var(--sp-8) 0 var(--sp-8);
}

/* ── Hero ───────────────────────────────────────────────────── */

.ts-hero {
  margin-bottom: var(--sp-10);
}

.ts-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 5px var(--sp-3);
  background: var(--clr-accent-glow);
  border: 1px solid var(--clr-border-accent);
  border-radius: var(--r-full);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  color: var(--clr-accent);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: var(--sp-5);
}

.ts-hero__title {
  font-size: clamp(var(--fs-2xl), 4vw, var(--fs-3xl));
  font-weight: var(--fw-bold);
  font-family: var(--font-display);
  color: var(--clr-text-primary);
  line-height: var(--lh-tight);
  margin-bottom: var(--sp-4);
}

.ts-hero__subtitle {
  font-size: var(--fs-lg);
  font-weight: var(--fw-semibold);
  color: var(--clr-text-primary);
  margin-bottom: var(--sp-3);
  line-height: var(--lh-snug);
  max-width: 680px;
}

.ts-hero__desc {
  font-size: var(--fs-base);
  color: var(--clr-text-secondary);
  line-height: var(--lh-relaxed);
  max-width: 640px;
  margin-bottom: var(--sp-6);
}

.ts-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  margin-bottom: var(--sp-8);
}

@media (max-width: 480px) {
  .ts-hero__actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ── Hero info bar (address + hours + arrival) ───────────────── */

.ts-hero-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-3);
  padding: var(--sp-5) var(--sp-6);
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--r-2xl);
  margin-bottom: var(--sp-10);
}

@media (min-width: 600px) {
  .ts-hero-info {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--sp-4);
  }
}

.ts-hero-info__item {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
}

.ts-hero-info__icon {
  width: 40px;
  height: 40px;
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--clr-accent-glow);
  border: 1px solid var(--clr-border-accent);
  color: var(--clr-accent);
}

.ts-hero-info__icon--blue {
  background: var(--clr-blue-glow);
  border-color: rgba(29, 78, 216, 0.3);
  color: var(--clr-blue);
}

.ts-hero-info__icon--green {
  background: var(--clr-success-bg);
  border-color: var(--clr-success-border);
  color: var(--clr-success-dark);
}

.ts-hero-info__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ts-hero-info__label {
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  color: var(--clr-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
}

.ts-hero-info__value {
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--clr-text-primary);
  line-height: var(--lh-snug);
}

.ts-hero-info__sub {
  font-size: var(--fs-xs);
  color: var(--clr-text-muted);
  line-height: var(--lh-snug);
}

.ts-hero-info__link {
  font-size: var(--fs-xs);
  color: var(--clr-accent);
  font-weight: var(--fw-medium);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-top: 3px;
  transition: opacity var(--t-fast);
}

.ts-hero-info__link:hover {
  opacity: 0.78;
  text-decoration: underline;
}

@media (max-width: 599px) {
  .ts-hero-info {
    padding: var(--sp-4) var(--sp-5);
  }

  /* Divider between rows on mobile */
  .ts-hero-info__item + .ts-hero-info__item {
    padding-top: var(--sp-3);
    border-top: 1px solid var(--clr-border);
  }
}

/* ── Section wrapper ─────────────────────────────────────────── */

.ts-section {
  margin-bottom: var(--sp-12);
}

.ts-section__title {
  font-size: clamp(var(--fs-xl), 3vw, var(--fs-2xl));
  font-weight: var(--fw-bold);
  font-family: var(--font-display);
  color: var(--clr-text-primary);
  line-height: var(--lh-tight);
  margin-bottom: var(--sp-6);
}

.ts-section__lead {
  font-size: var(--fs-base);
  color: var(--clr-text-secondary);
  line-height: var(--lh-relaxed);
  margin-top: calc(var(--sp-6) * -1);
  margin-bottom: var(--sp-6);
  max-width: 640px;
}

/* ── Guarantee block ─────────────────────────────────────────── */

.ts-guarantee {
  margin-bottom: var(--sp-12);
}

.ts-guarantee__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-5);
  padding: var(--sp-8) var(--sp-7);
  background: var(--clr-success-bg);
  border: 1px solid var(--clr-success-border);
  border-radius: var(--r-2xl);
  position: relative;
  overflow: hidden;
}

.ts-guarantee__inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top left, rgba(16, 185, 129, 0.07) 0%, transparent 60%);
  pointer-events: none;
}

@media (min-width: 640px) {
  .ts-guarantee__inner {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: var(--sp-7);
  }
}

.ts-guarantee__icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: var(--r-2xl);
  background: rgba(16, 185, 129, 0.12);
  border: 2px solid var(--clr-success-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-success-dark);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.ts-guarantee__content {
  position: relative;
  z-index: 1;
}

.ts-guarantee__title {
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  font-family: var(--font-display);
  color: var(--clr-text-primary);
  line-height: var(--lh-tight);
  margin-bottom: var(--sp-2);
}

.ts-guarantee__desc {
  font-size: var(--fs-sm);
  color: var(--clr-text-secondary);
  line-height: var(--lh-relaxed);
  margin-bottom: var(--sp-4);
}

.ts-guarantee__points {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
}

.ts-guarantee__point {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-1);
  padding: 4px var(--sp-3);
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid var(--clr-success-border);
  border-radius: var(--r-full);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  color: var(--clr-success-text);
}

/* ── Services grid (4 cols desktop, 2 tablet, 1 mobile) ────── */

.ts-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-4);
}

@media (min-width: 480px) {
  .ts-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .ts-services-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ts-service-card {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  padding: var(--sp-5);
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--r-2xl);
  transition: border-color var(--t-normal), box-shadow var(--t-normal), transform var(--t-normal);
}

.ts-service-card:hover {
  border-color: var(--clr-border-hover);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.ts-service-card__icon {
  width: 48px;
  height: 48px;
  border-radius: var(--r-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ts-service-card__icon--red {
  background: var(--clr-accent-glow);
  border: 1px solid var(--clr-border-accent);
  color: var(--clr-accent);
}

.ts-service-card__title {
  font-size: var(--fs-base);
  font-weight: var(--fw-semibold);
  color: var(--clr-text-primary);
  line-height: var(--lh-snug);
}

.ts-service-card__desc {
  font-size: var(--fs-sm);
  color: var(--clr-text-secondary);
  line-height: var(--lh-relaxed);
  flex: 1;
}

.ts-service-card__time {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: var(--fs-xs);
  color: var(--clr-text-muted);
  padding-top: var(--sp-2);
  border-top: 1px solid var(--clr-border);
  margin-top: auto;
}

/* ── Pricelist accordion ─────────────────────────────────────── */

.ts-pricelist {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

/* ─── Item card ─── */
.ts-pl-item {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--r-2xl);
  overflow: hidden;
  transition:
    border-color var(--t-normal),
    box-shadow var(--t-normal),
    background var(--t-normal);
  position: relative;
}

/* Left accent bar — hidden by default */
.ts-pl-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--clr-accent);
  opacity: 0;
  transition: opacity var(--t-normal);
}

.ts-pl-item:hover {
  border-color: var(--clr-border-hover);
}

.ts-pl-item.is-open {
  border-color: var(--clr-border-accent);
  box-shadow: 0 4px 24px var(--clr-accent-glow);
}

.ts-pl-item.is-open::before {
  opacity: 1;
}

/* ─── Header button ─── */
.ts-pl-item__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  padding: var(--sp-4) var(--sp-5) var(--sp-4) var(--sp-6);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  min-height: 68px;
}

.ts-pl-item__header:focus-visible {
  outline: 2px solid var(--clr-accent);
  outline-offset: -2px;
  border-radius: var(--r-2xl);
}

/* Left side: icon + text */
.ts-pl-item__left {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  flex: 1;
  min-width: 0;
}

/* ─── Icon: always brand-red ─── */
.ts-pl-item__icon {
  width: 40px;
  height: 40px;
  border-radius: var(--r-lg);
  background: var(--clr-accent-glow);
  border: 1px solid var(--clr-border-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-accent);
  flex-shrink: 0;
  transition:
    background var(--t-normal),
    box-shadow var(--t-normal);
}

.ts-pl-item.is-open .ts-pl-item__icon {
  background: var(--clr-accent);
  color: var(--clr-white);
  border-color: var(--clr-accent);
  box-shadow: 0 2px 10px var(--clr-accent-glow);
}

/* Text block: name + desc */
.ts-pl-item__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ts-pl-item__name {
  font-size: var(--fs-base);
  font-weight: var(--fw-semibold);
  color: var(--clr-text-primary);
  line-height: var(--lh-snug);
}

.ts-pl-item__desc {
  font-size: var(--fs-xs);
  font-weight: var(--fw-regular);
  color: var(--clr-text-muted);
  line-height: var(--lh-normal);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Right side: price + chevron */
.ts-pl-item__right {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  flex-shrink: 0;
}

/* «от X ₽» — range price (shown when collapsed) */
.ts-pl-item__preview-price {
  font-size: var(--fs-base);
  font-weight: var(--fw-bold);
  color: var(--clr-text-secondary);
  white-space: nowrap;
  font-family: var(--font-display);
  transition: opacity var(--t-fast);
}

/* Fixed price (single value, always visible in header) */
.ts-pl-item__fixed-price {
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  color: var(--clr-accent);
  font-family: var(--font-display);
  white-space: nowrap;
  line-height: 1;
}

/* Chevron */
.ts-pl-item__chevron {
  width: 28px;
  height: 28px;
  border-radius: var(--r-full);
  background: var(--clr-bg-elevated);
  border: 1px solid var(--clr-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-text-muted);
  flex-shrink: 0;
  transition:
    background var(--t-normal),
    border-color var(--t-normal),
    color var(--t-normal),
    transform 320ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ts-pl-item.is-open .ts-pl-item__chevron {
  background: var(--clr-accent-glow);
  border-color: var(--clr-border-accent);
  color: var(--clr-accent);
  transform: rotate(180deg);
}

/* Fade out the «от» price when open */
.ts-pl-item.is-open .ts-pl-item__preview-price {
  opacity: 0;
  pointer-events: none;
}

/* ─── Panel (accordion body) ─── */
/* Height animated by JS (0 → scrollHeight px).
   Pixel-based transition is perfectly smooth. */
.ts-pl-item__panel {
  overflow: hidden;
  height: 0;
  transition: height 380ms ease-out;
}

/* Inner body */
.ts-pl-item__body {
  padding: 0 var(--sp-6) var(--sp-5) var(--sp-6);
}

/* Divider between header and body */
.ts-pl-item.is-open .ts-pl-item__body {
  border-top: 1px solid var(--clr-border);
  padding-top: var(--sp-4);
}

/* ─── Rate chips ─── */
.ts-pl-rates {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: var(--sp-2);
  margin-bottom: var(--sp-4);
}

.ts-pl-rate {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: var(--sp-3) var(--sp-4);
  background: var(--clr-bg-elevated);
  border: 1px solid var(--clr-border);
  border-radius: var(--r-xl);
  transition: border-color var(--t-normal), box-shadow var(--t-normal);
}

.ts-pl-rate:hover {
  border-color: var(--clr-border-accent);
  box-shadow: 0 2px 10px var(--clr-accent-glow);
}

/* Wide chip: label left, price right */
.ts-pl-rate--wide {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
}

.ts-pl-rate__label {
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  color: var(--clr-text-secondary);
  line-height: var(--lh-snug);
}

.ts-pl-rate__price {
  font-size: var(--fs-base);
  font-weight: var(--fw-bold);
  color: var(--clr-accent);
  font-family: var(--font-display);
  white-space: nowrap;
  line-height: 1;
}

/* ─── Info tip inside opened panel ─── */
.ts-pl-tip {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-2);
  padding: var(--sp-3) var(--sp-4);
  background: var(--clr-info-bg);
  border: 1px solid var(--clr-info-border);
  border-radius: var(--r-lg);
  font-size: var(--fs-xs);
  color: var(--clr-text-secondary);
  line-height: var(--lh-relaxed);
}

.ts-pl-tip + .ts-pl-tip {
  margin-top: var(--sp-2);
}

.ts-pl-tip--mt {
  margin-top: var(--sp-3);
}

.ts-pl-tip__icon {
  flex-shrink: 0;
  color: var(--clr-info);
  margin-top: 1px;
}

/* ─── Note-only body (no rates grid) ─── */
.ts-pl-body-note {
  font-size: var(--fs-sm);
  color: var(--clr-text-secondary);
  line-height: var(--lh-relaxed);
  margin-bottom: var(--sp-4);
}

/* ─── Storage conditions box ─── */
.ts-pl-storage-conditions {
  margin-top: var(--sp-3);
  padding: var(--sp-3) var(--sp-4);
  background: var(--clr-warning-bg);
  border: 1px solid var(--clr-warning-border);
  border-radius: var(--r-lg);
}

.ts-pl-storage-conditions__title {
  display: block;
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  color: var(--clr-warning-text);
  margin-bottom: var(--sp-1);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ts-pl-storage-conditions__text {
  font-size: var(--fs-xs);
  color: var(--clr-text-secondary);
  line-height: var(--lh-relaxed);
}

/* ─── Responsive mobile adjustments ─── */
@media (max-width: 480px) {
  .ts-pl-item__header {
    padding: var(--sp-4) var(--sp-4) var(--sp-4) var(--sp-5);
    min-height: 64px;
    gap: var(--sp-2);
  }

  .ts-pl-item__left {
    gap: var(--sp-3);
  }

  .ts-pl-item__icon {
    width: 36px;
    height: 36px;
  }

  .ts-pl-item__name {
    font-size: var(--fs-sm);
  }

  .ts-pl-item__desc {
    display: none; /* too cramped on 320px */
  }

  .ts-pl-item__preview-price {
    font-size: var(--fs-sm);
  }

  .ts-pl-item__fixed-price {
    font-size: var(--fs-base);
  }

  .ts-pl-item__body {
    padding: 0 var(--sp-4) var(--sp-4) var(--sp-4);
  }

  .ts-pl-item.is-open .ts-pl-item__body {
    padding-top: var(--sp-3);
  }

  .ts-pl-rates {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}

/* ── Important notes block ───────────────────────────────────── */

.ts-notes {
  margin-bottom: var(--sp-12);
}

.ts-notes__inner {
  background: var(--clr-warning-bg);
  border: 1px solid var(--clr-warning-border);
  border-radius: var(--r-2xl);
  padding: var(--sp-6) var(--sp-7);
}

.ts-notes__header {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  margin-bottom: var(--sp-5);
}

.ts-notes__icon {
  width: 44px;
  height: 44px;
  border-radius: var(--r-lg);
  background: var(--clr-warning-bg);
  border: 1px solid var(--clr-warning-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-warning);
  flex-shrink: 0;
}

.ts-notes__title {
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  font-family: var(--font-display);
  color: var(--clr-text-primary);
  line-height: var(--lh-tight);
  margin: 0;
}

.ts-notes__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.ts-notes__item {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  font-size: var(--fs-sm);
  color: var(--clr-text-secondary);
  line-height: var(--lh-relaxed);
}

.ts-notes__bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--clr-warning);
  flex-shrink: 0;
  margin-top: 7px;
}

.ts-notes__item strong {
  color: var(--clr-text-primary);
  font-weight: var(--fw-semibold);
}

@media (max-width: 480px) {
  .ts-notes__inner {
    padding: var(--sp-5) var(--sp-4);
  }
}

/* ── How it works — Process steps ───────────────────────────── */

.ts-process {
  margin-bottom: var(--sp-12);
}

.ts-process__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-3);
}

@media (min-width: 640px) {
  .ts-process__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .ts-process__steps {
    grid-template-columns: repeat(5, 1fr);
  }
}

.ts-process-step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  padding: var(--sp-5);
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--r-2xl);
  transition: border-color var(--t-normal), box-shadow var(--t-normal), transform var(--t-normal);
}

.ts-process-step:hover {
  border-color: var(--clr-border-accent);
  box-shadow: 0 4px 16px var(--clr-accent-glow);
  transform: translateY(-2px);
}

/* Connector arrow on desktop */
@media (min-width: 1100px) {
  .ts-process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 34px;
    right: -13px;
    width: 24px;
    height: 2px;
    background: var(--clr-border-accent);
    z-index: 2;
  }
}

.ts-process-step__num {
  width: 44px;
  height: 44px;
  border-radius: var(--r-full);
  background: var(--clr-accent-glow);
  border: 1.5px solid var(--clr-border-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-base);
  font-weight: var(--fw-bold);
  font-family: var(--font-display);
  color: var(--clr-accent);
  flex-shrink: 0;
}

.ts-process-step__title {
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--clr-text-primary);
  line-height: var(--lh-snug);
}

.ts-process-step__desc {
  font-size: var(--fs-xs);
  color: var(--clr-text-secondary);
  line-height: var(--lh-relaxed);
  flex: 1;
}

/* ── Mobile/Onsite Service Block ─────────────────────────────── */

.ts-mobile-block {
  margin-bottom: var(--sp-12);
  background: var(--clr-bg-card);
  background-image: var(--gradient-glow-r);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid var(--clr-border-accent);
  border-radius: var(--r-3xl);
  overflow: hidden;
  position: relative;
}

.ts-mobile-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top right, rgba(193, 18, 31, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

.ts-mobile-block__inner {
  padding: var(--sp-10) var(--sp-8);
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-8);
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .ts-mobile-block__inner {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.ts-mobile-block__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 5px var(--sp-3);
  background: var(--clr-accent);
  color: var(--clr-white);
  border-radius: var(--r-full);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: var(--sp-4);
}

.ts-mobile-block__badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  animation: ts-pulse 1.8s ease-in-out infinite;
}

@keyframes ts-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.8); }
}

.ts-mobile-block__title {
  font-size: clamp(var(--fs-xl), 3vw, var(--fs-2xl));
  font-weight: var(--fw-bold);
  font-family: var(--font-display);
  color: var(--clr-text-primary);
  line-height: var(--lh-tight);
  margin-bottom: var(--sp-3);
}

.ts-mobile-block__desc {
  font-size: var(--fs-base);
  color: var(--clr-text-secondary);
  line-height: var(--lh-relaxed);
  margin-bottom: var(--sp-6);
}

.ts-mobile-block__action {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
}

/* Right column: features list */
.ts-mobile-block__features {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .ts-mobile-block__features {
    padding-top: var(--sp-2);
  }
}

.ts-mobile-block__feature {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  padding: var(--sp-4);
  background: var(--clr-bg-elevated);
  border-radius: var(--r-xl);
  border: 1px solid var(--clr-border);
}

.ts-mobile-block__feature-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--r-md);
  background: var(--clr-accent-glow);
  border: 1px solid var(--clr-border-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-accent);
  flex-shrink: 0;
}

.ts-mobile-block__feature-text {
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  color: var(--clr-text-primary);
  line-height: var(--lh-snug);
}

.ts-mobile-block__feature-sub {
  display: block;
  font-size: var(--fs-xs);
  font-weight: var(--fw-normal);
  color: var(--clr-text-muted);
  margin-top: 2px;
}

/* ── Advantages grid (3 cols desktop, 2 tablet, 1 mobile) ──── */

.ts-advantages-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-3);
}

@media (min-width: 480px) {
  .ts-advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .ts-advantages-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ts-advantage-card {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-4);
  padding: var(--sp-5);
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--r-2xl);
  transition: border-color var(--t-normal), box-shadow var(--t-normal), transform var(--t-normal);
}

.ts-advantage-card:hover {
  border-color: var(--clr-border-accent);
  box-shadow: 0 4px 16px var(--clr-accent-glow);
  transform: translateY(-1px);
}

.ts-advantage-card__icon {
  width: 44px;
  height: 44px;
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ts-advantage-card__icon--red {
  background: var(--clr-accent-glow);
  border: 1px solid var(--clr-border-accent);
  color: var(--clr-accent);
}

.ts-advantage-card__icon--blue {
  background: var(--clr-blue-glow);
  border: 1px solid rgba(29, 78, 216, 0.3);
  color: var(--clr-blue);
}

.ts-advantage-card__icon--green {
  background: var(--clr-success-bg);
  border: 1px solid var(--clr-success-border);
  color: var(--clr-success-dark);
}

.ts-advantage-card__icon--orange {
  background: var(--clr-warning-bg);
  border: 1px solid var(--clr-warning-border);
  color: var(--clr-warning);
}

.ts-advantage-card__body {}

.ts-advantage-card__title {
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--clr-text-primary);
  line-height: var(--lh-snug);
  margin-bottom: var(--sp-1);
}

.ts-advantage-card__desc {
  font-size: var(--fs-xs);
  color: var(--clr-text-secondary);
  line-height: var(--lh-relaxed);
}

/* ── FAQ ─────────────────────────────────────────────────────── */

.ts-faq-list {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.ts-faq-item {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--r-2xl);
  overflow: hidden;
  transition: border-color var(--t-normal);
}

.ts-faq-item:hover {
  border-color: var(--clr-border-hover);
}

.ts-faq-item__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  padding: var(--sp-5);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: var(--fs-base);
  font-weight: var(--fw-semibold);
  color: var(--clr-text-primary);
  line-height: var(--lh-snug);
}

.ts-faq-item__q-icon {
  width: 28px;
  height: 28px;
  border-radius: var(--r-full);
  background: var(--clr-bg-elevated);
  border: 1px solid var(--clr-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-text-muted);
  flex-shrink: 0;
  transition: background var(--t-normal), color var(--t-normal), transform var(--t-normal);
}

.ts-faq-item.is-open .ts-faq-item__q-icon {
  background: var(--clr-accent-glow);
  border-color: var(--clr-border-accent);
  color: var(--clr-accent);
  transform: rotate(45deg);
}

.ts-faq-item.is-open {
  border-color: var(--clr-border-accent);
}

.ts-faq-item__a {
  display: none;
  padding: 0 var(--sp-5) var(--sp-5);
  font-size: var(--fs-sm);
  color: var(--clr-text-secondary);
  line-height: var(--lh-relaxed);
}

.ts-faq-item.is-open .ts-faq-item__a {
  display: block;
}

/* ── CTA block ───────────────────────────────────────────────── */

.ts-cta {
  padding: var(--sp-10) var(--sp-8);
  background: var(--clr-bg-card);
  background-image: var(--gradient-glow-r);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid var(--clr-border);
  border-radius: var(--r-3xl);
  text-align: center;
  margin-bottom: var(--sp-8);
  position: relative;
  overflow: hidden;
}

.ts-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(193, 18, 31, 0.05) 0%, transparent 65%);
  pointer-events: none;
}

.ts-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  color: var(--clr-accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: var(--sp-3);
  position: relative;
  z-index: 1;
}

.ts-cta__title {
  font-size: clamp(var(--fs-xl), 3vw, var(--fs-2xl));
  font-weight: var(--fw-bold);
  font-family: var(--font-display);
  color: var(--clr-text-primary);
  margin-bottom: var(--sp-3);
  line-height: var(--lh-tight);
  position: relative;
  z-index: 1;
}

.ts-cta__subtitle {
  font-size: var(--fs-base);
  color: var(--clr-text-secondary);
  line-height: var(--lh-relaxed);
  margin-bottom: var(--sp-6);
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.ts-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  justify-content: center;
  position: relative;
  z-index: 1;
}

.ts-cta__meta {
  margin-top: var(--sp-5);
  font-size: var(--fs-xs);
  color: var(--clr-text-muted);
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  .ts-cta {
    padding: var(--sp-8) var(--sp-5);
  }

  .ts-cta__buttons .btn {
    width: 100%;
  }

  .ts-mobile-block__inner {
    padding: var(--sp-7) var(--sp-5);
  }
}

/* ============================================================
   DARK THEME OVERRIDES
   ============================================================ */

[data-theme="dark"] .ts-service-card,
[data-theme="dark"] .ts-advantage-card,
[data-theme="dark"] .ts-faq-item,
[data-theme="dark"] .ts-pl-item {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] .ts-pl-rate {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .ts-pl-item.is-open {
  box-shadow: 0 4px 24px rgba(232, 32, 47, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .ts-notes__inner {
  background: rgba(251, 191, 36, 0.06);
  border-color: rgba(251, 191, 36, 0.20);
}

[data-theme="dark"] .ts-pl-tip {
  background: rgba(59, 130, 246, 0.06);
  border-color: rgba(59, 130, 246, 0.15);
}

[data-theme="dark"] .ts-pl-item.is-open .ts-pl-item__body {
  border-top-color: rgba(255, 255, 255, 0.06);
}

[data-theme="dark"] .ts-service-card:hover,
[data-theme="dark"] .ts-advantage-card:hover {
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

[data-theme="dark"] .ts-advantage-card__icon--blue {
  background: rgba(59, 130, 246, 0.14);
  border-color: rgba(59, 130, 246, 0.30);
  color: var(--clr-blue-light);
}

[data-theme="dark"] .ts-advantage-card__icon--green {
  color: var(--clr-success);
}

[data-theme="dark"] .ts-mobile-block {
  border-color: rgba(193, 18, 31, 0.25);
}

[data-theme="dark"] .ts-mobile-block__feature {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .ts-cta {
  border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .ts-faq-item:hover {
  border-color: rgba(255, 255, 255, 0.14);
}

[data-theme="dark"] .ts-faq-item.is-open {
  border-color: rgba(193, 18, 31, 0.35);
}

[data-theme="dark"] .ts-hero-info {
  border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .ts-hero-info__item + .ts-hero-info__item {
  border-top-color: rgba(255, 255, 255, 0.06);
}

[data-theme="dark"] .ts-guarantee__inner {
  background: rgba(16, 185, 129, 0.06);
  border-color: rgba(52, 211, 153, 0.20);
}

[data-theme="dark"] .ts-guarantee__icon-wrap {
  background: rgba(16, 185, 129, 0.10);
  border-color: rgba(52, 211, 153, 0.25);
}

[data-theme="dark"] .ts-guarantee__point {
  color: var(--clr-success);
  border-color: rgba(52, 211, 153, 0.25);
  background: rgba(16, 185, 129, 0.10);
}

[data-theme="dark"] .ts-process-step {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] .ts-process-step:hover {
  border-color: rgba(193, 18, 31, 0.35);
  box-shadow: 0 4px 16px rgba(232, 32, 47, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] .ts-pl-storage-conditions {
  background: rgba(251, 191, 36, 0.06);
  border-color: rgba(251, 191, 36, 0.18);
}

[data-theme="dark"] .ts-service-card__time {
  border-top-color: rgba(255, 255, 255, 0.07);
}
