@font-face {
  font-family: "SupportUI";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/Home/Tpl/default/Public/css/font/montserrat-latin.woff2") format("woff2");
}

@font-face {
  font-family: "SupportUI";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/Home/Tpl/default/Public/css/font/montserrat-latin.woff2") format("woff2");
}

@font-face {
  font-family: "SupportUI";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/Home/Tpl/default/Public/css/font/montserrat-latin.woff2") format("woff2");
}

@font-face {
  font-family: "SupportUI";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/Home/Tpl/default/Public/css/font/montserrat-latin.woff2") format("woff2");
}

@font-face {
  font-family: "SupportDisplay";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/Home/Tpl/default/Public/css/font/barlow-condensed-400.woff2") format("woff2");
}

@font-face {
  font-family: "SupportDisplay";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/Home/Tpl/default/Public/css/font/barlow-condensed-600.woff2") format("woff2");
}

@font-face {
  font-family: "SupportDisplay";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/Home/Tpl/default/Public/css/font/barlow-condensed-700.woff2") format("woff2");
}

@font-face {
  font-family: "SupportDisplay";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/Home/Tpl/default/Public/css/font/barlow-condensed-800.woff2") format("woff2");
}

.support-page {
  --primary: #0B2545;
  --primary-foreground: #FAFAFA;
  --background: #FFFFFF;
  --foreground: #1A1F36;
  --secondary: #F5F6F8;
  --muted-foreground: #64748B;
  --accent: #ff8c00;
  --border: #E5E7EB;
  --card: #FFFFFF;
  color: var(--foreground);
  background: var(--background);
  font-family: "SupportUI", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.support-page *,
.support-page *:before,
.support-page *:after {
  box-sizing: border-box;
}

.support-page h1,
.support-page h2,
.support-page h3,
.support-page h4,
.support-page p {
  margin: 0;
}

.support-page a {
  text-decoration: none;
}

.support-page svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-page .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.support-page .hero {
  position: relative;
  overflow: hidden;
  height: 360px;
  min-height: 360px;
  max-height: 360px;
  background:
    radial-gradient(circle at 72% 24%, rgba(49, 112, 188, 0.34), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(255, 140, 0, 0.14), transparent 28%),
    linear-gradient(135deg, #0b2545 0%, #0b2b50 54%, #09213f 100%);
}

.support-page .hero:before,
.support-page .hero:after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.support-page .hero:before {
  inset: 0;
  opacity: 0.78;
  background: url("/Home/Tpl/default/Public/images/coil-blueprint-banner.svg?v=20260607-simple-base5") center center / cover no-repeat;
}

.support-page .hero:after {
  inset: 0;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(9, 33, 63, 0.42), transparent 28%, transparent 72%, rgba(9, 33, 63, 0.42)),
    radial-gradient(circle at 50% 45%, rgba(11, 37, 69, 0.10), rgba(11, 37, 69, 0.38) 78%);
}

.support-page .hero-pattern {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.16;
}

.support-page .hero-content {
  position: relative;
  z-index: 2;
  height: 360px;
  min-height: 360px;
  max-height: 360px;
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.support-page .hero h1 {
  color: var(--primary-foreground);
  font-family: "SupportDisplay", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: 0;
}

.support-page .hero p {
  max-width: 672px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.65;
}

.support-page .quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}

.support-page .quick-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  color: var(--primary-foreground);
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s ease;
}

.support-page .quick-link:hover {
  background: rgba(255, 255, 255, 0.2);
}

.support-page .quick-link-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.support-page .quick-link-icon:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.support-page .trust-badges {
  padding: 46px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--secondary);
}

.support-page .trust-badges-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.support-page .iso-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.support-page .iso-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 9999px;
  color: var(--accent);
  background: rgba(255, 140, 0, 0.1);
}

.support-page .iso-icon svg {
  width: 27px;
  height: 27px;
}

.support-page .iso-text strong {
  display: block;
  color: var(--foreground);
  font-size: 15.5px;
  line-height: 1.35;
}

.support-page .iso-text span {
  display: block;
  color: var(--muted-foreground);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 13.2px;
}

.support-page .divider {
  display: none;
  width: 1px;
  height: 32px;
  align-self: center;
  justify-self: center;
  background: var(--border);
}

.support-page .client-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
}

.support-page .client-logos > span {
  color: var(--muted-foreground);
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  flex-shrink: 0;
}

.support-page .logos-grid,
.support-page .logos-grid .list,
.support-page .logos-grid ul {
  display: grid;
  grid-template-columns: repeat(3, 148px);
  align-items: center;
  justify-content: flex-start;
  gap: 12px 20px;
}

.support-page .logos-grid .item,
.support-page .logos-grid li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 64px;
  overflow: hidden;
  border: 1px solid rgba(229, 231, 235, 0.95);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  font-size: 0;
  line-height: 0;
  color: transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.support-page .logos-grid .item:hover,
.support-page .logos-grid li:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.10);
}

.support-page .logos-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: default;
  pointer-events: none;
}

.support-page .logos-grid h3,
.support-page .logos-grid h4,
.support-page .logos-grid p,
.support-page .logos-grid em,
.support-page .logos-grid strong,
.support-page .logos-grid .title,
.support-page .logos-grid .name,
.support-page .logos-grid .txt {
  display: none !important;
}

.support-page .logos-grid img {
  display: block;
  max-width: 138px;
  max-height: 56px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.support-page .logos-grid a:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.support-page .logos-grid .item:hover img,
.support-page .logos-grid li:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.support-page .section-header {
  margin-bottom: 64px;
  text-align: center;
}

.support-page .section-tag {
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.support-page .section-title {
  margin-top: 12px;
  color: var(--foreground);
  font-family: "SupportDisplay", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: 0;
}

.support-page .section-desc {
  max-width: 672px;
  margin: 16px auto 0;
  color: var(--muted-foreground);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.support-page .process-section,
.support-page .faq-section {
  padding: 80px 0;
  background: var(--background);
}

.support-page .process-section {
  position: relative;
  overflow: hidden;
}

.support-page .process-section:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.68;
  background-image:
    linear-gradient(rgba(49, 112, 188, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 112, 188, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 15% 22%, transparent 0 42px, rgba(49, 112, 188, 0.08) 43px 44px, transparent 45px 74px, rgba(49, 112, 188, 0.055) 75px 76px, transparent 77px),
    radial-gradient(circle at 86% 28%, transparent 0 34px, rgba(49, 112, 188, 0.07) 35px 36px, transparent 37px 60px, rgba(49, 112, 188, 0.045) 61px 62px, transparent 63px),
    linear-gradient(135deg, transparent 0 48%, rgba(49, 112, 188, 0.045) 49%, transparent 50%);
  background-size:
    64px 64px,
    64px 64px,
    520px 520px,
    420px 420px,
    180px 180px;
  background-position:
    center top,
    center top,
    left -120px top 60px,
    right -90px top 140px,
    center center;
}

.support-page .process-section:after {
  content: "";
  position: absolute;
  right: 7%;
  top: 118px;
  width: 210px;
  height: 120px;
  pointer-events: none;
  opacity: 0.28;
  border: 1px solid rgba(49, 112, 188, 0.32);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 18px rgba(255, 255, 255, 0.72),
    inset 0 0 0 19px rgba(49, 112, 188, 0.26),
    0 0 0 18px rgba(255, 255, 255, 0.58),
    0 0 0 19px rgba(49, 112, 188, 0.18);
  transform: rotate(-10deg);
}

.support-page .process-section .container {
  position: relative;
  z-index: 1;
}

.support-page .timeline-desktop {
  display: none;
  position: relative;
}

.support-page .timeline-line {
  display: none;
}

.support-page .timeline-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.support-page .step-item {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-rows: auto auto 1fr auto;
  column-gap: 18px;
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 18px 38px rgba(15,23,42,0.08);
  text-align: left;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.support-page .step-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(15,23,42,0.12);
}

.support-page .step-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  grid-row: 1;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  color: #FFFFFF;
  background: var(--accent);
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.support-page .step-icon,
.support-page .mobile-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--secondary);
}

.support-page .step-icon {
  grid-column: 2;
  grid-row: 1;
  width: 48px;
  height: 48px;
  margin-top: 0;
  margin-left: auto;
  margin-bottom: 0;
  border-radius: 16px;
}

.support-page .step-icon svg {
  width: 24px;
  height: 24px;
  color: var(--primary);
}

.support-page .step-title {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: 22px;
  color: var(--foreground);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.34;
  font-weight: 600;
}

.support-page .step-desc {
  grid-column: 1 / -1;
  grid-row: 3;
  margin-top: 8px;
  color: var(--muted-foreground);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.58;
}

.support-page .step-tag {
  grid-column: 1 / -1;
  grid-row: 4;
  justify-self: start;
  align-self: end;
  display: inline-block;
  margin-top: 18px;
  padding: 7px 13px;
  border-radius: 9999px;
  color: var(--accent);
  background: rgba(255, 140, 0, 0.1);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.support-page .timeline-mobile {
  display: block;
}

.support-page .mobile-step {
  position: relative;
  display: flex;
  gap: 16px;
}

.support-page .mobile-step:not(:last-child):before {
  content: "";
  position: absolute;
  left: 24px;
  top: 48px;
  width: 2px;
  height: calc(100% - 24px);
  background: var(--border);
}

.support-page .mobile-step-content {
  position: relative;
  flex: 1;
  padding-bottom: 32px;
}

.support-page .mobile-step:not(:last-child) .mobile-step-content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  height: 1px;
  background: rgba(148, 163, 184, 0.18);
}

.support-page .mobile-step-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.support-page .mobile-step-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.support-page .mobile-step-icon svg {
  width: 20px;
  height: 20px;
  color: var(--primary);
}

.support-page .mobile-step-text h3 {
  color: var(--foreground);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.support-page .mobile-step-text p {
  margin-top: 4px;
  color: var(--muted-foreground);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.support-page .service-cards {
  display: grid;
  gap: 0;
  margin-top: 68px;
  overflow: hidden;
  border: 1px solid #F4D8BD;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 138, 0, 0.10), rgba(255, 138, 0, 0) 42%),
    #FFF7EF;
  box-shadow: 0 18px 38px rgba(15,23,42,0.08);
}

.support-page .service-card,
.support-page .download-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--card);
  transition: all 0.3s ease;
}

.support-page .service-card {
  position: relative;
  min-height: 178px;
  padding: 28px 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.support-page .service-card:hover {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.46);
}

.support-page .service-card:not(:last-child):after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 1px;
  background: rgba(255, 140, 0, 0.18);
}

.support-page .service-card-icon,
.support-page .download-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.support-page .service-card-icon {
  color: var(--accent);
  background: rgba(255, 140, 0, 0.1);
}

.support-page .service-card-icon {
  color: var(--accent);
  background: #FFFFFF;
  box-shadow: 0 10px 22px rgba(255, 140, 0, 0.12);
}

.support-page .service-card-icon svg,
.support-page .download-icon svg {
  width: 24px;
  height: 24px;
}

.support-page .service-card h3,
.support-page .download-card h3 {
  margin-top: 16px;
  color: var(--foreground);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.support-page .service-card h3 {
  color: var(--foreground);
}

.support-page .service-card p,
.support-page .download-card .desc {
  margin-top: 8px;
  color: var(--muted-foreground);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.support-page .service-card p {
  color: var(--muted-foreground);
}

.support-page .downloads-section {
  padding: 80px 0;
  background: var(--secondary);
}

.support-page .download-search {
  max-width: 720px;
  margin: 42px auto 32px;
}

.support-page .download-search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.support-page .download-search-box {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(148, 163, 184, 0.36);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 38px rgba(15,23,42,0.08);
}

.support-page .download-search-box svg {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  color: var(--muted-foreground);
  stroke-width: 2.1;
}

.support-page .download-search-box input {
  flex: 1;
  min-width: 0;
  height: 56px;
  border: 0;
  outline: 0;
  color: var(--foreground);
  background: transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.support-page .download-search-box input::-webkit-input-placeholder {
  color: rgba(100, 116, 139, 0.72);
}

.support-page .download-search-box input:-ms-input-placeholder {
  color: rgba(100, 116, 139, 0.72);
}

.support-page .download-search-box input::placeholder {
  color: rgba(100, 116, 139, 0.72);
}

.support-page .download-search-clear {
  flex-shrink: 0;
  padding: 7px 12px;
  border: 0;
  border-radius: 9999px;
  color: var(--muted-foreground);
  background: rgba(241, 245, 249, 0.96);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 13px;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.support-page .download-search-clear:hover {
  color: var(--accent);
  background: rgba(255, 140, 0, 0.1);
}

.support-page .download-search-status {
  min-height: 20px;
  margin-top: 10px;
  color: var(--muted-foreground);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
}

.support-page .downloads-grid {
  display: grid;
  gap: 24px;
}

.support-page .download-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: start;
  column-gap: 18px;
  row-gap: 8px;
  padding: 24px;
}

.support-page .download-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.support-page .download-card .download-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
}

.support-page .download-card h3 {
  grid-column: 2;
  grid-row: 1;
  margin-top: 0;
}

.support-page .download-card .meta {
  margin-top: 0;
  grid-column: 2;
  grid-row: 2;
}

.support-page .download-card .desc,
.support-page .download-card .download-btn {
  grid-column: 1 / -1;
}

.support-page .download-card .desc {
  margin-top: 18px;
  min-height: 68px;
}

.support-page .download-card .desc:empty:before {
  content: "\00a0";
}

.support-page .download-icon {
  --icon-a: #FF4038;
  --icon-b: #D91612;
  --icon-shadow: rgba(239, 68, 68, 0.22);
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border-radius: 19px;
  color: #FFFFFF;
  background: linear-gradient(145deg, var(--icon-a) 0%, var(--icon-b) 100%);
  box-shadow: 0 12px 22px var(--icon-shadow);
}

.support-page .download-icon:before,
.support-page .download-icon:after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.support-page .download-icon:before {
  left: 8px;
  top: 8px;
  z-index: 0;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-radius: 7px;
  background:
    linear-gradient(135deg, transparent 0 62%, rgba(255, 255, 255, 0.68) 63% 76%, transparent 77%),
    rgba(255, 255, 255, 0.12);
}

.support-page .download-icon:after {
  left: 8px;
  top: 39px;
  z-index: 0;
  width: 24px;
  height: 16px;
  border-radius: 5px;
  opacity: 0.46;
  background: rgba(255, 255, 255, 0.7);
}

.support-page .download-icon svg {
  display: none;
}

.support-page .download-icon span {
  position: absolute;
  right: 8px;
  bottom: 9px;
  z-index: 2;
  color: currentColor;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 1px 5px rgba(15, 23, 42, 0.18);
  white-space: nowrap;
}

.support-page .download-icon.pdf {
  --icon-a: #FF4038;
  --icon-b: #D91612;
  --icon-shadow: rgba(239, 68, 68, 0.22);
}

.support-page .download-icon.pdf:after {
  left: -18px;
  top: 30px;
  width: 58px;
  height: 28px;
  border: 6px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.support-page .download-icon.word {
  --icon-a: #3B82F6;
  --icon-b: #1D4ED8;
  --icon-shadow: rgba(37, 99, 235, 0.2);
}

.support-page .download-icon.word:after {
  background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0 2px, transparent 2px 6px);
}

.support-page .download-icon.excel {
  --icon-a: #22C55E;
  --icon-b: #15803D;
  --icon-shadow: rgba(22, 163, 74, 0.18);
}

.support-page .download-icon.excel:after {
  width: 26px;
  height: 18px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) 0 0 / 100% 2px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) 0 8px / 100% 2px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) 0 16px / 100% 2px no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) 8px 0 / 2px 100% no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) 17px 0 / 2px 100% no-repeat;
}

.support-page .download-icon.step {
  --icon-a: #8B5CF6;
  --icon-b: #6D28D9;
  --icon-shadow: rgba(124, 58, 237, 0.18);
}

.support-page .download-icon.step:after {
  width: 25px;
  height: 25px;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78) 0 49%, transparent 50%),
    linear-gradient(45deg, transparent 0 48%, rgba(255, 255, 255, 0.52) 49% 55%, transparent 56%);
  transform: rotate(-12deg);
}

.support-page .download-icon.cad {
  --icon-a: #FB923C;
  --icon-b: #EA580C;
  --icon-shadow: rgba(249, 115, 22, 0.2);
}

.support-page .download-icon.cad:after {
  width: 28px;
  height: 20px;
  background:
    linear-gradient(135deg, transparent 0 44%, rgba(255, 255, 255, 0.8) 45% 53%, transparent 54%),
    linear-gradient(45deg, transparent 0 44%, rgba(255, 255, 255, 0.64) 45% 53%, transparent 54%),
    radial-gradient(circle at 50% 50%, transparent 0 36%, rgba(255, 255, 255, 0.72) 37% 45%, transparent 46%);
}

.support-page .download-icon.solidworks {
  --icon-a: #EF4444;
  --icon-b: #991B1B;
  --icon-shadow: rgba(220, 38, 38, 0.2);
}

.support-page .download-icon.solidworks:after {
  width: 29px;
  height: 18px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 35% 50%, rgba(255, 255, 255, 0.8) 0 26%, transparent 27%),
    radial-gradient(circle at 72% 50%, rgba(255, 255, 255, 0.52) 0 31%, transparent 32%);
}

.support-page .download-icon.archive {
  --icon-a: #94A3B8;
  --icon-b: #475569;
  --icon-shadow: rgba(100, 116, 139, 0.2);
}

.support-page .download-icon.archive:after {
  left: 17px;
  width: 8px;
  height: 22px;
  border-radius: 2px;
  background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0 3px, transparent 3px 6px);
}

.support-page .download-card .meta {
  margin-top: 0;
  color: var(--muted-foreground);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.support-page .download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin-top: 16px;
  padding: 10px 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--foreground);
  background: transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.support-page .download-card:hover .download-btn {
  border-color: var(--accent);
  color: #FFFFFF;
  background: var(--accent);
  box-shadow: 0 12px 24px rgba(255, 140, 0, 0.22);
}

.support-page .download-pager {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.support-page .download-pager.is-hidden {
  display: none;
}

.support-page .download-pager-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.04);
  border-radius: 9999px;
  color: rgba(15, 23, 42, 0.34);
  background: rgba(226, 232, 240, 0.62);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.support-page .download-pager-btn svg {
  width: 26px;
  height: 26px;
  stroke-width: 2.2;
}

.support-page .download-pager-btn:hover {
  color: rgba(15, 23, 42, 0.72);
  background: rgba(203, 213, 225, 0.96);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.10);
  transform: translateY(-1px);
}

.support-page .download-pager-btn.disabled,
.support-page .download-pager-btn:disabled {
  opacity: 0.42;
  cursor: default;
  box-shadow: none;
  transform: none;
}

.support-page .downloads-note {
  margin-top: 40px;
  color: var(--muted-foreground);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}

.support-page .downloads-note a {
  color: var(--accent);
}

.support-page .faq-container {
  max-width: 896px;
  margin: 0 auto;
}

.support-page .filter-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
}

.support-page .filter-tab {
  padding: 8px 16px;
  border: 0;
  border-radius: 9999px;
  color: var(--muted-foreground);
  background: var(--secondary);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.support-page .filter-tab.active,
.support-page .filter-tab:hover {
  color: #FFFFFF;
  background: var(--accent);
}

.support-page .faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: none;
}

.support-page .faq-item {
  overflow: hidden;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  background: #FFFFFF;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.support-page .faq-item:hover:not(.open) {
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  transform: translateY(-1px);
}

.support-page .faq-item.open {
  border-color: rgba(255, 140, 0, 0.45);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.support-page .faq-question {
  width: 100%;
  min-height: 72px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  color: #111827;
  background: transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.support-page .faq-item:hover:not(.open) .faq-question {
  color: var(--primary);
  background: rgba(255, 140, 0, 0.035);
}

.support-page .faq-question svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: var(--primary);
  transition: transform 0.2s ease, color 0.2s ease;
}

.support-page .faq-item:hover:not(.open) .faq-question svg {
  color: #FF8C00;
}

.support-page .faq-item.open .faq-question {
  color: #FFFFFF;
  background: #FF8C00;
  font-weight: 700;
}

.support-page .faq-item.open .faq-question svg {
  color: #FFFFFF;
  transform: rotate(180deg);
}

.support-page .faq-answer {
  display: none;
  padding: 18px 24px 22px;
  color: #111827;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

.support-page .faq-item.open .faq-answer {
  display: block;
}

@media (min-width: 640px) {
  .support-page .container {
    padding: 0 24px;
  }
}

@media (min-width: 768px) {
  .support-page .hero-content {
    height: 360px;
    min-height: 360px;
    max-height: 360px;
    padding: 48px 0;
  }

  .support-page .hero h1 {
    font-size: 50px;
  }

  .support-page .trust-badges-inner {
    display: grid;
    grid-template-columns: 300px 160px minmax(0, 1fr);
    gap: 0;
  }

  .support-page .divider {
    display: block;
  }

  .support-page .client-logos {
    flex-direction: row;
    justify-content: flex-start;
    gap: 28px;
  }

  .support-page .client-logos > span {
    width: 104px;
  }

  .support-page .logos-grid,
  .support-page .logos-grid .list,
  .support-page .logos-grid ul {
    grid-template-columns: repeat(3, 148px);
    gap: 12px 20px;
  }

  .support-page .section-title {
    font-size: 58px;
  }

  .support-page .service-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .support-page .service-card:not(:last-child):after {
    top: 28px;
    right: 0;
    bottom: 28px;
    left: auto;
    width: 1px;
    height: auto;
  }

  .support-page .downloads-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .support-page .download-pager {
    padding-right: 8px;
  }

}

@media (min-width: 1024px) {
  .support-page .container {
    padding: 0 32px;
  }

  .support-page .hero-content {
    align-items: flex-start;
    text-align: left;
  }

  .support-page .hero h1 {
    font-size: 74px;
  }

  .support-page .hero p {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .support-page .quick-links {
    justify-content: flex-start;
  }

  .support-page .process-section,
  .support-page .downloads-section,
  .support-page .faq-section {
    padding: 112px 0;
  }

  .support-page .timeline-desktop {
    display: block;
  }

  .support-page .timeline-grid {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .support-page .step-item:hover {
    transform: translateY(-6px);
  }

  .support-page .timeline-mobile {
    display: none;
  }

  .support-page .downloads-grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (min-width: 1100px) {
  .support-page .trust-badges-inner {
    display: grid;
    grid-template-columns: 330px 190px minmax(0, 1fr);
    gap: 0;
  }

  .support-page .client-logos {
    justify-content: flex-end;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .support-page .trust-badges-inner {
    display: flex;
    flex-direction: column;
  }

  .support-page .divider {
    display: none;
  }

  .support-page .client-logos {
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .support-page .trust-badges-inner {
    gap: 42px;
  }
}

@media (max-width: 767px) {
  .support-page .hero {
    height: 330px;
    min-height: 330px;
    max-height: 330px;
  }

  .support-page .hero:before {
    opacity: 0.52;
    background-size: auto 100%;
  }

  .support-page .hero:after {
    inset: 0;
    opacity: 1;
  }

  .support-page .hero-content {
    height: 330px;
    min-height: 330px;
    max-height: 330px;
    padding: 42px 0;
  }

  .support-page .hero h1 {
    font-size: 38px;
  }

  .support-page .hero p,
  .support-page .section-desc {
    font-size: 16px;
  }

  .support-page .iso-badge {
    width: 100%;
    justify-content: center;
  }

  .support-page .quick-links {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .support-page .quick-link {
    width: calc(33.333% - 6px);
    min-width: 0;
    justify-content: center;
    gap: 6px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
    white-space: nowrap;
  }

  .support-page .quick-link-icon {
    width: 10px;
    height: 10px;
  }

  .support-page .process-section,
  .support-page .downloads-section,
  .support-page .faq-section {
    padding: 48px 0;
  }

  .support-page .process-section {
    padding-top: 34px;
  }

  .support-page .process-section:before {
    opacity: 0.34;
    background-size:
      48px 48px,
      48px 48px,
      360px 360px,
      300px 300px,
      150px 150px;
  }

  .support-page .process-section:after {
    display: none;
  }

  .support-page .section-header {
    margin-bottom: 24px;
    text-align: left;
  }

  .support-page .section-desc {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .support-page .section-title {
    font-size: 32px;
    line-height: 1.08;
  }

  .support-page .download-card {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .support-page .download-card .download-icon {
    margin-top: 0;
  }

  .support-page .download-card h3 {
    font-size: 18px;
    line-height: 1.35;
  }

  .support-page .download-card .meta {
    margin-top: -3px;
    font-size: 14px;
    line-height: 1.35;
  }

  .support-page .download-search {
    margin: 0 0 22px;
  }

  .support-page .downloads-section .section-header {
    margin-bottom: 16px;
  }

  .support-page .download-search-box {
    min-height: 54px;
    padding: 0 12px 0 16px;
    gap: 8px;
  }

  .support-page .download-search-box input {
    height: 52px;
    font-size: 15px;
  }

  .support-page .download-search-clear {
    padding: 6px 10px;
    font-size: 12px;
  }

  .support-page .filter-tabs {
    display: none;
  }

  .support-page .faq-list {
    gap: 10px;
  }

  .support-page .faq-question {
    min-height: 58px;
    padding: 14px 16px;
    gap: 12px;
    font-size: 14px;
    line-height: 1.65;
  }

  .support-page .faq-answer {
    padding: 14px 16px 16px;
    font-size: 14px;
    line-height: 1.65;
  }

  .support-page .logos-grid,
  .support-page .logos-grid .list,
  .support-page .logos-grid ul {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    gap: 14px 8px;
  }

  .support-page .logos-grid .item,
  .support-page .logos-grid li {
    width: 100%;
    height: 58px;
  }

  .support-page .logos-grid img {
    max-width: 100%;
    max-height: 52px;
  }

  .support-page .filter-tab {
    flex: 0 1 calc(50% - 5px);
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .support-page .container {
    padding: 0 18px;
  }

  .support-page .process-section,
  .support-page .downloads-section,
  .support-page .faq-section {
    padding: 38px 0 42px;
  }

  .support-page .process-section {
    padding-top: 30px;
  }
}
