:root{
  --bg:#fbfbfc;
  --panel:#ffffff;
  --text:#17171b;
  --muted:#71717a;
  --line:#e9e9ee;
  --soft:#f5f5f7;
  --accent:#6d4aff;
  --accent2:#d946ef;
  --accent3:#ff7a45;
  --success:#16a34a;
  --danger:#dc2626;
  --shadow:0 22px 60px rgba(20,20,35,.08);
  --radius:24px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(760px 420px at 50% -170px, rgba(109,74,255,.12), transparent 70%),
    var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, "Apple Color Emoji","Segoe UI Emoji", sans-serif;
  -webkit-font-smoothing:antialiased;
}

a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
.wrap{width:min(1120px, calc(100% - 40px)); margin:auto}

/* Header */
.nav{
  height:78px; display:flex; align-items:center; justify-content:space-between; gap:20px;
}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.02em;font-size:18px}
.brandmark{
  width:40px;height:40px;display:grid;place-items:center;flex:0 0 auto;
}
.brandmark img{width:100%;height:100%;object-fit:contain;display:block}
.brandmark-footer{width:34px;height:34px}
.navlinks{display:flex;align-items:center;gap:28px;color:#52525b;font-size:14px;font-weight:600}
.navlinks a:hover{color:#111}
.nav-cta{
  display:inline-flex;align-items:center;height:38px;padding:0 14px;border:1px solid var(--line);
  border-radius:12px;background:#fff;color:#17171b;font-size:13px;font-weight:700;white-space:nowrap
}
.nav-cta:hover{border-color:#d4d4dc;background:#fafafa}
/* Hero */
.hero{
  padding:72px 0 54px;text-align:center;
}
h1{
  max-width:100%;margin:0 auto 22px;font-size:clamp(40px,5.5vw,68px);line-height:1.12;
  letter-spacing:-.055em;font-weight:850;
}
.hero-title-primary,.hero-title-secondary{display:block}
.hero-title-primary{white-space:nowrap;padding-bottom:.08em;margin-bottom:.02em}
.grad{
  background:linear-gradient(100deg,#6548ff 15%,#c33ee7 55%,#f97345 90%);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.sub{
  max-width:680px;margin:0 auto;color:var(--muted);font-size:17px;line-height:1.8;
}

/* URL box */
.search-shell{
  max-width:840px;margin:44px auto 0;padding:10px;border-radius:20px;background:rgba(255,255,255,.92);
  border:1px solid rgba(220,220,229,.9);box-shadow:var(--shadow);display:flex;gap:8px;
  backdrop-filter:blur(10px);
}
.input-wrap{flex:1;min-width:0;display:flex;align-items:center;gap:10px;padding:0 6px 0 12px}
.input-wrap svg{width:19px;height:19px;flex:0 0 auto;color:#a1a1aa}
.url-input{
  width:100%;height:52px;border:0;outline:none;background:transparent;font-size:15px;color:#18181b;
}
.url-input::placeholder{color:#a1a1aa}
.paste-btn{
  flex:0 0 auto;display:flex;align-items:center;gap:6px;height:36px;padding:0 12px;cursor:pointer;
  border:1px solid rgba(220,220,229,.95);border-radius:11px;background:#f6f6f8;
  font:inherit;font-size:13px;font-weight:700;color:#52525b;
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}
.paste-btn:hover{background:#efeaff;border-color:rgba(117,87,255,.35);color:#5b3ee0}
.paste-btn:focus-visible{outline:2px solid rgba(117,87,255,.55);outline-offset:2px}
.paste-btn:disabled{cursor:default;opacity:.6}
.paste-btn.done{background:#e8f7ee;border-color:rgba(34,150,83,.35);color:#1c7c46}
.input-wrap .paste-btn svg{width:16px;height:16px;color:currentColor}
.primary{
  border:0;border-radius:13px;color:#fff;font-weight:800;min-width:148px;padding:0 20px;
  background:linear-gradient(135deg,#7557ff,#6643ee);box-shadow:0 8px 18px rgba(109,74,255,.22);
  display:flex;align-items:center;justify-content:center;gap:8px;
}
.primary:hover{filter:brightness(.98);transform:translateY(-1px)}
.primary:disabled{opacity:.6;cursor:not-allowed;transform:none}
.primary svg{width:18px;height:18px}
.trust{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:22px;color:#85858f;font-size:12px}
.trust span{display:flex;align-items:center;gap:6px}
.trust svg{width:14px;height:14px}

/* Hero walkthrough */
.hero-demo{
  margin-top:56px;text-align:left;padding:22px;border-radius:28px;
  background:rgba(255,255,255,.76);border:1px solid rgba(229,229,235,.9);
  box-shadow:0 26px 70px rgba(32,25,64,.07);backdrop-filter:blur(14px);
}
.demo-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 3px 16px}
.demo-kicker{
  color:#6246dc;font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase;
  display:flex;align-items:center;gap:8px
}
.demo-kicker::before{content:"";width:7px;height:7px;border-radius:50%;background:#ff5c78;box-shadow:0 0 0 4px #ffe8ed}
.demo-caption{font-size:12px;color:#9696a0}
.demo-flow{display:grid;grid-template-columns:1fr 42px 1fr 42px 1fr;align-items:center}
.demo-card{
  min-width:0;height:218px;padding:17px;border-radius:18px;background:#fff;
  border:1px solid #ececf1;box-shadow:0 10px 24px rgba(27,25,43,.045)
}
.demo-card-top{display:flex;align-items:center;gap:9px;margin-bottom:14px}
.demo-step{
  width:24px;height:24px;border-radius:8px;background:#f0edff;color:#6246dc;
  display:grid;place-items:center;font-size:11px;font-weight:850
}
.demo-label{font-size:12px;font-weight:800;color:#45454e}
.flow-arrow{width:28px;height:28px;margin:auto;border-radius:50%;background:#f2efff;color:#7356df;display:grid;place-items:center}
.flow-arrow svg{width:15px;height:15px}
/* Step 1: Instagram post -> share sheet replay */
.ig-mock{position:relative;height:139px}
.ig-frame{
  position:absolute;inset:0;display:flex;flex-direction:column;
  animation:igFrameA 8s cubic-bezier(.4,0,.2,1) infinite
}
.ig-frame-share{
  gap:7px;justify-content:center;padding:9px 4px 0;border-radius:12px;
  background:#fff;box-shadow:0 -8px 22px rgba(31,26,54,.09);
  animation-name:igFrameB
}
.ig-head{height:26px;display:flex;align-items:center;gap:8px}
.ig-avatar{
  width:26px;height:26px;flex:0 0 auto;padding:2px;border-radius:50%;
  background:linear-gradient(135deg,#f9ce34,#ee2a7b 55%,#6228d7)
}
.ig-avatar img{width:100%;height:100%;object-fit:contain;display:block;border-radius:50%;background:#fff}
.ig-user{flex:1;min-width:0;display:flex;align-items:center;gap:6px}
.ig-user b{
  font-size:11px;color:#3b3b45;filter:blur(3.4px);
  -webkit-user-select:none;user-select:none
}
.ig-user small{font-size:10px;color:#a1a1aa}
.ig-more{color:#a1a1aa;letter-spacing:1px;font-size:10px}
.ig-media{
  position:relative;flex:1;margin-top:8px;border-radius:10px;overflow:hidden;background:#101018
}
.ig-media i{
  position:absolute;inset:-14px;display:block;
  background:url("/assets/demo-ig-post.png") center 56% / 128% no-repeat;
  filter:blur(7px) saturate(1.05)
}
.ig-media::after{
  content:"";position:absolute;inset:0;border-radius:10px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)
}
.ig-actions{height:30px;display:flex;align-items:center;gap:14px}
.ig-icon{width:17px;height:17px;color:#57575f;flex:0 0 auto}
.ig-icon svg{width:100%;height:100%;display:block}
.ig-save{margin-left:auto}
.ig-share{
  position:relative;width:26px;height:26px;padding:4px;border-radius:50%;
  background:#6d4aff;color:#fff;box-shadow:0 6px 14px rgba(109,74,255,.35)
}
.ig-share::before{
  content:"";position:absolute;inset:-3px;border-radius:50%;border:2px solid #6d4aff;
  animation:igPulse 2s ease-out infinite
}
.ig-tip{
  position:absolute;left:50%;bottom:calc(100% + 7px);transform:translateX(-50%);
  padding:3px 7px;border-radius:6px;background:#231f36;color:#fff;
  font-size:9px;font-weight:800;font-style:normal;white-space:nowrap
}
.ig-tip::after{
  content:"";position:absolute;left:50%;top:100%;margin-left:-3px;
  border:3px solid transparent;border-top-color:#231f36
}
.ig-sheet-title{font-size:10px;font-weight:800;color:#45454e;padding-left:4px}
.ig-sheet{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}
.ig-option{display:grid;justify-items:center;gap:5px;position:relative}
.ig-option i{
  width:33px;height:33px;border-radius:50%;background:#f2f2f5;color:#4b4b55;
  display:grid;place-items:center
}
.ig-option i svg{width:17px;height:17px}
.ig-option b{font-size:8.5px;font-weight:700;color:#7c7c86;white-space:nowrap}
.ig-option-copy i{
  background:#6d4aff;color:#fff;box-shadow:0 7px 16px rgba(109,74,255,.32)
}
.ig-option-copy b{color:#5b3fe0;font-weight:850}
.ig-option-copy::before{
  content:"";position:absolute;top:-3px;left:50%;margin-left:-19.5px;width:39px;height:39px;
  border-radius:50%;border:2px solid #6d4aff;animation:igPulse 2s ease-out infinite
}
.ig-copied{
  justify-self:center;padding:3px 9px;border-radius:7px;background:#eaf9ef;color:#159447;
  font-size:9px;font-weight:800;align-self:center
}
.ig-cursor{
  position:absolute;width:15px;height:15px;left:30%;top:78%;
  animation:igCursor 8s cubic-bezier(.4,0,.2,1) infinite
}
.ig-cursor svg{width:100%;height:100%;display:block;filter:drop-shadow(0 2px 4px rgba(28,22,52,.3))}
@keyframes igFrameA{0%,44%{opacity:1;transform:none}52%,100%{opacity:0;transform:scale(.97)}}
@keyframes igFrameB{
  0%,44%{opacity:0;transform:translateY(14px)}
  52%,94%{opacity:1;transform:none}
  100%{opacity:0;transform:translateY(14px)}
}
@keyframes igPulse{0%{opacity:.7;transform:scale(1)}70%,100%{opacity:0;transform:scale(1.45)}}
@keyframes igCursor{
  0%,8%{left:56%;top:96%;opacity:0}
  20%,44%{left:33%;top:82%;opacity:1}
  54%,70%{left:14%;top:56%;opacity:1}
  84%,100%{left:14%;top:56%;opacity:0}
}
@media(prefers-reduced-motion:reduce){
  .ig-frame,.ig-cursor,.ig-share::before,.ig-option-copy::before,.detecting::after,.detecting i{animation:none}
  .ig-frame-share{opacity:0}
  .ig-cursor{opacity:0}
}
.mini-input{
  height:38px;padding:0 10px;border:1px solid #e1e1e7;border-radius:10px;display:flex;align-items:center;gap:7px;
  color:#9999a3;font-size:10px;white-space:nowrap;overflow:hidden
}
.mini-input svg{width:14px;height:14px;flex:0 0 auto}
.detecting{
  position:relative;margin-top:12px;height:96px;padding:17px 12px;border-radius:11px;background:#f8f7ff;
  display:flex;align-items:center;gap:10px;overflow:hidden
}
.detecting::after{
  content:"";position:absolute;left:0;right:0;top:50%;height:1px;
  background:linear-gradient(90deg,transparent,#a98eff,transparent);box-shadow:0 0 10px #a98eff;
  animation:scan 2.4s ease-in-out infinite
}
.scan-icon{
  width:35px;height:35px;flex:0 0 auto;border-radius:10px;background:#ebe6ff;color:#6749dc;display:grid;place-items:center
}
.scan-icon svg{width:18px;height:18px}
.detecting span:nth-child(2){display:grid;gap:4px;min-width:0}
.detecting strong,.result-preview strong{font-size:11px;color:#42424b}
.detecting small,.result-preview small{font-size:9px;color:#9999a3}
.detecting i{
  width:13px;height:13px;margin-left:auto;flex:0 0 auto;border:2px solid #ded8ff;border-top-color:#6d4aff;border-radius:50%;
  animation:spin .8s linear infinite
}
.result-preview{
  height:92px;padding:11px;border-radius:11px;background:#fafafa;border:1px solid #ededf1;
  display:flex;align-items:center;gap:9px
}
.result-preview>span:nth-child(2){display:grid;gap:4px;min-width:0;flex:1}
.result-art{
  width:44px;height:60px;flex:0 0 auto;border-radius:8px;background:linear-gradient(150deg,#dcd4ff,#ffdce5 60%,#ffe5c9);
  color:#fff;display:grid;place-items:center
}
.result-art svg{width:22px;height:22px}
.ready-dot{font-size:9px;font-weight:750;color:#159447;background:#eaf9ef;padding:4px 6px;border-radius:6px}
.result-action{
  height:36px;margin-top:10px;padding-left:10px;border-radius:9px;background:#f7f7f9;
  display:flex;align-items:center;justify-content:space-between;font-size:9px;color:#85858f
}
.mini-download{
  align-self:stretch;padding:0 10px;border-radius:9px;background:#6d4aff;color:#fff;display:flex;align-items:center;gap:5px;font-weight:800
}
.mini-download svg{width:12px;height:12px}
@keyframes scan{0%,100%{transform:translateY(-36px);opacity:0}20%,80%{opacity:1}50%{transform:translateY(36px)}}

/* Status */
.status{
  display:none;max-width:840px;margin:18px 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)}}

/* Results */
#resultsSection{display:none;padding:34px 0 8px;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:24px;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:var(--panel);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:white;padding:0 13px;font-size:12px;font-weight:800;
  background:linear-gradient(135deg,#7557ff,#6643ee);box-shadow:0 8px 18px rgba(109,74,255,.22);
  display:flex;align-items:center;gap:6px;white-space:nowrap;
}
.download:hover{filter:brightness(.98);transform:translateY(-1px)}
.download svg{width:15px;height:15px}

/* Content sections */
.section{padding:96px 0}
.section.muted{background:#f7f6fb}
.section.tight{padding:28px 0 96px}
.kicker{
  margin:0 0 12px;color:#6d4aff;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase
}
.kicker.light{color:rgba(255,255,255,.78)}
.section-head{text-align:center;max-width:720px;margin:0 auto 48px}
.section-head h2,.split-head h2,.help-copy h2,.trust-copy h2,.bottom-cta h2{
  margin:0;font-size:clamp(30px,4vw,42px);letter-spacing:-.045em;line-height:1.12;color:#17171b
}
.section-head p:not(.kicker){margin:14px auto 0;max-width:640px;color:var(--muted);font-size:16px;line-height:1.7}
.split-head{
  display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:end;margin-bottom:36px
}
.split-head p:last-child{margin:0;color:var(--muted);font-size:16px;line-height:1.7}
.icon-box{
  width:42px;height:42px;border-radius:13px;background:#f3f0ff;color:#6d4aff;
  display:grid;place-items:center;flex:0 0 auto
}
.icon-box svg{width:20px;height:20px}
.icon-box.solid{background:#6d4aff;color:#fff}
.icon-box.gray{background:#eef0f4;color:#5b5b66}
.icon-box.green{background:#e8f8ee;color:#178a45}
.icon-box.blue{background:#e8f1ff;color:#2b6cd6}

.benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.benefit-card,.howto-card,.format-card,.device-card{
  padding:24px;background:#fff;border:1px solid #ececf2;border-radius:22px;
  box-shadow:0 12px 32px rgba(28,24,48,.04)
}
.benefit-card h3,.howto-card h3,.format-card h3,.device-card h3,.featured-copy h3{
  margin:16px 0 10px;font-size:18px;letter-spacing:-.03em;line-height:1.3
}
.benefit-card p,.howto-card p,.format-card p,.device-card p,.featured-copy p{
  margin:0;color:#6b6b75;font-size:14px;line-height:1.7
}

.howto-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.howto-top{display:flex;align-items:center;justify-content:space-between}
.howto-num{font-size:28px;font-weight:800;color:#e4e2ee;letter-spacing:-.04em}

.featured-card{
  display:grid;grid-template-columns:minmax(220px,.85fr) 1.15fr;gap:36px;align-items:center;
  padding:22px;margin-bottom:16px;background:#fff;border:1px solid #ececf2;border-radius:28px;
  box-shadow:0 16px 40px rgba(28,24,48,.05)
}
.featured-visual{
  position:relative;min-height:240px;border-radius:22px;overflow:hidden;
  background:linear-gradient(145deg,#7b5cff 0%,#c44ae4 52%,#ff7a4a 100%);
  display:grid;place-items:center
}
.featured-rings,.featured-rings::before,.featured-rings::after{
  position:absolute;inset:18%;border:1px solid rgba(255,255,255,.22);border-radius:50%
}
.featured-rings::before{content:"";inset:-18%}
.featured-rings::after{content:"";inset:18%}
.featured-play{
  position:relative;z-index:1;width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.92);
  color:#5b3de0;display:grid;place-items:center;box-shadow:0 10px 28px rgba(40,20,70,.18)
}
.featured-play svg{width:26px;height:26px;margin-left:3px}
.featured-copy h3{margin:12px 0 12px}
.featured-copy p + p{margin-top:10px}
.pill{
  display:inline-flex;align-items:center;height:24px;padding:0 9px;border-radius:999px;
  background:#6d4aff;color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase
}
.text-link{display:inline-flex;margin-top:16px;color:#6d4aff;font-size:14px;font-weight:750}
.text-link:hover{color:#5536d4}
.format-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}

.trust-panel{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:center;
  padding:42px;border-radius:32px;color:#fff;
  background:linear-gradient(135deg,#5b3de8 0%,#7a3cf0 42%,#c43ad8 100%);
  box-shadow:0 24px 60px rgba(90,50,180,.22)
}
.trust-copy h2{color:#fff;max-width:420px}
.trust-copy p{margin:14px 0 0;color:rgba(255,255,255,.78);font-size:16px;line-height:1.7;max-width:420px}
.ghost-cta{
  display:inline-flex;align-items:center;height:44px;margin-top:24px;padding:0 18px;border-radius:999px;
  background:#fff;color:#5b3de8;font-size:14px;font-weight:800
}
.ghost-cta:hover{transform:translateY(-1px)}
.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.trust-grid article{
  padding:18px;border-radius:18px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.08)
}
.trust-grid h3{margin:0 0 6px;color:#fff;font-size:15px}
.trust-grid p{margin:0;color:rgba(255,255,255,.72);font-size:13px;line-height:1.6}
.mini-icon{
  width:30px;height:30px;margin-bottom:12px;border-radius:9px;background:rgba(255,255,255,.12);
  color:#e8deff;display:grid;place-items:center
}
.mini-icon.warm{background:rgba(255,176,92,.18);color:#ffb45c}
.mini-icon svg{width:16px;height:16px}

.device-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.device-card .fine{margin-top:12px;color:#8b8b95;font-size:13px}

.help-split{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:start}
.help-copy p:not(.kicker){margin:14px 0 0;color:var(--muted);font-size:16px;line-height:1.7;max-width:420px}
.help-list{margin:0;padding:0;list-style:none}
.help-list li{display:flex;gap:16px;padding:22px 0;border-bottom:1px solid #ececf2}
.help-list li:first-child{padding-top:0}
.help-list li:last-child{border-bottom:0;padding-bottom:0}
.help-list span{
  width:28px;height:28px;border-radius:50%;background:#efeaff;color:#6d4aff;
  display:grid;place-items:center;font-size:12px;font-weight:800;flex:0 0 auto
}
.help-list h3{margin:2px 0 6px;font-size:16px}
.help-list p{margin:0;color:#6b6b75;font-size:14px;line-height:1.7}

.faq{max-width:820px;margin:auto}
#faq details{border-bottom:1px solid #ececf2;padding:0}
#faq summary{
  list-style:none;cursor:pointer;font-weight:750;font-size:16px;display:flex;justify-content:space-between;
  align-items:center;gap:18px;padding:20px 0
}
#faq summary::-webkit-details-marker{display:none}
#faq summary::after{
  content:"+";width:28px;height:28px;border-radius:50%;background:#efeaff;color:#6d4aff;
  display:grid;place-items:center;font-size:18px;font-weight:500;line-height:1;flex:0 0 auto
}
#faq details[open] summary::after{content:"×";font-size:16px}
#faq details p{margin:0;padding:0 48px 20px 0;color:#6b6b75;font-size:14px;line-height:1.75}

.bottom-cta{
  text-align:center;padding:56px 28px;border-radius:32px;
  background:linear-gradient(180deg,#f8f4ff 0%,#fff6f4 100%);border:1px solid #f0eaf8
}
.cta-mark{
  width:52px;height:52px;margin:0 auto 18px;border-radius:16px;color:#fff;
  background:linear-gradient(180deg,#7b5cff,#e0267d);display:grid;place-items:center;
  box-shadow:0 12px 24px rgba(140,60,200,.22)
}
.cta-mark svg{width:22px;height:22px}
.bottom-cta p{margin:12px auto 0;max-width:520px;color:var(--muted);font-size:16px;line-height:1.7}
.cta-btn{
  width:fit-content;height:50px;margin:24px auto 0;padding:0 22px;border-radius:14px;
  background:linear-gradient(135deg,#7b5cff,#e0267d);box-shadow:0 10px 22px rgba(160,50,180,.24)
}

footer{padding:8px 0 42px;color:#8b8b95;font-size:12px}
.footer-inner{
  display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center;
  border-top:1px solid var(--line);padding-top:28px
}
.footer-links{display:flex;gap:18px;white-space:nowrap}
.note{margin:0;max-width:560px;color:#a0a0a8;font-size:11px;line-height:1.65}

/* Skeleton */
.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}}


/* Static content pages */
.page{padding:64px 0 40px}
.page-head{max-width:790px;margin:0 auto 32px}
.page-head h1{font-size:clamp(34px,4.4vw,48px);margin:0 0 12px;text-align:left;max-width:none}
.page-head p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}
.prose{max-width:790px;margin:0 auto;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}
.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}
.error-page{text-align:center;padding:110px 0 90px}
.error-page h1{font-size:clamp(38px,5vw,60px);margin-bottom:14px}
.error-page .sub{margin-bottom:26px}

@media(max-width:980px){
  .benefit-grid,.howto-grid,.format-grid,.device-grid{grid-template-columns:1fr 1fr}
  .split-head,.featured-card,.trust-panel,.help-split{grid-template-columns:1fr}
  .trust-grid article:last-child{grid-column:auto}
  .featured-visual{min-height:200px}
  .footer-inner{grid-template-columns:1fr;justify-items:start}
}
@media(max-width:840px){
  .navlinks{display:none}
  .hero{padding:58px 0 46px}
  .search-shell{display:block;padding:8px}
  .input-wrap{height:56px}
  .search-shell .primary{width:100%;height:50px;margin-top:6px}
  .hero-demo{margin-top:44px;padding:18px}
  .demo-flow{grid-template-columns:1fr;gap:10px}
  .demo-card{height:auto;min-height:195px}
  .flow-arrow{transform:rotate(90deg)}
  .media-grid,.skeleton-grid{grid-template-columns:repeat(2,1fr)}
  .trust-panel{padding:28px}
}
@media(max-width:560px){
  .wrap{width:min(100% - 24px,1120px)}
  .hero{padding:44px 0 38px}
  h1{font-size:clamp(27px,7.7vw,36px)}
  .sub{font-size:15px}
  .hero-demo{margin-top:36px;padding:12px;border-radius:20px}
  .demo-heading{align-items:flex-start;flex-direction:column;gap:5px;margin:4px 4px 14px}
  .demo-card{padding:15px}
  .media-grid,.skeleton-grid{grid-template-columns:1fr}
  .result-head{align-items:flex-start;flex-direction:column}
  .benefit-grid,.howto-grid,.format-grid,.device-grid,.trust-grid{grid-template-columns:1fr}
  .section{padding:72px 0}
  .section.tight{padding:12px 0 72px}
  .section-head h2,.split-head h2,.help-copy h2,.trust-copy h2,.bottom-cta h2{font-size:28px}
  .featured-card,.benefit-card,.howto-card,.format-card,.device-card{padding:20px}
  .bottom-cta{padding:40px 20px}
  .cta-btn{width:100%}
  .prose{padding:26px 22px;border-radius:16px}
}
