﻿/* ============================================================
   Watamu home page — section layouts for welcome/home blade
   ============================================================ */

.w-home-section-head {
  max-width: 46rem;
  margin-bottom: 2rem;
}

.w-home-section-head h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.05rem);
  font-weight: 700;
  color: var(--k-ink);
  margin: 0 0 0.75rem;
  letter-spacing: -0.01em;
}

.w-home-section-head p {
  color: var(--k-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0;
}

.w-home-empty {
  grid-column: 1 / -1;
  color: var(--k-muted);
}

/* ---------- Hero (copy left, stacked photos right) ---------- */

.w-home-hero {
  position: relative;
  overflow: hidden;
  background: var(--k-surface, #eef6f3);
  color: var(--k-ink, #1a2b28);
  border-bottom: 1px solid var(--k-line, #d5e4df);
}

.w-home-hero .container {
  position: relative;
  z-index: 2;
  padding-block: clamp(1.75rem, 4vw, 3rem);
}

.w-home-hero__grid {
  display: grid;
  grid-template-columns: minmax(16rem, 0.86fr) minmax(0, 1.2fr);
  gap: clamp(1.5rem, 3.5vw, 2.75rem);
  align-items: stretch;
}

.w-home-hero__copy {
  max-width: 34rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  animation: w-home-fade-up 0.85s ease both;
}

.w-home-hero__title {
  color: var(--k-ink, #1a2b28);
  font-size: clamp(1.55rem, 2.9vw, 2.25rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-transform: none;
  margin: 0 0 1rem;
}

.w-home-hero__lead {
  color: var(--k-muted, #5c6f6a);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 1.25rem;
}

.w-home-hero__trust {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.35rem;
}

.w-home-hero__trust li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.35;
  color: var(--k-ink, #1a2b28);
}

/* Soft-red arrow markers — not the Watamu double-square stamp. */
.w-home-hero__trust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 0.42rem;
  height: 0.42rem;
  border-right: 2px solid color-mix(in srgb, var(--k-accent, #c45a4a) 72%, #ffffff 28%);
  border-bottom: 2px solid color-mix(in srgb, var(--k-accent, #c45a4a) 72%, #ffffff 28%);
  transform: rotate(-45deg);
  background: transparent;
  box-shadow: none;
}

.w-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.w-home-hero__cta {
  max-width: 28rem;
  white-space: normal;
  text-align: left;
  line-height: 1.35;
  padding: 1rem 1.4rem;
  font-size: 1.08rem;
  font-weight: 700;
  animation: w-home-fade-up 1s ease 0.15s both;
}

.w-home-hero__stage {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 34rem;
  padding: 0.5rem 0.75rem 0.75rem;
}

.w-home-hero__stack {
  position: relative;
  z-index: 1;
  width: 84%;
  height: 84%;
  min-height: 28.5rem;
  margin: 8% auto 0;
}

.w-home-hero__card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #e8dfd0;
  border: 10px solid #e0d5c3;
  border-radius: 0;
  box-shadow: 0 16px 34px rgba(10, 47, 42, 0.16);
}

.w-home-hero__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

.w-home-hero__card--front {
  z-index: 3;
  transform: rotate(5deg);
}

.w-home-hero__card--back-left {
  z-index: 1;
  transform: rotate(-12deg) translate(-3%, 1%);
}

.w-home-hero__card--back-right {
  z-index: 2;
  transform: rotate(16deg) translate(4%, -2%);
}

/* ---------- How it works (3 steps) ---------- */

.w-home-steps {
  background: #fff;
  padding: clamp(2rem, 4.5vw, 3rem) 0;
  border-bottom: 1px solid var(--k-line);
}

.w-home-steps__title {
  margin: 0 0 1.75rem;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: clamp(1.45rem, 2.5vw, 1.95rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--k-ink);
  letter-spacing: -0.01em;
}

.w-home-steps__card {
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
}

.w-home-steps__head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

.w-home-steps__num {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0;
  background: color-mix(in srgb, var(--k-primary) 10%, #ffffff 90%);
  color: var(--k-primary-dark);
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.w-home-steps__head .header {
  margin: 0;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--k-ink);
}

.w-home-steps__text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--k-muted);
}

.w-home-steps__cta {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 767.98px) {
  .w-home-steps__cta {
    justify-content: stretch;
  }

  .w-home-steps__cta .k-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ---------- Packages ---------- */

.w-home-packages__title {
  margin: 0 0 0.85rem;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: clamp(1.45rem, 2.5vw, 1.95rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--k-ink);
  letter-spacing: -0.01em;
}

.w-home-packages__intro {
  margin: 0 0 1.75rem;
  max-width: 46rem;
  color: var(--k-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.w-home-pkg {
  background: #fff;
  border: 1px solid var(--k-line);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.w-home-pkg:hover {
  border-color: color-mix(in srgb, var(--k-primary) 35%, var(--k-line));
  box-shadow: 0 10px 28px rgba(15, 50, 44, 0.06);
}

.w-home-pkg__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--k-surface);
}

.w-home-pkg__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.w-home-pkg:hover .w-home-pkg__media img {
  transform: scale(1.04);
}

.w-home-pkg__body {
  padding: 1.25rem 1.3rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex: 1;
}

.w-home-pkg__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.65rem;
  font-size: 0.88rem;
  color: var(--k-muted);
  text-decoration: none;
}

a.w-home-pkg__rating:hover {
  color: var(--k-primary);
}

.w-home-pkg__stars {
  display: inline-flex;
  gap: 0.12rem;
  color: #d4a017;
}

.w-home-pkg__score strong {
  color: var(--k-ink);
  font-weight: 700;
}

.w-home-pkg__reviews {
  color: var(--k-muted);
}

.w-home-pkg__title {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
}

.w-home-pkg__title a {
  color: inherit;
  text-decoration: none;
}

.w-home-pkg__title a:hover {
  color: var(--k-primary);
}

.w-home-pkg__text {
  margin: 0;
  color: var(--k-muted);
  font-size: 0.98rem;
  line-height: 1.55;
  flex: 1;
}

.w-home-pkg__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--k-line);
}

.w-home-pkg__price-block {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.w-home-pkg__price {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem;
  line-height: 1.1;
}

.w-home-pkg__price strong {
  font-size: clamp(1.55rem, 2.4vw, 1.85rem);
  font-weight: 700;
  color: var(--k-accent);
  letter-spacing: -0.02em;
}

.w-home-pkg__price-note {
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--k-muted);
}

.w-home-packages__more {
  display: flex;
  justify-content: flex-start;
}

/* ---------- Price of renting (3 info cards) ---------- */

.w-home-price {
  text-align: left;
}

.w-home-price h2 {
  margin: 0 0 0.65rem;
  max-width: 40rem;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: clamp(1.45rem, 2.5vw, 1.95rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--k-ink);
  letter-spacing: -0.01em;
}

.w-home-price__lead {
  margin: 0 0 1.5rem;
  max-width: 42rem;
  color: var(--k-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.w-home-price__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0 0 1.35rem;
}

.w-home-price__card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  height: 100%;
  padding: 1.2rem 1.25rem 1.3rem;
  background: #fff;
  border: 1px solid var(--k-line);
  text-align: left;
}

.w-home-price__amount {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem 0.55rem;
  line-height: 1.15;
  color: var(--k-ink);
}

.w-home-price__amount strong {
  font-size: clamp(1.45rem, 2.2vw, 1.75rem);
  font-weight: 700;
  color: var(--k-ink);
  letter-spacing: -0.02em;
}

.w-home-price__amount span {
  font-size: 0.92rem;
  color: var(--k-muted);
}

.w-home-price__card h3 {
  margin: 0.15rem 0 0;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--k-ink);
}

.w-home-price__card p:last-child {
  margin: 0;
  color: var(--k-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.w-home-price__note {
  margin: 0 0 1rem;
  max-width: 46rem;
  color: var(--k-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.w-home-price__note strong {
  font-weight: 700;
  color: var(--k-ink);
}

.w-home-price__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.65rem;
  margin: 0;
  font-size: 0.98rem;
}

.w-home-price__links a {
  font-weight: 700;
  color: var(--k-primary);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.w-home-price__links a:hover {
  color: var(--k-primary-dark);
}

.w-home-price__links span {
  color: var(--k-muted);
}

@media (min-width: 768px) {
  .w-home-price__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

.w-home-blog__more,
.w-home-timing__cta {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.w-home-section-head--center {
  margin-inline: auto;
  text-align: center;
}

.w-home-empty {
  margin: 0;
  color: var(--k-muted);
}

/* ---------- Month-by-month guide ---------- */

.w-month-guide {
  margin-top: 0.5rem;
}

.w-month-guide__tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.45rem;
  overflow-x: auto;
  padding: 0.15rem 0.1rem 0.85rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.w-month-guide__tab {
  flex: 1 0 auto;
  min-width: 3.35rem;
  border: 0;
  border-radius: 0.55rem;
  background: #e8eeec;
  color: #243834;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.7rem 0.55rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.w-month-guide__tab:hover {
  background: #dce6e2;
}

.w-month-guide__tab.is-active {
  background: #fff;
  color: var(--k-ink);
  box-shadow: 0 1px 0 rgba(15, 107, 92, 0.08), 0 8px 18px rgba(15, 50, 44, 0.08);
  transform: translateY(-1px);
}

.w-month-guide__panel {
  display: none;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 0;
  background: #fff;
  border: 1px solid var(--k-line);
  overflow: hidden;
  min-height: 320px;
}

.w-month-guide__panel.is-active {
  display: grid;
  animation: w-home-fade-up 0.35s ease both;
}

.w-month-guide__copy {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.w-month-guide__rating {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.7rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--k-primary);
}

.w-month-guide__rating.is-fair { color: var(--k-accent); }
.w-month-guide__rating.is-good { color: #2f7d5c; }

.w-month-guide__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 700;
  color: var(--k-ink);
  line-height: 1.25;
}

.w-month-guide__summary {
  margin: 0 0 1.1rem;
  color: var(--k-muted);
  line-height: 1.65;
  font-size: 1rem;
}

.w-month-guide__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 1.25rem;
}

.w-month-guide__stats div {
  background: var(--k-surface);
  border: 1px solid var(--k-line);
  padding: 0.65rem 0.55rem;
  text-align: center;
}

.w-month-guide__stats span {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--k-muted);
  margin-bottom: 0.2rem;
}

.w-month-guide__stats strong {
  font-size: 1.05rem;
  color: var(--k-ink);
  font-weight: 700;
}

.w-month-guide__highlights-title {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--k-ink);
}

.w-month-guide__highlights {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--k-ink);
  line-height: 1.55;
}

.w-month-guide__highlights li {
  margin-bottom: 0.35rem;
}

.w-month-guide__visual {
  min-height: 100%;
  background: var(--k-surface);
}

.w-month-guide__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 280px;
}

/* ---------- Climate table ---------- */

.w-home-climate {
  background: #fff;
}

.w-climate-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--k-line);
  -webkit-overflow-scrolling: touch;
}

.w-climate-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  background: #fff;
}

.w-climate-table thead th {
  background: #1f3d38;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.85rem 0.45rem;
  text-align: center;
  white-space: nowrap;
}

.w-climate-table thead th:first-child {
  text-align: left;
  padding-left: 1rem;
  min-width: 8.5rem;
}

.w-climate-table tbody th {
  text-align: left;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--k-ink);
  background: #fff;
  border-top: 1px solid #edf2f0;
  white-space: nowrap;
}

.w-climate-table tbody td {
  text-align: center;
  padding: 0.7rem 0.35rem;
  border-top: 1px solid #edf2f0;
  vertical-align: middle;
}

.w-climate-table tbody tr:nth-child(even) th,
.w-climate-table tbody tr:nth-child(even) td {
  background: #f7faf9;
}

.w-climate-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  line-height: 1.2;
}

.w-climate-cell__icon {
  font-size: 1rem;
  margin-bottom: 0.1rem;
}

.w-climate-cell__icon.is-sun { color: #d4a017; }
.w-climate-cell__icon.is-cloud-sun { color: #5b8f7b; }
.w-climate-cell__icon.is-cloud-rain { color: #3d7ea6; }

.w-climate-cell strong {
  font-size: 0.92rem;
  color: var(--k-ink);
}

.w-climate-cell span {
  font-size: 0.75rem;
  color: var(--k-muted);
}

.w-climate-cell--simple {
  gap: 0.35rem;
}

.w-climate-bar {
  display: block;
  width: 2.4rem;
  height: 0.28rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--k-primary) 18%, #e7eeeb);
  position: relative;
  overflow: hidden;
}

.w-climate-bar::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w-climate-level, 50%);
  background: var(--k-primary);
}

.w-climate-pill {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.28rem 0.45rem;
  border-radius: 999px;
  background: #e7f5ee;
  color: #1f8a58;
}

.w-climate-pill.is-good {
  background: #eef6f1;
  color: #2f7d5c;
}

.w-climate-pill.is-fair {
  background: #fff1e8;
  color: #c45f28;
}

.w-climate-note {
  margin: 0.85rem 0 0;
  font-size: 0.88rem;
  color: var(--k-muted);
  text-align: center;
}

/* ---------- Location ---------- */

.w-home-location__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: center;
}

.w-home-location__copy h2 {
  font-size: clamp(1.45rem, 2.5vw, 1.95rem);
  font-weight: 700;
  margin: 0 0 1rem;
}

.w-home-location__copy p {
  color: var(--k-ink);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.w-home-location__map {
  background: var(--k-surface);
  border: 1px solid var(--k-line);
  overflow: hidden;
}

.w-home-location__map iframe {
  width: 100%;
  height: min(420px, 58vw);
  border: 0;
  display: block;
  filter: saturate(0.92) contrast(1.02);
}

.w-home-location__map-caption {
  margin: 0;
  padding: 0.7rem 0.9rem;
  font-size: 0.88rem;
  color: var(--k-muted);
  background: #fff;
  border-top: 1px solid var(--k-line);
}

.w-home-location__map-caption a {
  color: var(--k-accent);
}

/* ---------- Proof / testimonials ---------- */

.w-home-proof__list {
  display: grid;
  gap: 1.15rem;
}

.w-home-proof__item {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 1.15rem;
  padding: 1.15rem 1.25rem;
  background: #fff;
  border: 1px solid var(--k-line);
}

.w-home-proof__avatar {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  padding: 3px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.55), transparent 45%),
    repeating-radial-gradient(circle at 50% 50%, rgba(15, 107, 92, 0.18) 0 1px, transparent 1px 3px),
    color-mix(in srgb, var(--k-primary) 18%, #ffffff 82%);
  border: 1px solid color-mix(in srgb, var(--k-primary) 28%, #ffffff 72%);
  overflow: hidden;
}

.w-home-proof__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: var(--k-surface);
}

.w-home-proof__quote {
  margin: 0;
  flex: 1;
  min-width: 0;
}

.w-home-proof__quote p {
  margin: 0 0 0.7rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--k-ink);
}

.w-home-proof__byline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  align-items: baseline;
}

.w-home-proof__byline strong {
  font-size: 0.95rem;
  color: var(--k-ink);
}

.w-home-proof__byline span {
  font-size: 0.88rem;
  color: var(--k-primary);
}

@media (max-width: 575.98px) {
  .w-home-proof__item {
    gap: 0.9rem;
    padding: 1rem;
  }

  .w-home-proof__avatar {
    width: 60px;
    height: 60px;
  }

  .w-home-proof__quote p {
    font-size: 0.98rem;
  }
}

/* ---------- Blog ---------- */

.w-home-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.w-home-blog__card {
  border: 1px solid var(--k-line);
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.25s ease;
}

.w-home-blog__card:hover {
  transform: translateY(-3px);
}

.w-home-blog__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--k-surface);
}

.w-home-blog__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.w-home-blog__body {
  padding: 1.1rem 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
}

.w-home-blog__meta {
  margin: 0;
  font-size: 0.82rem;
  color: var(--k-muted);
  font-weight: 700;
}

.w-home-blog__title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.35;
}

.w-home-blog__title a {
  color: inherit;
  text-decoration: none;
}

.w-home-blog__title a:hover {
  color: var(--k-primary);
}

.w-home-blog__excerpt {
  margin: 0;
  color: var(--k-muted);
  font-size: 0.95rem;
  line-height: 1.55;
  flex: 1;
}

.w-home-blog__link {
  font-weight: 700;
  color: var(--k-accent);
  text-decoration: none;
  letter-spacing: 0.02em;
}

.w-home-blog__link:hover {
  color: var(--k-accent-dark);
}

.w-home-seo__content {
  max-width: none;
  width: 100%;
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.75;
  color: var(--k-ink);
}

.w-home-seo__content h2 {
  margin: 2.4rem 0 0.9rem;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--k-primary);
}

.w-home-seo__content h2:first-child {
  margin-top: 0;
}

.w-home-seo__content h3 {
  margin: 1.5rem 0 0.65rem;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--k-ink);
}

.w-home-seo__content p {
  margin: 0 0 1rem;
}

.w-home-seo__content ul,
.w-home-seo__content ol {
  margin: 0 0 1.35rem;
  padding-left: 1.35rem;
  color: var(--k-ink);
}

.w-home-seo__content ul {
  list-style: disc;
}

.w-home-seo__content ol {
  list-style: decimal;
}

.w-home-seo__content li {
  margin: 0 0 0.5rem;
  padding-left: 0.2rem;
  line-height: 1.65;
}

.w-home-seo__content li:last-child {
  margin-bottom: 0;
}

.w-home-seo__content li > ul,
.w-home-seo__content li > ol {
  margin: 0.45rem 0 0.2rem;
}

.w-home-seo__content strong {
  font-weight: 700;
  color: var(--k-ink);
}

.w-home-seo__content a {
  color: var(--k-accent);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.w-home-seo__content a:hover {
  color: var(--k-accent-dark);
}

/* CMS / agent HTML often ships bare <table> without homepage classes. */
.w-home-seo__content > table,
.w-home-seo__content table:not(.w-home-seo__table) {
  width: 100%;
  min-width: 520px;
  margin: 1.25rem 0 1.75rem;
  border-collapse: collapse;
  border: 1px solid var(--k-line);
  background: #fff;
}

.w-home-seo__content table:not(.w-home-seo__table) thead th {
  background: #1f3d38;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: left;
  padding: 0.85rem 1rem;
}

.w-home-seo__content table:not(.w-home-seo__table) tbody th,
.w-home-seo__content table:not(.w-home-seo__table) tbody td,
.w-home-seo__content table:not(.w-home-seo__table) td,
.w-home-seo__content table:not(.w-home-seo__table) th {
  padding: 0.8rem 1rem;
  border-top: 1px solid #edf2f0;
  font-size: 0.95rem;
  vertical-align: top;
  text-align: left;
}

.w-home-seo__content table:not(.w-home-seo__table) tbody th,
.w-home-seo__content table:not(.w-home-seo__table) th {
  font-weight: 700;
  color: var(--k-ink);
  white-space: nowrap;
}

.w-home-seo__content table:not(.w-home-seo__table) tbody td,
.w-home-seo__content table:not(.w-home-seo__table) td {
  color: var(--k-muted);
}

.w-home-seo__content table:not(.w-home-seo__table) tbody tr:nth-child(even) th,
.w-home-seo__content table:not(.w-home-seo__table) tbody tr:nth-child(even) td,
.w-home-seo__content table:not(.w-home-seo__table) tr:nth-child(even) th,
.w-home-seo__content table:not(.w-home-seo__table) tr:nth-child(even) td {
  background: #f7faf9;
}

.w-home-seo__table-wrap {
  margin: 1.25rem 0 1.75rem;
  overflow-x: auto;
  border: 1px solid var(--k-line);
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.w-home-seo__table-wrap > table,
.w-home-seo__table-wrap > .w-home-seo__table {
  margin: 0;
  border: 0;
  min-width: 520px;
}

.w-home-seo__table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  margin: 0;
}

.w-home-seo__table thead th {
  background: #1f3d38;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: left;
  padding: 0.85rem 1rem;
}

.w-home-seo__table tbody th,
.w-home-seo__table tbody td {
  padding: 0.8rem 1rem;
  border-top: 1px solid #edf2f0;
  font-size: 0.95rem;
  vertical-align: top;
}

.w-home-seo__table tbody th {
  font-weight: 700;
  color: var(--k-ink);
  text-align: left;
  white-space: nowrap;
}

.w-home-seo__table tbody td {
  color: var(--k-muted);
}

.w-home-seo__table tbody tr:nth-child(even) th,
.w-home-seo__table tbody tr:nth-child(even) td {
  background: #f7faf9;
}

.w-home-seo__cta {
  margin-top: 1.75rem;
  display: flex;
  justify-content: flex-start;
}

.w-home-seo-cta {
  margin: 0;
  padding: clamp(2rem, 4.5vw, 3.25rem) 0;
  background: #f4eadc;
  border: 0;
  border-top: 1px solid #e6d7c4;
  border-bottom: 1px solid #e6d7c4;
}

.w-home-seo-cta .row {
  --bs-gutter-x: 1.5rem;
}

.w-home-seo-cta .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.w-home-seo-cta__panel {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  background: #f4eadc;
  border: 5px solid #c9b49a;
  border-radius: 0;
}

.w-home-seo-cta .w-home-seo-cta__title {
  margin: 0 0 0.85rem;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--k-ink, #1a2b28);
  letter-spacing: -0.01em;
  max-width: none;
}

.w-home-seo-cta__text {
  margin: 0 0 1.35rem;
  max-width: none;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--k-ink, #1a2b28);
}

.w-home-seo-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: stretch;
}

.w-home-seo-cta .w-guide-book {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 180px;
  padding: 0.75rem 1rem;
  background: #faf4ea;
  border: 2px solid #c9b49a;
  border-radius: 0;
  color: var(--k-ink, #1a2b28);
  text-decoration: none;
}

.w-home-seo-cta .w-guide-book:hover,
.w-home-seo-cta .w-guide-book:focus {
  border-color: var(--k-accent, #e07a3d);
  color: var(--k-ink, #1a2b28);
}

.w-home-seo-cta .w-guide-book span {
  font-size: 0.82rem;
  opacity: 0.85;
}

.w-home-seo-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.5rem;
  background: var(--k-accent, #e07a3d);
  border: 2px solid var(--k-accent, #e07a3d);
  border-radius: 0;
  color: #fff;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.w-home-seo-cta__btn:hover,
.w-home-seo-cta__btn:focus {
  background: var(--k-accent-dark, #c45f28);
  border-color: var(--k-accent-dark, #c45f28);
  color: #fff;
}

.w-home-seo-cta__btn--ghost {
  background: transparent;
  border-color: var(--k-accent, #e07a3d);
  color: var(--k-accent-dark, #c45f28);
}

.w-home-seo-cta__btn--ghost:hover,
.w-home-seo-cta__btn--ghost:focus {
  background: var(--k-accent, #e07a3d);
  border-color: var(--k-accent, #e07a3d);
  color: #fff;
}

.w-home-seo-cta--accent {
  background: #f4eadc;
  border-color: #e6d7c4;
}

.w-home-seo-cta--accent .w-home-seo-cta__title {
  color: var(--k-ink, #1a2b28);
}

.w-home-seo-cta--accent .w-home-seo-cta__text {
  color: var(--k-ink, #1a2b28);
}

.w-home-seo-cta--accent .w-home-seo-cta__btn {
  background: var(--k-accent, #e07a3d);
  border-color: var(--k-accent, #e07a3d);
  color: #fff;
}

.w-home-seo-cta--accent .w-home-seo-cta__btn:hover,
.w-home-seo-cta--accent .w-home-seo-cta__btn:focus {
  background: var(--k-accent-dark, #c45f28);
  border-color: var(--k-accent-dark, #c45f28);
  color: #fff;
}

.k-btn--primary,
a.k-btn--primary {
  color: #fff !important;
}

.k-btn--primary:hover,
.k-btn--primary:focus,
a.k-btn--primary:hover,
a.k-btn--primary:focus {
  color: #fff !important;
}

@media (max-width: 575.98px) {
  .w-home-seo-cta__btn {
    width: 100%;
  }
}

/* ---------- Motion ---------- */

@keyframes w-home-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes w-home-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(47, 158, 108, 0.22); }
  50% { box-shadow: 0 0 0 7px rgba(47, 158, 108, 0.08); }
}

@media (prefers-reduced-motion: reduce) {
  .w-home-hero__copy,
  .w-home-hero__cta,
  .w-month-guide__panel.is-active,
  .w-home-pkg,
  .w-home-blog__card,
  .w-home-pkg__media img {
    animation: none !important;
    transition: none !important;
  }
}

/* ---------- Responsive ---------- */

@media (max-width: 991.98px) {
  .w-home-blog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .w-month-guide__panel.is-active {
    grid-template-columns: 1fr;
  }

  .w-month-guide__visual {
    order: -1;
    max-height: 240px;
  }

  .w-month-guide__visual img {
    min-height: 220px;
  }

  .w-home-location__grid {
    grid-template-columns: 1fr;
  }

  .w-home-hero__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .w-home-hero__stage,
  .w-home-hero__stack {
    order: -1;
    min-height: 22rem;
    max-width: none;
    margin: 0;
    width: 100%;
  }

  .w-home-hero__stage {
    padding: 1.4rem 1.5rem 1.6rem;
  }
}

@media (max-width: 767.98px) {
  .w-home-blog__grid {
    grid-template-columns: 1fr;
  }

  .w-month-guide__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .w-home-hero .container {
    padding-block: 1.65rem 2rem;
  }

  .w-home-hero__copy {
    max-width: none;
  }

  .w-home-hero__stage {
    padding: 0.35rem 0.5rem 0.6rem;
    min-height: 18rem;
  }

  .w-home-hero__stack {
    width: 86%;
    height: 86%;
    max-width: none;
    min-height: 15.5rem;
    margin: 7% auto 0;
  }

  .w-home-hero__card--front {
    transform: rotate(4deg);
  }

  .w-home-hero__card--back-left {
    transform: rotate(-10deg);
  }

  .w-home-hero__card--back-right {
    transform: rotate(13deg);
  }

  .w-home-hero__trust {
    grid-template-columns: 1fr 1fr;
  }

  .w-home-hero__cta {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* Split hero media (single illustration, not a photo stack). */
.w-home-hero__media {
  min-width: 0;
}

.w-home-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 28rem;
  object-fit: cover;
  border: 1px solid var(--k-line);
}

@media (max-width: 991.98px) {
  .w-home-hero__media img {
    max-height: 18rem;
  }
}

/* ---------- Home section upgrades ---------- */

.k-lead {
  color: var(--k-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 1rem;
}

.k-split__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 26rem;
  object-fit: cover;
  border: 1px solid var(--k-line);
}

.k-split__copy h2 {
  font-size: clamp(1.45rem, 2.5vw, 1.95rem);
  font-weight: 700;
  margin: 0 0 0.85rem;
  color: var(--k-ink);
}

.k-split__copy > p {
  color: var(--k-muted);
  line-height: 1.65;
  margin: 0 0 1rem;
}

.k-facts--flush {
  margin-top: 0.25rem;
}

.k-price-panel {
  background: var(--k-white);
  border: 1px solid var(--k-line);
  padding: 0;
}

.k-price-panel__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1.25rem;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid var(--k-line);
}

.k-price-panel__label {
  font-weight: 700;
  color: var(--k-primary);
}

.k-price-panel__value {
  color: var(--k-ink);
  font-weight: 700;
}

.k-price-panel__note {
  padding: 1rem 1.25rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--k-muted);
  background: color-mix(in srgb, var(--k-surface) 70%, #ffffff 30%);
}

/* ---------- How it works: wheel fades into the step cards ---------- */

.w-home-how {
  position: relative;
  overflow: hidden;
  background: #f3eee6;
  padding: 18rem 0 1.75rem;
}

.w-home-how__scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.w-home-how__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 18rem;
  object-fit: cover;
  object-position: center 38%;
}

.w-home-how__bg--sharp {
  z-index: 1;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 62%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 62%, transparent 100%);
}

.w-home-how__bg--soft,
.w-home-how__bg--blur {
  z-index: 0;
  width: 108%;
  height: 100%;
  left: -4%;
  filter: blur(16px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 55%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 55%);
}

.w-home-how__scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 28%, rgba(243, 238, 230, 0.72) 58%, #f3eee6 78%);
}

.w-home-how__main {
  position: relative;
  z-index: 1;
  text-align: left;
}

.w-home-how__main h2 {
  margin: 0 0 0.45rem;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: clamp(1.45rem, 2.5vw, 1.95rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--k-ink);
  letter-spacing: -0.01em;
}

.w-home-how__lead {
  margin: 0 0 1rem;
  max-width: 40rem;
  color: #3d4a46;
  font-size: 1.05rem;
  line-height: 1.55;
}

.w-home-how__steps {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.w-home-how__steps li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  height: 100%;
  margin: 0;
  padding: 1.15rem 1.15rem 1.25rem;
  background: #fff;
  border: 1px solid var(--k-line);
  text-align: left;
}

.w-home-how__n {
  display: inline-grid;
  place-items: center;
  min-width: 1.7rem;
  height: 1.7rem;
  padding: 0 0.35rem;
  background: var(--k-accent);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
}

.w-home-how__steps h3 {
  margin: 0.15rem 0 0;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--k-ink);
}

.w-home-how__steps p {
  margin: 0;
  color: var(--k-muted);
  font-size: 0.98rem;
  line-height: 1.5;
}

.w-home-how__cta {
  margin: 0;
}

.w-home-how__cta .k-btn--outline {
  background: #fff;
}

@media (min-width: 768px) {
  .w-home-how {
    display: flex;
    align-items: center;
    min-height: 0;
    padding: 2.25rem 0;
  }

  .w-home-how > .container {
    width: 100%;
  }

  .w-home-how__bg,
  .w-home-how__bg--sharp,
  .w-home-how__bg--soft,
  .w-home-how__bg--blur {
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
  }

  .w-home-how__bg--sharp {
    left: 0;
    width: 62%;
    -webkit-mask-image: linear-gradient(to right, #000 0%, #000 34%, rgba(0, 0, 0, 0.35) 58%, transparent 78%);
    mask-image: linear-gradient(to right, #000 0%, #000 34%, rgba(0, 0, 0, 0.35) 58%, transparent 78%);
  }

  .w-home-how__bg--soft,
  .w-home-how__bg--blur {
    left: 0;
    width: 100%;
    filter: blur(22px);
    transform: scale(1.04);
    -webkit-mask-image: none;
    mask-image: none;
  }

  .w-home-how__scene::after {
    background: linear-gradient(to right, transparent 0%, transparent 16%, rgba(243, 238, 230, 0.55) 34%, rgba(243, 238, 230, 0.94) 50%, #f3eee6 68%);
  }

  .w-home-how__main {
    width: min(58%, 38rem);
    margin-left: auto;
  }

  .w-home-how__steps {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .w-home-how {
    padding: 2.5rem 0;
  }

  .w-home-how__bg--sharp {
    width: 58%;
    object-position: center 40%;
  }

  .w-home-how__main {
    width: min(62%, 46rem);
  }

  .w-home-how__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

/* ---------- Gates, rules, FAQ ---------- */

.w-home-split-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  margin-bottom: 1.35rem;
}

.w-home-split-head h2,
.w-home-rules__card h2,
.w-home-faq__intro h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-heading, 'Lato', sans-serif);
  font-size: clamp(1.45rem, 2.5vw, 1.95rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--k-ink);
  letter-spacing: -0.01em;
  text-align: left;
}

.w-home-split-head p,
.w-home-rules__card p,
.w-home-gates__card p {
  margin: 0;
  color: var(--k-muted);
  font-size: 1.02rem;
  line-height: 1.55;
  text-align: left;
}

.w-home-split-head__link a,
.w-home-gates__more a,
.w-home-rules__card a {
  font-weight: 700;
  color: var(--k-primary);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.w-home-split-head__link a:hover,
.w-home-gates__more a:hover,
.w-home-rules__card a:hover {
  color: var(--k-primary-dark);
}

.w-home-gates__grid,
.w-home-rules__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.w-home-gates__card,
.w-home-rules__card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--k-line);
  text-align: left;
}

.w-home-gates__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}

.w-home-gates__photo {
  aspect-ratio: 4 / 3;
  background: #f4f1ea;
  overflow: hidden;
}

.w-home-gates__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.w-home-gates__body {
  padding: 1rem 1.1rem 1.15rem;
}

.w-home-rules__card {
  padding: 1.15rem 1.2rem 1.25rem;
}

.w-home-gates__card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--k-ink);
}

.w-home-gates__card p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.1em;
}

.w-home-gates__more {
  margin-top: 1rem;
}

.w-home-rules__card h2 {
  font-size: 1.35rem;
}

.w-home-rules__card p + p {
  margin-top: 0.85rem;
}

.w-home-faq__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: start;
}

.w-home-faq__intro h2 {
  max-width: 18rem;
}

.w-home-faq__list {
  border-top: 1px solid var(--k-line);
}

.w-home-faq__item {
  border-bottom: 1px solid var(--k-line);
  background: #fff;
}

.w-home-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0.15rem;
  cursor: pointer;
  list-style: none;
}

.w-home-faq__item summary::-webkit-details-marker {
  display: none;
}

.w-home-faq__item summary h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--k-ink);
  text-align: left;
}

.w-home-faq__item summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--k-accent);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.w-home-faq__item[open] summary::after {
  content: "–";
}

.w-home-faq__a {
  padding: 0 0.15rem 1rem;
}

.w-home-faq__a p {
  margin: 0;
  max-width: 42rem;
  color: var(--k-muted);
  font-size: 0.98rem;
  line-height: 1.6;
  text-align: left;
}

.w-home-faq__a a {
  color: var(--k-primary);
  font-weight: 700;
}

@media (min-width: 768px) {
  .w-home-gates__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .w-home-rules__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

@media (min-width: 992px) {
  .w-home-faq__grid {
    grid-template-columns: minmax(14rem, 0.72fr) minmax(0, 1.4fr);
    gap: 2.5rem;
  }

  .w-home-faq__intro {
    position: sticky;
    top: 5.5rem;
  }
}

.k-arrow-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.k-arrow-list li {
  position: relative;
  padding: 0.75rem 0 0.75rem 1.25rem;
  border-bottom: 1px solid var(--k-line);
  font-weight: 700;
  color: var(--k-ink);
}

.k-arrow-list li:last-child {
  border-bottom: 0;
}

.k-arrow-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05rem;
  width: 0.4rem;
  height: 0.4rem;
  border-right: 2px solid color-mix(in srgb, var(--k-accent) 70%, #ffffff 30%);
  border-bottom: 2px solid color-mix(in srgb, var(--k-accent) 70%, #ffffff 30%);
  transform: rotate(-45deg);
}

.k-arrow-list--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.5rem;
}

.k-arrow-list--inline li {
  border-bottom: 0;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.k-arrow-list a {
  color: var(--k-accent);
  text-decoration: none;
  font-weight: 700;
}

.k-arrow-list a:hover {
  text-decoration: underline;
}

.k-aside-note {
  padding: 1.25rem 1.35rem;
  background: var(--k-white);
  border: 1px solid var(--k-line);
  color: var(--k-muted);
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .w-home-hero__trust {
    flex-direction: column;
    gap: 0.55rem;
  }

  .k-price-panel__row {
    flex-direction: column;
  }
}

