/* ============================================================
   ASRISE — corporate site
   Theme: 夜明け (dawn) — deep navy × sunrise gradient
   ============================================================ */

:root {
  --navy-950: #0a0a0b;
  --navy-900: #121214;
  --navy-800: #1b1b1e;
  --navy-700: #27272b;
  --ink: #101114;
  --ink-soft: #4f5158;
  --paper: #ffffff;
  --paper-soft: #f4f4f6;
  --line: #e5e5e9;
  --line-dark: rgba(255, 255, 255, 0.12);
  --sunrise: #101114;
  --sunrise-soft: #45474e;
  --gold: #2a2b30;
  --grad-sunrise: linear-gradient(100deg, #101114 0%, #3c3e45 100%);
  --btn-ink: #ffffff;
  --font-ja: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  --font-en: "Manrope", "Noto Sans JP", sans-serif;
  --container: 1080px;
  --header-h: 72px;
}

/* ダーク面ではアクセントを白に反転（モノクロトンマナ） */
.header, .hero, .stats, .model, .contact, .footer,
.service-card--featured, .ec-hero, .ec-why, .ec-decline, .ec-light, .sd, .nf {
  --sunrise: #ffffff;
  --sunrise-soft: rgba(255, 255, 255, 0.92);
  --gold: #e7e7ec;
  --grad-sunrise: linear-gradient(100deg, #ffffff 0%, #d7d7de 100%);
  --btn-ink: #0a0a0b;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }

body {
  font-family: var(--font-ja);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.8;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.pc-only { display: inline; }
@media (max-width: 768px) { .pc-only { display: none; } }

/* ---------- fade-up animation ---------- */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.is-visible { opacity: 1; transform: none; }
.d-1 { transition-delay: 0.1s; }
.d-2 { transition-delay: 0.2s; }
.d-3 { transition-delay: 0.3s; }
.d-4 { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fade-up { opacity: 1; transform: none; transition: none; }
}

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.btn--primary {
  background: var(--grad-sunrise);
  color: var(--btn-ink);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
}
.btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
.btn--ghost:hover { background: rgba(255, 255, 255, 0.08); }
.btn--wide { width: 100%; text-align: center; border: none; cursor: pointer; font-family: inherit; }

/* ---------- section head ---------- */
.section-head { margin-bottom: 56px; }
.section-head__en {
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.28em;
  color: var(--sunrise);
}
.section-head__ja {
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-top: 8px;
}
.section-head--light .section-head__ja { color: #fff; }

/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: fixed;
  inset: 0 0 auto;
  height: var(--header-h);
  z-index: 100;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.header.is-scrolled {
  background: rgba(7, 11, 20, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--line-dark);
}
.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__logo-img {
  height: 30px;
  width: auto;
  filter: invert(1);
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 36px;
}
.header__nav a {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.2s;
}
.header__nav a:hover { color: var(--sunrise-soft); }
.header__nav .nav-cta {
  font-family: var(--font-ja);
  background: var(--grad-sunrise);
  color: var(--btn-ink);
  padding: 10px 24px;
  border-radius: 999px;
  letter-spacing: 0.06em;
}
.header__nav .nav-cta:hover { color: var(--btn-ink); opacity: 0.88; }

.header__menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 110;
}
.header__menu-btn span {
  position: absolute;
  left: 10px;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: transform 0.3s ease, top 0.3s ease;
}
.header__menu-btn span:nth-child(1) { top: 18px; }
.header__menu-btn span:nth-child(2) { top: 26px; }
.header__menu-btn.is-open span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.header__menu-btn.is-open span:nth-child(2) { top: 22px; transform: rotate(-45deg); }

@media (max-width: 768px) {
  .header__menu-btn { display: block; }
  .header__nav {
    position: fixed;
    inset: 0;
    background: rgba(7, 11, 20, 0.97);
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .header__nav.is-open { opacity: 1; pointer-events: auto; }
  .header__nav a { font-size: 16px; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy-950);
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.hero__bg { position: absolute; inset: 0; }
.hero__sun {
  position: absolute;
  left: 50%;
  bottom: -32vh;
  width: 90vh;
  height: 90vh;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%,
    rgba(255, 255, 255, 0.16) 0%,
    rgba(255, 255, 255, 0.08) 35%,
    rgba(255, 255, 255, 0.03) 60%,
    transparent 72%);
  filter: blur(2px);
}
.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 50% 60%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 60%, black 30%, transparent 75%);
}
.hero__inner {
  position: relative;
  padding: 140px 24px 100px;
  max-width: 900px;
}
.hero__emblem {
  width: clamp(96px, 12vw, 132px);
  height: auto;
  margin: 0 auto 32px;
  display: block;
}
.hero__label {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.32em;
  color: var(--sunrise-soft);
  margin-bottom: 24px;
}
.hero__title {
  font-size: clamp(38px, 7.5vw, 76px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
.hero__title span { display: block; }
.hero__title span:last-child {
  background: var(--grad-sunrise);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.hero__lead {
  margin-top: 32px;
  font-size: clamp(15px, 2vw, 18px);
  color: rgba(255, 255, 255, 0.78);
}
.hero__actions {
  margin-top: 44px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero__scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 480px) {
  .hero__label { font-size: 10px; letter-spacing: 0.2em; }
}
.hero__scroll span {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--sunrise), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { transform: scaleY(0.4); transform-origin: top; opacity: 0.4; }
  50% { transform: scaleY(1); opacity: 1; }
}

/* ============================================================
   STATS
   ============================================================ */
.stats {
  background: var(--navy-950);
  border-top: 1px solid var(--line-dark);
  padding: 56px 0 64px;
  color: #fff;
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stats__num {
  font-family: var(--font-en);
  font-weight: 800;
  font-size: clamp(34px, 4.6vw, 52px);
  line-height: 1.1;
  background: var(--grad-sunrise);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.stats__num small { font-size: 0.5em; font-weight: 800; }
.stats__label {
  margin-top: 8px;
  font-size: 13.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
}
.stats__note {
  margin-top: 32px;
  text-align: center;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.5);
}
.stats__note a {
  color: var(--sunrise-soft);
  font-weight: 700;
  margin-left: 6px;
}
.stats__note a:hover { opacity: 0.8; }
@media (max-width: 700px) {
  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 32px 16px; }
}

/* ============================================================
   ABOUT
   ============================================================ */
.about {
  padding: 120px 0;
  text-align: center;
}
.about__copy {
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 900;
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about__en {
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.28em;
  color: var(--sunrise);
}
.about__text {
  margin-top: 28px;
  color: var(--ink-soft);
  font-size: 16px;
}

/* ============================================================
   CLIENTS
   ============================================================ */
.clients {
  padding: 0 0 100px;
  text-align: center;
}
.clients__label {
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.24em;
  color: var(--ink-soft);
  margin-bottom: 36px;
}
.clients__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px 34px;
}
.clients__grid img {
  height: 26px;
  width: auto;
  filter: grayscale(1);
  opacity: 0.55;
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.clients__grid li:hover img {
  filter: none;
  opacity: 1;
}
.clients__grid img[alt="kakaku.com"] { height: 18px; }
.clients__grid img[alt="IESAUNA"] { height: 15px; }
.clients__grid img[alt="YOOZ"],
.clients__grid li:hover img[alt="YOOZ"] { filter: invert(1); height: 20px; }
@media (max-width: 600px) {
  .clients__grid { gap: 24px 32px; }
  .clients__grid img { height: 20px; }
}

/* ============================================================
   SERVICE
   ============================================================ */
.service {
  padding: 120px 0;
  background: var(--paper-soft);
}
.service__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 40px 32px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(16, 24, 40, 0.1);
}
.service-card--featured {
  background: var(--navy-900);
  border-color: var(--navy-700);
  color: #fff;
}
.service-card--featured .service-card__desc,
.service-card--featured .service-card__list { color: rgba(255, 255, 255, 0.75); }
.service-card__num {
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: var(--sunrise);
}
.service-card__badge {
  position: absolute;
  top: 32px;
  right: 32px;
  background: var(--grad-sunrise);
  color: var(--btn-ink);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: 0.06em;
}
.service-card__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  margin: 16px 0 20px;
}
.service-card__desc {
  font-size: 14.5px;
  color: var(--ink-soft);
}
.service-card__list {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: var(--ink-soft);
  display: grid;
  gap: 10px;
}
.service-card--featured .service-card__list { border-top-color: var(--line-dark); }
.service-card__list li {
  padding-left: 20px;
  position: relative;
}
.service-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--grad-sunrise);
}

.service-card__more {
  display: inline-block;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
  color: var(--sunrise-soft);
  transition: opacity 0.2s;
}
.service-card__more:hover { opacity: 0.8; }

@media (max-width: 900px) {
  .service__grid { grid-template-columns: 1fr; }
}

/* ============================================================
   PRODUCT
   ============================================================ */
.product { padding: 120px 0; }
.product-card {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 40px;
  max-width: 820px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(16, 24, 40, 0.1);
  border-color: #1d9a96;
}
.product-card__logo {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(16, 24, 40, 0.12);
  flex-shrink: 0;
}
.product-card__name {
  font-size: 22px;
  font-weight: 900;
}
.product-card__name span {
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-soft);
  margin-left: 10px;
  letter-spacing: 0.04em;
}
.product-card__tagline {
  font-size: 14px;
  font-weight: 700;
  color: #1d9a96;
  margin-top: 4px;
}
.product-card__desc {
  margin-top: 14px;
  font-size: 14.5px;
  color: var(--ink-soft);
}
.product-card__link {
  margin-top: 18px;
  font-weight: 700;
  font-size: 14px;
  color: #1d9a96;
}
@media (max-width: 600px) {
  .product-card { flex-direction: column; padding: 28px 24px; }
}

/* ============================================================
   MODEL
   ============================================================ */
.model {
  padding: 120px 0;
  background: var(--navy-950);
  color: #fff;
}
.model__lead {
  font-size: clamp(16px, 2.4vw, 20px);
  font-weight: 700;
  margin-bottom: 56px;
}
.model__compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: stretch;
}
.model__col {
  border-radius: 20px;
  padding: 36px 32px;
}
.model__col--old {
  background: var(--navy-800);
  border: 1px solid var(--line-dark);
  color: rgba(255, 255, 255, 0.6);
}
.model__col--new {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.model__col-label {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 20px;
}
.model__col--new .model__col-label {
  background: var(--grad-sunrise);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.model__col ul { display: grid; gap: 12px; font-size: 15px; }
.model__col li { padding-left: 22px; position: relative; }
.model__col--old li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
}
.model__col--new li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--sunrise-soft);
  font-weight: 700;
}
.model__arrow {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: var(--sunrise);
  font-weight: 700;
}
.model__dashboard {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: center;
  background: var(--navy-800);
  border: 1px solid var(--line-dark);
  border-radius: 20px;
  padding: 40px;
}
.model__dashboard-text h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 14px;
}
.model__dashboard-text p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
}
.model__dashboard-mock {
  background: var(--navy-950);
  border: 1px solid var(--line-dark);
  border-radius: 14px;
  padding: 16px;
}
.mock-head {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
}
.mock-head span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}
.mock-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}
.mock-stat {
  background: var(--navy-800);
  border-radius: 8px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mock-stat i {
  font-style: normal;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}
.mock-up {
  font-size: 10px;
  color: var(--sunrise-soft);
}
.mock-bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 88px;
  background: var(--navy-800);
  border-radius: 8px;
  padding: 10px;
}
.mock-bars span {
  flex: 1;
  border-radius: 3px 3px 0 0;
  background: var(--grad-sunrise);
  opacity: 0.85;
}
@media (max-width: 800px) {
  .model__dashboard { grid-template-columns: 1fr; padding: 28px 24px; }
}

.model__note {
  margin-top: 32px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.model__actions {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .model__compare { grid-template-columns: 1fr; }
  .model__arrow { justify-content: center; transform: rotate(90deg); }
}

/* ============================================================
   FLOW
   ============================================================ */
.flow { padding: 120px 0; }
.flow__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  counter-reset: flow;
}
.flow__item {
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 20px;
  position: relative;
}
.flow__step {
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--sunrise);
  margin-bottom: 10px;
}
.flow__item h3 {
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 8px;
}
.flow__item p:last-child {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.7;
}
@media (max-width: 900px) {
  .flow__list { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
}

/* ============================================================
   COMPANY
   ============================================================ */
.company {
  padding: 120px 0;
  background: var(--paper-soft);
}
.company__table {
  max-width: 720px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}
.company__table > div {
  display: grid;
  grid-template-columns: 160px 1fr;
  border-bottom: 1px solid var(--line);
}
.company__table > div:last-child { border-bottom: none; }
.company__table dt {
  padding: 20px 24px;
  font-weight: 700;
  font-size: 14px;
  background: var(--paper-soft);
}
.company__table dd {
  padding: 20px 24px;
  font-size: 15px;
}
@media (max-width: 600px) {
  .company__table > div { grid-template-columns: 1fr; }
  .company__table dt { padding-bottom: 4px; }
  .company__table dd { padding-top: 4px; }
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact {
  padding: 120px 0;
  background: var(--navy-950);
  color: #fff;
}
.contact__lead {
  margin-bottom: 48px;
  color: rgba(255, 255, 255, 0.75);
}
.contact__form {
  max-width: 640px;
  display: grid;
  gap: 28px;
}
.form-row { display: grid; gap: 10px; }
.form-row label {
  font-weight: 700;
  font-size: 14px;
}
.req {
  display: inline-block;
  background: var(--sunrise);
  color: var(--btn-ink);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 999px;
  margin-left: 8px;
  vertical-align: 2px;
}
.form-row input,
.form-row textarea {
  background: var(--navy-800);
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  padding: 14px 16px;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  transition: border-color 0.2s;
}
.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--sunrise);
}
.form-row textarea { resize: vertical; }

/* ハニーポット（人には見せない） */
.form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-status {
  font-size: 14px;
  line-height: 1.8;
  min-height: 1.8em;
}
.form-status.is-ok { color: #6ee7a8; }
.form-status.is-error { color: #ff8f8f; }
.btn[disabled] { opacity: 0.55; cursor: default; transform: none; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--navy-950);
  border-top: 1px solid var(--line-dark);
  padding: 40px 24px;
}
.footer__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer__logo-img {
  height: 26px;
  width: auto;
  filter: invert(1);
}
.footer__emblem {
  height: 72px;
  width: auto;
}
.footer__copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}
