:root {
  --carbon: #0b1220;
  --carbon-soft: #121c2d;
  --ink: #182230;
  --muted: #637083;
  --line: #d7dee7;
  --paper: #f5f7fa;
  --white: #ffffff;
  --blue: #1769e0;
  --blue-dark: #0d4fae;
  --cyan: #27c2d1;
  --silver: #a8b4c3;
  --header-height: 82px;
  --wrap: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Source Han Sans SC", "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.7;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

h1,
h2,
h3,
p,
figure,
ol,
dl,
dd {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 26px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.14;
}

h2 {
  margin-bottom: 22px;
  font-size: 42px;
  font-weight: 650;
  line-height: 1.25;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.35;
}

.wrap {
  width: min(calc(100% - 96px), var(--wrap));
  margin-inline: auto;
}

.section {
  padding-block: 112px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  padding-inline: max(36px, calc((100vw - var(--wrap)) / 2));
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(215, 222, 231, 0.72);
  backdrop-filter: blur(16px);
  transition: box-shadow 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(11, 18, 32, 0.1);
}

.brand {
  display: block;
  flex: 0 0 auto;
  width: 174px;
}

.brand img {
  height: 54px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 15px;
  font-weight: 500;
}

.site-nav a {
  position: relative;
  padding-block: 10px;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.site-nav .nav-contact {
  min-height: 42px;
  padding: 8px 16px;
  color: var(--white);
  background: var(--blue);
}

.site-nav .nav-contact::after {
  display: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 8px;
  color: var(--ink);
  background: transparent;
  border: 0;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 760px;
  margin-top: var(--header-height);
  overflow: hidden;
  color: var(--white);
  background: var(--carbon);
}

.hero-media,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 760px;
  padding-block: 84px 112px;
}

.kicker {
  margin-bottom: 16px;
  color: var(--blue);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.kicker.light {
  color: #82d8e1;
}

.hero-summary {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 19px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 650;
  transition: background 160ms ease, border-color 160ms ease;
}

.button.primary {
  color: var(--white);
  background: var(--blue);
  border: 1px solid var(--blue);
}

.button.primary:hover {
  background: var(--blue-dark);
  border-color: var(--blue-dark);
}

.button.secondary {
  color: var(--white);
  background: rgba(11, 18, 32, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.48);
}

.button.secondary:hover {
  border-color: var(--white);
}

.scroll-cue {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 3;
  width: 38px;
  height: 38px;
  transform: translateX(-50%);
}

.scroll-cue span {
  position: absolute;
  top: 5px;
  left: 18px;
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.65);
}

.scroll-cue span::after {
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 7px;
  height: 7px;
  content: "";
  border-right: 1px solid rgba(255, 255, 255, 0.65);
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  transform: rotate(45deg);
}

.company-intro {
  background: var(--white);
}

.intro-layout {
  display: grid;
  grid-template-columns: 0.8fr 2fr;
  gap: 80px;
}

.section-label {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-top: 8px;
}

.label-line {
  flex: 1;
  height: 1px;
  margin-top: 9px;
  background: var(--line);
}

.intro-copy {
  max-width: 900px;
}

.intro-copy > p {
  max-width: 820px;
  color: var(--muted);
  font-size: 19px;
}

.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  color: var(--blue);
  font-weight: 650;
}

.dark-section {
  color: var(--white);
  background: var(--carbon);
}

.technology-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: center;
}

.section-lead {
  max-width: 600px;
  font-size: 18px;
}

.light-copy {
  color: rgba(255, 255, 255, 0.68);
}

.technology-list {
  padding: 0;
  margin: 42px 0 0;
  list-style: none;
  border-top: 1px solid rgba(168, 180, 195, 0.26);
}

.technology-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(168, 180, 195, 0.26);
}

.technology-list li > span {
  color: var(--cyan);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.technology-list h3 {
  margin-bottom: 4px;
}

.technology-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.64);
}

.technology-media {
  margin-bottom: 0;
}

.technology-media img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.products {
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 46px;
}

.section-heading h2,
.section-heading p {
  margin-bottom: 0;
}

.section-heading > p {
  color: var(--muted);
  font-size: 17px;
}

.product-family-image,
.application-visual {
  margin-bottom: 34px;
  overflow: hidden;
  background: #e8edf3;
}

.product-family-image img {
  aspect-ratio: 3 / 1.35;
  object-fit: cover;
  object-position: center 58%;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.product-item {
  min-height: 270px;
  padding: 28px;
  background: var(--white);
}

.product-item > span {
  display: inline-block;
  margin-bottom: 56px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}

.product-item p {
  margin-bottom: 0;
  color: var(--muted);
}

.applications {
  background: var(--white);
}

.application-visual img {
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.application-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.application-list article {
  min-height: 190px;
  padding: 28px 26px;
  border-right: 1px solid var(--line);
}

.application-list article:last-child {
  border-right: 0;
}

.application-list span {
  display: block;
  margin-bottom: 36px;
  color: var(--blue);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.application-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.history {
  color: var(--white);
  background: var(--carbon-soft);
}

.history-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.45fr;
  gap: 92px;
}

.history-heading {
  position: sticky;
  top: 126px;
  align-self: start;
}

.history-heading p:not(.kicker) {
  color: rgba(255, 255, 255, 0.64);
}

.timeline {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgba(168, 180, 195, 0.26);
}

.timeline li {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(168, 180, 195, 0.26);
}

.timeline time {
  color: var(--cyan);
  font-family: Inter, Arial, sans-serif;
  font-size: 25px;
  font-weight: 650;
}

.timeline p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
}

.locations {
  background: var(--paper);
}

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

.location-item {
  position: relative;
  min-width: 0;
  margin-bottom: 0;
  overflow: hidden;
  background: var(--carbon);
}

.location-item img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  opacity: 0.78;
  transition: opacity 220ms ease, transform 420ms ease;
}

.location-item:hover img {
  opacity: 0.92;
  transform: scale(1.025);
}

.location-item::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  content: "";
  background: linear-gradient(transparent, rgba(11, 18, 32, 0.88));
  pointer-events: none;
}

.location-item figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  color: var(--white);
}

.location-item strong,
.location-item span {
  display: block;
}

.location-item strong {
  font-size: 25px;
}

.location-item span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.contact {
  color: var(--white);
  background: var(--blue);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
  align-items: start;
}

.contact-copy h2 {
  max-width: 700px;
}

.contact-copy p:not(.kicker) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.contact-details {
  padding-top: 8px;
}

.contact-details dl {
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.contact-details dl > div {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.contact-details dt {
  color: rgba(255, 255, 255, 0.62);
}

.site-footer {
  color: var(--white);
  background: #070c14;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  padding-block: 64px;
}

.footer-brand img {
  width: 180px;
  margin-bottom: 18px;
  filter: grayscale(1) brightness(4);
}

.footer-brand p {
  max-width: 500px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.58);
}

.footer-main nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 32px;
  align-content: start;
}

.footer-main nav a {
  color: rgba(255, 255, 255, 0.76);
}

.footer-legal {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 20px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-legal p {
  margin-bottom: 0;
}

.footer-legal a {
  color: inherit;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: rgba(255, 255, 255, 0.8);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 36px;
  }

  .wrap {
    width: min(calc(100% - 64px), var(--wrap));
  }

  .site-header {
    padding-inline: 32px;
  }

  .site-nav {
    gap: 18px;
  }

  .technology-grid,
  .history-layout {
    gap: 52px;
  }

  .product-grid,
  .application-list,
  .location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .application-list article:nth-child(2) {
    border-right: 0;
  }

  .application-list article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 880px) {
  :root {
    --header-height: 72px;
  }

  .section {
    padding-block: 84px;
  }

  .site-header {
    padding-inline: 24px;
  }

  .brand {
    width: 148px;
  }

  .brand img {
    height: 46px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px 24px 26px;
    color: var(--ink);
    background: var(--white);
    border-top: 1px solid var(--line);
    box-shadow: 0 18px 36px rgba(11, 18, 32, 0.12);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
  }

  .site-nav .nav-contact {
    justify-content: center;
    margin-top: 14px;
    padding-inline: 16px;
    text-align: center;
    border-bottom: 0;
  }

  .hero,
  .hero-content {
    min-height: 720px;
  }

  .hero-content {
    justify-content: flex-start;
    padding-top: 84px;
  }

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

  .intro-layout,
  .technology-grid,
  .history-layout,
  .contact-layout,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .section-label {
    max-width: 320px;
  }

  .technology-media {
    order: -1;
  }

  .history-heading {
    position: static;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  h2 {
    font-size: 31px;
  }

  h3 {
    font-size: 19px;
  }

  .wrap {
    width: calc(100% - 40px);
  }

  .section {
    padding-block: 68px;
  }

  .hero,
  .hero-content {
    min-height: 760px;
  }

  .hero-content {
    padding-top: 68px;
    padding-bottom: 240px;
  }

  .hero-summary {
    font-size: 16px;
    line-height: 1.75;
  }

  .hero-actions {
    align-items: stretch;
  }

  .button {
    flex: 1 1 100%;
  }

  .scroll-cue {
    display: none;
  }

  .intro-copy > p,
  .section-lead,
  .contact-copy p:not(.kicker) {
    font-size: 16px;
  }

  .technology-list li {
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }

  .product-family-image img,
  .application-visual img {
    aspect-ratio: 4 / 3;
  }

  .product-family-image img {
    object-position: center;
  }

  .product-grid,
  .application-list,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .product-item {
    min-height: 230px;
  }

  .product-item > span {
    margin-bottom: 36px;
  }

  .application-list article,
  .application-list article:nth-child(2) {
    min-height: 160px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .application-list article:last-child {
    border-bottom: 0;
  }

  .application-list span {
    margin-bottom: 20px;
  }

  .timeline li {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .location-item img {
    aspect-ratio: 4 / 3;
  }

  .contact-layout {
    gap: 48px;
  }

  .contact-details dl > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .footer-main {
    gap: 44px;
  }

  .footer-main nav {
    grid-template-columns: 1fr;
  }

  .footer-legal {
    flex-direction: column;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

.page-main {
  padding-top: var(--header-height);
}

.page-intro {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 560px;
  color: var(--white);
  background: var(--carbon);
}

.page-intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(100% - 96px, 660px);
  margin-left: max(48px, calc((100vw - var(--wrap)) / 2));
  padding-block: 84px;
}

.page-intro-copy p:not(.kicker) {
  max-width: 590px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.page-intro-visual {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}

.page-intro-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-intro--light {
  color: var(--ink);
  background: var(--paper);
}

.page-intro--light .page-intro-copy p:not(.kicker) {
  color: var(--muted);
}

.page-intro--light .kicker.light {
  color: var(--blue);
}

.page-lead {
  max-width: 840px;
  margin-bottom: 64px;
  color: var(--muted);
  font-size: 20px;
}

.parameter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.parameter-grid article {
  min-height: 230px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.parameter-grid article:last-child {
  border-right: 0;
}

.parameter-grid span {
  display: block;
  margin-bottom: 38px;
  color: var(--blue);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.parameter-grid p,
.detail-copy p {
  margin-bottom: 0;
  color: var(--muted);
}

.detail-stack {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.detail-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 54px;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.detail-row > span {
  color: var(--blue);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.detail-copy h2 {
  margin-bottom: 12px;
  font-size: 29px;
}

.note-band {
  padding: 30px;
  color: var(--ink);
  background: var(--paper);
  border-left: 3px solid var(--cyan);
}

.note-band p {
  margin-bottom: 0;
  color: var(--muted);
}

.application-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
  overflow: hidden;
  color: var(--white);
  background: var(--carbon);
}

.application-feature figure {
  margin: 0;
}

.application-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.application-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px;
}

.application-feature-copy p:not(.kicker) {
  color: rgba(255, 255, 255, 0.66);
  font-size: 18px;
}

.company-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.company-story figure {
  margin: 0;
}

.company-story figure img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.company-story-copy p {
  color: var(--muted);
  font-size: 18px;
}

.values-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.values-list article {
  min-height: 174px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.values-list article:last-child {
  border-right: 0;
}

.values-list span {
  display: block;
  margin-bottom: 28px;
  color: var(--blue);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.values-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.page-error {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-block: 120px;
}

.page-error h1 {
  margin: 0 0 16px;
}

.page-error p:not(.kicker) {
  margin: 0 0 32px;
  color: var(--muted);
}

@media (max-width: 880px) {
  .page-intro,
  .application-feature,
  .company-story {
    grid-template-columns: 1fr;
  }

  .page-intro-copy {
    width: calc(100% - 64px);
    margin-left: 32px;
  }

  .page-intro-visual {
    min-height: 320px;
  }

  .parameter-grid,
  .values-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .parameter-grid article:nth-child(2),
  .values-list article:nth-child(2) {
    border-right: 0;
  }

  .parameter-grid article:nth-child(-n + 2),
  .values-list article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .detail-row {
    grid-template-columns: 160px 1fr;
    gap: 32px;
  }
}

@media (max-width: 620px) {
  .page-intro-copy {
    width: calc(100% - 40px);
    margin-left: 20px;
    padding-block: 64px;
  }

  .page-intro-copy p:not(.kicker),
  .page-lead,
  .company-story-copy p,
  .application-feature-copy p:not(.kicker) {
    font-size: 16px;
  }

  .page-lead {
    margin-bottom: 42px;
  }

  .parameter-grid,
  .values-list {
    grid-template-columns: 1fr;
  }

  .parameter-grid article,
  .parameter-grid article:nth-child(2),
  .values-list article,
  .values-list article:nth-child(2) {
    min-height: 156px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .parameter-grid article:last-child,
  .values-list article:last-child {
    border-bottom: 0;
  }

  .parameter-grid span,
  .values-list span {
    margin-bottom: 18px;
  }

  .detail-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 30px 0;
  }

  .detail-copy h2 {
    font-size: 25px;
  }

  .application-feature-copy {
    padding: 42px 24px;
  }
}
