:root {
  --night: #06111f;
  --night-soft: #0a1a2d;
  --ink: #081522;
  --muted: #687889;
  --line: rgba(8, 21, 34, 0.12);
  --cyan: #42e6ff;
  --blue: #3977ff;
  --violet: #a48bff;
  --paper: #f3f6f8;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(4, 18, 34, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

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

.site-shell {
  overflow: hidden;
}

.site-nav {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1260px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0;
  color: rgba(245, 251, 255, 0.86);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  box-shadow: 0 0 28px rgba(66, 230, 255, 0.16);
  object-fit: cover;
}

.brand-copy {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.brand-copy strong {
  color: var(--white);
  font-size: 17px;
  letter-spacing: 0.12em;
}

.brand-copy small {
  color: rgba(211, 232, 244, 0.52);
  font-size: 8px;
  letter-spacing: 0.26em;
}

.site-nav nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  font-size: 13px;
}

.site-nav nav a {
  color: rgba(234, 245, 252, 0.66);
  transition: color 180ms ease;
}

.site-nav nav a:hover,
.site-nav nav a:focus-visible {
  color: var(--white);
}

.site-nav .nav-cta {
  padding: 11px 17px;
  border: 1px solid rgba(66, 230, 255, 0.46);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(66, 230, 255, 0.06);
}

.hero {
  position: relative;
  display: grid;
  min-height: min(900px, 100vh);
  min-height: 760px;
  align-items: center;
  padding: 142px 24px 88px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 45%, rgba(38, 103, 255, 0.3), transparent 28%),
    radial-gradient(circle at 48% 100%, rgba(66, 230, 255, 0.1), transparent 36%),
    linear-gradient(125deg, #030a14 0%, #07182b 52%, #06101e 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(133, 189, 220, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(133, 189, 220, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent 84%);
  content: "";
  pointer-events: none;
}

.hero::after {
  position: absolute;
  right: -13vw;
  bottom: -18vw;
  width: 58vw;
  height: 58vw;
  border: 1px solid rgba(66, 230, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(66, 230, 255, 0.022), 0 0 0 140px rgba(66, 230, 255, 0.016);
  content: "";
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(30px, 5vw, 90px);
  align-items: center;
  width: min(1260px, 100%);
  margin: 0 auto;
}

.hero-copy {
  padding-top: 34px;
}

.eyebrow,
.section-kicker,
.feature-label,
.closing-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before,
.feature-label::before,
.closing-label::before {
  display: block;
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

.eyebrow span:last-child {
  color: rgba(209, 233, 246, 0.5);
  letter-spacing: 0.08em;
}

.hero h1 {
  max-width: 640px;
  margin: 27px 0 23px;
  font-size: clamp(56px, 7vw, 102px);
  font-weight: 500;
  letter-spacing: -0.09em;
  line-height: 0.96;
}

.hero h1 em {
  color: var(--cyan);
  font-style: normal;
  text-shadow: 0 0 38px rgba(66, 230, 255, 0.28);
}

.hero-lede {
  max-width: 450px;
  margin: 0;
  color: rgba(222, 237, 245, 0.68);
  font-size: 16px;
  line-height: 1.9;
}

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

.button-primary,
.button-secondary {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 23px;
  padding: 0 21px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button-primary {
  color: #03101c;
  background: var(--cyan);
  box-shadow: 0 12px 30px rgba(66, 230, 255, 0.2);
}

.button-secondary {
  border: 1px solid rgba(216, 239, 248, 0.2);
  color: rgba(245, 251, 255, 0.8);
  background: rgba(255, 255, 255, 0.04);
}

.button-primary:hover,
.button-primary:focus-visible,
.button-secondary:hover,
.button-secondary:focus-visible {
  transform: translateY(-2px);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(66, 230, 255, 0.6);
  background: rgba(66, 230, 255, 0.08);
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  color: rgba(202, 224, 235, 0.44);
  font-size: 11px;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 15px var(--cyan);
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 580px;
  place-items: center;
}

.hero-halo {
  position: absolute;
  width: min(520px, 90%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55, 129, 255, 0.24), rgba(55, 129, 255, 0.04) 46%, transparent 68%);
  filter: blur(1px);
}

.hero-orbit {
  position: absolute;
  width: min(630px, 108%);
  aspect-ratio: 1;
  border: 1px solid rgba(90, 170, 255, 0.2);
  border-radius: 50%;
  transform: rotate(-28deg) scaleY(0.55);
}

.hero-orbit::after {
  position: absolute;
  top: 3%;
  left: 14%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px 4px rgba(66, 230, 255, 0.65);
  content: "";
}

.watch-body {
  position: relative;
  z-index: 2;
  width: min(292px, 44vw);
  aspect-ratio: 0.77;
  transform: rotate(7deg);
  filter: drop-shadow(18px 30px 32px rgba(0, 0, 0, 0.5));
}

.watch-strap {
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 142px;
  height: 220px;
  border: 1px solid rgba(137, 173, 200, 0.12);
  background: linear-gradient(90deg, #081522, #162a40 48%, #07121f);
  transform: translateX(-50%);
}

.watch-strap-top {
  top: -155px;
  border-radius: 80px 80px 34px 34px;
}

.watch-strap-bottom {
  bottom: -155px;
  border-radius: 34px 34px 80px 80px;
}

.watch-case {
  position: absolute;
  inset: 0;
  padding: 11px;
  border: 1px solid rgba(214, 241, 255, 0.58);
  border-radius: 63px;
  background: linear-gradient(145deg, #8da1b2 0%, #263543 12%, #090f16 32%, #293b48 84%, #9db0bb 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -8px 15px rgba(0, 0, 0, 0.5), 0 0 0 2px rgba(4, 11, 19, 0.65);
}

.watch-case::before {
  position: absolute;
  top: 29%;
  right: -14px;
  width: 14px;
  height: 82px;
  border: 1px solid rgba(180, 205, 220, 0.46);
  border-left: 0;
  border-radius: 0 9px 9px 0;
  background: linear-gradient(#778e9c, #243440);
  content: "";
}

.watch-case::after {
  position: absolute;
  top: 39%;
  right: -19px;
  width: 8px;
  height: 27px;
  border: 1px solid rgba(202, 230, 241, 0.65);
  border-radius: 3px;
  background: #263b49;
  content: "";
}

.watch-screen {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  padding: 26px 18px 18px;
  overflow: hidden;
  border: 1px solid rgba(91, 141, 184, 0.34);
  border-radius: 52px;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 18%, rgba(27, 113, 217, 0.3), transparent 31%),
    linear-gradient(145deg, #061325, #020812 80%);
}

.watch-screen::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(126, 205, 245, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(126, 205, 245, 0.035) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
}

.watch-time,
.watch-ring,
.watch-mini-grid {
  position: relative;
  z-index: 1;
}

.watch-time {
  width: 100%;
  color: rgba(236, 247, 252, 0.92);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.watch-time span {
  float: right;
  color: rgba(195, 222, 238, 0.6);
  font-size: 9px;
  font-weight: 400;
}

.watch-ring {
  display: grid;
  width: 156px;
  aspect-ratio: 1;
  margin: 30px 0 26px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--cyan) 0 74%, rgba(53, 120, 175, 0.22) 74% 100%);
  box-shadow: 0 0 24px rgba(66, 230, 255, 0.1);
}

.watch-ring::before {
  position: absolute;
  width: 128px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #061120;
  content: "";
}

.watch-ring div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3px;
  text-align: center;
}

.watch-ring strong {
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.06em;
}

.watch-ring small {
  color: rgba(201, 228, 239, 0.62);
  font-size: 10px;
}

.watch-mini-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.watch-mini-grid span {
  padding: 11px 9px;
  border: 1px solid rgba(126, 194, 230, 0.12);
  border-radius: 13px;
  background: rgba(37, 101, 151, 0.13);
}

.watch-mini-grid b,
.watch-mini-grid small {
  display: block;
}

.watch-mini-grid b {
  font-size: 15px;
  font-weight: 500;
}

.watch-mini-grid small {
  margin-top: 3px;
  color: rgba(195, 222, 238, 0.55);
  font-size: 8px;
}

.watch-footer-line {
  position: relative;
  z-index: 1;
  width: 62%;
  height: 3px;
  margin-top: auto;
  border-radius: 99px;
  background: rgba(66, 230, 255, 0.8);
  box-shadow: 0 0 15px rgba(66, 230, 255, 0.7);
}

.hero-tag {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 6px;
  min-width: 142px;
  padding: 14px 16px;
  border: 1px solid rgba(139, 204, 235, 0.18);
  border-radius: 16px;
  color: rgba(218, 241, 250, 0.64);
  background: rgba(11, 31, 50, 0.64);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
  font-size: 10px;
}

.hero-tag strong {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.hero-tag-left {
  top: 21%;
  left: 1%;
}

.hero-tag-right {
  right: 0;
  bottom: 19%;
}

.metrics {
  padding: 112px 24px 120px;
  background: var(--paper);
}

.metrics-inner {
  width: min(1260px, 100%);
  margin: 0 auto;
}

.metrics-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 67px;
}

.section-kicker,
.feature-label {
  color: #2678a7;
}

.section-title {
  max-width: 660px;
  margin: 20px 0 0;
  font-size: clamp(38px, 5vw, 70px);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 1.03;
}

.section-description {
  max-width: 370px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.metric {
  min-height: 196px;
  padding: 24px 28px 20px 0;
  border-right: 1px solid var(--line);
}

.metric + .metric {
  padding-left: 28px;
}

.metric:last-child {
  border-right: 0;
}

.metric-index {
  color: #4b9bbd;
  font-size: 11px;
  letter-spacing: 0.16em;
}

.metric h3 {
  margin: 34px 0 10px;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.metric p {
  max-width: 240px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.native-ad-section {
  padding: 30px 24px 52px;
  background: var(--paper);
}

.native-ad-shell {
  width: min(1260px, 100%);
  margin: 0 auto;
  padding: 17px 18px 18px;
  border: 1px solid rgba(8, 21, 34, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 45px rgba(4, 18, 34, 0.06);
}

.native-ad-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 13px;
}

.native-ad-kicker {
  color: #2678a7;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.native-ad-heading h2 {
  margin: 5px 0 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.native-ad-label {
  padding: 7px 10px;
  border: 1px solid rgba(38, 120, 167, 0.16);
  border-radius: 999px;
  color: #6b8898;
  font-size: 10px;
}

.native-ad-container {
  min-height: 80px;
  overflow: hidden;
  border-radius: 15px;
  background: #f7fafb;
}

.native-ad-placeholder {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: center;
  padding: 15px;
  color: #9aaab2;
  font-size: 12px;
}

.native-ad-placeholder.is-error {
  color: #b46d74;
  background: #fff7f7;
}

.feature-section {
  padding: 120px 24px 140px;
  color: var(--white);
  background: var(--night);
}

.feature-inner {
  width: min(1260px, 100%);
  margin: 0 auto;
}

.feature-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 82px;
}

.feature-heading .section-title {
  max-width: 570px;
}

.feature-heading .section-description {
  color: rgba(209, 231, 241, 0.56);
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 9vw, 130px);
  align-items: center;
  min-height: 580px;
  padding: 78px 0;
  border-top: 1px solid rgba(184, 221, 238, 0.13);
}

.feature-row.is-reverse .feature-copy {
  order: 2;
}

.feature-row.is-reverse .feature-visual {
  order: 1;
}

.feature-copy h3 {
  max-width: 400px;
  margin: 23px 0 18px;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 1.05;
}

.feature-copy p {
  max-width: 385px;
  margin: 0;
  color: rgba(207, 228, 238, 0.58);
  font-size: 15px;
  line-height: 1.95;
}

.feature-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.feature-meta span {
  padding: 8px 11px;
  border: 1px solid rgba(122, 197, 230, 0.2);
  border-radius: 999px;
  color: rgba(205, 231, 242, 0.62);
  font-size: 11px;
}

.feature-visual {
  position: relative;
  display: grid;
  min-height: 530px;
  place-items: center;
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 45%, rgba(44, 132, 255, 0.17), transparent 43%),
    linear-gradient(145deg, #0a2035, #07111f 74%);
}

.feature-visual::before {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(119, 205, 239, 0.11);
  border-radius: 22px;
  content: "";
}

.screenshot-frame {
  position: relative;
  z-index: 1;
  width: min(295px, 58%);
  padding: 9px;
  border: 1px solid rgba(191, 231, 248, 0.25);
  border-radius: 28px;
  background: #0b1b2d;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.38), 0 0 0 10px rgba(47, 119, 183, 0.06);
  transform: rotate(4deg);
}

.feature-row.is-reverse .screenshot-frame {
  transform: rotate(-4deg);
}

.screenshot-frame img {
  width: 100%;
  border-radius: 20px;
}

.visual-caption {
  position: absolute;
  z-index: 2;
  right: 9%;
  bottom: 13%;
  display: grid;
  gap: 3px;
  padding: 13px 14px;
  border: 1px solid rgba(149, 211, 236, 0.18);
  border-radius: 14px;
  background: rgba(6, 17, 31, 0.76);
  backdrop-filter: blur(12px);
}

.visual-caption strong {
  color: var(--cyan);
  font-size: 17px;
  font-weight: 500;
}

.visual-caption span {
  color: rgba(218, 237, 245, 0.55);
  font-size: 10px;
}

.closing {
  padding: 128px 24px 116px;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 20%, rgba(58, 116, 255, 0.25), transparent 28%),
    var(--night-soft);
}

.closing-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 45px;
  align-items: end;
  width: min(1260px, 100%);
  margin: 0 auto;
}

.closing h2 {
  max-width: 680px;
  margin: 23px 0 0;
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 500;
  letter-spacing: -0.09em;
  line-height: 1;
}

.closing h2 em {
  color: var(--cyan);
  font-style: normal;
}

.closing-side {
  display: grid;
  justify-items: start;
  gap: 19px;
}

.closing-side p {
  max-width: 330px;
  margin: 0;
  color: rgba(211, 232, 241, 0.58);
  font-size: 14px;
  line-height: 1.9;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 25px max(24px, calc((100% - 1260px) / 2));
  color: rgba(197, 222, 234, 0.46);
  background: #040c16;
  font-size: 11px;
}

.site-footer-links {
  display: flex;
  gap: 22px;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--cyan);
}

@media (max-width: 860px) {
  .site-nav {
    width: calc(100% - 34px);
    padding-top: 19px;
  }

  .site-nav nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: 0;
    padding: 128px 22px 70px;
  }

  .hero-inner,
  .metrics-intro,
  .closing-inner {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    gap: 12px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero h1 {
    max-width: 520px;
    font-size: clamp(57px, 15vw, 92px);
  }

  .hero-visual {
    min-height: 560px;
    margin-top: -15px;
  }

  .hero-tag-left {
    left: 4%;
  }

  .hero-tag-right {
    right: 3%;
  }

  .metrics-intro {
    gap: 18px;
    margin-bottom: 48px;
  }

  .feature-heading {
    display: block;
    margin-bottom: 55px;
  }

  .feature-heading .section-description {
    margin-top: 22px;
  }

  .feature-row {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 58px 0 78px;
  }

  .feature-row.is-reverse .feature-copy,
  .feature-row.is-reverse .feature-visual {
    order: initial;
  }

  .feature-visual {
    min-height: 500px;
  }

  .closing-side {
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  .brand-copy small {
    display: none;
  }

  .site-nav .nav-cta {
    padding: 10px 13px;
  }

  .hero {
    padding-right: 17px;
    padding-left: 17px;
  }

  .eyebrow {
    gap: 7px;
    font-size: 8px;
    letter-spacing: 0.14em;
  }

  .eyebrow span:last-child {
    display: none;
  }

  .hero h1 {
    margin-top: 20px;
    font-size: clamp(53px, 17vw, 74px);
  }

  .hero-lede {
    font-size: 14px;
  }

  .hero-visual {
    min-height: 500px;
  }

  .watch-body {
    width: 234px;
  }

  .watch-ring {
    width: 125px;
    margin-top: 24px;
  }

  .watch-ring::before {
    width: 103px;
  }

  .watch-ring strong {
    font-size: 36px;
  }

  .hero-tag {
    min-width: 116px;
    padding: 10px 11px;
    font-size: 9px;
  }

  .hero-tag strong {
    font-size: 16px;
  }

  .hero-tag-left {
    top: 19%;
    left: 0;
  }

  .hero-tag-right {
    right: -1%;
    bottom: 15%;
  }

  .metrics,
  .native-ad-section,
  .feature-section,
  .closing {
    padding-right: 18px;
    padding-left: 18px;
  }

  .metrics {
    padding-top: 78px;
    padding-bottom: 80px;
  }

  .native-ad-section {
    padding-top: 12px;
    padding-bottom: 38px;
  }

  .metric-grid {
    grid-template-columns: 1fr;
  }

  .metric,
  .metric + .metric {
    min-height: 0;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metric:last-child {
    border-bottom: 0;
  }

  .metric h3 {
    margin-top: 20px;
  }

  .feature-section {
    padding-top: 78px;
    padding-bottom: 88px;
  }

  .feature-row {
    min-height: 0;
  }

  .feature-visual {
    min-height: 400px;
    border-radius: 22px;
  }

  .feature-visual::before {
    inset: 12px;
    border-radius: 15px;
  }

  .screenshot-frame {
    width: 62%;
  }

  .visual-caption {
    right: 5%;
    bottom: 8%;
  }

  .closing {
    padding-top: 82px;
    padding-bottom: 78px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 18px;
  }
}
