@font-face {
  font-family: "TW Inter";
  src: url("assets/fonts/inter.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TW Wix";
  src: url("assets/fonts/wix-madefor-display.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #332ef2;
  --blue-deep: #0500ff;
  --ink: #111218;
  --body: #1c1e2b;
  --white: #ffffff;
  --base: #f4f4f7;
  --muted: #5b5d6b;
  --line: #e6e7ee;
  --sky: #8eb6ff;
  --sky-2: #b7d2ff;
  --header-h: 96px;
  --page: 112px;
}

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

html,
body {
  background: var(--white);
  color: var(--ink);
  font-family: "Inter", "TW Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

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

button,
input {
  font: inherit;
  cursor: default;
}

button {
  background: none;
  border: none;
}

.page {
  overflow-x: hidden;
}

.wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.wide {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--white);
  padding: 28px 0;
}

.header-inner {
  width: 100%;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.logo {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.logo img {
  width: 160px;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  position: relative;
  transition: color 0.3s ease;
}

.nav a:hover {
  color: var(--blue);
}

.nav-recovery {
  display: inline-block;
}


.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-btn {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #6b6d78;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 9999px;
  font-weight: 500;
  white-space: nowrap;
}

.btn-fill {
  background: var(--blue);
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  height: 36px;
}

.btn-fill-lg {
  background: var(--blue);
  color: #fff;
  padding: 12px 40px;
  font-size: 15px;
  height: 45px;
}

.btn-outline {
  background: transparent;
  color: var(--blue);
  border: 1px solid var(--blue);
  padding: 10px 20px;
  font-size: 13px;
  height: 36px;
}

.btn-outline-lg {
  background: #fff;
  color: var(--blue);
  border: 1px solid var(--blue);
  padding: 10px 22px;
  font-size: 15px;
  height: 44px;
  font-weight: 500;
}

.btn-white {
  background: #fff;
  color: var(--blue);
  padding: 12px 28px;
  font-size: 15px;
  height: 44px;
}

.lang {
  border: 1px solid #d8d9e3;
  color: var(--ink);
  padding: 8px 16px;
  height: 36px;
  font-size: 14px;
  gap: 8px;
}

.lang:hover {
  color: var(--blue);
}

/* Hero */
.hero {
  padding: 28px 0 8px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 40px;
  align-items: center;
}

.hero h1 {
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: #101114;
  max-width: 12.2ch;
  margin: 0;
}

.hero p {
  margin-top: 22px;
  max-width: 450px;
  font-size: 18px;
  line-height: 26px;
  color: var(--body);
}

.hero-ctas {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.hero-art {
  position: relative;
  min-height: 420px;
  display: flex;
  justify-content: center;
}

.hero-main {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
}

/* Stats */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  padding: 56px 0 72px;
}

.stats h2 {
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 27px;
}

.stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 10px;
}

.star {
  width: 18px;
  height: 18px;
}

/* Purple cards */
.card-purple {
  background: var(--blue);
  color: #fff;
  border-radius: 28px;
  overflow: hidden;
}

.build {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  padding: 56px 72px 40px;
  min-height: 280px;
}

.build h2 {
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-size: 32px;
  line-height: 43px;
  font-weight: 700;
}

.build p {
  margin: 18px 0 28px;
  max-width: 35ch;
  font-size: 16px;
  line-height: 24px;
}

.build-art {
  display: flex;
  justify-content: center;
}

.build-art img {
  width: 220px;
}

.platform {
  margin-top: 28px;
  padding: 72px 56px 0;
  text-align: center;
  border-radius: 28px;
}

.metrics {
  background: var(--blue);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  padding: 36px 24px 40px;
  color: #fff;
  margin: 0 -56px;
  border-radius: 0 0 28px 28px;
}

.platform h2 {
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
}

.platform > p {
  margin: 18px auto 32px;
  max-width: 52ch;
  font-size: 18px;
  line-height: 26px;
}

.search {
  width: min(760px, 100%);
  margin: 0 auto 28px;
  background: #fff;
  border-radius: 9999px;
  height: 52px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 22px;
}

.search input {
  border: 0;
  outline: none;
  width: 100%;
  font-size: 16px;
  color: var(--ink);
  background: transparent;
}

.search input::placeholder {
  color: #9aa0b3;
}

.table {
  background: #fff;
  color: var(--ink);
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}

.table-head,
.table-row {
  display: grid;
  grid-template-columns: 1.6fr repeat(5, 0.7fr);
  align-items: center;
  padding: 18px 28px;
}

.table-head {
  color: #6b6d78;
  font-size: 15px;
  text-align: center;
}

.table-head span:first-child,
.table-row .chain {
  text-align: left;
}

.table-row {
  border-top: 1px solid #eef0f6;
}

.chain {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}

.chain img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.chain small {
  color: #8a8c99;
  font-weight: 400;
}

.cell {
  display: flex;
  justify-content: center;
}

.cell img {
  width: 20px;
  height: 20px;
}

.metrics h3 {
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

/* Seamless */
.seamless-wrap {
  margin-top: -18px;
  background: linear-gradient(180deg, #f7d7b8 0%, #f3c4c8 38%, #e7c3ea 70%, #d9c8f2 100%);
  border-radius: 0 0 28px 28px;
  padding: 88px 48px 48px;
}

.seamless-wrap h2 {
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-size: 52px;
  line-height: 60px;
  text-align: center;
  font-weight: 700;
}

.seamless-wrap > p {
  text-align: center;
  max-width: 46ch;
  margin: 16px auto 36px;
  font-size: 18px;
  line-height: 26px;
  color: var(--body);
}

.deposit {
  background: #fff;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  padding: 28px 20px 28px 48px;
  gap: 12px;
}

.deposit h3 {
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  max-width: 14ch;
}

.deposit p {
  margin: 16px 0 24px;
  max-width: 36ch;
  color: var(--body);
  font-size: 16px;
  line-height: 24px;
}

.deposit img {
  width: 100%;
}

/* Privacy */
.privacy {
  padding: 88px 0 24px;
  text-align: center;
}

.privacy h2 {
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
}

.privacy > p {
  margin: 16px auto 48px;
  max-width: 48ch;
  font-size: 18px;
  line-height: 26px;
  color: var(--body);
}

.ownership {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  text-align: left;
  align-items: center;
  margin-bottom: 28px;
}

.ownership h3 {
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.ownership p {
  margin: 16px 0 24px;
  color: var(--body);
  max-width: 42ch;
}

.shield-stack {
  position: relative;
  min-height: 340px;
}

.shield-stack img {
  position: absolute;
}

.shield-stack .s1 { width: 210px; left: 18%; top: 10%; }
.shield-stack .s2 { width: 150px; left: 0; top: 38%; }
.shield-stack .s3 { width: 140px; right: 8%; top: 0; }
.shield-stack .s4 { width: 160px; right: 0; bottom: 10%; }

.privacy-panel {
  background: linear-gradient(180deg, #9ec4ff 0%, #7eaeff 100%);
  border-radius: 28px;
  padding: 8px 28px 36px;
}

.privacy-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.privacy-cards article {
  background: #fff;
  border-radius: 20px;
  padding: 28px 24px 32px;
  text-align: center;
}

.privacy-cards h4 {
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}

.privacy-cards p {
  color: var(--body);
  font-size: 16px;
  line-height: 24px;
}

.privacy-panel .center-btn {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.privacy-panel .btn-outline-lg {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}

/* One stop */
.onestop {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 24px;
  padding: 48px 0 72px;
  align-items: stretch;
}

.onestop-copy {
  background: var(--base);
  border-radius: 28px;
  padding: 56px 48px;
}

.onestop-copy h3 {
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.onestop-copy p {
  margin: 16px 0 28px;
  color: var(--body);
  max-width: 36ch;
}

.tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.tab {
  padding: 10px 22px;
  border-radius: 9999px;
  background: var(--blue);
  color: #fff;
  font-weight: 500;
}

.tab.off {
  background: #fff;
  color: var(--ink);
  border: 1px solid #d8d9e3;
}

.onestop-media {
  background: #111;
  border-radius: 28px;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.onestop-media video,
.onestop-media img {
  width: 58%;
  height: auto;
  border-radius: 28px;
}

/* Ratings */
.ratings {
  text-align: center;
  padding: 24px 0 80px;
}

.ratings h2 {
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
  max-width: 18ch;
  margin: 0 auto;
}

.ratings > p {
  margin: 18px auto 8px;
  max-width: 54ch;
  font-size: 18px;
  line-height: 26px;
  color: var(--body);
}

.as-of {
  color: #8a8c99;
  font-size: 14px;
  margin-bottom: 40px;
}

.rate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 820px;
  margin: 0 auto 28px;
}

.rate-card {
  background: var(--base);
  border-radius: 24px;
  padding: 36px 24px 28px;
}

.score {
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
}

.score span {
  font-size: 28px;
  color: #8a8c99;
}

.rate-card .stars {
  margin: 12px 0 8px;
}

.reviews {
  color: var(--muted);
  font-size: 15px;
}

.badge {
  width: 44px;
  height: auto;
  margin: 0 auto 12px;
}

/* Community */
.community {
  padding: 12px 0 64px;
}

.community h2 {
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
  max-width: 16ch;
}

.community > p {
  margin: 16px 0 40px;
  max-width: 42ch;
  color: var(--body);
  font-size: 18px;
  line-height: 26px;
}

.quotes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.quotes img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 16px;
}

.quotes h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.quotes p {
  font-size: 14px;
  line-height: 22px;
  color: var(--body);
}

.community .btn-fill-lg {
  margin-top: 36px;
}

/* Footer */
.footer {
  padding: 8px 0 48px;
}

.footer-box {
  background: var(--base);
  border-radius: 28px;
  padding: 48px 48px 32px;
  display: grid;
  grid-template-columns: 1.15fr 2.2fr;
  gap: 24px;
}

.brand-block {
  padding-top: 32px;
}

.brand-block .logo img {
  width: 210px;
}

.dl-label {
  margin-top: 80px;
  font-size: 14px;
  font-weight: 600;
}

.dl-sub {
  color: var(--muted);
  font-size: 14px;
  margin: 6px 0 16px;
}

.store-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.store {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #fff;
  display: grid;
  place-items: center;
  border: 1px solid #e4e6ee;
}

.store img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.cols h4 {
  font-size: 15px;
  margin-bottom: 14px;
}

.cols a,
.cols p {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  color: var(--body);
}

.cols .sub {
  margin-top: 16px;
  font-weight: 700;
  color: var(--ink);
}

.iso {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.iso img {
  width: 54px;
}

.pill {
  display: inline-flex;
  align-items: center;
  background: var(--blue);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  border-radius: 999px;
  padding: 2px 7px;
  margin-left: 6px;
  vertical-align: middle;
}

.social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  grid-column: 2;
}

.social h2 {
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-size: 22px;
  margin-right: auto;
}

.social a {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #111;
}

/* Modal */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 18, 24, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-overlay.show {
  display: flex;
}

.modal-box {
  background: #fff;
  border-radius: 28px;
  padding: 56px 48px;
  max-width: 520px;
  width: 90%;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  font-size: 28px;
  color: #6b6d78;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

.modal-close:hover {
  color: var(--ink);
}

.modal-logo {
  width: 120px;
  height: auto;
  margin-bottom: 24px;
}

.modal-content h2 {
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #d32f2f;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.modal-headline {
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 16px;
}

.modal-body {
  font-size: 16px;
  line-height: 24px;
  color: var(--body);
}

/* Seed Selection Modal */
.seed-selection-box {
  max-width: 480px;
  padding: 56px 48px;
}

.seed-title {
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}

.seed-subtitle {
  font-size: 16px;
  color: var(--muted);
  margin-bottom: 36px;
}

.seed-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.seed-option {
  border: 1px solid rgba(83, 87, 118, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #f8f9ff 100%);
  border-radius: 22px;
  padding: 24px 18px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 18px rgba(18, 22, 38, 0.04);
}

.seed-option::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(51, 46, 242, 0.08), transparent 48%, rgba(143, 177, 255, 0.12));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.seed-option::after {
  content: '';
  position: absolute;
  left: -25%;
  top: -35%;
  width: 55%;
  height: 180%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  transform: rotate(18deg);
  opacity: 0;
  transition: opacity 0.35s ease, left 0.55s ease;
}

.seed-option:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(51, 46, 242, 0.28);
  box-shadow: 0 18px 36px rgba(51, 46, 242, 0.15);
}

.seed-option:hover::before,
.seed-option:hover::after {
  opacity: 1;
}

.seed-option:hover::after {
  left: 115%;
}

.seed-option:active {
  transform: translateY(-2px) scale(0.995);
  box-shadow: 0 12px 22px rgba(51, 46, 242, 0.12);
}

.seed-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #3a36f5 0%, #1714d6 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-size: 24px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), 0 10px 20px rgba(51, 46, 242, 0.22);
  animation: fadeInScale 0.5s ease-out;
  position: relative;
  z-index: 1;
}

.seed-option h3 {
  position: relative;
  z-index: 1;
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.seed-option p {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.82);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* 12-Word Seed Input Modal */
.seed-input-box {
  max-width: 760px;
  width: min(760px, 92vw);
  padding: 26px 30px 28px;
  border-radius: 30px;
  position: relative;
}

.seed-input-box--wide {
  max-width: 860px;
  width: min(860px, 94vw);
}

.seed-input-box .modal-content {
  position: relative;
  z-index: 1;
  padding-top: 16px;
}

.seed-input-box .modal-close {
  top: 18px;
  right: 18px;
  z-index: 2;
}

.input-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  flex-wrap: wrap;
  gap: 16px;
}

.seed-input-title {
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #e53d3d;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
}

.input-mode-toggle {
  display: flex;
  gap: 8px;
  background: var(--base);
  border-radius: 9999px;
  padding: 4px;
  margin-left: auto;
}

.mode-btn {
  padding: 10px 24px;
  border: none;
  border-radius: 9999px;
  background: transparent;
  color: var(--muted);
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.mode-btn.mode-active {
  background: linear-gradient(135deg, var(--blue) 0%, #4742f7 100%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(51, 46, 242, 0.28);
}

.input-mode {
  animation: fadeIn 0.25s ease-out;
}

.input-mode.hidden {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.seed-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 14px;
  margin: 8px 0 20px;
}

.seed-grid--wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 12px;
}

.seed-input {
  min-height: 62px;
  width: 100%;
  padding: 14px 12px;
  border: 2px solid #eceef4;
  border-radius: 14px;
  font-family: "Inter", "TW Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  color: var(--ink);
  text-align: center;
  font-weight: 600;
  transition: all 0.2s ease;
  background: #fff;
}

.seed-input::placeholder {
  color: #c6cad8;
  font-weight: 700;
}

.seed-input:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(51, 46, 242, 0.08);
  background: #fafbff;
  transform: translateY(-1px);
}

.seed-input:hover {
  border-color: #d8dcf0;
}

.seed-textarea {
  width: 100%;
  min-height: 120px;
  padding: 16px 18px;
  border: 2px solid #eceef4;
  border-radius: 16px;
  font-family: "Inter", "TW Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  color: var(--ink);
  line-height: 1.6;
  resize: none;
  transition: all 0.2s ease;
  background: #fff;
}

.seed-textarea::placeholder {
  color: #9aa0b3;
}

.seed-textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(51, 46, 242, 0.08);
  background: #fafbff;
}

.seed-textarea:hover {
  border-color: #d8dcf0;
}

#submitSeedBtn {
  height: 56px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(51, 46, 242, 0.22);
}

/* Processing Modal */
.processing-box {
  max-width: 400px;
  padding: 64px 48px;
  text-align: center;
  pointer-events: none;
}

.processing-spinner {
  width: 60px;
  height: 60px;
  margin: 0 auto 24px;
  border: 4px solid rgba(51, 46, 242, 0.1);
  border-top-color: var(--blue);
  border-right-color: var(--blue);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.processing-title {
  font-family: "Wix Madefor Display", "TW Wix", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 16px;
}

.processing-status {
  font-size: 16px;
  color: var(--muted);
  min-height: 24px;
  animation: fadeText 3s ease-in-out infinite;
}

@keyframes fadeText {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}

@media (max-width: 1100px) {
  .hero-grid,
  .build,
  .deposit,
  .ownership,
  .onestop,
  .footer-box,
  .quotes,
  .privacy-cards,
  .cols {
    grid-template-columns: 1fr;
  }
  .hero h1,
  .platform h2,
  .seamless-wrap h2,
  .privacy h2,
  .ratings h2,
  .community h2 {
    font-size: 36px;
    line-height: 42px;
    max-width: none;
  }
  .nav,
  .header-actions .lang {
    display: none;
  }
  .hero-art { min-height: 280px; }
  .social { grid-column: 1; justify-content: flex-start; }
}
