/* App showcase layout adapted from Start Bootstrap New Age; see THIRD-PARTY-LICENSE.txt. */
:root {
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Noto Sans KR",
    sans-serif;
  color: #182334;
  background: #fff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --blue: #124cdb;
  --muted: #617083;
  --line: #e3e8ef;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
  outline: 3px solid #1470ff;
  outline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
p {
  line-height: 1.75;
  word-break: keep-all;
}
a,
small {
  line-height: 1.5;
}
.container {
  width: min(1120px, calc(100% - 64px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 10;
  background: #fff;
  padding: 12px;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;
}
.brand img {
  border-radius: 10px;
  width: 40px;
  height: 40px;
}
.brand span {
  font-size: 21px;
  font-weight: 750;
  letter-spacing: -0.7px;
}
.site-header nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.archive-link {
  color: var(--muted);
}
.language-link {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.nav-download {
  background: #edf3ff;
  color: var(--blue);
  border-radius: 7px;
  padding: 10px 15px;
}
.site-header a:hover {
  color: var(--blue);
}
.hero-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  align-items: center;
  gap: 48px;
  padding-top: 32px;
  padding-bottom: 68px;
  min-height: 700px;
}
.hero-gradient {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background: radial-gradient(
    ellipse at 75% 45%,
    #e5efff,
    #f8fbff 58%,
    #fff 80%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 18%,
    #000 80%,
    transparent
  );
}
.hero-gradient canvas {
  display: block;
}
.eyebrow {
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.055em;
  color: var(--blue);
  line-height: 1.6;
}
.hero h1 {
  font-size: clamp(38px, 4.7vw, 58px);
  font-weight: 760;
  line-height: 1.23;
  letter-spacing: -0.055em;
  margin: 24px 0;
}
.hero h1 span {
  color: var(--blue);
}
.intro {
  color: var(--muted);
  font-size: 18px;
  max-width: 430px;
  line-height: 1.85;
  margin-bottom: 32px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-height: 54px;
  padding: 14px 23px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 650;
  transition: background 0.15s;
}
.primary {
  background: var(--blue);
  color: white;
}
.primary:hover {
  background: #0a36a1;
}
.button span {
  font-size: 22px;
}
.availability {
  font-size: 13px;
  color: var(--muted);
  margin-top: 16px;
  letter-spacing: 0.01em;
}
.hero-visual {
  height: 570px;
  position: relative;
  isolation: isolate;
}
.device-position {
  position: absolute;
  width: 220px;
  perspective: 1000px;
}
.screen-front {
  left: 18px;
  top: 0;
}
.screen-back {
  right: 6px;
  top: 60px;
  width: 205px;
}
.about-section {
  background: #f7f9fc;
  border-block: 1px solid #edf0f5;
  padding: 70px 0;
}
.section-heading {
  max-width: 750px;
}
.section-heading h2 {
  font-size: 33px;
  font-weight: 710;
  letter-spacing: -0.04em;
  line-height: 1.35;
  margin: 12px 0 16px;
}
.section-heading > p:last-child {
  font-size: 17px;
  color: var(--muted);
}
.feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  margin-top: 42px;
}
.feature-list article {
  border-top: 1px solid #cfd9e9;
  padding-top: 22px;
}
.feature-number {
  font-size: 12px;
  color: #78879c;
  font-variant-numeric: tabular-nums;
}
.feature-list h3 {
  font-size: 20px;
  letter-spacing: -0.025em;
  margin: 16px 0 10px;
}
.feature-list p {
  font-size: 16px;
  color: var(--muted);
}
.download-section {
  text-align: center;
  padding-block: 76px 84px;
}
.download-section > img {
  margin: 0 auto 20px;
  border-radius: 17px;
}
.download-section h2 {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: -0.035em;
}
.download-section > p {
  color: var(--muted);
  font-size: 16px;
  margin: 12px 0 28px;
}
.store-links {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.store-link {
  border: 1px solid #c8d2e1;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 18px;
  min-width: 210px;
  text-align: left;
  transition:
    border-color 0.15s,
    background 0.15s;
}
.store-link:hover,
.store-link.recommended {
  background: #f2f6ff;
  border-color: var(--blue);
}
.store-link small {
  display: block;
  font-size: 12px;
  color: var(--muted);
}
.store-link strong {
  display: block;
  font-size: 17px;
  font-weight: 650;
}
.download-arrow {
  font-size: 25px;
  line-height: 1;
  color: var(--blue);
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 26px 0 30px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.site-footer > div {
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer-name {
  font-size: 15px;
  font-weight: 750;
}
.photo-credit {
  font-size: 12px;
  color: var(--muted);
}
.site-footer nav {
  display: flex;
  gap: 20px;
  font-size: 13px;
  color: var(--muted);
}
.site-footer > small {
  width: 100%;
  font-size: 11px;
  color: #8894a3;
}
.site-footer a:hover {
  text-decoration: underline;
}
.download-page {
  min-height: calc(100svh - 245px);
  padding-block: 70px 100px;
  text-align: center;
}
.download-icon {
  margin: 0 auto 28px;
  border-radius: 21px;
}
.download-page h1 {
  font-size: 42px;
  letter-spacing: -0.04em;
  line-height: 1.3;
  margin: 12px 0 18px;
}
.download-page > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  max-width: 560px;
  margin-inline: auto;
}
.download-page .store-links {
  margin-top: 36px;
}
.download-page .download-help {
  margin-top: 25px;
  font-size: 14px !important;
}
.text-link {
  display: inline-block;
  font-size: 14px;
  color: var(--blue);
  margin-top: 28px;
  font-weight: 600;
}
.download-page > .button {
  margin-top: 25px;
}
.legal-page {
  max-width: 900px;
  padding-block: 28px 72px;
}
.legal-toolbar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  color: var(--blue);
  margin-bottom: 36px;
}
.legal-toolbar a:hover,
.legal-content a:hover {
  text-decoration: underline;
}
.legal-content h1 {
  font-size: 36px;
  line-height: 1.35;
  letter-spacing: -0.035em;
  margin-bottom: 28px;
}
.legal-content h2 {
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: -0.025em;
  margin-top: 42px;
  margin-bottom: 18px;
}
.legal-content p {
  font-size: 16px;
  line-height: 1.85;
  white-space: pre-line;
  margin-block: 16px;
  overflow-wrap: anywhere;
}
.legal-content a {
  color: var(--blue);
  overflow-wrap: anywhere;
}
.legal-content table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  font-size: 16px;
  line-height: 1.8;
  margin-block: 20px;
}
.legal-key-column {
  width: 29%;
}
.legal-content th,
.legal-content td {
  border: 1px solid var(--line);
  padding: 13px 15px;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}
.legal-content th {
  background: #f3f6fb;
  font-weight: 650;
}
@media (max-width: 760px) {
  .legal-page {
    padding-top: 22px;
  }
  .legal-toolbar {
    font-size: 13px;
    margin-bottom: 28px;
  }
  .legal-content h1 {
    font-size: 28px;
  }
  .legal-content h2 {
    font-size: 21px;
  }
  .legal-content th,
  .legal-content td {
    padding: 10px 8px;
  }
  .legal-content table {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .hero-visual {
    margin-left: 24px;
  }
  .device-position {
    width: 229px;
  }
  .screen-back {
    width: 214px;
  }
}
@media (max-width: 1000px) {
  .hero {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding-top: 35px;
    min-height: 640px;
  }
  .hero-visual {
    height: 490px;
  }
  .device-position {
    width: 185px;
    border-radius: 20px;
  }
  .screen-front {
    left: 0;
  }
  .screen-back {
    width: 172px;
    right: 0;
    top: 50px;
  }
  .feature-list {
    gap: 28px;
  }
  .intro {
    font-size: 17px;
  }
  .store-link {
    min-width: 190px;
  }
  .site-header nav {
    gap: 20px;
  }
}
@media (max-width: 760px) {
  .container {
    width: min(560px, calc(100% - 40px));
  }
  .site-header {
    min-height: 82px;
    gap: 16px;
  }
  .brand span {
    font-size: 19px;
  }
  .brand img {
    width: 35px;
    height: 35px;
    border-radius: 9px;
  }
  .site-header nav {
    gap: 18px;
  }
  .archive-link {
    display: none;
  }
  .nav-download {
    font-size: 12px;
    padding: 8px 10px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 30px 0 40px;
  }
  .hero-copy {
    text-align: center;
  }
  .hero .eyebrow {
    font-size: 12px;
  }
  .hero h1 {
    font-size: clamp(35px, 7vw, 48px);
    margin: 20px 0;
  }
  .intro {
    max-width: 440px;
    margin-inline: auto;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .availability {
    font-size: 12px;
  }
  .hero-visual {
    width: 365px;
    max-width: 100%;
    margin: 0 auto;
    height: 478px;
  }
  .device-position {
    width: 183px;
  }
  .screen-back {
    width: 166px;
    right: 0;
    top: 49px;
  }
  .about-section {
    padding: 48px 0;
  }
  .section-heading h2 {
    font-size: 28px;
  }
  .section-heading > p:last-child {
    font-size: 16px;
  }
  .feature-list {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 30px;
  }
  .feature-list article {
    position: relative;
    padding: 20px 0 0 34px;
  }
  .feature-number {
    position: absolute;
    left: 0;
    top: 23px;
  }
  .feature-list h3 {
    font-size: 19px;
    margin: 0 0 7px;
  }
  .feature-list p {
    font-size: 15px;
  }
  .download-section {
    padding-block: 52px;
  }
  .download-section h2 {
    font-size: 27px;
  }
  .download-section > p {
    font-size: 15px;
  }
  .store-links {
    flex-direction: column;
    max-width: 350px;
    margin-inline: auto;
  }
  .store-link {
    width: 100%;
    min-width: 0;
    min-height: 70px;
    padding: 12px 20px;
  }
  .site-footer {
    gap: 18px;
    padding-block: 24px;
  }
  .site-footer > div {
    width: 100%;
    justify-content: space-between;
  }
  .site-footer nav {
    font-size: 12px;
    gap: 18px;
  }
  .site-footer > small {
    font-size: 10px;
  }
  .download-page {
    padding-block: 48px 60px;
  }
  .download-page h1 {
    font-size: 34px;
  }
  .download-page > p:not(.eyebrow) {
    font-size: 16px;
  }
  .download-page .store-links {
    margin-top: 28px;
  }
}
@media (max-width: 380px) {
  .site-header nav {
    gap: 12px;
  }
  .nav-download {
    display: none;
  }
  .hero-visual {
    height: 430px;
  }
  .device-position {
    width: 164px;
  }
  .screen-back {
    width: 149px;
  }
  .hero h1 {
    font-size: 34px;
  }
}
.hero > * {
  min-width: 0;
}
@media (max-width: 760px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}

/* Official artwork keeps its native aspect ratio and clear space. */
.store-links.badge-links {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  max-width: none;
}
.badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  padding: 0 10px;
  border-radius: 7px;
}
.badge-link:focus-visible {
  outline-offset: 0;
}
.store-badge {
  display: block;
  height: 40px;
  width: auto;
  max-width: none;
}
.badge-art-android {
  height: 59.524px;
}
html:lang(ko) .badge-art-android {
  height: 52.084px;
}
.hero .badge-links {
  justify-content: flex-start;
  margin-left: -10px;
  width: calc(100% + 20px);
}
.hero .availability {
  margin-top: 12px;
}
.device-frame {
  position: relative;
  padding: 7px;
  background: #111318;
  border: 1px solid #838a98;
  border-radius: 34px;
  box-shadow:
    inset 0 0 0 2px #373b45,
    0 22px 42px #17254626,
    0 3px 5px #17254626;
  transform-origin: center;
}
.device-screen {
  overflow: hidden;
  border-radius: 26px;
  background: #f4f4fa;
}
.hero-screen {
  display: block;
  width: 100%;
  height: auto;
}
.device-volume,
.device-power {
  position: absolute;
  display: block;
  width: 3px;
  border-radius: 2px;
  background: #515663;
}
.device-volume {
  left: -3px;
  top: 72px;
  height: 44px;
}
.device-volume::before {
  content: "";
  position: absolute;
  top: -21px;
  width: 3px;
  height: 12px;
  border-radius: 2px;
  background: #515663;
}
.device-power {
  right: -3px;
  top: 89px;
  height: 38px;
}
@media (max-width: 760px) {
  .hero .badge-links {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }
  .device-frame {
    padding: 5px;
    border-radius: 28px;
  }
  .device-screen {
    border-radius: 22px;
  }
  .device-volume {
    top: 55px;
    height: 35px;
  }
  .device-power {
    top: 70px;
    height: 30px;
  }
  .download-page .badge-links {
    flex-direction: column;
  }
}
