@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400..800&display=swap');

:root {
  --bg: #F8FAFC;
  --purple: #2563EB;
  --purple-dark: #1D4ED8;
  --purple-soft: #DBEAFE;
  --purple-pale: #EFF6FF;
  --sky: #60A5FA;
  --navy: #172033;
  --midnight: #0F1115;
  --ink: #0F172A;
  --muted: #64748B;
  --line: #E2E8F0;
  --white: #FFFFFF;
  --danger: #EF4444;
  --warn: #9a6700;
  --success: #22C55E;
  --radius: 18px;
  --shadow: 0 20px 55px rgba(15, 23, 42, .12);
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 15px/1.6 var(--font); }
button, input, textarea, select { font: inherit; }
a { color: inherit; }
.hidden { display: none !important; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}
.site-brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); text-decoration: none; font-family: "Manrope", "Segoe UI", sans-serif; font-size: 21px; font-weight: 800; letter-spacing: -.75px; }
.brand-logo { display: block; width: 34px; height: 34px; object-fit: contain; }
.brand-word { white-space: nowrap; }
.brand-word-accent { color: var(--purple); }
.brand-mark { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 9px; background: var(--purple); }
.brand-mark svg { width: 20px; height: 20px; fill: var(--white); }
.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a { position: relative; color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 600; padding: 8px 12px; border-radius: 0; }
.site-nav a::after { content: ""; position: absolute; left: 50%; bottom: 2px; width: 0; height: 1px; background: var(--purple); transform: translateX(-50%); transition: width .16s ease; }
.site-nav a:hover { color: var(--purple); background: transparent; box-shadow: none; }
.site-nav a.active { color: var(--muted); background: transparent; box-shadow: none; }
.site-nav a:hover::after, .site-nav a.active::after { width: 36px; }
.site-nav .nav-contact {
  margin-left: 8px;
  padding: 8px 16px;
  border: 1px solid var(--purple);
  border-radius: 6px;
  color: var(--white);
  background: var(--purple);
  box-shadow: 0 3px 8px rgba(37, 99, 235, .12);
  transition: transform .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.site-nav .nav-contact:hover, .site-nav .nav-contact.active {
  color: var(--white);
  background: var(--purple-dark);
  border-color: var(--purple-dark);
  box-shadow: 0 4px 10px rgba(37, 99, 235, .16);
  transform: translateY(-1px);
}
.site-nav .nav-contact::after { display: none; }
.nav-toggle { display: none; width: 38px; height: 34px; padding: 8px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); cursor: pointer; }
.nav-toggle span { display: block; flex: 0 0 3px; width: 20px; min-height: 3px; height: 3px; margin: 0; border-radius: 999px; background: var(--purple); transition: transform .18s ease, opacity .18s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.home-main { position: relative; isolation: isolate; overflow: hidden; }
.home-main::before { display: none; }
.hero { position: relative; z-index: 1; width: min(1280px, calc(100% - 40px)); margin: 0 auto; padding: 64px 0 86px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(550px, 1fr); align-items: center; gap: 42px; }
.hero::before { display: none; }
.hero-illustration { position: relative; min-width: 0; margin: 0; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-illustration-heading { margin-bottom: 4px; }
.hero-illustration-heading h1 { max-width: 620px; margin: 7px auto 0; font-family: "Manrope", sans-serif; font-size: clamp(30px, 3vw, 43px); line-height: 1.08; letter-spacing: -.04em; color: var(--ink); }
.hero-art-stage { position: relative; width: min(112%, 650px); max-width: none; margin: -2px -6% 0; }
.hero-art-stage > img { display: block; width: 100%; height: auto; filter: drop-shadow(0 22px 34px rgba(37, 99, 235, .09)); }
.hero-art-stage > .hero-art-reduced { display: none; }
.hero-file-motion { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.animated-transfer-route { fill: none; stroke: #2563EB; stroke-width: 8; stroke-linecap: round; stroke-dasharray: 20 22; }
.travelling-card { opacity: 0; filter: drop-shadow(0 8px 10px rgba(37, 99, 235, .18)); }
.hero-illustration-note { max-width: 540px; margin: -4px auto 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.hero-copy { position: relative; z-index: 1; min-width: 0; padding-bottom: 20px; }
.hero-copy::after { display: none; }
.eyebrow {
  display: inline-block;
  color: var(--purple-dark);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.01em;
  text-transform: none;
}
.hero-copy h1 { position: relative; z-index: 1; max-width: 620px; margin: 13px 0 23px; padding: .04em 0 .1em; overflow: visible; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 5vw, 72px); line-height: 1.04; letter-spacing: -.04em; font-weight: 500; }
.hero-copy > .eyebrow, .hero-copy > p, .hero-points { position: relative; z-index: 1; }
.hero-copy h1 em { color: var(--purple); font-style: italic; }
.hero-copy > p { max-width: 560px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-points { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px 20px; }
.hero-points li { position: relative; padding-left: 17px; color: #333333; font-size: 13px; font-weight: 700; }
.hero-points li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--purple); }

.transfer-wrap { position: relative; z-index: 1; min-width: 0; width: 100%; max-width: 590px; justify-self: end; border: 1px solid #BFDBFE; border-radius: 18px; background: var(--white); box-shadow: 0 20px 48px rgba(37, 99, 235, .10); overflow: hidden; font-family: "Manrope", "Segoe UI", sans-serif; }
.transfer-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; padding: 25px 27px 32px; color: var(--ink); background: linear-gradient(135deg, #FFFFFF 0%, #EFF6FF 100%); border-bottom: 0; }
.transfer-head::after { display: none; }
.transfer-head .eyebrow { color: var(--purple); }
.transfer-head h2 { position: relative; z-index: 1; margin: 5px 0 0; color: var(--ink); font-size: 19px; line-height: 1.25; letter-spacing: -.025em; font-weight: 680; }
.transfer-body { padding: 31px 22px 22px; background: var(--white); border: 0; }
.tabs { position: relative; z-index: 2; width: fit-content; display: flex; gap: 8px; margin: -17px 22px 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
.tab { min-width: 126px; padding: 9px 14px; border: 1px solid #CBD5E1; border-radius: 5px; background: var(--white); color: var(--muted); font-size: 13px; font-weight: 650; letter-spacing: -.01em; cursor: pointer; transition: color .16s ease, border-color .16s ease; }
.tab + .tab { border-left: 1px solid #CBD5E1; }
.tab:hover { color: var(--purple); border-color: #93C5FD; }
.tab.active { color: var(--purple); border-color: var(--purple); background: #EAF2FF; box-shadow: none; }
.panel { display: none; }
.panel.active { display: block; }
#send.panel.active:has(.drop:not(.hidden)), #receive.panel.active { height: 250px; min-height: 250px; }
#receive.panel.active { display: flex; flex-direction: column; justify-content: center; overflow: auto; }

.drop { min-height: 250px; height: 250px; border: 1px solid #DBEAFE; border-radius: 14px; padding: 18px 20px; display: grid; place-items: center; text-align: center; background: linear-gradient(180deg, #FFFFFF 0%, #F8FBFF 100%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9); cursor: pointer; transition: border-color .16s ease; }
.drop:hover, .drop.over { border-color: var(--purple); background: linear-gradient(180deg, #FFFFFF 0%, #F8FBFF 100%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9); transform: none; }
.dropicon { width: 54px; height: 54px; margin: 0 auto 11px; display: grid; place-items: center; border: 1px solid #BFDBFE; border-radius: 50%; background: var(--white); color: var(--purple); box-shadow: 0 8px 18px rgba(37, 99, 235, .10); }
.dropicon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.dropmain { margin: 0; font-size: 18px; font-weight: 680; letter-spacing: -.018em; }
.dropsub { margin: 3px 0 12px; color: var(--muted); font-size: 13px; font-weight: 400; letter-spacing: .005em; }
.drop-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; }
.dropnote { margin: 10px 0 0; color: #8A8A8A; font-size: 11px; font-weight: 400; letter-spacing: .01em; }
.transfer-wrap .btn { font-weight: 650; letter-spacing: -.01em; }

.card { margin-bottom: 15px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.picked-list { max-height: 238px; overflow-y: auto; }
.filerow { display: flex; align-items: center; gap: 12px; padding: 9px 0; border-bottom: 1px solid #E5EAF2; }
.filerow:first-child { padding-top: 0; }
.filerow:last-child { padding-bottom: 0; border-bottom: 0; }
.filetypeicon { width: 40px; height: 40px; flex: none; display: grid; place-items: center; border: 1px solid #D7E3F4; border-radius: 10px; color: var(--purple); background: linear-gradient(180deg, #FFFFFF 0%, #F8FBFF 100%); box-shadow: 0 2px 7px rgba(37, 99, 235, .06); }
.filetypeicon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.filemeta { min-width: 0; flex: 1; }
.filename { overflow: hidden; color: var(--ink); font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.filesize { color: var(--muted); font-size: 13px; }
.deletefile { width: 34px; height: 34px; flex: none; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); background: var(--white); cursor: pointer; }
.deletefile svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.deletefile:hover { color: var(--danger); border-color: #FCA5A5; }

.btn { border: 1px solid #BDBDBD; border-radius: 4px; padding: 10px 17px; background: var(--white); color: var(--purple); font-weight: 750; cursor: pointer; transition: background .15s, border-color .15s, transform .15s; }
.btn:hover:not(:disabled) { border-color: var(--purple); background: var(--purple-pale); transform: translateY(-1px); }
.btn:disabled { opacity: .5; cursor: default; }
.btn.primary { border-color: var(--purple); background: var(--purple); color: var(--white); }
.btn.primary:hover:not(:disabled) { background: var(--purple-dark); color: var(--white); }
.btn.ghost { border-color: transparent; background: transparent; color: var(--muted); }
.btn.wide { width: 100%; }
.downloadbtn, .downloadstandalone { text-align: center; text-decoration: none; }
.linkbtn { border: 0; padding: 0; background: none; color: var(--purple); font-weight: 750; text-decoration: underline; cursor: pointer; }
.pickeractions, .resultactions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.pickeractions { margin: 14px 0; }
.pickeractions .addfiles-btn { min-height: 34px; padding: 7px 12px; border-radius: 5px; font-size: 13px; }
.backtransfer { display: inline-flex; align-items: center; gap: 7px; color: var(--purple); border-color: #93C5FD; background: var(--white); }
.backtransfer svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.backtransfer:hover { border-color: var(--purple); }
.automode { margin: 0 0 14px; color: var(--muted); font-size: 13px; }

.connectapp { margin: 0 28px 20px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid #BFDBFE; border-radius: 12px; background: var(--purple-pale); }
.connectappcopy { display: grid; gap: 2px; }
.connectappcopy strong { font-size: 14px; }
.connectappcopy span { color: var(--muted); font-size: 12px; }
.connectapp.connected { border-color: #a6dccb; background: #f1fbf7; }

.livecodebanner { margin-bottom: 20px; padding: 17px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid #93C5FD; border-radius: 12px; background: var(--purple-soft); color: var(--purple-dark); }
.livecodebanner strong, .livecodebanner span { display: block; }
.livecodebanner span { color: var(--muted); font-size: 12px; }
.livecode { color: var(--purple); font-size: 28px; font-weight: 850; letter-spacing: .14em; }
.stagerow { display: flex; align-items: baseline; justify-content: space-between; margin: 14px 0 8px; }
.stage { font-size: 14px; font-weight: 750; }
.stagepct { color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; }
.bar { height: 9px; overflow: hidden; border-radius: 99px; background: #DBEAFE; }
.fill { width: 0; height: 100%; background: var(--purple); transition: none; }
.bar.indeterminate .fill { width: 34% !important; animation: live-progress 1.15s ease-in-out infinite; }
@keyframes live-progress { 0% { transform: translateX(-110%); } 50% { transform: translateX(95%); } 100% { transform: translateX(295%); } }
.statgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)); gap: 10px; margin-top: 17px; }
.statgrid:empty { display: none; }
.stat { padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--purple-pale); }
.stat .k { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.stat .v { margin-top: 2px; font-size: 16px; font-weight: 800; font-variant-numeric: tabular-nums; }
.stat.good .v { color: var(--success); }
#sendprogress { margin: 0; padding: 23px; border: 0; border-radius: 20px; background: linear-gradient(145deg, #F8FAFC, #EFF6FF); box-shadow: inset 0 0 0 1px #DBEAFE; }
#sendprogress .statgrid { margin-top: 14px; }
#sendprogress .stat { border: 0; background: var(--white); box-shadow: 0 8px 20px rgba(15, 23, 42, .06); }
#result { position: relative; margin: 18px 0 0; padding: 24px; border: 0; border-radius: 10px; background: var(--white); box-shadow: inset 0 0 0 1px var(--line), 0 13px 30px rgba(15, 23, 42, .07); }
.resultlead { margin: 0 0 11px; color: var(--muted); font-size: 13px; }
.sharelink { display: block; margin-bottom: 12px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px; color: var(--purple); background: var(--purple-pale); font-size: 12px; text-decoration: none; word-break: break-all; }
.code { padding: 15px 0 15px 9px; border: 1px solid var(--line); border-radius: 4px; color: var(--purple); background: var(--white); box-shadow: none; font-family: "Manrope", "Segoe UI", sans-serif; font-size: 38px; font-weight: 800; letter-spacing: 9px; text-align: center; font-variant-numeric: tabular-nums; }
#result .resultactions { align-items: center; margin-top: 16px; }
.receive-intro { padding: 6px 4px 20px; }
.receive-intro h3 { margin: 4px 0 3px; font-size: 23px; letter-spacing: -.35px; }
.receive-intro p { margin: 0; color: var(--muted); }
#receive .receive-intro { padding: 0 2px 9px; }
#receive .receive-intro h3 { margin: 2px 0; font-size: 16px; }
#receive .receive-intro p { font-size: 12px; line-height: 1.4; }
#receive .card { margin: 0; padding: 12px 14px; }
#receive .lbl { margin-bottom: 5px; }
#receive .codeinput { padding: 7px; color: var(--purple); caret-color: var(--purple); font-size: 21px; }
#receive .hint { margin-top: 5px; font-size: 11px; }
#receive .btn { padding-block: 8px; }
.lbl { display: block; margin-bottom: 8px; color: #333333; font-size: 12px; font-weight: 750; }
.coderow { display: flex; gap: 9px; }
.codeinput { min-width: 0; flex: 1; padding: 10px; border: 1px solid #BDBDBD; border-radius: 9px; outline: none; color: var(--ink); background: var(--white); font-size: 25px; font-weight: 800; letter-spacing: 7px; text-align: center; text-transform: uppercase; font-variant-numeric: tabular-nums; }
.codeinput:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(37, 99, 235, .15); }
.hint { margin: 9px 0 0; color: var(--muted); font-size: 12px; }
.hint.err { color: var(--danger); }
.transfer-error { margin: 0 0 12px; color: #DC2626; font-size: 13px; line-height: 1.45; text-align: left; }
.transfer-error span:first-child { font-weight: 600; }
.hint.warn { color: var(--warn); }

.trust-strip { position: relative; z-index: 1; width: min(1180px, calc(100% - 40px)); margin: 48px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); background: var(--bg); }
.trust-strip div { padding: 25px 20px; display: grid; gap: 1px; text-align: center; }
.trust-strip div + div { border-left: 1px solid var(--line); }
.trust-strip strong { color: var(--purple); font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
.trust-strip span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.content-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 105px 0; }
.section-heading { max-width: 630px; margin-bottom: 46px; }
.section-heading h2 { margin: 8px 0 13px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 4vw, 54px); font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 16px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.feature-grid article { min-height: 255px; padding: 27px 25px 20px 0; }
.feature-grid article + article { padding-left: 25px; border-left: 1px solid var(--line); }
.feature-number { color: var(--purple); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.feature-grid h3 { margin: 35px 0 9px; font-size: 19px; letter-spacing: -.25px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.how-section { width: 100%; padding-inline: max(20px, calc((100% - 1180px) / 2)); background: var(--navy); color: var(--white); }
.how-section .eyebrow { color: var(--sky); }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.steps li { border-top: 1px solid rgba(255,255,255,.38); padding-top: 22px; }
.steps li > span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-size: 12px; font-weight: 800; }
.steps h3 { margin: 30px 0 7px; font-size: 18px; }
.steps p { margin: 0; color: #CBD5E1; font-size: 13px; }
.use-cases { border-bottom: 1px solid var(--line); }
.use-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.use-case-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.use-case-grid h3 { margin: 0 0 9px; font-size: 17px; letter-spacing: -.2px; }
.use-case-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; }
.faq-section .section-heading { margin: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq-list summary { list-style: none; position: relative; padding-right: 35px; font-size: 16px; font-weight: 750; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; color: var(--purple); font-size: 20px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 11px 40px 0 0; color: var(--muted); font-size: 14px; }
.text-link { grid-column: 2; width: fit-content; color: var(--purple); font-weight: 750; text-decoration: none; border-bottom: 1px solid #93C5FD; }

.site-footer { padding: 66px max(20px, calc((100% - 1180px) / 2)) 25px; color: #E2E8F0; background: var(--midnight); }
.footer-top { display: grid; grid-template-columns: 1fr 1.65fr; gap: 80px; padding-bottom: 55px; }
.site-brand.light { color: var(--white); }
.site-brand.light .brand-logo { width: 34px; }
.site-brand.light .brand-word-accent { color: var(--sky); }
.footer-brand p { margin: 15px 0 0; color: #94A3B8; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links div { display: grid; align-content: start; gap: 7px; }
.footer-links strong { margin-bottom: 7px; color: var(--white); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a { width: fit-content; color: #CBD5E1; font-size: 13px; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { padding-top: 21px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.17); color: #94A3B8; font-size: 12px; }

.gate { position: fixed; inset: 0; z-index: 50; padding: 20px; display: grid; place-items: center; background: rgba(15, 17, 21, .88); backdrop-filter: blur(7px); }
.gatecard { width: 100%; max-width: 410px; margin: 0; padding: 28px; box-shadow: var(--shadow); }
.gatecard h2 { margin: 6px 0; font-family: Georgia, serif; font-size: 29px; font-weight: 500; }
.gatecard .hint { margin-bottom: 17px; }
.gateinput { width: 100%; margin-bottom: 11px; font-size: 18px; letter-spacing: 1px; }
.downloadtitle { margin: 0 0 8px; font-size: 20px; }
.downloadmeta { margin: 10px 0 0; text-align: center; }

.legal-main { width: min(1000px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 100px; }
.page-hero { max-width: 790px; margin-bottom: 55px; }
.page-hero h1 { margin: 9px 0 17px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 6vw, 68px); font-weight: 500; line-height: 1.02; letter-spacing: -.04em; }
.page-hero p { max-width: 700px; margin: 0; color: var(--muted); font-size: 17px; }
.page-meta { margin-top: 20px; color: #94A3B8; font-size: 12px; }
.prose-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 70px; }
.page-aside { position: sticky; top: 25px; align-self: start; padding-top: 4px; }
.page-aside strong { display: block; margin-bottom: 10px; color: var(--purple); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.page-aside a { display: block; padding: 5px 0; color: var(--muted); font-size: 13px; text-decoration: none; }
.page-aside a:hover { color: var(--purple); }
.prose { max-width: 700px; }
.prose section { padding: 0 0 35px; margin-bottom: 35px; border-bottom: 1px solid var(--line); }
.prose section:last-child { border: 0; }
.prose h2 { margin: 0 0 13px; font-family: Georgia, serif; font-size: 29px; font-weight: 500; letter-spacing: -.02em; }
.prose h3 { margin: 23px 0 7px; font-size: 16px; }
.prose p, .prose li { color: #475569; }
.prose ul, .prose ol { padding-left: 20px; }
.prose li { margin-bottom: 7px; }
.prose a { color: var(--purple); }
.notice { padding: 17px 19px; border-left: 3px solid var(--purple); background: var(--purple-pale); }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 25px; }
.value-card { padding: 22px; border: 1px solid var(--line); border-radius: 13px; }
.value-card h3 { margin: 0 0 7px; }
.value-card p { margin: 0; font-size: 13px; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; }
.contact-card { padding: 27px; border: 1px solid var(--line); border-radius: 15px; background: var(--purple-pale); }
.contact-card h2 { margin-top: 0; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.contact-card a { color: var(--purple); font-weight: 750; }
.contact-form { display: grid; gap: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-field { display: grid; gap: 6px; }
.form-field label { color: #333333; font-size: 12px; font-weight: 750; }
.form-field input, .form-field textarea, .form-field select { width: 100%; border: 1px solid #BDBDBD; border-radius: 9px; padding: 11px 12px; outline: none; background: var(--white); color: var(--ink); }
.form-field textarea { min-height: 135px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(0,0,0,.12); }
.form-note { margin: 0; color: var(--muted); font-size: 11px; }
.contact-status { width: fit-content; margin: 0; color: #64748b; font-size: 12px; line-height: 1.45; }
.contact-status[data-state="sending"] { color: #2457c5; }
.contact-status.success { color: #18794e; font-weight: 600; }
.contact-status.success::before { content: "✓"; margin-right: 6px; }
.contact-status.error { color: #b42318; font-weight: 600; }
.contact-status.error::before { content: "!"; margin-right: 6px; }
.contact-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-form button:disabled { cursor: wait; opacity: .65; }
.footer-cookie-settings { padding: 0; border: 0; background: none; color: inherit; font: inherit; cursor: pointer; }
.footer-cookie-settings:hover { color: #ffffff; }
.analytics-consent { position: fixed; z-index: 100; right: 20px; bottom: 20px; display: grid; gap: 15px; width: min(440px, calc(100% - 40px)); padding: 18px; border: 1px solid #d8e1ee; border-radius: 12px; background: #ffffff; box-shadow: 0 16px 44px rgba(15, 23, 42, .16); }
.analytics-consent strong { display: block; margin-bottom: 5px; font-size: 15px; }
.analytics-consent p { margin: 0; color: #52627a; font-size: 12px; line-height: 1.55; }
.analytics-consent-actions { display: flex; justify-content: flex-end; gap: 8px; }
.analytics-consent-actions .btn { min-height: 36px; padding: 8px 13px; font-size: 12px; }

@media (max-width: 940px) {
  .hero { grid-template-columns: minmax(0, 1fr); gap: 45px; padding-top: 56px; }
  .home-main::before { top: 38px; height: 980px; opacity: .42; }
  .hero-copy { max-width: 720px; }
  .hero-art-stage { width: min(100%, 650px); max-width: 100%; margin-inline: 0; }
  .transfer-wrap { max-width: min(610px, 100%); width: 100%; justify-self: center; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid article:nth-child(3) { border-left: 0; }
  .steps { grid-template-columns: 1fr 1fr; }
  .faq-section { grid-template-columns: 1fr; gap: 30px; }
  .use-case-grid { grid-template-columns: 1fr 1fr; }
  .text-link { grid-column: 1; }
}

@media (max-width: 760px) {
  .site-header { position: relative; min-height: 68px; }
  .nav-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
  .site-nav { display: none; position: absolute; z-index: 20; top: 61px; left: 0; right: 0; padding: 10px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px 12px; }
  .site-nav a::after { display: none; }
  .site-nav a.active { color: var(--purple); }
  .site-nav .nav-contact.active { color: var(--white); }
  .site-nav .nav-contact { margin: 2px 0 0; text-align: center; }
  .hero { width: min(100% - 28px, 680px); padding: 42px 0 65px; }
  .hero-illustration { margin-top: -8px; }
  .hero-illustration-heading h1 { font-size: clamp(29px, 8vw, 38px); }
  .hero-art-stage { width: min(108%, 520px); max-width: none; margin: 0 -4%; }
  .hero-illustration-note { max-width: 460px; margin-top: -2px; padding: 0 8px; font-size: 15px; }
  .hero-copy h1 { font-size: clamp(41px, 11.5vw, 58px); }
  .transfer-head { padding: 20px 20px 28px; }
  .tabs { gap: 7px; margin: -14px 16px 0; padding: 0; border-radius: 0; box-shadow: none; }
  .tab { padding: 8px 10px; border-radius: 4px; font-size: 13px; }
  .transfer-body { padding: 26px 16px 18px; }
  #send.panel.active:has(.drop:not(.hidden)), #receive.panel.active { height: 235px; min-height: 235px; }
  .drop { min-height: 235px; height: 235px; padding-inline: 15px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-strip div:nth-child(4) { border-top: 1px solid var(--line); }
  .content-section { padding: 68px 0; }
  .how-section { padding: 64px 20px 58px; }
  .how-section .section-heading { margin-bottom: 28px; }
  .how-section .section-heading h2 { max-width: 420px; font-size: clamp(36px, 10.5vw, 46px); line-height: 1.04; }
  .feature-grid, .steps { grid-template-columns: 1fr; }
  .steps { gap: 0; }
  .steps li { display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: start; gap: 0 14px; padding: 22px 0; }
  .steps li > span { grid-column: 1; grid-row: 1; margin-top: 1px; }
  .steps li > div { grid-column: 2; grid-row: 1; }
  .steps h3 { margin: 0 0 4px; font-size: 17px; }
  .steps p { max-width: 36ch; font-size: 13px; line-height: 1.55; }
  .use-case-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: auto; padding: 24px 0; border-bottom: 1px solid var(--line); }
  .feature-grid article + article { padding-left: 0; border-left: 0; }
  .feature-grid h3 { margin-top: 18px; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .prose-layout { grid-template-columns: 1fr; gap: 25px; }
  .page-aside { position: static; display: none; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .site-header, .content-section, .trust-strip, .legal-main { width: calc(100% - 28px); }
  .transfer-head h2 { font-size: 18px; }
  .tabs { margin: -14px 12px 0; padding: 3px; }
  .transfer-body { padding: 24px 14px 14px; }
  .drop-actions, .coderow, .connectapp { flex-direction: column; }
  .drop-actions .btn { width: auto; min-width: 148px; align-self: center; }
  .coderow .btn { width: 100%; }
  .connectapp { align-items: stretch; margin-inline: 14px; }
  .code { padding-left: 7px; font-size: 32px; letter-spacing: 7px; }
  .livecodebanner { align-items: flex-start; flex-direction: column; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .form-row, .value-grid { grid-template-columns: 1fr; }
  .analytics-consent { right: 14px; bottom: 14px; width: calc(100% - 28px); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .hero-file-motion, .hero-art-stage > .hero-art-base { display: none; } .hero-art-stage > .hero-art-reduced { display: block; } }
