/* [코대리] WITYX 브랜드 소개의 반응형 편집 디자인과 접근 가능한 인터랙션 스타일 */
@charset "UTF-8";
:root {
  --paper: #fafbf7;
  --surface: #f0f3ed;
  --ink: #173629;
  --ink-deep: #103226;
  --muted: #687369;
  --line: #dce2d9;
  --lime: #dcea93;
  --blue: #246af2;
  --white: #fff;
  --font:
    -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR",
    "Malgun Gothic", Arial, sans-serif;
  --radius: 24px;
  --shell: 1248px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
img,
svg {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.22;
  word-break: keep-all;
}
p {
  word-break: keep-all;
  overflow-wrap: break-word;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
button {
  color: inherit;
}
::selection {
  background: var(--lime);
  color: var(--ink-deep);
}
:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
input:focus-visible,
select:focus-visible {
  outline-offset: 2px;
}
.section-shell {
  width: min(var(--shell), calc(100% - 96px));
  margin-inline: auto;
}
.section-space {
  padding-block: 112px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 24px;
  z-index: 100;
  background: var(--ink);
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 90px;
  position: relative;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.nav-shell {
  width: min(1440px, calc(100% - 80px));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1;
}
.wordmark-x {
  color: var(--blue);
}
.brand-icon {
  width: 35px;
  height: 35px;
  fill: var(--ink);
}
.brand-coin {
  width: 35px;
  height: 35px;
  object-fit: cover;
  clip-path: circle(45%);
}
.desktop-nav {
  display: flex;
  gap: 27px;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
}
.desktop-nav a {
  position: relative;
  padding: 12px 0;
}
.desktop-nav a:after {
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 2px;
  content: "";
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.18s;
}
.desktop-nav a:hover:after {
  transform: scaleX(1);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.language-switch {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 700;
}
.language-switch > span {
  color: #aaa;
}
.language-switch button {
  background: transparent;
  border: 0;
  color: var(--muted);
  padding: 10px 6px;
  min-height: 44px;
}
.language-switch button[aria-pressed="true"] {
  color: var(--ink);
}
.nav-cta {
  border: 1px solid var(--ink);
  padding: 10px 17px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 650;
  display: flex;
  gap: 17px;
  align-items: center;
}
.nav-cta:hover {
  background: var(--ink);
  color: white;
}
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  background: none;
  border: 0;
}
.menu-toggle span {
  height: 2px;
  width: 24px;
  display: block;
  background: currentColor;
  transition: transform 0.2s;
}
.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(4px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}
.mobile-menu[hidden] {
  display: none;
}
.mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 12px 28px 24px;
  background: var(--paper);
  box-shadow: 0 16px 16px #1736290a;
  border-bottom: 1px solid var(--line);
}
.mobile-menu a {
  display: block;
  padding: 13px 0;
  font-size: 16px;
  font-weight: 600;
}
.hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  align-items: center;
  gap: 16px;
  min-height: 728px;
  padding-block: 72px 68px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 1.7px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
}
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px #246af210;
}
.hero h1 {
  font-size: clamp(45px, 4.7vw, 68px);
  font-weight: 720;
  line-height: 1.17;
  letter-spacing: -3px;
  margin-top: 26px;
  max-width: 600px;
}
.lime-dot {
  color: #80994d;
}
.hero-lead {
  margin-top: 24px;
  font-size: 22px;
  font-weight: 580;
  line-height: 1.6;
  letter-spacing: -0.7px;
}
.hero-description {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
  margin-top: 17px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 32px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 52px;
  border-radius: 50px;
  padding: 13px 23px;
  font-size: 14px;
  font-weight: 650;
  transition:
    transform 0.18s,
    background 0.18s;
  white-space: nowrap;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--ink-deep);
  color: var(--white);
}
.button-primary:hover {
  background: #285442;
}
.button-arrow {
  font-size: 20px;
  line-height: 1;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  font-weight: 650;
  padding-block: 10px;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.hero-note {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
  margin-top: 26px;
  max-width: 420px;
}
.hero-art {
  overflow: clip;
  height: 560px;
  position: relative;
  isolation: isolate;
  background: radial-gradient(ellipse at 50% 53%, #e7eeed 0, transparent 66%);
}
.art-caption {
  position: absolute;
  top: 5%;
  right: 0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--muted);
}
.art-orbit {
  position: absolute;
  border: 1px solid #c8d7c9;
  border-radius: 50%;
  z-index: -1;
  transform: rotate(-25deg);
}
.orbit-one {
  width: 100%;
  height: 48%;
  left: 0;
  top: 28%;
}
.orbit-two {
  width: 70%;
  height: 79%;
  left: 18%;
  top: 7%;
  transform: rotate(28deg);
  border-style: dashed;
  opacity: 0.7;
}
.rights-card {
  position: absolute;
  top: 15%;
  left: 5%;
  width: 89%;
  height: 282px;
  border-radius: 19px;
  padding: 29px 30px;
  background: linear-gradient(125deg, #164c3d 0, #123c30 60%, #092d25 100%);
  color: #f5f7ed;
  transform: rotate(-9deg);
  box-shadow: 4px 25px 50px #143c3026;
  overflow: hidden;
}
.rights-card:after {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  right: -250px;
  top: -70px;
  border: 1px solid #8bab9055;
  border-radius: 50%;
  box-shadow:
    0 0 0 32px #9bb9a308,
    0 0 0 64px #9bb9a308,
    0 0 0 96px #9bb9a308;
  pointer-events: none;
}
.rights-card-top,
.rights-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-wordmark {
  font-weight: 800;
  letter-spacing: -1px;
  font-size: 25px;
}
.card-chip {
  width: 37px;
  height: 30px;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 5px;
  border: 1px solid #a8b99a;
  border-radius: 5px;
  background: #cad5a43b;
}
.card-chip i {
  display: block;
  height: 100%;
  border-right: 1px solid #a8b99a;
  flex: 1;
}
.card-chip i:last-child {
  border: 0;
}
.rights-card-title {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.6px;
  line-height: 1.15;
  margin-top: 30px;
}
.rights-card-bottom {
  margin-top: 27px;
  font-size: 8px;
  font-weight: 550;
  letter-spacing: 1.7px;
}
.rights-card-bottom svg {
  width: 26px;
  height: 26px;
  fill: var(--lime);
}
.card-logo {
  width: 27px;
  height: 27px;
  clip-path: circle(44%);
}
.coin-visual {
  position: absolute;
  width: 220px;
  height: 220px;
  left: -1%;
  bottom: 14%;
  transform: rotate(-13deg);
  border-radius: 50%;
  background: linear-gradient(
    140deg,
    #f1f4d9,
    #bccd83 28%,
    #e3edb8 62%,
    #95ad57
  );
  padding: 12px;
  box-shadow:
    -4px 9px 0 #7c9046,
    -10px 15px 0 #bac583,
    -13px 25px 30px #19352c17;
  z-index: 2;
}
.coin-rim {
  height: 100%;
  border: 1px solid #a1b96b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow:
    inset 0 0 0 5px #e2eab752,
    inset 0 0 0 6px #a0b96b6b;
}
.coin-rim svg {
  width: 100px;
  height: 100px;
  fill: var(--ink);
  filter: drop-shadow(2px 3px 0 #859d4e);
}
.coin-rim span {
  font-size: 12px;
  letter-spacing: 4px;
  font-weight: 750;
  margin-left: 4px;
  margin-top: -8px;
}
.coin-visual.real-coin {
  padding: 0;
  background: transparent;
  box-shadow: none;
  width: 248px;
  height: 248px;
  left: -3%;
  bottom: 10%;
  transform: rotate(-12deg);
  filter: drop-shadow(-5px 15px 10px #17362924);
}
.real-coin img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: circle(44.5% at 50% 49%);
}
.fee-card {
  position: absolute;
  right: 0;
  bottom: 16%;
  width: 234px;
  background: var(--white);
  padding: 21px 23px 19px;
  border-radius: 15px;
  box-shadow: 0 18px 38px #2c412512;
  transform: rotate(5deg);
  z-index: 3;
  border: 1px solid #ebeee7;
}
.fee-card-heading {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 650;
}
.tiny-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--lime);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.fee-number {
  font-size: 99px;
  letter-spacing: -7px;
  line-height: 1.05;
  font-weight: 500;
  margin-block: 15px 16px;
}
.fee-number > span:first-child {
  font-size: 47px;
  letter-spacing: -3px;
  margin-left: 3px;
}
.fee-number .fee-asterisk {
  font-size: 22px;
  letter-spacing: 0;
  vertical-align: top;
  display: inline-block;
  margin-top: 8px;
  margin-left: 4px;
  color: var(--muted);
}
.fee-card-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.fee-card-bottom span:last-child {
  font-size: 9px;
  color: var(--muted);
}
.art-note {
  position: absolute;
  bottom: 3%;
  left: 30%;
  display: flex;
  align-items: center;
  gap: 9px;
  transform: rotate(-4deg);
  font-size: 11px;
  font-weight: 550;
  color: var(--muted);
}
.little-cross {
  font-size: 24px;
  color: var(--ink);
}
.ecosystem-strip {
  border-block: 1px solid var(--line);
}
.strip-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.strip-label {
  margin-right: auto;
  font-size: 9px;
  letter-spacing: 1.6px;
  font-weight: 700;
  color: var(--muted);
}
.strip-inner > span:not(.strip-label):not(.strip-divider) {
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -0.5px;
}
.strip-divider {
  font-size: 22px;
  font-weight: 300;
  color: #bbc3b8;
}
.strip-inner p {
  margin-left: auto;
  font-size: 11px;
  color: var(--muted);
}
.coin-section {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 90px;
}
.section-number {
  letter-spacing: 1px;
  color: #8a9682;
  margin-right: 3px;
}
.section-heading h2 {
  font-size: 42px;
  font-weight: 650;
  letter-spacing: -1.9px;
  line-height: 1.3;
  margin-top: 22px;
}
.large-copy {
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: -0.45px;
  color: var(--muted);
}
.large-copy strong {
  font-weight: 600;
  color: var(--ink);
}
.idea-note {
  margin-top: 26px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  color: var(--muted);
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.idea-note > span {
  font-size: 28px;
  line-height: 1;
}
.idea-note p {
  font-size: 12px;
  line-height: 1.9;
}
.ecosystem-section {
  background: var(--surface);
}
.section-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 45px;
}
.section-intro {
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 350px;
  padding-bottom: 4px;
}
.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ecosystem-item {
  position: relative;
  background: var(--paper);
  border: 1px solid #e2e7de;
  border-radius: var(--radius);
  padding: 28px 29px 31px;
  overflow: hidden;
}
.ecosystem-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.role-pill {
  font-size: 10px;
  font-weight: 650;
  border: 1px solid var(--line);
  border-radius: 50px;
  padding: 5px 11px;
  line-height: 1.4;
}
.item-index {
  font-size: 10px;
  color: var(--muted);
}
.ecosystem-symbol {
  height: 86px;
  margin-block: 41px 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 92px;
}
.symbol-deedra span {
  height: 65px;
  width: 30px;
  border: 1.5px solid var(--ink);
  transform: skewY(-26deg);
  position: absolute;
  background: var(--paper);
}
.symbol-deedra span:nth-child(1) {
  left: 7px;
  top: 8px;
}
.symbol-deedra span:nth-child(2) {
  left: 28px;
  top: 17px;
}
.symbol-deedra span:nth-child(3) {
  left: 49px;
  top: 26px;
  background: var(--lime);
}
.symbol-wity span {
  position: absolute;
  border: 2px solid var(--ink);
  width: 36px;
  height: 60px;
  border-radius: 20px;
  transform: rotate(40deg);
}
.symbol-wity span:first-child {
  left: 15px;
  top: 0;
}
.symbol-wity span:nth-child(2) {
  left: 41px;
  top: 23px;
  background: var(--lime);
}
.symbol-wity i {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--ink);
  position: absolute;
  left: 37px;
  top: 39px;
}
.symbol-wityx {
  background: var(--lime);
  border-radius: 50%;
  width: 86px;
}
.symbol-wityx svg {
  width: 58px;
  height: 58px;
  fill: var(--ink);
}
.ecosystem-brand-image {
  height: 94px;
  width: 94px;
  object-fit: contain;
  margin-block: 34px 33px;
}
.ecosystem-brand-image.wity-logo {
  object-fit: cover;
  width: 130px;
  height: 94px;
  object-position: center;
  transform: scale(1.5);
  transform-origin: left center;
}
.ecosystem-brand-image.coin-image {
  clip-path: circle(45%);
}
.ecosystem-item h3 {
  font-size: 27px;
  font-weight: 650;
  letter-spacing: -0.8px;
  margin-bottom: 14px;
}
.ecosystem-item p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
}
.ecosystem-item-featured {
  background: var(--ink-deep);
  color: var(--paper);
  border-color: var(--ink-deep);
}
.ecosystem-item-featured .role-pill {
  border-color: #486052;
}
.ecosystem-item-featured .item-index,
.ecosystem-item-featured p {
  color: #c1d0c1;
}
.section-footnote {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 23px;
}
.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 58px;
  counter-reset: steps;
}
.steps li {
  position: relative;
}
.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 600;
  background: var(--paper);
  position: relative;
  z-index: 1;
}
.steps li:not(:last-child):after {
  content: "";
  height: 1px;
  background: var(--line);
  position: absolute;
  top: 20px;
  left: 40px;
  right: -42px;
}
.steps li:not(:last-child):before {
  content: "→";
  font-size: 15px;
  color: #8d9986;
  position: absolute;
  right: 4px;
  top: 7px;
  z-index: 2;
  background: var(--paper);
  padding-left: 6px;
}
.steps h3 {
  font-size: 21px;
  letter-spacing: -0.65px;
  font-weight: 600;
  margin-top: 28px;
}
.steps p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
  margin-top: 16px;
  max-width: 330px;
}
.how-callout {
  margin-top: 48px;
  display: flex;
  gap: 22px;
  align-items: center;
  border-radius: 13px;
  background: var(--surface);
  padding: 24px 28px;
}
.callout-icon {
  font-size: 31px;
  line-height: 1;
}
.how-callout p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.9;
}
.how-callout strong {
  color: var(--ink);
  font-weight: 650;
}
.everyday-section {
  background: #e9eddc;
}
.everyday-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 110px;
  padding-block: 85px;
}
.everyday-copy h2 {
  font-size: 43px;
  letter-spacing: -1.9px;
  line-height: 1.3;
  font-weight: 650;
  margin-top: 24px;
}
.everyday-copy > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 2;
  color: #5a6752;
  margin-top: 23px;
}
.outline-tag {
  display: inline-block;
  border: 1px solid #aab69a;
  border-radius: 50px;
  font-size: 10px;
  font-weight: 600;
  padding: 6px 11px;
  margin-top: 29px;
}
.everyday-services {
  padding-top: 12px;
}
.everyday-services article {
  display: flex;
  align-items: center;
  gap: 23px;
  padding-block: 23px;
  border-bottom: 1px solid #bfc9b1;
}
.everyday-services article:first-child {
  padding-top: 0;
}
.service-icon {
  background: #f8f9f0;
  border: 1px solid #dae1ce;
  border-radius: 16px;
  width: 59px;
  height: 59px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-icon svg {
  width: 30px;
  height: 30px;
  stroke: var(--ink);
  stroke-width: 1.3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.everyday-services h3 {
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.4px;
}
.everyday-services article p {
  font-size: 12px;
  color: #5a6752;
  margin-top: 7px;
}
.service-number {
  margin-left: auto;
  align-self: flex-start;
  font-size: 10px;
  color: #69775e;
}
.everyday-note {
  font-size: 10px;
  color: #5a6752;
  line-height: 1.9;
  margin-top: 23px;
}
.calculator {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.calculator-input {
  padding: 37px 40px;
  background: white;
}
.calculator-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 33px;
}
.calculator-heading h3 {
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.4px;
}
.simulation-badge {
  font-size: 9px;
  border-radius: 50px;
  background: var(--surface);
  padding: 5px 10px;
  color: var(--muted);
  white-space: nowrap;
}
.input-row {
  display: flex;
  align-items: flex-end;
  gap: 13px;
}
.field label {
  display: block;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.5;
  margin-bottom: 11px;
}
.field-amount {
  flex: 1;
  min-width: 0;
}
.field-currency {
  width: 105px;
  flex-shrink: 0;
}
.input-with-suffix {
  position: relative;
}
.input-with-suffix input {
  width: 100%;
  height: 54px;
  border: 1px solid #d2dace;
  border-radius: 9px;
  background: var(--paper);
  padding: 12px 53px 12px 15px;
  font-size: 18px;
  font-weight: 550;
  line-height: 1.4;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.input-with-suffix > span {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 600;
  color: var(--muted);
  pointer-events: none;
}
.field select {
  appearance: auto;
  border: 1px solid #d2dace;
  border-radius: 9px;
  background: var(--paper);
  height: 54px;
  padding: 10px 8px;
  width: 100%;
  font-size: 12px;
  color: var(--ink);
}
.field-help {
  font-size: 10px;
  color: var(--muted);
  margin-top: 11px;
  line-height: 1.7;
}
.rate-field {
  margin-top: 31px;
}
.rate-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rate-label label {
  margin: 0;
}
.rate-label > span {
  font-size: 20px;
  font-weight: 650;
  line-height: 1.4;
}
.rate-field input[type="range"] {
  width: 100%;
  height: 22px;
  accent-color: var(--ink);
  margin: 17px 0 0;
  cursor: pointer;
}
.range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: var(--muted);
  margin-top: 3px;
}
.currency-note {
  font-size: 9px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 26px;
}
.form-error {
  font-size: 12px;
  margin-top: 15px;
  color: #b03422;
}
.calculator-result {
  background: var(--ink-deep);
  color: var(--paper);
  padding: 37px 41px;
  display: flex;
  flex-direction: column;
}
.result-kicker {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}
.result-kicker > span:last-child {
  font-size: 21px;
  line-height: 1;
}
.fee-comparison {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #476052;
}
.fee-comparison p {
  font-size: 10px;
  color: #c1d0c1;
}
.fee-comparison div > span {
  display: block;
  font-size: 25px;
  font-weight: 550;
  letter-spacing: -0.9px;
  line-height: 1.4;
  margin-top: 8px;
  overflow-wrap: anywhere;
  font-variant-numeric: tabular-nums;
}
.fee-comparison div:last-child > span {
  color: var(--lime);
}
.compare-arrow {
  color: #90a28f;
  font-size: 20px;
}
.savings-main {
  padding-block: 22px 18px;
}
.savings-main > span {
  font-size: 11px;
  color: #c1d0c1;
}
.savings-main strong {
  font-size: clamp(35px, 4vw, 53px);
  letter-spacing: -1.9px;
  line-height: 1.2;
  display: block;
  color: var(--lime);
  font-weight: 500;
  margin-top: 12px;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}
.annual-savings {
  border-top: 1px solid #476052;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-top: auto;
}
.annual-savings > span {
  font-size: 10px;
  color: #c1d0c1;
}
.annual-savings strong {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 550;
  letter-spacing: -0.7px;
  overflow-wrap: anywhere;
  font-variant-numeric: tabular-nums;
}
.result-note {
  font-size: 9px;
  color: #c1d0c1;
  margin-top: 20px;
  line-height: 1.7;
}
.calculator-disclaimer {
  font-size: 10px;
  color: var(--muted);
  margin-top: 21px;
  line-height: 1.9;
  max-width: 1100px;
}
.faq-section {
  background: var(--surface);
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 100px;
}
.faq-intro {
  margin-top: 25px;
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
}
.faq-list {
  padding-top: 2px;
}
.faq-list details {
  border-bottom: 1px solid #d5ddce;
}
.faq-list details:first-child {
  border-top: 1px solid #d5ddce;
}
.faq-list summary {
  list-style: none;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  word-break: keep-all;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-plus {
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}
.faq-plus:before,
.faq-plus:after {
  content: "";
  background: var(--ink);
  position: absolute;
}
.faq-plus:before {
  height: 1px;
  width: 14px;
  left: 1px;
  top: 7px;
}
.faq-plus:after {
  height: 14px;
  width: 1px;
  left: 7px;
  top: 1px;
  transition: transform 0.18s;
}
.faq-list details[open] .faq-plus:after {
  transform: rotate(90deg);
}
.faq-answer {
  font-size: 13px;
  line-height: 1.95;
  color: var(--muted);
  padding: 0 36px 24px 0;
  word-break: keep-all;
}
.closing-section {
  border-radius: var(--radius);
  background: var(--ink-deep);
  color: var(--paper);
  margin-block: 86px;
  padding: 53px 64px;
  position: relative;
  overflow: hidden;
}
.closing-section h2 {
  font-size: 43px;
  font-weight: 550;
  letter-spacing: -1.9px;
  line-height: 1.3;
  margin-top: 25px;
}
.closing-section .eyebrow {
  color: var(--lime);
  font-size: 9px;
}
.closing-section p:not(.eyebrow) {
  font-size: 13px;
  color: #c1d0c1;
  line-height: 1.8;
  margin-top: 18px;
}
.button-light {
  background: var(--lime);
  color: var(--ink);
  margin-top: 29px;
}
.button-light:hover {
  background: #eef4c7;
}
.closing-mark {
  position: absolute;
  right: 87px;
  top: -17px;
  font-weight: 750;
  font-size: 420px;
  line-height: 1.15;
  letter-spacing: -30px;
  color: transparent;
  -webkit-text-stroke: 1px #65816780;
  transform: rotate(-12deg);
  pointer-events: none;
}
.closing-mark:after {
  content: "";
  position: absolute;
  width: 450px;
  height: 290px;
  border: 1px solid #78917977;
  top: 127px;
  left: -84px;
  border-radius: 50%;
  transform: rotate(-30deg);
}
.site-footer {
  padding-bottom: 35px;
}
.footer-top {
  display: flex;
  gap: 25px;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.footer-top .wordmark {
  gap: 0;
  font-size: 25px;
}
.footer-top p {
  font-size: 10px;
  color: var(--muted);
  margin-left: 12px;
}
.back-top {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 11px;
  font-weight: 600;
  margin-left: auto;
  min-height: 44px;
}
.back-top > span:last-child {
  font-size: 20px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 10px;
  color: var(--muted);
  padding-top: 23px;
}
.footer-bottom > span:last-child {
  margin-left: auto;
}
.footer-legal {
  font-size: 9px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 18px;
  max-width: 990px;
}
.token-details {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: start;
  gap: 35px;
  padding-top: 36px;
  margin-top: 48px;
  border-top: 1px solid var(--line);
}
.token-details h3 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 650;
}
.token-network {
  font-size: 11px;
  color: var(--muted);
  margin-top: 6px;
}
.token-address-label {
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 7px;
}
.token-address {
  display: flex;
  align-items: center;
  gap: 13px;
  background: var(--surface);
  padding: 13px 16px;
  border-radius: 10px;
}
.token-address code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  overflow-wrap: anywhere;
  flex: 1;
  min-width: 0;
}
.copy-address {
  border: 0;
  background: var(--white);
  border-radius: 7px;
  padding: 7px 12px;
  font-size: 10px;
  flex-shrink: 0;
  min-height: 36px;
}
.token-links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 9px;
}
.token-links a {
  font-size: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding-block: 5px;
}
.copy-status {
  font-size: 10px;
  color: var(--muted);
}
.overview-page {
  max-width: 850px;
  padding-block: 60px 90px;
}
.overview-page h1 {
  font-size: 50px;
  letter-spacing: -2px;
  margin-block: 28px 22px;
  line-height: 1.25;
}
.overview-lead {
  font-size: 20px;
  line-height: 1.8;
  color: var(--muted);
}
.overview-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.overview-actions button {
  border: 0;
}
.overview-page article {
  margin-top: 50px;
  border-top: 1px solid var(--line);
  padding-top: 30px;
}
.overview-page article h2 {
  font-size: 26px;
  margin-bottom: 18px;
  letter-spacing: -0.7px;
}
.overview-page article p {
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
}
.overview-page article p + p {
  margin-top: 15px;
}
.overview-page article ul {
  margin: 20px 0 0;
  padding-left: 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}
.overview-page article li + li {
  margin-top: 9px;
}
.overview-label {
  font-size: 11px;
  color: var(--muted);
  margin-top: 18px;
}
.overview-footer {
  padding-top: 25px;
  border-top: 1px solid var(--line);
  margin-top: 50px;
  font-size: 11px;
  color: var(--muted);
}
@media (min-width: 1600px) {
  .hero {
    min-height: 790px;
  }
  .hero-art {
    height: 590px;
  }
  .hero h1 {
    font-size: 71px;
  }
  .rights-card {
    height: 296px;
  }
  .hero-note {
    font-size: 11px;
  }
  .hero-description {
    font-size: 15px;
  }
}
@media (max-width: 1150px) {
  .section-shell {
    width: calc(100% - 64px);
  }
  .nav-shell {
    width: calc(100% - 48px);
    gap: 16px;
  }
  .desktop-nav {
    gap: 17px;
    font-size: 12px;
  }
  .nav-actions {
    gap: 15px;
  }
  .nav-cta {
    padding: 9px 13px;
    font-size: 10px;
  }
  .hero {
    min-height: 700px;
    gap: 6px;
  }
  .hero h1 {
    font-size: 55px;
    letter-spacing: -2.8px;
  }
  .hero-lead {
    font-size: 19px;
  }
  .hero-art {
    height: 520px;
  }
  .rights-card {
    height: 252px;
    padding: 26px 25px;
  }
  .rights-card-title {
    font-size: 24px;
    margin-top: 23px;
  }
  .rights-card-bottom {
    margin-top: 22px;
  }
  .fee-card {
    width: 211px;
    right: 0;
    padding: 19px;
    bottom: 15%;
  }
  .fee-number {
    font-size: 90px;
  }
  .coin-visual.real-coin {
    width: 215px;
    height: 215px;
    left: -5%;
    bottom: 11%;
  }
  .art-note {
    left: 18%;
    font-size: 10px;
  }
  .hero-actions {
    gap: 22px;
  }
  .hero-actions .button {
    font-size: 12px;
    gap: 18px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .strip-inner {
    gap: 23px;
  }
  .strip-inner p {
    font-size: 10px;
  }
  .coin-section {
    gap: 55px;
  }
  .section-heading h2 {
    font-size: 38px;
  }
  .large-copy {
    font-size: 18px;
  }
  .everyday-grid {
    gap: 60px;
  }
  .faq-grid {
    gap: 55px;
  }
  .calculator-input,
  .calculator-result {
    padding: 30px;
  }
  .ecosystem-item {
    padding: 25px;
  }
  .ecosystem-item p {
    font-size: 12px;
  }
  .closing-mark {
    right: 30px;
  }
  .token-details {
    grid-template-columns: 190px 1fr;
    gap: 25px;
  }
}
@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: flex;
  }
  .nav-cta {
    font-size: 12px;
  }
  .nav-actions {
    gap: 18px;
  }
  .nav-shell {
    width: calc(100% - 56px);
  }
  .hero {
    gap: 0;
    min-height: 640px;
    padding-block: 56px;
  }
  .hero h1 {
    font-size: 47px;
    letter-spacing: -2.6px;
  }
  .hero-lead {
    font-size: 18px;
  }
  .hero-description {
    font-size: 12px;
  }
  .hero-note {
    font-size: 9px;
    max-width: 295px;
  }
  .hero-actions {
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 23px;
  }
  .hero-art {
    height: 460px;
  }
  .rights-card {
    top: 17%;
    height: 216px;
    padding: 22px 23px;
    width: 91%;
    left: 4%;
  }
  .card-wordmark {
    font-size: 22px;
  }
  .rights-card-title {
    font-size: 20px;
    margin-top: 24px;
  }
  .rights-card-bottom {
    font-size: 6px;
    margin-top: 19px;
  }
  .card-chip {
    width: 31px;
    height: 25px;
  }
  .fee-card {
    width: 179px;
    padding: 16px;
    right: -3%;
    bottom: 16%;
    border-radius: 12px;
  }
  .fee-card-heading {
    font-size: 8px;
  }
  .fee-number {
    font-size: 76px;
    margin-block: 12px;
  }
  .fee-number > span:first-child {
    font-size: 36px;
  }
  .fee-card-bottom {
    font-size: 8px;
    gap: 8px;
    padding-top: 9px;
  }
  .fee-card-bottom span:last-child {
    font-size: 7px;
  }
  .coin-visual.real-coin {
    width: 181px;
    height: 181px;
    left: -8%;
    bottom: 15%;
  }
  .art-caption {
    font-size: 7px;
    top: 8%;
  }
  .art-note {
    left: 11%;
    bottom: 6%;
    font-size: 9px;
  }
  .section-space {
    padding-block: 85px;
  }
  .strip-inner {
    min-height: 82px;
    gap: 19px;
  }
  .strip-inner p {
    display: none;
  }
  .strip-label {
    font-size: 8px;
  }
  .strip-inner > span:not(.strip-label):not(.strip-divider) {
    font-size: 18px;
  }
  .coin-section {
    gap: 45px;
    grid-template-columns: 1fr 1.2fr;
  }
  .section-heading h2 {
    font-size: 34px;
    letter-spacing: -1.5px;
  }
  .large-copy {
    font-size: 16px;
  }
  .ecosystem-grid {
    gap: 12px;
  }
  .ecosystem-item {
    padding: 22px;
  }
  .ecosystem-item h3 {
    font-size: 23px;
  }
  .ecosystem-item p {
    font-size: 11px;
  }
  .ecosystem-item p br {
    display: none;
  }
  .role-pill {
    font-size: 8px;
  }
  .section-intro {
    font-size: 12px;
  }
  .steps {
    gap: 29px;
  }
  .steps li:not(:last-child):after {
    right: -29px;
  }
  .steps h3 {
    font-size: 19px;
  }
  .steps p {
    font-size: 12px;
  }
  .everyday-grid {
    gap: 35px;
    padding-block: 68px;
  }
  .everyday-copy h2 {
    font-size: 36px;
  }
  .everyday-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .everyday-services article {
    gap: 16px;
  }
  .service-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }
  .everyday-services h3 {
    font-size: 15px;
  }
  .everyday-services article p {
    font-size: 10px;
  }
  .calculator-input,
  .calculator-result {
    padding: 27px 25px;
  }
  .calculator-heading {
    gap: 8px;
  }
  .calculator-heading h3 {
    font-size: 15px;
  }
  .field-currency {
    width: 83px;
  }
  .field select {
    font-size: 10px;
    padding-inline: 5px;
  }
  .calculator-result .fee-comparison {
    gap: 10px;
  }
  .fee-comparison p {
    font-size: 9px;
  }
  .fee-comparison div > span {
    font-size: 22px;
  }
  .annual-savings {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
  .annual-savings strong {
    font-size: 24px;
  }
  .faq-grid {
    grid-template-columns: 1fr 1.5fr;
    gap: 35px;
  }
  .faq-list summary {
    font-size: 13px;
  }
  .faq-answer {
    font-size: 12px;
  }
  .closing-section {
    padding: 46px;
  }
  .closing-section h2 {
    font-size: 37px;
  }
  .closing-mark {
    font-size: 350px;
    right: 25px;
    top: 23px;
  }
  .closing-mark:after {
    width: 330px;
    left: -54px;
  }
  .closing-section p:not(.eyebrow) {
    font-size: 12px;
  }
  .token-details {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .token-details-heading {
    display: flex;
    gap: 18px;
    align-items: center;
  }
  .token-network {
    margin: 0;
  }
}
@media (max-width: 640px) {
  html {
    scroll-padding-top: 22px;
  }
  .site-header {
    height: 74px;
  }
  .nav-shell {
    width: calc(100% - 40px);
    gap: 10px;
  }
  .nav-shell .wordmark {
    font-size: 25px;
    gap: 5px;
  }
  .brand-coin {
    width: 31px;
    height: 31px;
  }
  .nav-actions {
    gap: 12px;
  }
  .nav-cta {
    display: none;
  }
  .language-switch {
    font-size: 10px;
  }
  .language-switch button {
    padding-inline: 4px;
  }
  .section-shell {
    width: calc(100% - 44px);
  }
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-block: 43px 27px;
    gap: 0;
    min-height: 0;
  }
  .hero-copy {
    position: relative;
    z-index: 2;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.4px;
  }
  .hero h1 {
    font-size: 49px;
    letter-spacing: -2.9px;
    margin-top: 25px;
    line-height: 1.19;
    max-width: 410px;
  }
  .hero-lead {
    font-size: 19px;
    letter-spacing: -0.6px;
    line-height: 1.6;
    margin-top: 19px;
  }
  .hero-description {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 15px;
  }
  .hero-description br:nth-of-type(2) {
    display: none;
  }
  .hero-actions {
    margin-top: 25px;
    gap: 24px;
    flex-wrap: nowrap;
  }
  .hero-actions .button {
    font-size: 12px;
    min-height: 49px;
    padding-inline: 20px;
    gap: 22px;
  }
  .hero-actions .text-link {
    font-size: 11px;
    gap: 10px;
  }
  .hero-note {
    font-size: 9px;
    max-width: 340px;
    margin-top: 19px;
    line-height: 1.8;
  }
  .hero-art {
    height: 385px;
    max-width: 410px;
    width: 100%;
    margin: 18px auto 0;
  }
  .rights-card {
    top: 14%;
    left: 8%;
    width: 84%;
    height: 207px;
    padding: 23px;
  }
  .card-wordmark {
    font-size: 21px;
  }
  .rights-card-title {
    font-size: 21px;
    margin-top: 20px;
  }
  .rights-card-bottom {
    font-size: 6px;
    margin-top: 20px;
  }
  .rights-card-bottom svg {
    height: 22px;
    width: 22px;
  }
  .fee-card {
    right: 0;
    bottom: 12%;
    width: 179px;
    padding: 15px 17px;
  }
  .fee-card-heading {
    font-size: 8px;
  }
  .fee-card-bottom {
    font-size: 8px;
  }
  .fee-card-bottom span:last-child {
    font-size: 7px;
  }
  .fee-number {
    font-size: 76px;
  }
  .coin-visual.real-coin {
    width: 192px;
    height: 192px;
    left: -3%;
    bottom: 9%;
  }
  .art-caption {
    font-size: 7px;
    top: 3%;
    right: 8px;
  }
  .art-note {
    left: 25%;
    bottom: 0;
    font-size: 9px;
    gap: 7px;
  }
  .little-cross {
    font-size: 21px;
  }
  .orbit-one {
    top: 26%;
    height: 54%;
    width: 100%;
  }
  .orbit-two {
    top: 5%;
    height: 85%;
    width: 70%;
  }
  .ecosystem-strip {
    margin-top: 14px;
  }
  .strip-inner {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 21px;
    row-gap: 0;
    padding-block: 18px;
    min-height: 97px;
  }
  .strip-label {
    flex-basis: 100%;
    margin: 0;
    text-align: center;
    margin-bottom: 9px;
    font-size: 7px;
    letter-spacing: 1.4px;
  }
  .strip-inner > span:not(.strip-label):not(.strip-divider) {
    font-size: 17px;
  }
  .strip-divider {
    font-size: 17px;
  }
  .section-space {
    padding-block: 66px;
  }
  .coin-section {
    display: block;
  }
  .section-heading h2 {
    font-size: 33px;
    letter-spacing: -1.65px;
    line-height: 1.32;
    margin-top: 18px;
  }
  .coin-content {
    margin-top: 28px;
  }
  .large-copy {
    font-size: 17px;
    line-height: 1.85;
    letter-spacing: -0.4px;
  }
  .idea-note {
    margin-top: 23px;
    padding-top: 22px;
    gap: 13px;
  }
  .idea-note p {
    font-size: 11px;
    line-height: 1.9;
  }
  .section-header-row {
    display: block;
    margin-bottom: 29px;
  }
  .section-intro {
    font-size: 12px;
    margin-top: 21px;
    line-height: 1.9;
  }
  .section-intro br {
    display: none;
  }
  .ecosystem-grid {
    display: flex;
    flex-direction: column;
    gap: 13px;
  }
  .ecosystem-item {
    display: grid;
    grid-template-columns: 1fr 88px;
    grid-template-rows: auto auto auto;
    padding: 25px 26px;
    column-gap: 18px;
    border-radius: 19px;
  }
  .ecosystem-item-top {
    grid-column: 1/-1;
    margin-bottom: 25px;
  }
  .role-pill {
    font-size: 9px;
  }
  .item-index {
    font-size: 9px;
  }
  .ecosystem-symbol {
    grid-column: 2;
    grid-row: 2/4;
    margin: 0;
    align-self: center;
    transform: scale(0.8);
  }
  .ecosystem-item h3 {
    font-size: 26px;
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 12px;
  }
  .ecosystem-item p {
    font-size: 12px;
    grid-column: 1;
    grid-row: 3;
    line-height: 1.85;
  }
  .ecosystem-brand-image {
    grid-column: 2;
    grid-row: 2/4;
    margin: 0;
    width: 84px;
    height: 84px;
    align-self: center;
  }
  .ecosystem-brand-image.wity-logo {
    width: 84px;
    height: 84px;
    transform: scale(1.4);
    transform-origin: center;
  }
  .section-footnote {
    font-size: 9px;
    line-height: 1.9;
    margin-top: 19px;
  }
  .how-section .section-header-row .text-link {
    margin-top: 16px;
    font-size: 11px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 20px;
  }
  .steps li {
    padding: 25px 0 28px 65px;
    min-height: 132px;
  }
  .step-number {
    position: absolute;
    left: 0;
    top: 26px;
    width: 35px;
    height: 35px;
    font-size: 10px;
  }
  .steps li:not(:last-child):after {
    width: 1px;
    height: auto;
    top: 61px;
    bottom: -26px;
    left: 17px;
    right: auto;
  }
  .steps li:not(:last-child):before {
    display: none;
  }
  .steps h3 {
    margin-top: 4px;
    font-size: 20px;
  }
  .steps p {
    margin-top: 11px;
    max-width: none;
    font-size: 12px;
  }
  .how-callout {
    margin-top: 9px;
    padding: 21px;
    gap: 15px;
    align-items: flex-start;
  }
  .how-callout p {
    font-size: 11px;
    line-height: 1.9;
  }
  .callout-icon {
    font-size: 27px;
  }
  .everyday-grid {
    grid-template-columns: 1fr;
    gap: 33px;
    padding-block: 58px;
  }
  .everyday-copy h2 {
    font-size: 35px;
    letter-spacing: -1.7px;
    margin-top: 20px;
  }
  .everyday-copy > p:not(.eyebrow) {
    font-size: 12px;
    margin-top: 20px;
  }
  .outline-tag {
    font-size: 9px;
    margin-top: 22px;
  }
  .everyday-services {
    padding-top: 0;
  }
  .everyday-services article {
    gap: 18px;
    padding-block: 21px;
  }
  .everyday-services h3 {
    font-size: 16px;
  }
  .everyday-services article p {
    font-size: 11px;
  }
  .service-icon {
    width: 50px;
    height: 50px;
  }
  .everyday-note {
    font-size: 9px;
    margin-top: 18px;
    line-height: 1.9;
  }
  .calculator {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }
  .calculator-input {
    padding: 27px 24px 24px;
  }
  .calculator-heading {
    margin-bottom: 25px;
  }
  .calculator-heading h3 {
    font-size: 17px;
  }
  .simulation-badge {
    font-size: 9px;
  }
  .field label {
    font-size: 11px;
    margin-bottom: 9px;
  }
  .field-currency {
    width: 94px;
  }
  .input-with-suffix input {
    font-size: 19px;
  }
  .field select {
    font-size: 11px;
    padding-inline: 8px;
  }
  .field-help {
    font-size: 9px;
  }
  .rate-field {
    margin-top: 24px;
  }
  .rate-label label {
    margin-bottom: 0;
  }
  .currency-note {
    font-size: 9px;
    margin-top: 22px;
    padding-top: 17px;
  }
  .calculator-result {
    padding: 27px 24px;
  }
  .result-kicker {
    font-size: 12px;
  }
  .fee-comparison {
    margin-top: 24px;
    padding-bottom: 22px;
    justify-content: flex-start;
    gap: 22px !important;
  }
  .fee-comparison div {
    flex: 1;
  }
  .fee-comparison p {
    font-size: 9px;
  }
  .fee-comparison div > span {
    font-size: 27px;
  }
  .savings-main {
    padding-block: 22px;
  }
  .savings-main strong {
    font-size: 49px;
    letter-spacing: -1.7px;
    margin-top: 9px;
  }
  .annual-savings {
    align-items: center;
    flex-direction: row;
    gap: 12px;
    padding-top: 17px;
  }
  .annual-savings > span {
    font-size: 9px;
  }
  .annual-savings strong {
    font-size: 23px;
  }
  .result-note {
    font-size: 9px;
    margin-top: 18px;
  }
  .calculator-disclaimer {
    font-size: 9px;
    line-height: 1.9;
    margin-top: 17px;
  }
  .faq-grid {
    display: block;
  }
  .faq-intro {
    font-size: 12px;
    margin-top: 21px;
  }
  .faq-intro br {
    display: none;
  }
  .faq-list {
    margin-top: 27px;
  }
  .faq-list summary {
    font-size: 13px;
    padding-block: 20px;
    gap: 20px;
  }
  .faq-answer {
    font-size: 12px;
    padding-right: 20px;
    padding-bottom: 22px;
  }
  .closing-section {
    margin-block: 58px;
    padding: 38px 28px 42px;
    border-radius: 21px;
  }
  .closing-section > div {
    position: relative;
    z-index: 1;
  }
  .closing-section h2 {
    font-size: 34px;
    letter-spacing: -1.7px;
    margin-top: 24px;
  }
  .closing-section p:not(.eyebrow) {
    font-size: 11px;
    max-width: 230px;
    margin-top: 18px;
  }
  .closing-section .button {
    font-size: 12px;
    min-height: 49px;
    margin-top: 25px;
  }
  .closing-section .eyebrow {
    font-size: 8px;
  }
  .closing-mark {
    right: -17px;
    top: 73px;
    font-size: 240px;
    opacity: 0.55;
    letter-spacing: -15px;
  }
  .closing-mark:after {
    width: 210px;
    height: 170px;
    left: -22px;
    top: 57px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 21px;
  }
  .footer-top .wordmark {
    font-size: 24px;
  }
  .footer-top p {
    font-size: 9px;
    order: 3;
    flex-basis: 100%;
    margin-left: 0;
  }
  .back-top {
    font-size: 10px;
    gap: 15px;
  }
  .footer-bottom {
    padding-top: 20px;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 9px;
  }
  .footer-bottom > span:last-child {
    flex-basis: 100%;
    margin: 0;
  }
  .footer-legal {
    font-size: 8px;
    line-height: 1.9;
    margin-top: 15px;
  }
  .site-footer {
    padding-bottom: 28px;
  }
  .token-details {
    margin-top: 34px;
    padding-top: 26px;
    gap: 17px;
  }
  .token-details-heading {
    display: block;
  }
  .token-details h3 {
    font-size: 15px;
  }
  .token-network {
    font-size: 10px;
    margin-top: 5px;
  }
  .token-address {
    padding: 13px;
    gap: 11px;
  }
  .token-address code {
    font-size: 10px;
  }
  .copy-address {
    font-size: 9px;
    padding: 7px 10px;
  }
  .token-links {
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
  }
  .token-links a,
  .copy-status {
    font-size: 9px;
  }
  .overview-page {
    padding-block: 40px 60px;
  }
  .overview-page h1 {
    font-size: 37px;
    letter-spacing: -1.8px;
  }
  .overview-lead {
    font-size: 17px;
  }
  .overview-actions .button {
    font-size: 12px;
    gap: 20px;
  }
  .overview-page article {
    margin-top: 35px;
    padding-top: 25px;
  }
  .overview-page article h2 {
    font-size: 23px;
  }
  .overview-page article p,
  .overview-page article ul {
    font-size: 13px;
  }
  .overview-label,
  .overview-footer {
    font-size: 10px;
  }
}
@media (max-width: 370px) {
  .section-shell {
    width: calc(100% - 36px);
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero-lead {
    font-size: 17px;
  }
  .hero-actions {
    gap: 14px;
  }
  .hero-actions .button {
    padding-inline: 17px;
    font-size: 11px;
    gap: 15px;
  }
  .hero-actions .text-link {
    font-size: 10px;
  }
  .hero-art {
    height: 345px;
  }
  .rights-card {
    height: 187px;
    padding: 20px;
    top: 16%;
  }
  .rights-card-title {
    font-size: 19px;
    margin-top: 19px;
  }
  .rights-card-bottom {
    font-size: 5px;
    margin-top: 14px;
  }
  .fee-card {
    width: 159px;
    bottom: 10%;
    padding: 14px;
  }
  .fee-number {
    font-size: 67px;
  }
  .fee-card-heading {
    font-size: 7px;
  }
  .fee-card-bottom {
    font-size: 7px;
  }
  .fee-card-bottom span:last-child {
    font-size: 6px;
  }
  .coin-visual.real-coin {
    width: 169px;
    height: 169px;
    bottom: 9%;
  }
  .art-note {
    bottom: -1%;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  .ecosystem-item {
    padding: 23px;
    grid-template-columns: 1fr 72px;
  }
  .ecosystem-symbol {
    transform: scale(0.7);
    transform-origin: center;
  }
  .ecosystem-item p {
    font-size: 11px;
  }
  .calculator-input,
  .calculator-result {
    padding-inline: 21px;
  }
  .annual-savings strong {
    font-size: 21px;
  }
  .closing-section {
    padding-inline: 25px;
  }
  .closing-section h2 {
    font-size: 31px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover {
    transform: none;
  }
}
@media print {
  body {
    background: white;
    color: black;
    font-size: 11pt;
  }
  .site-header,
  .site-footer,
  .overview-actions,
  .skip-link {
    display: none;
  }
  .overview-page {
    max-width: none;
    width: 100%;
    padding: 0;
  }
  .overview-page article {
    break-inside: avoid;
  }
  .overview-page h1 {
    font-size: 30pt;
  }
  .overview-page article h2 {
    font-size: 18pt;
  }
  .overview-page article p,
  .overview-page article ul {
    font-size: 11pt;
  }
  a {
    color: black;
  }
  a[href^="https"]:after {
    content: " (" attr(href) ")";
    font-size: 8pt;
    overflow-wrap: anywhere;
  }
  .overview-footer {
    font-size: 8pt;
  }
  @page {
    margin: 18mm;
  }
}
/* 신규 발행 정보는 과거 토큰의 공급과 분리하여 예정 상태로 표현한다. */
body {
  overflow-x: clip;
}
.hero-art {
  clip-path: inset(-30px -4px -20px -4px);
}
.issuance-section {
  border-radius: 24px;
  background: #eaf0e4;
  padding: 33px 40px 27px;
  margin-bottom: 86px;
}
.issuance-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.issuance-badge {
  border: 1px solid #acba9e;
  border-radius: 40px;
  padding: 5px 11px;
  font-size: 10px;
  font-weight: 600;
}
.issuance-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
  margin-top: 27px;
}
.issuance-grid h2 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.4;
}
.issuance-grid p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  margin-top: 15px;
}
.issuance-supply > span:first-child {
  font-size: 11px;
  color: var(--muted);
}
.issuance-supply strong {
  display: block;
  font-size: clamp(35px, 4.5vw, 59px);
  letter-spacing: -2px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 8px;
  font-variant-numeric: tabular-nums;
}
.issuance-unit {
  display: block;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 2px;
  margin-top: 1px;
}
.issuance-note {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.8;
  border-top: 1px solid #c6d0bd;
  padding-top: 18px;
  margin-top: 25px;
}
html[lang="en"] .hero h1 {
  font-size: clamp(42px, 4.3vw, 64px);
  line-height: 1.12;
  letter-spacing: -2.5px;
}
html[lang="en"] .hero-lead {
  font-size: 19px;
}
html[lang="en"] .section-heading h2 {
  font-size: 39px;
}
html[lang="en"] .fee-card-heading {
  font-size: 9px;
}
html[lang="en"] .fee-card-bottom {
  font-size: 9px;
}
html[lang="en"] .desktop-nav {
  font-size: 12px;
  gap: 24px;
}
html[lang="en"] .nav-cta {
  font-size: 11px;
}
html[lang="en"] .ecosystem-item p {
  font-size: 12px;
}
html[lang="en"] .closing-section h2 {
  font-size: 40px;
}
html[lang="en"] .coin-section {
  gap: 65px;
}
html[lang="en"] .coin-section .large-copy {
  font-size: 19px;
}
html[lang="en"] .fee-comparison div {
  min-width: 0;
}
html[lang="en"] .fee-comparison p {
  font-size: 9px;
}
@media (max-width: 1150px) {
  html[lang="en"] .desktop-nav {
    gap: 14px;
    font-size: 11px;
  }
  html[lang="en"] .nav-cta {
    font-size: 10px;
  }
  html[lang="en"] .hero h1 {
    font-size: 50px;
  }
  html[lang="en"] .hero-description {
    font-size: 12px;
  }
  html[lang="en"] .section-heading h2 {
    font-size: 35px;
  }
  .issuance-grid {
    gap: 25px;
  }
  .issuance-grid h2 {
    font-size: 26px;
  }
  .issuance-section {
    padding-inline: 33px;
  }
}
@media (max-width: 900px) {
  html[lang="en"] .hero h1 {
    font-size: 44px;
  }
  html[lang="en"] .hero-lead {
    font-size: 17px;
  }
  html[lang="en"] .hero-description {
    font-size: 11px;
  }
  html[lang="en"] .hero-actions {
    gap: 16px;
  }
  html[lang="en"] .hero-actions .button {
    font-size: 11px;
    padding-inline: 18px;
  }
  html[lang="en"] .hero-actions .text-link {
    font-size: 10px;
  }
  html[lang="en"] .section-heading h2 {
    font-size: 32px;
  }
  html[lang="en"] .coin-section {
    gap: 30px;
  }
  html[lang="en"] .coin-section .large-copy {
    font-size: 16px;
  }
  html[lang="en"] .fee-card-heading {
    font-size: 7px;
  }
  html[lang="en"] .fee-card-bottom {
    font-size: 7px;
  }
  html[lang="en"] .fee-card-bottom span:last-child {
    font-size: 6px;
  }
  .issuance-grid h2 {
    font-size: 24px;
  }
  .issuance-grid p {
    font-size: 11px;
  }
  .issuance-section {
    padding: 29px;
    margin-bottom: 68px;
  }
  .issuance-supply strong {
    font-size: 37px;
    letter-spacing: -1.6px;
  }
}
@media (max-width: 640px) {
  html[lang="en"] .hero h1 {
    font-size: 47px;
    letter-spacing: -2.2px;
  }
  html[lang="en"] .hero-lead {
    font-size: 19px;
  }
  html[lang="en"] .hero-description {
    font-size: 12px;
  }
  html[lang="en"] .section-heading h2 {
    font-size: 32px;
  }
  html[lang="en"] .hero-actions .button {
    font-size: 12px;
  }
  html[lang="en"] .hero-actions .text-link {
    font-size: 11px;
  }
  html[lang="en"] .closing-section h2 {
    font-size: 31px;
    letter-spacing: -1px;
  }
  html[lang="en"] .coin-section .large-copy {
    font-size: 17px;
  }
  html[lang="en"] .ecosystem-item p {
    font-size: 12px;
  }
  html[lang="en"] .annual-savings > span {
    max-width: 160px;
  }
  html[lang="en"] .fee-comparison p {
    font-size: 9px;
  }
  .issuance-section {
    padding: 25px;
    margin-top: -10px;
    margin-bottom: 58px;
    border-radius: 20px;
  }
  .issuance-header .eyebrow {
    font-size: 8px;
  }
  .issuance-badge {
    font-size: 8px;
  }
  .issuance-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
  }
  .issuance-grid h2 {
    font-size: 26px;
    line-height: 1.35;
  }
  .issuance-grid p {
    font-size: 11px;
    margin-top: 12px;
  }
  .issuance-supply strong {
    font-size: 43px;
    letter-spacing: -1.7px;
  }
  .issuance-supply > span:first-child {
    font-size: 10px;
  }
  .issuance-unit {
    font-size: 12px;
  }
  .issuance-note {
    font-size: 9px;
    line-height: 1.9;
    padding-top: 18px;
    margin-top: 23px;
  }
}
@media (max-width: 370px) {
  html[lang="en"] .hero h1 {
    font-size: 42px;
  }
  html[lang="en"] .hero-actions .button {
    font-size: 11px;
  }
  html[lang="en"] .hero-actions .text-link {
    font-size: 10px;
  }
  .issuance-supply strong {
    font-size: 36px;
  }
}
/* 모바일에서도 조건과 도움말을 읽을 수 있도록 최종 글자 크기를 보장한다. */
.hero-description {
  font-size: 15px;
}
.hero-note {
  font-size: 12px;
  max-width: 455px;
}
.idea-note p,
.ecosystem-item p,
.steps p,
.how-callout p,
.everyday-copy > p:not(.eyebrow),
.everyday-services article p,
.faq-answer,
.faq-intro {
  font-size: 14px;
}
.section-intro {
  font-size: 15px;
}
.section-footnote,
.everyday-note,
.calculator-disclaimer,
.footer-legal,
.currency-note,
.result-note,
.issuance-note {
  font-size: 12px;
}
.field-help {
  font-size: 14px;
}
.field label {
  font-size: 13px;
}
.field select {
  font-size: 13px;
}
.input-with-suffix > span {
  font-size: 12px;
}
.range-labels,
.simulation-badge,
.role-pill,
.item-index,
.outline-tag,
.issuance-badge,
.issuance-supply > span:first-child {
  font-size: 11px;
}
.footer-top p,
.footer-bottom,
.back-top {
  font-size: 12px;
}
.issuance-grid p {
  font-size: 14px;
}
.fee-comparison p,
.annual-savings > span,
.savings-main > span,
.result-kicker {
  font-size: 12px;
}
.faq-list summary {
  font-size: 15px;
}
.strip-label {
  font-size: 11px;
}
.strip-inner p {
  font-size: 12px;
}
.eyebrow {
  font-size: 11px;
}
.hero-art {
  height: 580px;
}
.fee-card-heading,
.fee-card-bottom,
.fee-card-bottom span:last-child,
.art-note {
  font-size: 11px;
}
.art-caption {
  font-size: 10px;
}
.rights-card-bottom {
  font-size: 10px;
}
.fee-card {
  width: 245px;
}
.fee-card-bottom {
  gap: 9px;
}
.fee-card-bottom span:last-child {
  white-space: nowrap;
}
html[lang="en"] .hero-description {
  font-size: 14px;
}
html[lang="en"] .ecosystem-item p {
  font-size: 14px;
}
html[lang="en"] .fee-card-heading,
html[lang="en"] .fee-card-bottom,
html[lang="en"] .fee-card-bottom span:last-child {
  font-size: 11px;
}
html[lang="en"] .fee-comparison p {
  font-size: 12px;
}
@media (max-width: 1150px) {
  .hero {
    padding-block: 54px;
  }
  .hero-art {
    height: 545px;
  }
  .hero-note {
    font-size: 12px;
  }
  .fee-card {
    width: 222px;
  }
  .fee-card-heading {
    font-size: 10px;
  }
  .rights-card-bottom {
    font-size: 8px;
  }
  .strip-label {
    font-size: 10px;
  }
  .strip-inner {
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .hero-description {
    font-size: 14px;
  }
  .hero-note {
    font-size: 12px;
  }
  .hero-art {
    height: 490px;
  }
  .fee-card {
    width: 191px;
    padding: 16px;
  }
  .fee-card-heading,
  html[lang="en"] .fee-card-heading {
    font-size: 10px;
  }
  .fee-card-bottom,
  .fee-card-bottom span:last-child,
  html[lang="en"] .fee-card-bottom,
  html[lang="en"] .fee-card-bottom span:last-child {
    font-size: 10px;
  }
  .art-note {
    font-size: 11px;
  }
  .art-caption {
    font-size: 9px;
  }
  .section-intro {
    font-size: 14px;
  }
  .field select {
    font-size: 12px;
  }
  .field-help {
    font-size: 14px;
  }
  .currency-note {
    font-size: 12px;
  }
  .ecosystem-item {
    padding: 23px;
  }
  .ecosystem-item p {
    font-size: 14px;
  }
  .role-pill {
    font-size: 10px;
  }
  .everyday-services h3 {
    font-size: 17px;
  }
  .everyday-services article p {
    font-size: 14px;
  }
  .service-number {
    font-size: 11px;
  }
  .annual-savings > span {
    font-size: 12px;
  }
  .result-note {
    font-size: 12px;
  }
  .closing-section p:not(.eyebrow) {
    font-size: 14px;
  }
  .calculator-result .fee-comparison {
    gap: 10px;
  }
  .fee-comparison p,
  html[lang="en"] .fee-comparison p {
    font-size: 11px;
  }
  .fee-comparison div > span {
    font-size: 23px;
  }
  .issuance-grid p {
    font-size: 14px;
  }
  .issuance-note {
    font-size: 12px;
  }
  .strip-label {
    font-size: 9px;
  }
  .strip-inner {
    gap: 16px;
  }
  .nav-cta {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .hero {
    padding-top: 38px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero-description,
  html[lang="en"] .hero-description {
    font-size: 14px;
  }
  .hero-description br {
    display: none;
  }
  .hero-note {
    font-size: 12px;
    max-width: none;
    line-height: 1.7;
  }
  .hero-art {
    height: 407px;
    margin-top: 25px;
  }
  .rights-card {
    top: 13%;
    height: 218px;
  }
  .rights-card-bottom {
    font-size: 8px;
  }
  .fee-card {
    width: 197px;
    bottom: 12%;
  }
  .fee-card-heading,
  html[lang="en"] .fee-card-heading {
    font-size: 10px;
  }
  .fee-card-bottom,
  .fee-card-bottom span:last-child,
  html[lang="en"] .fee-card-bottom,
  html[lang="en"] .fee-card-bottom span:last-child {
    font-size: 10px;
  }
  .coin-visual.real-coin {
    bottom: 12%;
  }
  .art-note {
    font-size: 11px;
    left: 18%;
  }
  .art-caption {
    font-size: 9px;
  }
  .strip-label {
    font-size: 10px;
  }
  .strip-inner {
    column-gap: 21px;
  }
  .section-intro {
    font-size: 14px;
  }
  .idea-note p,
  .ecosystem-item p,
  html[lang="en"] .ecosystem-item p,
  .steps p,
  .how-callout p,
  .everyday-copy > p:not(.eyebrow),
  .everyday-services article p,
  .faq-answer,
  .faq-intro {
    font-size: 14px;
  }
  .ecosystem-item {
    padding: 25px;
    grid-template-columns: 1fr 78px;
    column-gap: 12px;
  }
  .ecosystem-item p {
    line-height: 1.8;
  }
  .ecosystem-item h3 {
    font-size: 25px;
  }
  .role-pill,
  .item-index,
  .outline-tag,
  .simulation-badge {
    font-size: 11px;
  }
  .section-footnote,
  .everyday-note,
  .calculator-disclaimer,
  .currency-note,
  .result-note,
  .issuance-note {
    font-size: 12px;
  }
  .field label {
    font-size: 13px;
  }
  .field select {
    font-size: 12px;
  }
  .field-help {
    font-size: 14px;
  }
  .range-labels {
    font-size: 11px;
  }
  .fee-comparison p,
  html[lang="en"] .fee-comparison p {
    font-size: 12px;
  }
  .fee-comparison div > span {
    font-size: 27px;
  }
  .annual-savings > span {
    font-size: 12px;
    max-width: 160px;
  }
  .annual-savings strong {
    font-size: 22px;
  }
  .savings-main > span {
    font-size: 12px;
  }
  .faq-list summary {
    font-size: 15px;
  }
  .closing-section p:not(.eyebrow) {
    font-size: 14px;
  }
  .closing-section .eyebrow {
    font-size: 11px;
  }
  .footer-top p,
  .footer-bottom,
  .footer-legal,
  .back-top {
    font-size: 12px;
  }
  .footer-legal {
    line-height: 1.85;
  }
  .issuance-header .eyebrow {
    font-size: 10px;
  }
  .issuance-badge {
    font-size: 10px;
  }
  .issuance-grid p {
    font-size: 14px;
  }
  .issuance-supply > span:first-child {
    font-size: 12px;
  }
  .overview-label,
  .overview-footer {
    font-size: 12px;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
  .hero-actions .button {
    font-size: 13px;
  }
  html[lang="en"] .hero-actions .text-link {
    font-size: 12px;
  }
  html[lang="en"] .hero-actions .button {
    font-size: 12px;
  }
}
@media (max-width: 370px) {
  .hero h1 {
    font-size: 43px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-actions .button {
    font-size: 12px;
    gap: 15px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .hero-art {
    height: 363px;
  }
  .rights-card {
    height: 194px;
  }
  .rights-card-bottom {
    font-size: 7px;
  }
  .fee-card {
    width: 176px;
    padding: 14px;
  }
  .fee-card-heading,
  html[lang="en"] .fee-card-heading {
    font-size: 9px;
  }
  .fee-card-bottom,
  .fee-card-bottom span:last-child,
  html[lang="en"] .fee-card-bottom,
  html[lang="en"] .fee-card-bottom span:last-child {
    font-size: 9px;
  }
  .coin-visual.real-coin {
    width: 177px;
    height: 177px;
  }
  .art-note {
    font-size: 10px;
    left: 13%;
  }
  .ecosystem-item {
    grid-template-columns: 1fr 66px;
  }
  .ecosystem-item p,
  html[lang="en"] .ecosystem-item p {
    font-size: 14px;
  }
  .annual-savings strong {
    font-size: 20px;
  }
  .annual-savings > span {
    font-size: 11px;
  }
  .fee-comparison div > span {
    font-size: 25px;
  }
  .issuance-supply strong {
    font-size: 36px;
  }
}
