:root {
  --bg: #f8f6f0;
  --surface: rgba(255, 253, 248, 0.82);
  --surface-strong: #fffcf5;
  --ink: #111d16;
  --ink-soft: #2d4135;
  --ink-muted: #5e7265;
  --line: rgba(17, 29, 22, 0.08);
  --forest-900: #0d1f18;
  --forest-800: #143226;
  --forest-700: #1c4a38;
  --forest-600: #256149;
  --forest-500: #2d7a5c;
  --moss: #a4d3b6;
  --sand: #f0e6cc;
  --glow: rgba(255, 248, 220, 0.6);
  --shadow: 0 40px 100px rgba(10, 30, 20, 0.12);
  --radius: 24px;
  --card-radius-lg: 32px;
  --card-radius-md: 28px;
  --card-padding-lg: 40px;
  --card-padding-md: 32px;
  --card-padding-sm: 24px;
  --panel-padding-closing: 50px 38px 56px;
  --panel-padding-closing-mobile: 48px 24px;
  --panel-radius-mobile: 20px;
  --section-padding: 70px;
  --section-padding-mobile: 40px;
  --surface-card-shadow:
    0 10px 30px rgba(13, 31, 24, 0.03),
    0 1px 2px rgba(13, 31, 24, 0.02);
  --content-width: min(1080px, calc(100vw - 48px));
  --display-font: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --body-font: "Plus Jakarta Sans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  background: var(--bg);
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.62;
  letter-spacing: -0.012em;
  word-break: keep-all;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(circle at top right, rgba(255, 248, 210, 0.9), transparent 35%),
    linear-gradient(180deg, #edf3e8 0%, var(--bg) 35%, #f9f5ed 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at center, black 32%, transparent 82%);
  opacity: 0.18;
}

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 30;
  padding: 12px 16px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  top: 16px;
}

.topbar {
  position: absolute;
  inset: 24px 0 auto 0;
  z-index: 100;
  width: var(--content-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar-brand {
  color: #fffcf0;
  transition: opacity 0.2s ease;
}

.topbar-brand:hover {
  opacity: 0.85;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display-font);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.topbar-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 600;
}

.topbar-nav a {
  padding: 8px 16px;
  border-radius: 999px;
  color: rgba(255, 252, 240, 0.85);
  transition: all 0.2s ease;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.topbar-nav a:hover,
.topbar-nav a:focus-visible {
  color: #fffcf0;
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  overflow: clip;
  color: #fdf8ed;
  background: #0e2f24;
}

.hero-shell {
  width: var(--content-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(160px, 20vh, 240px) 0;
  position: relative;
  z-index: 1;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 44rem;
}

.hero-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  font-size: clamp(0.9rem, 1.2vw, 1.15rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
}

.hero-kicker::before,
.section-kicker::before {
  content: "";
  width: 20px;
  height: 2px;
  background: currentColor;
  opacity: 0.5;
  border-radius: 99px;
}

.hero-kicker {
  color: #fff8d6;
}

.section-light .section-kicker {
  color: var(--forest-600);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

.hero-brand {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(4.2rem, 11vw, 8.8rem);
  line-height: 0.88;
  font-weight: 800;
  letter-spacing: -0.05em;
  font-style: italic;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.hero-brand-row {
  display: flex;
  align-items: center;
  gap: min(24px, 4vw);
  flex-wrap: wrap;
}

.hero-mark {
  width: min(100px, 18vw);
  height: min(100px, 18vw);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}

.hero h1 {
  margin: 28px 0 0;
  max-width: 14ch;
  font-family: var(--display-font);
  font-size: clamp(1.85rem, 4vw, 3.4rem);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.03em;
  word-spacing: 0.05em;
}

.hero-description {
  max-width: 42rem;
  margin: 24px 0 0;
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 250, 240, 0.85);
  font-weight: 400;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 32px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  transition:
    transform 0.25s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.25s cubic-bezier(0.19, 1, 0.22, 1),
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #15e168, #0e9b46);
  box-shadow: 0 16px 32px rgba(11, 169, 76, 0.25);
}

.button-secondary {
  color: #fffcf0;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(16px);
}

.hero-scene {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent 5%, black 50%);
  mask-image: linear-gradient(to bottom, transparent 5%, black 50%);
}

.hero-scene svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}

.scene-glow {
  animation: pulse-glow 7s ease-in-out infinite;
}

.scene-mist {
  animation: drift 12s ease-in-out infinite alternate;
}

.scene-water {
  animation: shimmer 9s ease-in-out infinite;
}

.scene-cabin {
  animation: cabin-sway 8s ease-in-out infinite alternate;
  transform-origin: 470px 688px;
}

.section,
.closing {
  width: var(--content-width);
  margin: 0 auto;
}

.section {
  padding: var(--section-padding) 0;
}

.section-light {
  color: var(--ink);
}

.section-plain {
  color: var(--ink);
}

.section-heading {
  max-width: 44rem;
}

.section-heading h2,
.closing h2 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.section-heading p:last-child,
.closing p {
  margin: 24px 0 0;
  max-width: 48rem;
  line-height: 1.7;
  font-size: 1.15rem;
  color: var(--ink-soft);
  font-weight: 450;
}

.flow-list {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.flow-list li {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 32px;
  padding: 40px 0;
  border-top: 1px solid var(--line);
}

.flow-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.flow-list span {
  font-family: var(--display-font);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--forest-500);
  line-height: 1;
  font-style: italic;
}

.flow-list h3 {
  font-family: var(--display-font);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.2;
}

.flow-list p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 40rem;
}

/* ── Site Cards Section ── */
.site-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.site-card {
  display: block;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--surface-card-shadow);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: inherit;
}

.site-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(13, 31, 24, 0.08);
}

.site-card-img-wrap {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, var(--forest-800), var(--forest-600));
}

.site-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-card-body {
  padding: var(--card-padding-sm);
}

.site-card-name {
  font-family: var(--display-font);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1.3;
}

.site-card-desc {
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--ink-soft);
  margin-bottom: 12px;
}

.site-card-count {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--forest-600);
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 72px;
}

.principles article {
  padding: var(--card-padding-lg);
  border: 1px solid rgba(28, 74, 56, 0.06);
  border-radius: var(--card-radius-lg);
  background: var(--surface);
  box-shadow: var(--surface-card-shadow);
  transition:
    transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    background-color 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.principles article:hover {
  transform: translateY(-12px) scale(1.02);
  background: var(--surface-strong);
  border-color: rgba(28, 74, 56, 0.12);
  box-shadow: 0 40px 80px rgba(13, 31, 24, 0.08);
}

.footer {
  width: var(--content-width);
  margin: 0 auto;
  padding: 48px 0 80px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--ink-muted);
  font-size: 0.85rem;
  font-weight: 500;
}

@media (max-width: 640px) {
  .footer {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 60px;
    text-align: center;
  }
}

.principles h3 {
  font-family: var(--display-font);
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.15;
}

.principles p {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 38px;
}

.faq-list details {
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 252, 244, 0.68);
  padding: 18px 20px;
  box-shadow: 0 12px 30px rgba(15, 33, 25, 0.05);
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.closing {
  margin-top: 24px;
  margin-bottom: 0;
  padding: var(--panel-padding-closing);
  border-radius: var(--radius);
  color: #f9f4e8;
  background:
    radial-gradient(circle at top right, rgba(255, 238, 171, 0.24), transparent 34%),
    linear-gradient(145deg, var(--forest-900), var(--forest-700));
  box-shadow: var(--shadow);
}

.closing .section-kicker,
.closing p {
  color: rgba(249, 244, 232, 0.78);
}

@keyframes pulse-glow {
  0%,
  100% {
    opacity: 0.78;
    transform: scale(0.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes drift {
  from {
    transform: translateX(-10px) translateY(2px);
  }

  to {
    transform: translateX(14px) translateY(-6px);
  }
}

@keyframes shimmer {
  0%,
  100% {
    opacity: 0.92;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

@keyframes cabin-sway {
  from {
    transform: rotate(-0.15deg);
  }

  to {
    transform: rotate(0.25deg);
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    overflow: hidden;
  }

  .hero-shell {
    padding-top: 120px;
  }

  .principles {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

}

@media (max-width: 640px) {
  :root {
    --content-width: min(100vw - 32px, 1080px);
  }

  .section,
  .closing {
    width: var(--content-width);
    margin: 0 auto !important;
  }

  .hero {
    min-height: auto;
    overflow: hidden;
  }

  .topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    padding: 10px 16px;
    border-radius: 0;
    background: rgba(14, 47, 36, 0.88);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .topbar-brand {
    color: #fffcf0;
  }

  .brand-lockup {
    font-size: 0.92rem;
    gap: 0;
    letter-spacing: -0.02em;
  }

  .brand-mark {
    display: none;
  }

  .topbar-nav {
    width: auto;
    gap: 2px;
  }

  .topbar-nav a:not(.topbar-store-badge) {
    display: none;
  }

  .topbar-nav a {
    padding: 6px 9px;
    font-size: 0.75rem;
    font-weight: 600;
    background: transparent;
    color: rgba(255, 252, 240, 0.8);
    border: none;
    border-radius: 999px;
  }

  .topbar-nav a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fffcf0;
    transform: none;
  }

  /* 모바일: badge-play-store 스타일 검정 배지 */
  .topbar-nav .topbar-store-badge {
    display: inline-flex;
    padding: 8px 14px 8px 10px;
    border-radius: 8px;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff !important;
    gap: 8px;
  }

  .topbar-nav .topbar-store-badge:hover {
    background: #1a1a1a;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
    transform: none;
  }

  .topbar-store-badge-icon {
    width: 18px;
    height: 18px;
  }

  .topbar-store-badge-labels {
    display: flex;
  }

  .hero-shell {
    padding-top: 92px;
    padding-bottom: 40px;
    text-align: left;
  }

  .hero-brand {
    font-size: clamp(2.8rem, 16vw, 4.4rem);
    line-height: 0.82;
    letter-spacing: -0.05em;
  }

  .hero-brand-row {
    gap: 12px;
    flex-wrap: nowrap;
    align-items: center;
  }

  .hero-mark {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  }

  .hero h1 {
    font-size: clamp(1.6rem, 8vw, 2.4rem);
    line-height: 1.15;
    margin-top: 24px;
    letter-spacing: -0.04em;
  }

  .hero-description {
    font-size: 0.95rem;
    line-height: 1.55;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.8);
  }

  .button {
    min-height: 52px;
    font-size: 0.95rem;
  }

  .hero-actions {
    margin-top: 36px;
    gap: 12px;
    justify-content: flex-end;
  }

  .store-badges {
    margin-top: 16px;
  }

  .store-badges-closing {
    margin-bottom: 72px;
    justify-content: center;
  }

  .hero .badge-play-store {
    width: 100%;
    justify-content: center;
    padding: 13px 20px;
  }

  .section {
    padding: var(--section-padding-mobile) 0;
  }

  .section-heading {
    padding: 0 12px;
  }

  .section-heading h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
    line-height: 1.1;
  }

  .section-heading p:last-child {
    font-size: 1rem;
    margin-top: 16px;
  }

  .flow-list li {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 28px 0;
  }

  .flow-list span {
    font-size: 1.8rem;
  }

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

  .principles article,
  .faq-list details {
    padding: 24px 20px;
  }

  .closing {
    margin-bottom: 0;
    padding: var(--panel-padding-closing-mobile);
    border-radius: var(--panel-radius-mobile);
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* ── Play Store Badge ── */
.store-badges {
  margin-top: 24px;
  display: flex;
}

.store-badges-closing {
  width: var(--content-width);
  margin: 28px auto 110px;
  justify-content: center;
}

.badge-play-store {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px 10px 16px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  font-family: var(--body-font);
  text-decoration: none;
  min-width: 160px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.badge-play-store:hover {
  transform: translateY(-2px);
  background: #1a1a1a;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
}

.badge-play-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.badge-play-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
}

.badge-play-text small {
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  opacity: 0.8;
  text-transform: uppercase;
}

.badge-play-text strong {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.015em;
}

/* ── Topbar Play Store Badge ── */
.topbar-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 10px;
  border-radius: 8px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff !important;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.topbar-store-badge:hover {
  transform: translateY(-1px);
  background: #1a1a1a;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

.topbar-store-badge-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.topbar-store-badge-labels {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.topbar-store-badge-sub {
  font-size: 0.52rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  opacity: 0.75;
  text-transform: uppercase;
}

.topbar-store-badge-main {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* ── Android App Banner ── */
.android-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: var(--surface-strong);
  border-top: 1px solid var(--line);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 -4px 24px rgba(10, 30, 20, 0.1);
  animation: banner-slide-up 0.32s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.android-banner[hidden] {
  display: none;
}

@keyframes banner-slide-up {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

.android-banner-content {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.android-banner-content img {
  border-radius: 10px;
  flex-shrink: 0;
}

.android-banner-title {
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--ink);
  line-height: 1.3;
}

.android-banner-desc {
  font-size: 0.76rem;
  color: var(--ink-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

.android-banner-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.android-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  font-family: var(--body-font);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.18s ease, transform 0.18s ease;
}

.android-banner-btn-open {
  padding: 8px 18px;
  background: var(--forest-600);
  color: #fff;
}

.android-banner-btn-open:hover {
  background: var(--forest-700);
  transform: translateY(-1px);
}

.android-banner-btn-close {
  width: 34px;
  height: 34px;
  padding: 0;
  background: transparent;
  color: var(--ink-muted);
  font-size: 1rem;
}

.android-banner-btn-close:hover {
  background: var(--line);
}
