.wecom-hero .mkt-hero-media img {
  object-position: 70% 32%;
}
.features-hero .mkt-hero-media img {
  object-position: 78% 40%;
}

.wecom-flow {
  background: #f6f1e8;
  padding: clamp(48px, 6vw, 80px) clamp(16px, 4vw, 48px) 8px;
}
.wecom-flow-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.wecom-flow--group {
  padding-top: clamp(56px, 7vw, 88px);
}
.wecom-flow-phones {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 36px);
  align-items: start;
}
.wecom-flow .iphone {
  margin: 0;
  filter: drop-shadow(0 14px 24px rgba(26, 23, 20, 0.14));
}
.wecom-flow .iphone-body {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 2.4%;
  border-radius: 22px;
  background: linear-gradient(160deg, #2b2d31 0%, #111214 55%, #0a0a0b 100%);
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.12), inset 0 0 0 4px rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
}
.wecom-flow .iphone-screen {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 1170 / 2532;
  background: #111;
}
.wecom-flow .iphone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.wecom-flow .iphone:first-child .iphone-screen img {
  object-position: center 58%;
}
.wecom-flow .iphone-island {
  position: absolute;
  top: 1.5%;
  left: 50%;
  z-index: 2;
  width: 24%;
  height: 2.7%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #050505;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
  pointer-events: none;
}
.wecom-flow .iphone-island::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 50%;
  width: 36%;
  height: 36%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #1a1a1c;
  box-shadow: inset 0 0 0 1px rgba(80, 120, 180, 0.35);
}
.wecom-flow .iphone-home {
  position: absolute;
  left: 50%;
  bottom: 1.6%;
  z-index: 2;
  width: 36%;
  height: 1.1%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.32);
  pointer-events: none;
}
.wecom-flow .iphone-side {
  position: absolute;
  width: 3px;
  border-radius: 2px;
  background: #3a3c40;
  pointer-events: none;
}
.wecom-flow .iphone-side--silent { left: -3px; top: 18%; height: 4.5%; }
.wecom-flow .iphone-side--vol-up { left: -3px; top: 26%; height: 9%; }
.wecom-flow .iphone-side--vol-down { left: -3px; top: 37%; height: 9%; }
.wecom-flow .iphone-side--power { right: -3px; top: 28%; height: 12%; }
.wecom-flow figcaption {
  max-width: 280px;
  margin: 16px auto 0;
  text-align: center;
}
.wecom-flow figcaption strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #3f0808;
}
.wecom-flow figcaption span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(26, 23, 20, 0.56);
}

.tut-goals {
  background: #fff;
  padding: clamp(52px, 7vw, 88px) clamp(16px, 4vw, 48px) clamp(40px, 5vw, 64px);
}
.tut-goals-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.tut-goals-head {
  text-align: center;
  margin: 0 auto 40px;
}
.tut-goals-head h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: #1a1714;
}
.tut-goals-head p {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(26, 23, 20, 0.48);
}
.tut-goal-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.tut-goal {
  --accent: #16a34a;
  --tint: #eefbf3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 100%;
  padding: 28px 16px 22px;
  border-radius: 22px;
  text-decoration: none;
  background: var(--tint);
  box-shadow: 0 8px 24px rgba(26, 23, 20, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tut-goal:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(26, 23, 20, 0.08);
}
.tut-goal.is-on {
  box-shadow: 0 0 0 2px var(--accent), 0 14px 28px rgba(26, 23, 20, 0.08);
}
.tut-goal--laxin { --accent: #16a34a; --tint: #eefbf3; }
.tut-goal--fugou { --accent: #ea580c; --tint: #fff4ec; }
.tut-goal--suoke { --accent: #7c3aed; --tint: #f4f0ff; }
.tut-goal--laodaixin { --accent: #2563eb; --tint: #eef4ff; }
.tut-goal--wecom { --accent: #e11d48; --tint: #fff1f3; }
.tut-goal-icon {
  display: block;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
}
.tut-goal-icon svg { display: block; width: 100%; height: 100%; }
.tut-goal h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  color: #1a1714;
}
.tut-goal p {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(26, 23, 20, 0.5);
  min-height: 42px;
}
.tut-goal ul {
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  text-align: left;
}
.tut-goal li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 2px;
  font-size: 14px;
  line-height: 1.4;
  color: #1a1714;
}
.tut-goal li::before {
  content: "";
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M4.2 8.2l2.3 2.3 5.3-5.4' fill='none' stroke='%2316a34a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>")
    center / 16px 16px no-repeat,
    color-mix(in srgb, var(--accent) 16%, #fff);
}
.tut-goal--fugou li::before {
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M4.2 8.2l2.3 2.3 5.3-5.4' fill='none' stroke='%23ea580c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>")
    center / 16px 16px no-repeat,
    color-mix(in srgb, var(--accent) 16%, #fff);
}
.tut-goal--suoke li::before {
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M4.2 8.2l2.3 2.3 5.3-5.4' fill='none' stroke='%237c3aed' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>")
    center / 16px 16px no-repeat,
    color-mix(in srgb, var(--accent) 16%, #fff);
}
.tut-goal--laodaixin li::before {
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M4.2 8.2l2.3 2.3 5.3-5.4' fill='none' stroke='%232563eb' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>")
    center / 16px 16px no-repeat,
    color-mix(in srgb, var(--accent) 16%, #fff);
}
.tut-goal--wecom li::before {
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M4.2 8.2l2.3 2.3 5.3-5.4' fill='none' stroke='%23e11d48' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>")
    center / 16px 16px no-repeat,
    color-mix(in srgb, var(--accent) 16%, #fff);
}
.tut-goal-cta {
  margin-top: auto;
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
}
@media (max-width: 1100px) {
  .tut-goal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .tut-goal-grid { grid-template-columns: 1fr; }
  .tut-goal p { min-height: 0; }
}
.tut-caps {
  background: #f6f1e8;
  padding: clamp(48px, 6vw, 80px) clamp(16px, 4vw, 48px);
}
.tut-caps-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.tut-cap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.tut-cap {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 18px;
  background: #fff;
  border-radius: 16px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(26, 23, 20, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tut-cap:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(26, 23, 20, 0.07);
}
.tut-cap.is-on {
  box-shadow: 0 0 0 2px #c45c26, 0 12px 24px rgba(26, 23, 20, 0.07);
}
.tut-cap-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
}
.tut-cap-icon svg { display: block; width: 24px; height: 24px; }
.tut-cap-icon--orange { background: #fff1e6; color: #ea580c; }
.tut-cap-icon--green { background: #e8f8ee; color: #16a34a; }
.tut-cap-icon--blue { background: #eaf1ff; color: #2563eb; }
.tut-cap-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.tut-cap-copy strong {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  color: #1a1714;
}
.tut-cap-copy span {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(26, 23, 20, 0.48);
}
@media (max-width: 960px) {
  .tut-cap-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .tut-cap-grid { grid-template-columns: 1fr; }
}
.tut-inds {
  background: #fff;
  padding: clamp(48px, 6vw, 80px) clamp(16px, 4vw, 48px);
}
.tut-inds-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.tut-ind-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.tut-ind {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(26, 23, 20, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tut-ind:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(26, 23, 20, 0.08);
}
.tut-ind.is-on {
  box-shadow: 0 0 0 2px #c45c26, 0 14px 28px rgba(26, 23, 20, 0.08);
}
.tut-ind-media {
  display: block;
  aspect-ratio: 4 / 3;
  background: #f4f3ef;
  overflow: hidden;
}
.tut-ind-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tut-ind strong {
  display: block;
  padding: 12px 12px 14px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  color: #1a1714;
}
@media (max-width: 1100px) {
  .tut-ind-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .tut-ind-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.art-list {
  background: #f6f1e8;
  padding: clamp(48px, 6vw, 80px) clamp(16px, 4vw, 48px) clamp(64px, 8vw, 96px);
}
.art-list-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.art-list .tut-goals-head h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: #1a1714;
}
.art-layout {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}
.art-side {
  position: sticky;
  top: 88px;
}
.art-side-group {
  margin: 0 0 26px;
}
.art-side-group h3 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: rgba(26, 23, 20, 0.42);
}
.art-side-group a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.4;
  color: #1a1714;
  text-decoration: none;
}
.art-side-group a:hover { color: #c45c26; }
.art-side-group a.is-on {
  font-weight: 800;
  color: #c45c26;
}
.art-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.art-chips--two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.art-side-group .art-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(26, 23, 20, 0.06);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
  color: rgba(26, 23, 20, 0.72);
  text-align: center;
}
.art-chips--two .art-chip {
  width: 100%;
  min-width: 0;
}
.art-side-group .art-chip:hover {
  color: #c45c26;
  border-color: rgba(196, 92, 38, 0.28);
}
.art-side-group .art-chip.is-on {
  background: #fff4ec;
  border-color: rgba(196, 92, 38, 0.35);
  color: #c45c26;
  font-weight: 800;
}
.art-filters-reset {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 650;
  color: #c45c26;
  text-decoration: none;
}
.art-main .tut-latest-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1100px) {
  .art-main .tut-latest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .art-layout { grid-template-columns: 1fr; }
  .art-side {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 24px;
  }
  .art-side .art-filters-reset { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .art-side { grid-template-columns: 1fr; }
  .art-main .tut-latest-grid { grid-template-columns: 1fr; }
}
.art-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 36px;
}
.art-pager a,
.art-pager span {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  background: #fff;
  color: #1a1714;
}
.art-pager a:hover { box-shadow: 0 0 0 2px #c45c26; }
.art-pager span { color: rgba(26, 23, 20, 0.32); }
.art-pager span.is-on {
  background: #1a1714;
  color: #fff;
}
.tut-list {
  background: #f6f1e8;
  padding: clamp(48px, 6vw, 80px) clamp(16px, 4vw, 48px) clamp(64px, 8vw, 96px);
}
.tut-list-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.tut-latest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.tut-post {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(26, 23, 20, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tut-post:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(26, 23, 20, 0.08);
}
.tut-post-media {
  display: block;
  aspect-ratio: 900 / 383;
  background: #ebe4d8;
  overflow: hidden;
}
.tut-post-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tut-post-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px 18px;
}
.tut-post-body strong {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  color: #1a1714;
}
.tut-post-body span {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(26, 23, 20, 0.52);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 960px) {
  .tut-latest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .tut-latest-grid { grid-template-columns: 1fr; }
}

.wecom-scenes {
  background: #f6f1e8;
  padding: clamp(40px, 5vw, 64px) clamp(16px, 4vw, 48px) clamp(64px, 8vw, 96px);
}

.wecom-scenes-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.wecom-scenes-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 36px;
}

.wecom-scenes-head h2 {
  margin: 0;
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: #3f0808;
}

.wecom-scenes-head p {
  margin: 14px 0 0;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.75;
  color: var(--muted);
}

.wecom-scene-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wecom-scene-card {
  display: block;
  padding: 24px 22px;
  background: #fff;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(26, 23, 20, 0.05);
}

.wecom-scene-card:hover { transform: translateY(-2px); }

.wecom-scene-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #3f0808;
}

.wecom-scene-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(26, 23, 20, 0.56);
}

.wecom-scene-card span {
  display: inline-block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #3f0808;
}

@media (max-width: 900px) {
  .wecom-flow-phones,
  .wecom-scene-grid { grid-template-columns: 1fr; }
  .wecom-flow .iphone-body { max-width: 240px; }
}

.ind-hub {
  padding: clamp(56px, 7vw, 88px) clamp(16px, 4vw, 48px) clamp(72px, 9vw, 96px);
}
.ind-hub-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.ind-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto clamp(28px, 4vw, 40px);
}
.ind-head h1 {
  margin: 0;
  font-size: clamp(32px, 4.8vw, 48px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.015em;
  color: #3f0808;
}
.ind-head .lead {
  margin-top: clamp(16px, 2.4vw, 22px);
  font-size: clamp(15px, 1.55vw, 18px);
  line-height: 1.75;
  color: rgba(26, 23, 20, 0.72);
}
.ind-capabilities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: clamp(32px, 4.5vw, 48px);
}
.ind-capabilities span {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 550;
  background: #fff;
  border: 1px solid rgba(26, 23, 20, 0.08);
  color: rgba(26, 23, 20, 0.72);
}
.ind-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.ind-hub .ind-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 0;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(26, 23, 20, 0.06);
  box-shadow: 0 10px 32px rgba(26, 23, 20, 0.05);
  overflow: hidden;
  min-height: 100%;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.ind-hub .ind-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(26, 23, 20, 0.08);
  border-color: rgba(26, 23, 20, 0.12);
}
.ind-hub .ind-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  z-index: 2;
}
.ind-hub .ind-card:nth-child(5n+1)::before { background: linear-gradient(90deg, #fb7185, #e11d48); }
.ind-hub .ind-card:nth-child(5n+2)::before { background: linear-gradient(90deg, #fbbf24, #d97706); }
.ind-hub .ind-card:nth-child(5n+3)::before { background: linear-gradient(90deg, #2dd4bf, #0d9488); }
.ind-hub .ind-card:nth-child(5n+4)::before { background: linear-gradient(90deg, #818cf8, #4f46e5); }
.ind-hub .ind-card:nth-child(5n)::before { background: linear-gradient(90deg, #94a3b8, #475569); }
.ind-card-hit {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 24px;
}
.ind-card-hit:focus-visible {
  outline: 2px solid #c81e1e;
  outline-offset: 3px;
}
.ind-card-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f4f3ef;
}
.ind-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ind-card-body {
  position: relative;
  z-index: 0;
  padding: 18px 20px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}
.ind-hub .ind-card-body h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -0.01em;
  color: #1a1714;
}
.ind-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.ind-chips span {
  font-size: 11px;
  line-height: 1.3;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f4f3ef;
  color: rgba(26, 23, 20, 0.48);
}
.ind-block-label {
  font-size: 12px;
  font-weight: 700;
  color: #c81e1e;
  margin: 4px 0 0;
}
.ind-helps {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(26, 23, 20, 0.72);
  margin: 0;
}
.ind-card-foot {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 20px 18px;
  margin-top: auto;
}
.ind-card-primary {
  font-size: 13px;
  font-weight: 600;
  color: #1a1714;
  pointer-events: none;
}
.ind-card-more {
  position: relative;
  z-index: 3;
  font-size: 13px;
  font-weight: 600;
  color: #c81e1e;
  white-space: nowrap;
}
.ind-card-more:hover { text-decoration: underline; }
.ind-cta {
  margin-top: clamp(36px, 5vw, 52px);
  padding: clamp(24px, 3vw, 32px);
  background: #111;
  color: #fff;
  border-radius: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.ind-cta h2 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #fff;
}
.ind-cta p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  max-width: 36em;
  line-height: 1.65;
  margin: 0;
}
.ind-cta img {
  border-radius: 14px;
  width: 132px;
  height: 132px;
  background: #fff;
  padding: 8px;
}
.ind-cta-links {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ind-cta-links a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 550;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 1100px) {
  .ind-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .ind-grid { grid-template-columns: 1fr; }
  .ind-cta { grid-template-columns: 1fr; text-align: center; }
  .ind-cta img { margin: 0 auto; }
  .ind-cta-links { justify-content: center; }
}
