/* ========== HOME AUTOMATION SERVICES ========== */
.toss-smart-service-page h1,
.toss-smart-service-page h2,
.toss-smart-service-page h3,
.toss-smart-service-page h4,
.toss-smart-service-page .section-badge,
.toss-smart-service-page .section-title {
  letter-spacing: 0;
}

.home-automation-page {
  background: var(--bg-base);
}

.toss-smart-home-automation-page .navbar-main {
  display: flex;
}

.toss-smart-home-automation-page .navbar-main .navbar-actions {
  order: 2;
  margin-left: auto;
  justify-self: auto;
}

.toss-smart-home-automation-page .navbar-main .navbar-links {
  order: 1;
  flex: 1 1 auto;
  justify-content: flex-start;
}

.toss-smart-home-automation-page .navbar-main .navbar-logo {
  order: 5;
  flex-direction: row-reverse;
}

.toss-smart-home-automation-page .navbar-logo img {
  box-shadow:
    0 0 14px rgba(255, 255, 255, 0.72),
    0 0 32px rgba(255, 255, 255, 0.3);
}

.home-automation-page p {
  color: var(--foreground-muted);
}

.automation-hero {
  position: relative;
  display: flex;
  min-height: min(700px, calc(100svh - 72px));
  padding: 126px 0 54px;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.automation-hero::after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 128px;
  background: linear-gradient(180deg, rgba(5, 5, 6, 0) 0%, rgba(5, 5, 6, 0.9) 78%, var(--bg-base) 100%);
  pointer-events: none;
}

.automation-hero-media,
.automation-hero-overlay {
  position: absolute;
  inset: 0;
}

.automation-hero-media {
  z-index: -2;
}

.automation-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}

.automation-hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 2, 3, 0.95) 0%, rgba(2, 2, 3, 0.82) 40%, rgba(2, 2, 3, 0.28) 75%, rgba(2, 2, 3, 0.2) 100%),
    linear-gradient(180deg, rgba(2, 2, 3, 0.28) 0%, rgba(2, 2, 3, 0.12) 54%, rgba(2, 2, 3, 0.76) 100%);
}

.automation-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.automation-hero-copy {
  max-width: 760px;
}

.automation-hero .section-badge {
  color: #f4b7d4;
  background: rgba(7, 7, 9, 0.62);
  border-color: rgba(244, 183, 212, 0.34);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.automation-hero h1 {
  max-width: 13ch;
  margin: 0 0 24px;
  color: #fff;
  font-size: 4.8rem;
  line-height: 1.02;
  text-wrap: balance;
}

.automation-hero-copy > p {
  max-width: 61ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.16rem;
  line-height: 1.72;
  text-wrap: pretty;
}

.automation-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.automation-hero-actions .btn {
  min-width: 220px;
  min-height: 54px;
  white-space: normal;
}

.automation-hero-actions .btn-glass {
  background: rgba(8, 8, 10, 0.56);
  border-color: rgba(255, 255, 255, 0.18);
}

.automation-hero-signals {
  display: grid;
  max-width: 720px;
  margin-top: 42px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.automation-hero-signals > div {
  min-width: 0;
  padding: 2px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.automation-hero-signals > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.automation-hero-signals dt {
  margin-bottom: 4px;
  color: #f4b7d4;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 700;
}

.automation-hero-signals dd {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.4;
}

.automation-capabilities {
  padding: 62px 0 112px;
}

.toss-smart-service-page .section-header {
  max-width: 820px;
}

.toss-smart-service-page .section-title {
  font-size: 3.2rem;
}

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

.automation-capability-card {
  display: flex;
  min-height: 264px;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.035);
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
}

.automation-capability-card:hover {
  border-color: rgba(184, 50, 128, 0.32);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-3px);
}

.automation-capability-card > span {
  margin-bottom: auto;
  color: var(--accent-light);
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 700;
}

.automation-capability-card h3 {
  max-width: 17ch;
  margin: 38px 0 12px;
  color: var(--foreground);
  font-size: 1.42rem;
  line-height: 1.18;
}

.automation-capability-card p {
  margin: 0;
  color: rgba(237, 237, 239, 0.7);
  font-size: 0.98rem;
  line-height: 1.68;
}

.automation-systems {
  padding: 104px 0 112px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: #08080a;
}

.automation-systems-heading {
  display: grid;
  max-width: 880px;
  margin-bottom: 72px;
  justify-items: start;
}

.automation-systems-heading .section-title {
  max-width: 14ch;
  margin-right: 0;
  margin-left: 0;
}

.automation-systems-heading > p {
  max-width: 68ch;
  margin: 0;
  color: rgba(237, 237, 239, 0.72);
  font-size: 1.05rem;
  line-height: 1.75;
}

.automation-system-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.automation-system-row {
  display: grid;
  min-width: 0;
  padding: 64px 0;
  grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1.16fr);
  gap: 72px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.automation-system-row-reverse .automation-system-media {
  order: 2;
}

.automation-system-row-reverse .automation-system-copy {
  order: 1;
}

.automation-system-media {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  background: var(--bg-elevated);
}

.automation-system-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.automation-system-index {
  display: block;
  margin-bottom: 18px;
  color: var(--accent-light);
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.automation-system-copy h3 {
  max-width: 15ch;
  margin: 0 0 18px;
  color: var(--foreground);
  font-size: 2.65rem;
  line-height: 1.08;
}

.automation-system-copy > p {
  max-width: 58ch;
  margin: 0;
  color: rgba(237, 237, 239, 0.7);
  font-size: 1.02rem;
  line-height: 1.72;
}

.automation-system-copy ul {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.automation-system-copy li {
  position: relative;
  display: grid;
  min-height: 84px;
  padding: 18px 0 18px 30px;
  grid-template-columns: minmax(160px, 0.72fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.automation-system-copy li::before {
  content: '';
  position: absolute;
  top: 34px;
  left: 3px;
  width: 9px;
  height: 5px;
  border-bottom: 2px solid var(--accent-light);
  border-left: 2px solid var(--accent-light);
  transform: rotate(-45deg);
}

.automation-system-copy strong {
  color: var(--foreground);
  font-size: 0.96rem;
  line-height: 1.4;
}

.automation-system-copy li span {
  color: var(--foreground-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.automation-systems-note {
  max-width: 76ch;
  margin: 28px 0 0;
  color: var(--foreground-subtle);
  font-size: 0.86rem;
  line-height: 1.6;
}

.automation-process {
  padding: 104px 0 112px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #08080a;
}

.automation-process-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 48px;
  align-items: end;
}

.automation-process-heading .section-title {
  max-width: 15ch;
  margin: 0;
}

.automation-process-heading > p {
  max-width: 46ch;
  margin: 0 0 6px auto;
  color: rgba(237, 237, 239, 0.7);
  font-size: 1.04rem;
  line-height: 1.7;
}

.automation-process-list {
  display: grid;
  margin-top: 72px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  counter-reset: none;
}

.automation-process-list li {
  position: relative;
  min-width: 0;
  padding: 30px 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.automation-process-list li::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent-light);
  box-shadow: 0 0 0 5px rgba(184, 50, 128, 0.13);
}

.automation-process-list li > span {
  display: block;
  margin-bottom: 22px;
  color: var(--accent-light);
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
}

.automation-process-list h3 {
  max-width: 16ch;
  margin: 0 0 12px;
  color: var(--foreground);
  font-size: 1.3rem;
  line-height: 1.2;
}

.automation-process-list p {
  max-width: 29ch;
  margin: 0;
  color: rgba(237, 237, 239, 0.66);
  font-size: 0.94rem;
  line-height: 1.68;
}

.automation-outcome {
  padding: 112px 0;
}

.automation-outcome-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
}

.automation-outcome-media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-xl);
  background: var(--bg-elevated);
}

.automation-outcome-media::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(180deg, transparent, rgba(2, 2, 3, 0.34));
  pointer-events: none;
}

.automation-outcome-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.automation-outcome-copy .section-title {
  max-width: 14ch;
  margin-right: 0;
  margin-left: 0;
}

.automation-outcome-copy > p {
  max-width: 62ch;
  margin: 0;
  color: rgba(237, 237, 239, 0.73);
  font-size: 1.04rem;
  line-height: 1.75;
}

.automation-deliverables {
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.automation-deliverables li {
  position: relative;
  display: grid;
  min-height: 88px;
  padding: 20px 0 20px 34px;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.automation-deliverables li::before {
  content: '';
  position: absolute;
  top: 34px;
  left: 4px;
  width: 11px;
  height: 6px;
  border-bottom: 2px solid var(--green);
  border-left: 2px solid var(--green);
  transform: rotate(-45deg);
}

.automation-deliverables strong {
  color: var(--foreground);
  font-size: 0.98rem;
  line-height: 1.4;
}

.automation-deliverables span {
  color: var(--foreground-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.automation-faq {
  padding: 104px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.018);
}

.automation-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 72px;
  align-items: start;
}

.automation-faq-heading {
  position: sticky;
  top: 124px;
}

.automation-faq-heading .section-title {
  max-width: 11ch;
  margin-right: 0;
  margin-left: 0;
}

.automation-faq-heading p {
  max-width: 43ch;
  margin: 0;
  color: rgba(237, 237, 239, 0.69);
  line-height: 1.72;
}

.automation-faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.automation-faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.automation-faq-list summary {
  position: relative;
  padding: 26px 54px 26px 0;
  color: var(--foreground);
  font-family: var(--font-heading);
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.automation-faq-list summary::-webkit-details-marker {
  display: none;
}

.automation-faq-list summary::before,
.automation-faq-list summary::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  width: 18px;
  height: 2px;
  background: var(--foreground-muted);
  transition: transform var(--transition), background var(--transition);
}

.automation-faq-list summary::after {
  transform: rotate(90deg);
}

.automation-faq-list details[open] summary::after {
  transform: rotate(0);
}

.automation-faq-list details[open] summary::before,
.automation-faq-list details[open] summary::after {
  background: var(--accent-light);
}

.automation-faq-list details p {
  max-width: 66ch;
  padding: 0 54px 26px 0;
  color: rgba(237, 237, 239, 0.68);
  line-height: 1.72;
}

.automation-consultation {
  padding: 112px 0 120px;
  background: #070709;
  scroll-margin-top: 104px;
}

.automation-consultation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: 72px;
  align-items: start;
}

.automation-consultation-copy {
  padding-top: 20px;
}

.automation-consultation-copy .section-title {
  max-width: 12ch;
  margin-right: 0;
  margin-left: 0;
}

.automation-consultation-copy > p {
  max-width: 54ch;
  margin: 0;
  color: rgba(237, 237, 239, 0.72);
  font-size: 1.04rem;
  line-height: 1.74;
}

.automation-next-steps {
  display: grid;
  gap: 18px;
  margin-top: 38px;
  list-style: none;
}

.automation-next-steps li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.automation-next-steps li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(184, 50, 128, 0.3);
  border-radius: 50%;
  background: rgba(139, 34, 82, 0.14);
  color: var(--accent-light);
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
}

.automation-next-steps p {
  margin: 0;
  color: rgba(237, 237, 239, 0.69);
  font-size: 0.96rem;
  line-height: 1.55;
}

.automation-form-panel {
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.automation-form-heading {
  margin-bottom: 28px;
}

.automation-form-heading > span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-light);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.automation-form-heading h3 {
  margin: 0 0 10px;
  color: var(--foreground);
  font-size: 1.7rem;
  line-height: 1.18;
}

.automation-form-heading p {
  max-width: 58ch;
  margin: 0;
  color: rgba(237, 237, 239, 0.66);
  font-size: 0.94rem;
  line-height: 1.65;
}

.toss-ws-form--home-automation-consultation .wsf-form,
.toss-ws-form--home-automation-consultation .wsf-grid,
.toss-ws-form--home-automation-consultation .wsf-group,
.toss-ws-form--home-automation-consultation .wsf-section {
  gap: 16px;
}

.toss-ws-form--home-automation-consultation textarea,
.toss-ws-form--home-automation-consultation .wsf-form textarea.wsf-field {
  min-height: 142px;
}

.toss-ws-form--home-automation-consultation button,
.toss-ws-form--home-automation-consultation input[type="submit"],
.toss-ws-form--home-automation-consultation .wsf-button {
  width: 100%;
  min-height: 52px;
}

.automation-form-email {
  margin: 20px 0 0;
  color: var(--foreground-subtle);
  font-size: 0.86rem;
  text-align: center;
}

.automation-form-email a {
  color: var(--foreground-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1080px) {
  .automation-hero h1 {
    max-width: 12ch;
    font-size: 4rem;
  }

  .automation-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .automation-system-row {
    gap: 48px;
  }

  .automation-system-copy li {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .automation-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 48px;
  }

  .automation-outcome-grid,
  .automation-consultation-grid {
    gap: 48px;
  }

  .automation-deliverables li {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

@media (max-width: 860px) {
  .automation-hero {
    padding: 124px 0 58px;
  }

  .automation-hero-overlay {
    background:
      linear-gradient(90deg, rgba(2, 2, 3, 0.92) 0%, rgba(2, 2, 3, 0.74) 64%, rgba(2, 2, 3, 0.46) 100%),
      linear-gradient(180deg, rgba(2, 2, 3, 0.3) 0%, rgba(2, 2, 3, 0.16) 48%, rgba(2, 2, 3, 0.84) 100%);
  }

  .automation-hero h1 {
    font-size: 3.35rem;
  }

  .toss-smart-service-page .section-title {
    font-size: 2.55rem;
  }

  .automation-capabilities,
  .automation-systems,
  .automation-process,
  .automation-outcome,
  .automation-faq,
  .automation-consultation {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .automation-process-heading,
  .automation-system-row,
  .automation-outcome-grid,
  .automation-faq-grid,
  .automation-consultation-grid {
    grid-template-columns: 1fr;
  }

  .automation-process-heading > p {
    max-width: 56ch;
    margin-left: 0;
  }

  .automation-system-row,
  .automation-system-row-reverse {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  }

  .automation-system-media {
    min-height: 460px;
  }

  .automation-outcome-media {
    min-height: 440px;
  }

  .automation-outcome-copy {
    max-width: 720px;
  }

  .automation-faq-heading {
    position: static;
  }

  .automation-faq-heading .section-title {
    max-width: 16ch;
  }

  .automation-consultation-grid {
    gap: 42px;
  }

  .automation-consultation-copy {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .toss-smart-home-automation-page .navbar-main {
    display: grid;
  }

  .toss-smart-home-automation-page .navbar-main .navbar-actions {
    order: 1;
    grid-column: 1 / 2;
    justify-self: start;
  }

  .toss-smart-home-automation-page .navbar-main .navbar-logo {
    order: 2;
    grid-column: 2 / 3;
    justify-self: end;
  }

  .toss-smart-home-automation-page .navbar-main .navbar-links {
    order: 3;
    grid-column: 1 / -1;
  }

  .toss-smart-home-automation-page .navbar-toggle {
    z-index: 1210;
  }
}

@media (max-width: 640px) {
  .automation-hero {
    min-height: min(720px, calc(100svh - 56px));
    padding: 108px 0 46px;
    align-items: flex-end;
  }

  .automation-hero-media img {
    object-position: 53% center;
  }

  .automation-hero-overlay {
    background:
      linear-gradient(180deg, rgba(2, 2, 3, 0.42) 0%, rgba(2, 2, 3, 0.58) 34%, rgba(2, 2, 3, 0.94) 100%),
      linear-gradient(90deg, rgba(2, 2, 3, 0.58) 0%, rgba(2, 2, 3, 0.3) 100%);
  }

  .automation-hero::after {
    height: 82px;
  }

  .automation-hero h1 {
    max-width: 11ch;
    margin-bottom: 18px;
    font-size: 2.7rem;
  }

  .automation-hero-copy > p {
    font-size: 1rem;
    line-height: 1.62;
  }

  .automation-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .automation-hero-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 50px;
  }

  .automation-hero-signals {
    margin-top: 28px;
  }

  .automation-hero-signals > div {
    padding: 0 10px;
  }

  .automation-hero-signals dd {
    font-size: 0.78rem;
  }

  .automation-capabilities,
  .automation-systems,
  .automation-process,
  .automation-outcome,
  .automation-faq,
  .automation-consultation {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .toss-smart-service-page .section-header {
    margin-bottom: 42px;
  }

  .toss-smart-service-page .section-title {
    font-size: 2.15rem;
  }

  .toss-smart-service-page .section-desc {
    font-size: 1rem;
  }

  .automation-capability-grid,
  .automation-process-list {
    grid-template-columns: 1fr;
  }

  .automation-systems-heading {
    margin-bottom: 44px;
  }

  .automation-system-row,
  .automation-system-row-reverse {
    padding: 42px 0;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .automation-system-row-reverse .automation-system-media,
  .automation-system-row-reverse .automation-system-copy {
    order: initial;
  }

  .automation-system-media {
    min-height: 360px;
  }

  .automation-system-copy h3 {
    font-size: 2.15rem;
  }

  .automation-capability-card {
    min-height: 230px;
    padding: 26px;
  }

  .automation-process-list {
    margin-top: 50px;
    row-gap: 34px;
  }

  .automation-process-list li {
    padding-right: 0;
  }

  .automation-process-list p {
    max-width: 48ch;
  }

  .automation-outcome-media {
    min-height: 360px;
    border-radius: var(--radius-lg);
  }

  .automation-deliverables li {
    min-height: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .automation-deliverables li::before {
    top: 31px;
  }

  .automation-faq-grid {
    gap: 42px;
  }

  .automation-faq-list summary {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 1.08rem;
  }

  .automation-form-panel {
    padding: 26px 22px;
  }
}

@media (max-width: 390px) {
  .automation-hero h1 {
    font-size: 2.38rem;
  }

  .automation-hero-signals {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .automation-hero-signals > div,
  .automation-hero-signals > div:first-child {
    display: grid;
    padding: 0 0 0 12px;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
  }

  .automation-hero-signals dt {
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .automation-capability-card,
  .automation-faq-list summary::before,
  .automation-faq-list summary::after {
    transition: none;
  }
}
