.support-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 3.5vw, 42px) 0 clamp(32px, 4vw, 48px);
  background:
    radial-gradient(circle at 88% 18%, rgba(134, 32, 25, 0.1), transparent 30%),
    linear-gradient(135deg, #fff 0%, #fff9f8 62%, #f7f3f2 100%);
}

.support-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
}

.support-kicker {
  margin: 0 0 14px;
  color: var(--burgundy);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.support-hero-copy h1 {
  max-width: 720px;
  margin: 0 0 20px;
  font-size: clamp(1.76rem, 3.38vw, 3.25rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.support-hero-copy > p:not(.support-kicker) {
  max-width: 650px;
  margin: 0;
  color: var(--text);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.7;
}

.support-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.support-button:hover {
  transform: translateY(-2px);
}

.support-button:focus-visible {
  outline: 3px solid rgba(134, 32, 25, 0.28);
  outline-offset: 4px;
}

.support-button-primary {
  color: #fff;
  background: var(--burgundy);
  box-shadow: 0 12px 25px rgba(134, 32, 25, 0.2);
}

.support-button-primary:hover {
  color: #fff;
  background: var(--burgundy-dark);
  box-shadow: 0 15px 30px rgba(134, 32, 25, 0.25);
}

.support-button-hero {
  color: var(--burgundy);
  border-color: rgba(134, 32, 25, 0.2);
  background: #fff;
  box-shadow: 0 9px 22px rgba(55, 32, 29, 0.08);
}

.support-button-hero:hover {
  color: var(--burgundy-dark);
  border-color: rgba(134, 32, 25, 0.4);
  background: #fffafa;
  box-shadow: 0 12px 26px rgba(55, 32, 29, 0.11);
}

.support-hero-copy .support-button {
  margin-top: 20px;
}

.support-hero-panel {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(134, 32, 25, 0.11);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 62px rgba(54, 26, 23, 0.11);
  backdrop-filter: blur(10px);
}

.support-panel-label {
  margin: 0 0 18px;
  color: #6e6e6e;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.support-steps-compact {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-steps-compact li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 15px;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}

.support-steps-compact li:first-child {
  border-top: 0;
  padding-top: 0;
}

.support-steps-compact li:last-child {
  padding-bottom: 0;
}

.support-steps-compact span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: var(--burgundy);
  background: #faecea;
  font-size: 0.72rem;
  font-weight: 900;
}

.support-steps-compact strong {
  font-size: 0.96rem;
}

.support-notice-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px clamp(24px, 4vw, 38px);
  border: 1px solid #eadfdd;
  border-left: 5px solid var(--burgundy);
  border-radius: 18px;
  background: #fbf9f9;
}

.support-product-grid + .support-notice-inner {
  margin-top: 26px;
}

.support-notice-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--burgundy);
  font-weight: 900;
}

.support-notice-inner strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
}

.support-notice-inner p {
  margin: 0;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.55;
}

.support-products {
  padding-top: clamp(18px, 2.2vw, 28px);
  padding-bottom: clamp(76px, 9vw, 120px);
  background: #fff;
  scroll-margin-top: 110px;
}

.support-section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

.support-section-heading h2,
.support-guide-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.support-section-heading h2 {
  font-size: clamp(1.3rem, 2.6vw, 2.21rem);
  white-space: nowrap;
}

.support-section-heading > p:last-child,
.support-guide-copy > p:last-child {
  margin: 0;
  color: var(--text);
  line-height: 1.65;
}

.support-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.support-product-card {
  display: grid;
  grid-template-rows: 168px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  color: inherit;
  background: #fff;
  box-shadow: 0 18px 48px rgba(28, 28, 28, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.support-product-card:hover {
  color: inherit;
  border-color: rgba(134, 32, 25, 0.25);
  transform: translateY(-3px);
  box-shadow: 0 23px 54px rgba(28, 28, 28, 0.11);
}

.support-product-card:focus-visible {
  outline: 3px solid rgba(134, 32, 25, 0.3);
  outline-offset: 4px;
}

.support-product-brand {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 22px;
  padding: 30px 34px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--burgundy-dark), var(--burgundy));
}

.support-cloud .support-product-brand {
  background: linear-gradient(135deg, #32283d, #5d476d);
}

.support-product-brand::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -90px;
  border: 32px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.support-product-brand img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 155px;
  height: 52px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}

.support-brand-row {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.support-button-brand {
  min-width: 176px;
  min-height: 59px;
  flex: 0 0 176px;
  padding: 13px 20px;
  color: var(--burgundy);
  background: #fff;
  box-shadow: 0 9px 22px rgba(36, 13, 12, 0.16);
  font-size: 1rem;
  white-space: nowrap;
}

.support-button-brand:hover {
  color: var(--burgundy-dark);
  background: #fff7f6;
}

.support-cloud .support-button-brand {
  color: #453551;
}

.support-cloud .support-button-brand:hover {
  color: #32283d;
}

.support-product-label {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.support-product-content {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 42px);
}

.support-product-content h3 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  letter-spacing: -0.035em;
}

.support-product-content > p {
  margin: 0 0 25px;
  color: var(--text);
  line-height: 1.65;
}

.support-feature-list {
  display: grid;
  gap: 12px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.support-feature-list li {
  position: relative;
  padding-left: 27px;
  color: #3f3f3f;
  font-size: 0.92rem;
}

.support-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--burgundy);
  font-weight: 900;
}

.support-button-dark {
  color: #fff;
  background: #453551;
  box-shadow: 0 12px 25px rgba(69, 53, 81, 0.18);
}

.support-button-dark:hover {
  color: #fff;
  background: #32283d;
  box-shadow: 0 15px 30px rgba(69, 53, 81, 0.24);
}

.support-guide {
  padding-top: clamp(36px, 4vw, 56px);
  padding-bottom: clamp(72px, 8vw, 108px);
  background: #f8f8f8;
}

.support-guide-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(46px, 8vw, 110px);
  align-items: start;
}

.support-guide-copy {
  position: sticky;
  top: 120px;
}

.support-guide-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-guide-list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  align-items: start;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.support-guide-list li > span {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: var(--burgundy);
  background: #faecea;
  font-size: 0.76rem;
  font-weight: 900;
}

.support-guide-list strong {
  display: block;
  margin: 3px 0 7px;
  color: var(--ink);
  font-size: 1rem;
}

.support-guide-list p {
  margin: 0;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.55;
}

@media (max-width: 1024px) {
  .support-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    gap: 28px;
  }

  .support-hero-panel {
    padding: 18px 22px;
  }

  .support-panel-label {
    margin-bottom: 12px;
  }

  .support-guide-grid {
    gap: 44px;
  }
}

@media (max-width: 767px) {
  .support-hero {
    padding: 18px 0 26px;
  }

  .support-hero-grid,
  .support-product-grid,
  .support-guide-grid {
    grid-template-columns: 1fr;
  }

  .support-hero-grid {
    gap: 20px;
  }

  .support-hero-copy h1 {
    font-size: clamp(1.66rem, 7.8vw, 2.73rem);
  }

  .support-section-heading h2 {
    white-space: normal;
  }

  .support-hero-panel {
    border-radius: 21px;
  }

  .support-panel-label {
    text-align: center;
  }

  .support-steps-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .support-steps-compact li,
  .support-steps-compact li:first-child,
  .support-steps-compact li:last-child {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    justify-items: center;
    padding: 0 8px;
    border-top: 0;
    border-left: 1px solid var(--line);
    text-align: center;
  }

  .support-steps-compact li:first-child {
    border-left: 0;
  }

  .support-steps-compact strong {
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .support-product-card {
    border-radius: 21px;
  }

  .support-guide-copy {
    position: static;
  }
}

@media (max-width: 440px) {
  .support-hero-copy .support-button,
  .support-button {
    width: 100%;
  }

  .support-notice-inner {
    grid-template-columns: 1fr;
  }

  .support-product-brand {
    padding: 26px;
  }

  .support-product-brand img {
    max-width: 110px;
  }

  .support-button-brand {
    width: auto;
    min-width: 155px;
    min-height: 54px;
    flex-basis: 155px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 0.82rem;
  }

  .support-guide-list li {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .support-button,
  .support-product-card {
    transition: none;
  }
}

:root[data-theme="dark"] .support-hero {
  background:
    radial-gradient(circle at 88% 18%, rgba(214, 90, 80, 0.14), transparent 30%),
    linear-gradient(135deg, #1a1a1a 0%, #211e1e 62%, #29201f 100%);
}

:root[data-theme="dark"] .support-button-hero {
  color: #ef8b82;
  border-color: rgba(214, 90, 80, 0.35);
  background: #2b2d2f;
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.2);
}

:root[data-theme="dark"] .support-button-hero:hover {
  color: #ffaaa2;
  border-color: var(--burgundy);
  background: #343638;
}

:root[data-theme="dark"] .support-hero-panel {
  border-color: #424548;
  background: rgba(41, 43, 45, 0.92);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.32);
}

:root[data-theme="dark"] .support-panel-label {
  color: #a7a3a1;
}

:root[data-theme="dark"] .support-steps-compact span,
:root[data-theme="dark"] .support-guide-list li > span {
  color: #ef8b82;
  background: #472f2c;
}

:root[data-theme="dark"] .support-products {
  background: #1a1a1a;
}

:root[data-theme="dark"] .support-product-card {
  border-color: #424548;
  background: #292b2d;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
}

:root[data-theme="dark"] .support-product-card:hover {
  border-color: rgba(214, 90, 80, 0.35);
  box-shadow: 0 23px 54px rgba(0, 0, 0, 0.35);
}

:root[data-theme="dark"] .support-product-content > p,
:root[data-theme="dark"] .support-feature-list li {
  color: var(--text);
}

:root[data-theme="dark"] .support-notice-inner {
  border-color: #4a4241;
  border-left-color: var(--burgundy);
  background: #292b2d;
}

:root[data-theme="dark"] .support-guide {
  background: #222426;
}

:root[data-theme="dark"] .support-guide-list li {
  border-color: #424548;
  background: #2b2d2f;
}
