:root {
  --ink: #17152d;
  --muted: #68647a;
  --violet: #6d43e5;
  --pink: #e245a5;
  --line: #e9e5f1;
  --soft: #f8f6fb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  background: #fff;
  margin: 0;
  font-family: Geist, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img, svg, video { display: block; max-width: 100%; }
img, video { height: auto; }

.site-header {
  z-index: 30;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #ffffffe0;
  border-bottom: 1px solid #e6e2efcc;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  padding: 0 max(24px, 50vw - 590px);
  display: flex;
  position: sticky;
  top: 0;
}
.brand {
  letter-spacing: -.03em;
  align-items: center;
  gap: 11px;
  font-weight: 800;
  display: inline-flex;
}
.brand-mark {
  background: linear-gradient(135deg, #7648e8 8%, #d943ac 50%, #f29b50 92%);
  border-radius: 11px;
  place-items: center;
  width: 33px;
  height: 33px;
  display: inline-grid;
  position: relative;
  box-shadow: 0 8px 22px #7744e038;
}
.brand-mark:before {
  content: "";
  border: 2px solid #fff;
  border-radius: 6px;
  width: 16px;
  height: 16px;
}
.brand-mark:after {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
}
.brand-mark i {
  background: #fff;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.site-header nav {
  color: #58546b;
  gap: 32px;
  font-size: 14px;
  display: flex;
}
.site-header nav a:hover { color: var(--violet); }
.nav-cta {
  color: #fff;
  background: var(--ink);
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
}

.hero {
  background:
    radial-gradient(circle at 50% 6%, #fffffff2, #0000 30%),
    linear-gradient(145deg, #faf7ff 0%, #fff8fb 42%, #fff9f1 100%);
  border-bottom: 1px solid #f0ebf4;
  place-items: center;
  min-height: 665px;
  padding: 78px 24px 70px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  opacity: .25;
  pointer-events: none;
  background-image: radial-gradient(#aa9ac8 1px, #0000 1px);
  background-size: 28px 28px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#000, #0000 76%);
  mask-image: linear-gradient(#000, #0000 76%);
}
.hero-orb, .cta-orb {
  filter: blur(2px);
  opacity: .35;
  border-radius: 50%;
  position: absolute;
}
.orb-one { background: #e6d2ff; width: 330px; height: 330px; top: 70px; left: -150px; }
.orb-two { background: #ffd9c4; width: 300px; height: 300px; bottom: -80px; right: -120px; }
.hero-inner {
  z-index: 2;
  text-align: center;
  width: min(960px, 100%);
  position: relative;
}
.eyebrow, .section-kicker {
  color: var(--violet);
  letter-spacing: .13em;
  text-transform: uppercase;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}
.eyebrow {
  background: #fff;
  border: 1px solid #ebe3f7;
  border-radius: 999px;
  padding: 8px 12px;
  box-shadow: 0 8px 30px #52347814;
}
.hero h1 {
  letter-spacing: -.065em;
  margin: 24px 0 2px;
  font-size: clamp(50px, 7.1vw, 82px);
  line-height: .98;
  font-weight: 800;
}
.hero-subtitle {
  letter-spacing: -.055em;
  color: #0000;
  background: linear-gradient(92deg, #7648e8, #d43fa9 55%, #f08b46);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.08;
}
.hero-copy {
  max-width: 720px;
  color: var(--muted);
  margin: 24px auto 30px;
  font-size: 17px;
  line-height: 1.7;
}

.download-shell {
  text-align: left;
  background: #ffffffe6;
  border: 1px solid #e7e0f0;
  border-radius: 22px;
  max-width: 870px;
  margin: 0 auto;
  padding: 14px;
  position: relative;
  box-shadow: 0 28px 70px #432d6a26, 0 4px 12px #502f780f;
}
.download-form {
  grid-template-columns: 1fr auto;
  gap: 10px;
  display: grid;
}
.url-field {
  background: #fff;
  border: 1.5px solid #ded8e8;
  border-radius: 14px;
  align-items: center;
  gap: 12px;
  min-width: 0;
  height: 62px;
  padding: 0 17px;
  transition: all .2s;
  display: flex;
}
.url-field:focus-within {
  border-color: #9e79ed;
  box-shadow: 0 0 0 4px #6f44e214;
}
.url-field input {
  width: 100%;
  min-width: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 15px;
}
.url-field input::placeholder { color: #aaa5b7; }
.link-icon {
  color: #7e6b99;
  background: #f4f0f9;
  border-radius: 8px;
  flex: none;
  place-items: center;
  width: 28px;
  height: 28px;
  font-weight: 800;
  display: grid;
}
.download-button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(120deg, #7044e5, #d73fa7);
  border: 0;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  min-width: 150px;
  height: 62px;
  font-weight: 800;
  display: inline-flex;
  box-shadow: 0 10px 24px #7044e540;
}
.download-button:hover { transform: translateY(-1px); box-shadow: 0 14px 28px #7044e552; }
.download-button:disabled { opacity: .72; cursor: wait; transform: none; }
.helper-row {
  color: #777184;
  justify-content: space-between;
  padding: 11px 4px 0;
  font-size: 11px;
  display: flex;
}
.helper-row b { color: #35a66e; margin-right: 6px; }
.supported-links { color: #9892a4; }
.form-message { margin: 10px 4px 0; font-size: 12px; font-weight: 700; }
.form-message.error { color: #c33b65; }
.trust-row {
  color: #716b7d;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  margin-top: 23px;
  font-size: 12px;
  display: flex;
}
.trust-row span { align-items: center; gap: 6px; display: flex; }
.trust-row b {
  color: #4a9a6c;
  background: #e8f6ed;
  border-radius: 50%;
  place-items: center;
  width: 17px;
  height: 17px;
  font-size: 10px;
  display: grid;
}

.status {
  display: none;
  max-width: 870px;
  margin: 14px auto 0;
  padding: 13px 16px;
  border-radius: 13px;
  font-size: 13px;
  text-align: left;
  border: 1px solid var(--line);
  background: #fff;
  color: #555;
}
.status.show { display: flex; align-items: center; gap: 10px; }
.status.error { border-color: #fecaca; background: #fff7f7; color: #b91c1c; }
.status.success { border-color: #bbf7d0; background: #f6fff8; color: #15803d; }
.spinner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #ded8ff;
  border-top-color: #6d4aff;
  animation: spin .8s linear infinite;
  flex: 0 0 auto;
}
@keyframes spin { to { transform: rotate(360deg); } }

#resultsSection { display: none; padding: 22px 0 0; text-align: left; }
#resultsSection.show { display: block; }
.result-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}
.result-head h2 { margin: 0; font-size: 22px; letter-spacing: -.035em; }
.result-head p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.download-all {
  display: none;
  border: 1px solid #dcd6ff;
  background: #f7f5ff;
  color: #5e46cf;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
  align-items: center;
}
.download-all.show { display: flex; }
.download-all svg { width: 16px; height: 16px; }
.media-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.media-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(30, 30, 45, .045);
  transition: .2s ease;
}
.media-card:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(30, 30, 45, .075); }
.preview {
  position: relative;
  aspect-ratio: 4 / 5;
  background: #eee;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.preview img, .preview video { width: 100%; height: 100%; object-fit: cover; display: block; }
.kind {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 7px 9px;
  border-radius: 9px;
  background: rgba(20, 20, 25, .72);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 5px;
}
.kind svg { width: 13px; height: 13px; }
.play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, .93);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
}
.play svg { width: 19px; height: 19px; margin-left: 2px; }
.card-body { padding: 14px; }
.meta-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 11px; }
.media-name { font-size: 13px; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.media-size { font-size: 11px; color: #8b8b95; white-space: nowrap; }
.actions { display: flex; gap: 8px; }
.quality {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #e3e3e8;
  background: #fafafa;
  outline: none;
  padding: 0 40px 0 10px;
  font-size: 12px;
  color: #444;
  min-width: 0;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235b5b65' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
}
.download {
  border: 0;
  border-radius: 10px;
  color: #fff;
  padding: 0 13px;
  font-size: 12px;
  font-weight: 800;
  background: linear-gradient(120deg, #7044e5, #d73fa7);
  box-shadow: 0 8px 18px #7044e540;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.download:hover { filter: brightness(.98); transform: translateY(-1px); }
.download svg { width: 15px; height: 15px; }
.skeleton-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sk {
  height: 430px;
  border-radius: 20px;
  background: linear-gradient(90deg, #efeff2 25%, #f8f8fa 38%, #efeff2 63%);
  background-size: 400% 100%;
  animation: shimmer 1.2s infinite;
}
@keyframes shimmer { 0% { background-position: 100% 0; } 100% { background-position: -100% 0; } }

.section { max-width: 1180px; margin: 0 auto; padding: 105px 24px; }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.section-heading.narrow { max-width: 680px; }
.section-heading h2,
.benefits-intro h2,
.problem-copy h2,
.responsible-section h2,
.final-cta h2 {
  letter-spacing: -.045em;
  margin: 13px 0 16px;
  font-size: clamp(34px, 4.2vw, 50px);
  line-height: 1.08;
  font-weight: 800;
}
.section-heading p,
.benefits-intro > p,
.problem-copy > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}
.section-heading p + p { margin-top: 10px; }

.content-grid { grid-template-columns: repeat(6, 1fr); gap: 16px; display: grid; }
.content-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 20px;
  flex-direction: column;
  grid-column: span 2;
  min-height: 300px;
  padding: 28px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}
.content-card:nth-child(4) { grid-column: 2 / span 2; }
.content-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px #30244b14; }
.tool-icon {
  border-radius: 14px;
  place-items: center;
  width: 47px;
  height: 47px;
  margin-bottom: 24px;
  font-weight: 900;
  display: grid;
}
.tool-icon.violet { color: #7345df; background: #eee7ff; }
.tool-icon.pink { color: #d43e98; background: #ffe8f4; }
.tool-icon.orange { color: #e17636; background: #fff0e3; }
.tool-icon.blue { color: #367fc4; background: #e7f3ff; }
.tool-icon.green { color: #309269; background: #e5f7ef; }
.content-card h3 { letter-spacing: -.02em; margin: 0 0 12px; font-size: 19px; }
.content-card p { color: var(--muted); margin: 0; font-size: 14px; line-height: 1.65; }
.card-note { color: #817b8e; margin-top: 18px; font-size: 11px; }
.card-note span { color: #38a36b; margin-right: 7px; }
.content-card a {
  color: var(--violet);
  justify-content: space-between;
  margin-top: auto;
  padding-top: 25px;
  font-size: 13px;
  font-weight: 800;
  display: flex;
}

.steps-section {
  background: var(--soft);
  border-top: 1px solid #efebf3;
  border-bottom: 1px solid #efebf3;
  max-width: none;
}
.steps-section > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.steps-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; display: grid; position: relative; }
.steps-grid article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  position: relative;
}
.step-number { color: #b2a9c1; letter-spacing: .1em; font-size: 12px; font-weight: 800; }
.step-visual {
  background: linear-gradient(145deg, #f7f4fb, #eee8f7);
  border-radius: 15px;
  place-items: center;
  height: 105px;
  margin: 20px 0 25px;
  display: grid;
}
.share-visual span {
  color: #fff;
  background: linear-gradient(135deg, #7948e8, #dc46a6);
  border-radius: 15px;
  place-items: center;
  width: 48px;
  height: 48px;
  font-size: 23px;
  display: grid;
  box-shadow: 0 12px 25px #7143df40;
}
.paste-visual span {
  color: #91899e;
  background: #fff;
  border: 1px solid #ddd5e8;
  border-radius: 9px;
  padding: 12px 14px;
  font-size: 11px;
  box-shadow: 0 8px 20px #3c2b5814;
}
.file-visual { grid-template-columns: auto auto; gap: 9px; }
.file-visual span {
  color: #fff;
  background: #6f45df;
  border-radius: 8px;
  padding: 14px 12px;
  font-size: 11px;
  font-weight: 900;
}
.file-visual b {
  color: #6f45df;
  background: #fff;
  border-radius: 50%;
  place-items: center;
  width: 38px;
  height: 38px;
  display: grid;
  box-shadow: 0 8px 20px #3c2b581a;
}
.steps-grid h3 { margin: 0 0 12px; font-size: 19px; }
.steps-grid p { color: var(--muted); margin: 0; font-size: 14px; line-height: 1.7; }

.benefits-section {
  color: #fff;
  background: #1d1932;
  grid-template-columns: minmax(270px, .8fr) minmax(0, 1.35fr);
  gap: 70px;
  max-width: none;
  display: grid;
}
.benefits-section > * { max-width: 760px; }
.benefits-intro { justify-self: end; padding-left: 24px; }
.section-kicker.light { color: #c9b7ff; }
.benefits-intro > p { color: #bcb5cd; }
.safety-card {
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 15px;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  padding: 17px;
  display: flex;
}
.safety-card > span {
  color: #d3c5ff;
  background: #342d51;
  border-radius: 10px;
  flex: none;
  place-items: center;
  width: 36px;
  height: 36px;
  display: grid;
}
.safety-card p { color: #c8c1d5; margin: 0; font-size: 12px; line-height: 1.55; }
.safety-card strong { color: #fff; }
.benefits-grid {
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  padding-right: 24px;
  display: grid;
}
.benefits-grid article {
  background: #292440;
  border: 1px solid #ffffff12;
  border-radius: 16px;
  align-items: flex-start;
  gap: 14px;
  padding: 21px;
  display: flex;
}
.benefit-icon {
  color: #d5c8ff;
  background: #3a315b;
  border-radius: 11px;
  flex: none;
  place-items: center;
  width: 38px;
  height: 38px;
  font-size: 12px;
  font-weight: 900;
  display: grid;
}
.benefits-grid h3 { margin: 1px 0 7px; font-size: 14px; }
.benefits-grid p { color: #aaa3bb; margin: 0; font-size: 12px; line-height: 1.6; }

.device-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; display: grid; }
.device-grid article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 20px;
  padding: 28px;
}
.device-top { color: #8b8496; align-items: center; gap: 11px; margin-bottom: 24px; display: flex; }
.device-icon {
  color: #fff;
  background: #1f1d2c;
  border-radius: 13px;
  place-items: center;
  width: 43px;
  height: 43px;
  font-size: 10px;
  font-weight: 900;
  display: grid;
}
.device-icon.android { color: #348e65; background: #e5f5ec; }
.device-icon.desktop { color: #7146d9; background: #eee8ff; font-size: 19px; }
.device-top small { font-weight: 700; }
.device-grid h3 { margin: 0 0 13px; font-size: 19px; line-height: 1.3; }
.device-grid p, .device-grid li { color: var(--muted); font-size: 13px; line-height: 1.65; }
.device-grid ol { margin: 16px 0 0; padding-left: 19px; list-style: decimal; }
.device-tip { background: #f7f4fa; border-radius: 11px; padding: 13px; margin-top: 20px !important; }
.device-tip span { color: var(--violet); margin-right: 8px; font-weight: 900; }

.problems-section {
  grid-template-columns: .75fr 1.25fr;
  align-items: start;
  gap: 80px;
  display: grid;
}
.problem-copy { position: sticky; top: 110px; }
.problem-copy a {
  color: var(--violet);
  gap: 10px;
  margin-top: 17px;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
}
.problem-list details, .faq-list details { border-bottom: 1px solid var(--line); }
.problem-list details:first-child, .faq-list details:first-child { border-top: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.problem-list summary {
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 72px;
  font-size: 15px;
  font-weight: 700;
  display: grid;
}
.problem-list summary > span { color: #a19aaa; font-size: 11px; }
.problem-list summary b, .faq-list summary b {
  color: #80758e;
  background: #f6f3f8;
  border-radius: 50%;
  place-items: center;
  width: 28px;
  height: 28px;
  transition: all .2s;
  display: grid;
}
details[open] summary b { color: #fff; background: var(--violet); transform: rotate(45deg); }
.problem-list details > p {
  color: var(--muted);
  margin: -5px 38px 22px 52px;
  font-size: 13px;
  line-height: 1.7;
}

.responsible-section {
  background: linear-gradient(135deg, #fffaf3, #fff 70%);
  border: 1px solid #eee6dc;
  border-radius: 24px;
  align-items: flex-start;
  gap: 28px;
  max-width: 1050px;
  margin: 0 auto 35px;
  padding: 38px 45px;
  display: flex;
}
.responsible-icon {
  color: #b86c36;
  background: #ffead8;
  border-radius: 15px;
  flex: none;
  place-items: center;
  width: 52px;
  height: 52px;
  display: grid;
}
.responsible-section h2 { margin-top: 10px; font-size: 31px; }
.responsible-section p { color: var(--muted); margin: 0 0 12px; font-size: 14px; line-height: 1.7; }
.responsible-section small { color: #9a9188; font-size: 10px; line-height: 1.5; }

.faq-section { max-width: 900px; }
.faq-list summary {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 70px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}
.faq-list details > p {
  color: var(--muted);
  margin: -2px 50px 23px 0;
  font-size: 14px;
  line-height: 1.72;
}

.final-cta {
  color: #fff;
  text-align: center;
  background: linear-gradient(125deg, #4f2ab1, #9237c0 48%, #d7429c);
  padding: 90px 24px;
  position: relative;
  overflow: hidden;
}
.final-cta:before {
  content: "";
  opacity: .12;
  background-image: radial-gradient(#fff 1px, #0000 1px);
  background-size: 24px 24px;
  position: absolute;
  inset: 0;
}
.cta-one { background: #de85ff; width: 270px; height: 270px; top: -100px; left: -80px; }
.cta-two { background: #ff9f7b; width: 260px; height: 260px; bottom: -120px; right: -70px; }
.final-inner { z-index: 2; max-width: 900px; margin: auto; position: relative; }
.final-cta h2 { margin-top: 14px; color: #fff; }
.final-cta .final-inner > p { color: #e7dcf5; max-width: 620px; margin: 0 auto 27px; line-height: 1.7; }
.download-shell.compact { background: #fffffff5; }
.compact .helper-row { color: #7a7484; }
.final-cta .final-inner > small { color: #dccff0; margin-top: 15px; display: block; }

footer {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 24px;
  display: grid;
}
.footer-brand p { color: #8b8595; margin: 9px 0 0; font-size: 12px; }
.footer-links { color: #706a7a; flex-wrap: wrap; gap: 24px; font-size: 12px; display: flex; }
.copyright {
  border-top: 1px solid var(--line);
  color: #a19ba8;
  grid-column: 1 / -1;
  padding-top: 22px;
  font-size: 10px;
}

.page { padding: 72px 24px 48px; }
.page-inner { max-width: 790px; margin: 0 auto; }
.page-head { margin: 0 auto 32px; }
.page-head h1 {
  font-size: clamp(34px, 4.4vw, 48px);
  margin: 0 0 12px;
  letter-spacing: -.045em;
  font-weight: 800;
}
.page-head p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.prose {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 34px 36px;
}
.prose h2 { font-size: 20px; letter-spacing: -.03em; margin: 30px 0 10px; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #4b4b55; font-size: 14px; line-height: 1.75; }
.prose ul { padding-left: 20px; margin: 10px 0; list-style: disc; }
.prose li { margin-bottom: 7px; }
.prose a { color: #6347d9; font-weight: 600; }
.prose a:hover { text-decoration: underline; }
.prose .updated { font-size: 12px; color: #9a9aa3; }
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 26px;
  font-size: 13px;
  font-weight: 700;
  color: #6347d9;
}
.blog-article .back-link { margin: 0 0 18px; }
.blog-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #6347d9;
}
.blog-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.blog-card a {
  display: block;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: transform .18s ease;
}
.blog-card a:hover { transform: translateY(-2px); }
.blog-card-cover { display: block; width: 100%; height: 220px; object-fit: cover; }
.blog-card-art { height: 220px; background: linear-gradient(135deg, #efe8ff, #ffe4ef 55%, #fff3d8); }
.blog-card-body { padding: 22px 24px; }
.blog-card b { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #6347d9; }
.blog-card h2 { font-size: 22px; margin: 8px 0; letter-spacing: -.03em; }
.blog-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.blog-empty { color: var(--muted); }
.blog-article h1 { font-size: clamp(34px, 4vw, 46px); margin: 8px 0 12px; }
.blog-hero { width: 100%; max-height: 420px; object-fit: cover; border-radius: 16px; margin: 8px 0 22px; }
.blog-preview-banner {
  margin: 0 0 16px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f7f5ff;
  color: #5e46cf;
  font-size: 12px;
  font-weight: 750;
}
.blog-content { display: grid; gap: 16px; }
.blog-content p, .blog-content li { color: #4b4b55; font-size: 15px; line-height: 1.75; }
.blog-content h2 { font-size: 24px; letter-spacing: -.03em; margin: 10px 0 0; }
.blog-content h3 { font-size: 20px; margin: 6px 0 0; }
.blog-content img { max-width: 100%; height: auto; border-radius: 12px; }
.blog-content a { color: #6347d9; font-weight: 600; }
.blog-content ul, .blog-content ol { margin: 0; padding-left: 22px; display: grid; gap: 8px; }
.blog-content ul { list-style: disc; }
.blog-content ol { list-style: decimal; }
.blog-content blockquote {
  margin: 0;
  padding: 16px 18px;
  border-left: 4px solid #6d4aff;
  background: #faf8ff;
  border-radius: 0 14px 14px 0;
}
.blog-content table { width: 100%; border-collapse: collapse; font-size: 14px; }
.blog-content th, .blog-content td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.blog-content th { background: #faf8ff; font-weight: 750; }
.blog-content .table-wrap { overflow-x: auto; }
.error-page { text-align: center; padding: 110px 24px 90px; }
.error-page h1 { font-size: clamp(38px, 5vw, 60px); margin-bottom: 14px; letter-spacing: -.045em; }
.error-page .sub { margin: 0 auto 26px; max-width: 520px; color: var(--muted); }

@media (width <= 900px) {
  .site-header nav { display: none; }
  .hero { min-height: 620px; padding-top: 65px; }
  .content-grid { grid-template-columns: 1fr 1fr; }
  .content-card, .content-card:nth-child(4) { grid-column: auto; }
  .content-card:last-child { grid-column: 1 / -1; }
  .steps-grid, .device-grid { grid-template-columns: 1fr; max-width: 610px; }
  .benefits-section { grid-template-columns: 1fr; gap: 35px; }
  .benefits-intro { justify-self: auto; max-width: none; padding-right: 24px; }
  .benefits-grid { max-width: none; padding-left: 24px; }
  .problems-section { grid-template-columns: 1fr; gap: 30px; }
  .problem-copy { position: static; }
  .media-grid, .skeleton-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (width <= 620px) {
  .site-header { height: 64px; padding: 0 16px; }
  .brand { font-size: 14px; }
  .brand-mark { width: 30px; height: 30px; }
  .nav-cta { padding: 9px 11px; font-size: 11px; }
  .hero { min-height: auto; padding: 55px 16px 48px; }
  .hero h1 { font-size: 46px; }
  .hero-subtitle { font-size: 31px; }
  .hero-copy { font-size: 15px; }
  .download-shell { border-radius: 18px; padding: 10px; }
  .download-form { grid-template-columns: 1fr; }
  .url-field, .download-button { height: 56px; }
  .supported-links { display: none; }
  .helper-row { justify-content: center; }
  .trust-row { gap: 10px 15px; }
  .section { padding: 78px 18px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .benefits-intro h2, .problem-copy h2, .final-cta h2 { font-size: 35px; }
  .content-grid, .benefits-grid { grid-template-columns: 1fr; }
  .content-card, .content-card:last-child { grid-column: auto; min-height: 275px; }
  .benefits-section { padding-left: 18px; padding-right: 18px; }
  .benefits-intro, .benefits-grid { padding-left: 0; padding-right: 0; }
  .responsible-section { flex-direction: column; margin: 0 18px 20px; padding: 27px; }
  .faq-list summary { font-size: 14px; }
  .faq-list details > p { margin-right: 10px; }
  .final-cta { padding: 75px 16px; }
  footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
  .media-grid, .skeleton-grid { grid-template-columns: 1fr; }
  .result-head { align-items: flex-start; flex-direction: column; }
  .prose { padding: 26px 22px; border-radius: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, :before, :after { transition: none !important; animation: none !important; }
}
