/* ============================================================
   CursorFocus — unified stylesheet
   Edit here; Eleventy copies it to _site/style.css on build.
   ============================================================ */

/* reset */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:calc(72px + 20px);-webkit-text-size-adjust:100%}
body{background:#0b0b0f;color:#fff;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img,video{display:block;max-width:100%}
button{cursor:pointer;font-family:inherit;border:none;background:none;outline:none}
ul{list-style:none}

/* Anchor targets clear the fixed nav */
#features,#editor,#pricing,#faq,#download{
  scroll-margin-top:calc(72px + 20px);
}

/* design tokens */
:root{
  --bg:#0b0b0f;
  --card:#111116;
  --card-hover:#16161c;
  --border:rgba(255,255,255,.08);
  --border-strong:rgba(255,255,255,.14);
  --muted:#a1a1aa;
  --subtle:#71717b;
  --purple:#ff7a1a;
  --purple-light:#ff9f4a;
  --purple-glow:rgba(255,122,26,.18);
  --purple-border:rgba(255,122,26,.35);
  --green:#22c55e;
  --max:1152px;
}

/* ── layout ── */
.container{max-width:var(--max);margin:0 auto;padding:0 24px}
.section{padding:96px 0}

/* ── nav ── */
nav.site-nav{position:fixed;top:0;z-index:50;width:100%;border-bottom:1px solid var(--border);background:rgba(11,11,15,.82);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.nav-wrap{max-width:var(--max);margin:0 auto;padding:0 24px;height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.nav-brand{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:700;flex-shrink:0}
.nav-brand img{width:48px;height:48px;border-radius:12px}
.nav-links{display:flex;align-items:center;gap:4px}
.nav-links a{font-size:13px;color:var(--muted);padding:6px 11px;border-radius:7px;transition:color .12s}
.nav-links a:hover{color:#fff}
.nav-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}

/* ── buttons ── */
.btn-outline-sm{display:inline-flex;align-items:center;height:36px;padding:0 16px;border-radius:100px;border:1px solid rgba(255,255,255,.2);font-size:13px;font-weight:500;color:#fff;transition:all .12s}
.btn-outline-sm:hover{border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.05)}
.btn-purple{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 20px;border-radius:100px;background:var(--purple);font-size:13px;font-weight:600;color:#fff;transition:all .15s;box-shadow:0 0 28px rgba(255,122,26,.35)}
.btn-purple:hover{background:#ff8c2e;box-shadow:0 0 40px rgba(255,122,26,.5)}
.btn-purple-lg{height:52px;padding:0 40px;font-size:16px;border-radius:100px;box-shadow:0 0 36px rgba(255,122,26,.4)}

/* ── hero ── */
.hero{padding:140px 24px 80px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}
.hero-glow{position:absolute;top:80px;left:50%;transform:translateX(-50%);width:720px;height:420px;border-radius:50%;background:var(--purple-glow);filter:blur(140px);pointer-events:none;z-index:0}
.hero-badge{position:relative;z-index:1;display:inline-flex;align-items:center;gap:6px;padding:5px 14px;border-radius:100px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);font-size:11px;font-weight:500;color:var(--muted);margin-bottom:28px;backdrop-filter:blur(4px)}
.hero-badge-dot{width:5px;height:5px;border-radius:50%;background:var(--purple-light)}
.hero-h1{position:relative;z-index:1;max-width:900px;font-size:clamp(2.2rem,5.5vw,4rem);font-weight:800;letter-spacing:-.04em;line-height:1.07;margin-bottom:20px}
.hero-h1 .line2{display:block;background:linear-gradient(to right,#fff,var(--purple-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-sub{position:relative;z-index:1;max-width:480px;font-size:17px;color:var(--muted);line-height:1.7;margin-bottom:36px}
.hero-cta-wrap{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:36px}
.hero-note{font-size:13px;color:var(--subtle)}
.hero-avatars{position:relative;z-index:1;display:flex;align-items:center;gap:10px;margin-bottom:52px}
.avatar-stack{display:flex}
.avatar-stack img{width:34px;height:34px;border-radius:50%;border:2px solid var(--bg);object-fit:cover;margin-left:-10px}
.avatar-stack img:first-child{margin-left:0}
.hero-avatars-text{font-size:13px;color:var(--muted)}
.hero-video-wrap{position:relative;z-index:1;width:100%;max-width:960px;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 32px 100px rgba(0,0,0,.6),0 0 60px rgba(255,122,26,.15)}
.hero-video-wrap::before{content:'';position:absolute;inset-x:0;top:0;z-index:10;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent)}
.hero-video-wrap video,.hero-video-wrap img{width:100%}
.hero-caption{margin-top:14px;font-size:13px;color:var(--subtle)}

/* ── quote section ── */
.quote-section{padding:96px 24px;display:flex;flex-direction:column;align-items:center}
.badge-pill{display:inline-flex;align-items:center;gap:6px;border-radius:100px;border:1px solid var(--purple-border);background:rgba(255,122,26,.1);padding:5px 14px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--purple-light);margin-bottom:32px}
.badge-pill-dot{width:5px;height:5px;border-radius:50%;background:var(--purple-light)}
.blockquote-text{max-width:780px;text-align:center;font-size:clamp(1.4rem,3vw,2.25rem);font-weight:700;line-height:1.22;letter-spacing:-.02em;margin-bottom:32px}
.blockquote-author{display:flex;align-items:center;gap:14px}
.blockquote-author img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.1)}
.blockquote-meta span{display:block}
.blockquote-name{font-size:13px;font-weight:600}
.blockquote-role{font-size:12px;color:var(--subtle)}

/* ── who for ── */
.who-section{padding:96px 0}
.section-tag{display:inline-flex;align-items:center;gap:6px;border-radius:100px;border:1px solid var(--purple-border);background:rgba(255,122,26,.1);padding:5px 14px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--purple-light);margin-bottom:20px}
.section-tag-dot{width:5px;height:5px;border-radius:50%;background:var(--purple-light)}
.section-h2{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;letter-spacing:-.03em;margin-bottom:14px}
.section-p{font-size:16px;color:var(--muted);max-width:480px}
.who-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:52px}
.who-card{border-radius:18px;border:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,rgba(255,255,255,.04),transparent);padding:32px}
.who-icon{width:48px;height:48px;border-radius:14px;background:rgba(255,122,26,.12);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.who-icon svg{color:var(--purple-light)}
.who-tag{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--purple-light);margin-bottom:8px}
.who-card h3{font-size:18px;font-weight:700;letter-spacing:-.02em;margin-bottom:8px}
.who-card p{font-size:14px;color:var(--muted);line-height:1.65}
.cta-center{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:48px}

/* ── showcase ── */
.showcase-section{padding:96px 0}
.showcase-scroll-wrap{position:relative;margin-top:48px;overflow-x:auto;overflow-y:clip;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x pan-y}
.showcase-scroll-wrap::-webkit-scrollbar{display:none}
.showcase-fade-l{position:absolute;left:0;top:0;z-index:2;width:64px;height:100%;background:linear-gradient(to right,var(--bg),transparent);pointer-events:none}
.showcase-fade-r{position:absolute;right:0;top:0;z-index:2;width:64px;height:100%;background:linear-gradient(to left,var(--bg),transparent);pointer-events:none}
.showcase-scroll{display:flex;gap:16px;width:max-content;min-width:100%;padding:4px 24px 12px;scroll-snap-type:x proximity}
.showcase-card{flex:none;width:min(88vw,640px);border-radius:18px;border:1px solid rgba(255,255,255,.07);background:linear-gradient(180deg,rgba(255,255,255,.04),transparent);overflow:hidden;scroll-snap-align:center;transition:border-color .2s}
.showcase-card:hover{border-color:var(--purple-border)}
.showcase-card.is-active{border-color:var(--purple-border)}
.showcase-video{width:100%;aspect-ratio:16/9;object-fit:cover;background:#111;display:block}

/* ── features ── */
.features-section{padding:96px 0}
.features-list{display:flex;flex-direction:column;gap:20px;margin-top:52px}
.feature-row{display:flex;overflow:hidden;border-radius:18px;border:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,rgba(255,255,255,.04),transparent);content-visibility:auto;contain-intrinsic-size:440px}
.feature-row.reverse{flex-direction:row-reverse}
.feature-text{flex:1;padding:40px 44px;display:flex;flex-direction:column;justify-content:center}
.feature-text h3{font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:700;letter-spacing:-.02em;margin-bottom:12px}
.feature-text p{font-size:16px;color:var(--muted);line-height:1.7;max-width:400px}
.feature-media{flex:1;overflow:hidden;background:#111;min-height:280px}
.feature-media video,.feature-media img{width:100%;height:100%;object-fit:cover}
.feature-media--pending{background:linear-gradient(145deg,#141414,#0c0c0c)}

/* ── editor ── */
.editor-section{padding:96px 0}
.editor-layout{display:flex;gap:48px;margin-top:52px;align-items:flex-start}
.editor-list{flex:1;min-width:0}
.editor-item{display:flex;align-items:flex-start;gap:16px;width:100%;padding:24px 0;border-bottom:1px solid var(--border);text-align:left;color:inherit;border-radius:0;transition:background .18s,border-color .18s,opacity .18s}
.editor-item:last-child{border-bottom:none}
.editor-item:hover,.editor-item:focus-visible{background:rgba(255,255,255,.03)}
.editor-item:focus-visible{outline:2px solid var(--purple-border);outline-offset:4px}
.editor-item.is-active{border-bottom-color:var(--purple-border)}
.editor-item.is-active .editor-item-icon{background:rgba(255,122,26,.2);box-shadow:0 0 30px rgba(255,122,26,.18)}
.editor-item.is-active h4{color:#fff}
.editor-item-icon{width:40px;height:40px;border-radius:10px;background:rgba(255,122,26,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--purple-light)}
.editor-item h4{font-size:18px;font-weight:600;letter-spacing:-.01em;margin-bottom:5px}
.editor-item p{font-size:14px;color:var(--muted);line-height:1.65}
.editor-preview{width:50%;flex-shrink:0;position:sticky;top:88px;overflow:hidden;border-radius:18px;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 80px rgba(0,0,0,.5);background:#111}
.editor-preview video,.editor-preview img{width:100%;display:block;aspect-ratio:16/10;object-fit:cover}
.editor-preview img{transition:opacity .18s ease,transform .18s ease}
.editor-preview.is-switching img{opacity:.35;transform:scale(1.01)}

/* ── mac section ── */
.mac-section{padding:96px 24px}
.mac-box{border-radius:24px;border:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,.04),transparent);padding:64px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.mac-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}
.mac-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:100px;border:1px solid var(--border);background:var(--card);font-size:13px;font-weight:500;color:var(--muted)}
.mac-tag-dot{width:6px;height:6px;border-radius:50%;background:var(--purple-light)}
.mac-img{border-radius:16px;border:1px solid var(--border);overflow:hidden}
.mac-img img{width:100%}

/* ── testimonials ── */
.testi-section{padding:96px 0}
.testi-grid{columns:3;gap:14px;margin-top:52px}
.testi-card{break-inside:avoid;display:block;border-radius:14px;border:1px solid var(--border);background:var(--card);padding:20px;margin-bottom:14px;transition:border-color .15s,background .15s;cursor:default;text-decoration:none;color:inherit}
.testi-card:hover{border-color:var(--purple-border);background:var(--card-hover)}
.testi-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.testi-avatar{width:34px;height:34px;border-radius:50%;background:var(--card-hover);flex-shrink:0;object-fit:cover;border:1px solid var(--border)}
.testi-name{font-size:13px;font-weight:600}
.testi-text{font-size:13px;color:var(--muted);line-height:1.7;white-space:pre-line}
.show-more-wrap{text-align:center;margin-top:32px}
.show-more-btn{display:inline-flex;align-items:center;height:40px;padding:0 22px;border-radius:100px;border:1px solid var(--border-strong);font-size:13px;font-weight:500;color:var(--muted);transition:all .15s}
.show-more-btn:hover{background:var(--card);color:#fff}

/* ── pricing ── */
.pricing-section{padding:96px 0}
.pricing-card{max-width:440px;margin:0 auto;background:var(--card);border:1px solid var(--border-strong);border-radius:22px;padding:40px;position:relative;overflow:hidden;margin-top:52px}
.pricing-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--purple),var(--purple-light))}
.pricing-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:100px;background:rgba(234,179,8,.1);border:1px solid rgba(234,179,8,.25);color:#eab308;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:20px}
.pricing-price{font-size:72px;font-weight:900;letter-spacing:-.04em;line-height:1;margin-bottom:4px}
.pricing-price sup{font-size:26px;vertical-align:super;font-weight:700}
.pricing-note{font-size:13px;color:var(--subtle);margin-bottom:28px}
.pricing-subtitle{font-size:15px;color:var(--muted);margin-bottom:28px}
.pricing-cta{width:100%;height:52px;border-radius:14px;background:#fff;color:#0b0b0f;font-size:16px;font-weight:700;margin-bottom:20px;transition:all .15s;display:flex;align-items:center;justify-content:center}
.pricing-cta:hover{background:#e4e4e7;transform:translateY(-1px)}
.pricing-features{text-align:left;border-top:1px solid var(--border);padding-top:20px}
.pricing-feature{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);padding:5px 0}
.pricing-feature svg{color:var(--green);flex-shrink:0}
.pricing-guarantee{margin-top:16px;text-align:center;font-size:12px;color:var(--subtle)}

/* ── faq ── */
.faq-section{padding:96px 0}
.faq-wrap{max-width:780px;margin:0 auto}
.faq-header{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;margin-bottom:48px}
.faq-founder{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:28px}
.faq-founder-name{font-size:15px;font-weight:700;margin-bottom:3px}
.faq-founder-title{font-size:12px;color:var(--subtle);margin-bottom:14px}
.faq-founder-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;margin-bottom:14px;border:2px solid var(--border)}
.faq-founder p{font-size:13px;color:var(--muted);line-height:1.7}
.faq-founder p+p{margin-top:10px}
.faq-list{max-width:680px}
details{border-bottom:1px solid var(--border)}
details:first-child{border-top:1px solid var(--border)}
summary{display:flex;align-items:center;justify-content:space-between;padding:20px 0;font-size:15px;font-weight:600;cursor:pointer;list-style:none;gap:16px}
summary::-webkit-details-marker{display:none}
.faq-toggle{width:22px;height:22px;border-radius:50%;border:1px solid var(--border-strong);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:13px;color:var(--muted);transition:all .2s}
details[open] .faq-toggle{background:rgba(255,122,26,.15);border-color:var(--purple-border);color:var(--purple-light)}
.faq-answer{padding:0 0 20px;font-size:14px;color:var(--muted);line-height:1.75;max-width:600px}
.faq-answer p+p{margin-top:10px}
.faq-answer a{color:var(--purple-light);text-decoration:underline;text-underline-offset:2px}

/* ── download ── */
.download-section{padding:96px 24px}
.download-box{border-radius:24px;border:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,.04),transparent);padding:64px;text-align:center;max-width:680px;margin:0 auto}
.download-box p.dl-sub{font-size:16px;color:var(--muted);margin:12px auto 32px;max-width:460px;line-height:1.65}
.dl-note{font-size:12px;color:var(--subtle);margin-top:10px}
.dl-mobile-note{margin-top:32px;border-top:1px solid var(--border);padding-top:24px}
.dl-mobile-note p{font-size:13px;color:var(--subtle);margin-bottom:14px}
.dl-email-row{display:flex;gap:8px;max-width:320px;margin:0 auto}
.dl-email-row input{flex:1;height:40px;border-radius:8px;border:1px solid var(--border-strong);background:var(--card);color:#fff;font-size:13px;padding:0 14px;outline:none}
.dl-email-row input::placeholder{color:var(--subtle)}
.dl-email-row input:focus{border-color:var(--purple-border)}
.dl-email-row button{height:40px;padding:0 18px;border-radius:8px;background:var(--purple);font-size:13px;font-weight:600;color:#fff;transition:background .15s}
.dl-email-row button:hover{background:#ff8c2e}
.dl-no-spam{font-size:11px;color:var(--subtle);margin-top:8px;text-align:center}

/* ── footer ── */
footer.site-footer{border-top:1px solid var(--border);padding:60px 0 32px}
.footer-top{display:grid;grid-template-columns:1fr;gap:48px;margin-bottom:52px;max-width:520px}
.footer-brand{display:flex;align-items:center;gap:9px;font-size:15px;font-weight:700;margin-bottom:12px}
.footer-brand img{width:36px;height:36px;border-radius:9px}
.footer-brand-desc{font-size:13px;color:var(--muted);line-height:1.65;max-width:280px;margin-bottom:18px}
.footer-socials{display:flex;gap:16px}
.footer-social-link{font-size:12px;color:var(--subtle);display:inline-flex;align-items:center;gap:5px;transition:color .12s}
.footer-social-link:hover{color:var(--muted)}
.footer-affiliate-label{font-size:13px;font-weight:600;margin-bottom:6px}
.footer-affiliate-sub{font-size:12px;color:var(--muted);margin-bottom:14px}
.footer-affiliate-link{display:inline-flex;align-items:center;height:34px;padding:0 14px;border-radius:8px;border:1px solid var(--border-strong);background:var(--card);font-size:12px;font-weight:500;color:var(--muted);transition:all .12s}
.footer-affiliate-link:hover{color:#fff;border-color:var(--border-strong)}
.footer-nav-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:28px;padding-top:40px;border-top:1px solid var(--border);margin-bottom:36px}
.footer-nav-title{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:16px}
.footer-nav-title-spaced{margin-top:28px}
.footer-nav-group{margin:0 0 18px;padding:0 0 14px;border-bottom:1px solid rgba(255,255,255,.06)}
.footer-nav-group:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:0}
.footer-nav-subtitle{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--purple-light);margin:0 0 10px;line-height:1.3}
.footer-nav ul{display:flex;flex-direction:column;gap:7px;margin:0}
.footer-nav-group ul{padding-left:10px;border-left:1px solid rgba(255,255,255,.12)}
.footer-nav a{font-size:12px;font-weight:400;color:var(--muted);transition:color .12s;display:block;line-height:1.35}
.footer-nav a:hover{color:#fff}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;border-top:1px solid var(--border);padding-top:24px}
.footer-copy{font-size:12px;color:var(--subtle)}
.footer-bottom-right{font-size:12px;color:var(--subtle)}

/* ── cookie banner ── */
.cookie-banner{position:fixed;right:24px;bottom:24px;z-index:80;width:min(320px,calc(100vw - 32px));border-radius:14px;background:#fff;color:#3f3f46;box-shadow:0 24px 80px rgba(0,0,0,.32);padding:16px;display:none}
.cookie-banner.is-visible{display:block}
.cookie-banner p{font-size:12px;line-height:1.6;margin-bottom:12px}
.cookie-banner a{color:#18181b;text-decoration:underline;text-underline-offset:2px}
.cookie-actions{display:flex;gap:8px}
.cookie-actions button{flex:1;height:32px;border-radius:8px;font-size:12px;transition:all .15s}
.cookie-decline{border:1px solid #e4e4e7;color:#71717a;background:#fff}
.cookie-decline:hover{border-color:#d4d4d8;color:#3f3f46}
.cookie-accept{background:#18181b;color:#fff}
.cookie-accept:hover{background:#3f3f46}

/* ── utils ── */
.text-center{text-align:center}
.text-center .section-p{margin:0 auto}

/* ============================================================
   INNER PAGE STYLES
   ============================================================ */

/* page hero (inner pages) */
.page-hero{padding:120px 24px 64px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}
.page-hero-glow{position:absolute;top:60px;left:50%;transform:translateX(-50%);width:560px;height:300px;border-radius:50%;background:var(--purple-glow);filter:blur(120px);pointer-events:none}
.page-hero h1{position:relative;z-index:1;font-size:clamp(1.8rem,4vw,3rem);font-weight:800;letter-spacing:-.04em;line-height:1.1;margin-bottom:18px;max-width:760px}
.page-hero p.lead{position:relative;z-index:1;font-size:17px;color:var(--muted);line-height:1.7;max-width:540px;margin-bottom:32px}
.page-hero .hero-note{font-size:13px;color:var(--subtle);margin-top:10px}

/* breadcrumb */
.breadcrumb{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--subtle);margin-bottom:16px;position:relative;z-index:1}
.breadcrumb a{color:var(--subtle);transition:color .12s}
.breadcrumb a:hover{color:var(--muted)}
.breadcrumb span{color:var(--subtle)}

/* inner page content */
.inner-content{padding:0 24px 80px}
.inner-content h2{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;letter-spacing:-.02em;margin-bottom:12px;margin-top:48px}
.inner-content h3{font-size:17px;font-weight:600;letter-spacing:-.01em;margin-bottom:8px;margin-top:28px}
.inner-content p{font-size:15px;color:var(--muted);line-height:1.75;margin-bottom:14px}
.inner-content a{color:var(--purple-light);text-decoration:underline;text-underline-offset:2px}
.inner-content a.btn-primary,
.inner-content a.btn-secondary,
.inner-content a.btn-purple,
.inner-content a.btn-outline-sm,
.cta-band a.btn-primary,
.cta-band a.btn-secondary,
.tool-cta-note a.btn-primary{
  color:#fff;
  text-decoration:none;
}
.inner-content a.btn-primary:hover,
.cta-band a.btn-primary:hover,
.tool-cta-note a.btn-primary:hover{color:#fff;text-decoration:none}
.inner-content a.btn-secondary:hover,
.cta-band a.btn-secondary:hover{color:#fff;text-decoration:none}
.inner-content ul{display:flex;flex-direction:column;gap:10px;margin:0 0 18px;padding:0;list-style:none}
.inner-content ul li{display:block;position:relative;padding-left:18px;font-size:15px;color:#e4e4e7;line-height:1.7}
.inner-content ul li::before{content:'';position:absolute;left:0;top:.62em;width:5px;height:5px;border-radius:50%;background:var(--purple-light)}
.inner-content ul li:has(.check-dot){display:flex;align-items:flex-start;gap:9px;padding-left:0}
.inner-content ul li:has(.check-dot)::before{display:none}
.check-dot{flex-shrink:0;width:16px;height:16px;margin-top:2px;color:var(--green)}

/* advantages grid */
.adv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:32px 0}
.adv-card{border-radius:16px;border:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,rgba(255,255,255,.04),transparent);padding:24px}
.adv-card h3{font-size:15px;font-weight:700;letter-spacing:-.01em;margin-bottom:6px;margin-top:0}
.adv-card p{font-size:13px;color:var(--muted);line-height:1.65;margin:0}

/* comparison table */
.compare-wrap{overflow-x:auto;margin:32px 0}
.compare-table{width:100%;border-collapse:collapse;min-width:500px}
.compare-table th,.compare-table td{padding:13px 16px;font-size:13px;text-align:left;border-bottom:1px solid var(--border)}
.compare-table th{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--subtle);background:rgba(255,255,255,.02)}
.compare-table th.col-ours,.compare-table td.col-ours{background:rgba(255,122,26,.07)}
.compare-table th.col-ours{color:var(--purple-light)}
.compare-table td:first-child{color:var(--muted)}
.compare-table td.yes{color:var(--green);font-weight:600}
.compare-table td.no{color:#f87171;font-weight:600}
.compare-table td.partial{color:#fbbf24;font-weight:500}
.compare-table tr:hover td{background:rgba(255,255,255,.02)}
.compare-table tr:hover td.col-ours{background:rgba(255,122,26,.12)}

/* CTA band */
.cta-band{background:linear-gradient(135deg,rgba(255,122,26,.18),rgba(255,159,74,.06));border:1px solid var(--purple-border);border-radius:20px;padding:56px 40px;text-align:center;margin:64px 0}
.cta-band h2{font-size:clamp(1.5rem,2.8vw,2.1rem);font-weight:700;letter-spacing:-.03em;margin-top:0;margin-bottom:12px}
.cta-band p{font-size:16px;color:var(--muted);margin-bottom:28px}
.cta-actions{display:flex;flex-direction:column;align-items:center;gap:8px}

/* inner FAQ */
.inner-faq{margin:0}
.inner-faq details:first-child{border-top:1px solid var(--border)}

/* changelog */
.changelog-timeline{display:flex;flex-direction:column;padding-left:20px;border-left:2px solid var(--purple-border)}
.changelog-entry{padding:0 0 40px 28px;position:relative}
.changelog-entry::before{content:'';position:absolute;left:-7px;top:6px;width:12px;height:12px;border-radius:50%;background:var(--purple);border:2px solid var(--bg)}
.changelog-date{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--subtle);margin-bottom:6px}
.changelog-version{display:inline-flex;padding:3px 10px;border-radius:100px;border:1px solid var(--purple-border);background:rgba(255,122,26,.1);font-size:11px;font-weight:700;color:var(--purple-light);margin-bottom:10px}
.changelog-entry h3{font-size:18px;font-weight:700;letter-spacing:-.01em;margin:0 0 10px}
.changelog-entry ul{display:flex;flex-direction:column;gap:6px;margin:0}
.changelog-entry li{display:flex;gap:8px;font-size:14px;color:var(--muted);line-height:1.6;align-items:flex-start}
.change-tag{display:inline-flex;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;flex-shrink:0;margin-top:2px}
.change-tag.new{background:rgba(34,197,94,.15);color:#22c55e}
.change-tag.fix{background:rgba(251,191,36,.12);color:#fbbf24}
.change-tag.imp{background:rgba(255,122,26,.15);color:var(--purple-light)}

/* blog */
.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}
.post-card{border-radius:16px;border:1px solid rgba(255,255,255,.06);background:var(--card);overflow:hidden;transition:border-color .15s}
.post-card:hover{border-color:var(--border-strong)}
.post-card-img{width:100%;aspect-ratio:16/9;object-fit:cover;background:#111}
.post-card-body{padding:20px}
.post-card-tag{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--purple-light);margin-bottom:8px}
.post-card h3{font-size:15px;font-weight:700;letter-spacing:-.01em;margin-bottom:6px;line-height:1.35}
.post-card p{font-size:12px;color:var(--subtle);line-height:1.6}
.post-card-date{font-size:11px;color:var(--subtle);margin-top:10px}

/* tool page */
.tool-notice{margin:0 0 4px;padding:0;border:0;background:transparent;text-align:left}
.tool-notice p{font-size:14px;font-weight:400;color:var(--muted);line-height:1.7;max-width:none;margin:0}

/* legal pages */
.legal-body h2{font-size:20px;font-weight:700;margin-top:36px;margin-bottom:10px;letter-spacing:-.01em}
.legal-body h3{font-size:16px;font-weight:600;margin-top:22px;margin-bottom:7px}
.legal-body p{font-size:14px;color:var(--muted);line-height:1.75;margin-bottom:12px}
.legal-body ul{display:flex;flex-direction:column;gap:7px;margin:0 0 16px 16px}
.legal-body ul li{font-size:14px;color:var(--muted);line-height:1.65;list-style:disc}
.legal-body a{color:var(--purple-light);text-decoration:underline;text-underline-offset:2px}

/* affiliate */
.affiliate-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:32px 0}
.step-card{border-radius:16px;border:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,rgba(255,255,255,.04),transparent);padding:28px}
.step-num{font-size:36px;font-weight:900;color:var(--purple);letter-spacing:-.04em;line-height:1;margin-bottom:12px}
.step-card h3{font-size:16px;font-weight:700;margin-bottom:8px;margin-top:0;letter-spacing:-.01em}
.step-card p{font-size:13px;color:var(--muted);line-height:1.65;margin:0}

/* ── inner page buttons ── */
.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:44px;padding:0 28px;border-radius:100px;background:var(--purple);font-size:15px;font-weight:600;color:#fff;transition:all .15s;box-shadow:0 0 28px rgba(255,122,26,.35);text-decoration:none}
.btn-primary:hover{background:#ff8c2e;box-shadow:0 0 40px rgba(255,122,26,.5);color:#fff;text-decoration:none}
.btn-secondary{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 24px;border-radius:100px;border:1px solid rgba(255,255,255,.2);font-size:15px;font-weight:500;color:#fff;transition:all .12s;text-decoration:none;margin-left:12px}
.btn-secondary:hover{border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.05);color:#fff;text-decoration:none}

/* ── page-hero-lead (inner pages) ── */
.page-hero-lead{position:relative;z-index:1;font-size:17px;font-weight:400;color:var(--muted);line-height:1.7;max-width:580px;margin:0 auto 32px}
.page-hero h1 + .page-hero-lead{font-weight:400;letter-spacing:0}

/* ── inner-content section heading override ── */
.inner-content .section-h2{font-size:clamp(1.3rem,2.5vw,1.8rem);margin-top:52px;margin-bottom:20px}

/* ── two-column intro (alt/compare pages) ── */
.two-col-intro{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:48px 0}
.col-intro-block{border-radius:16px;border:1px solid rgba(255,255,255,.06);background:var(--card);padding:28px}
.col-intro-block h2{font-size:17px;font-weight:700;letter-spacing:-.01em;margin:0 0 10px;color:#fff}
.col-intro-block p{font-size:13px;color:var(--muted);line-height:1.65;margin-bottom:10px}
.col-intro-block .pricing-note{font-size:12px;color:var(--subtle)}

/* ── limitation list ── */
.limitation-list{display:flex;flex-direction:column;gap:10px;margin:24px 0 40px;padding:0}
.limitation-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--muted);line-height:1.65}
.limitation-list li::before{content:'';flex-shrink:0;width:6px;height:6px;border-radius:50%;background:var(--purple-light);margin-top:7px}

/* ── verdict box ── */
.verdict-box{border-radius:16px;border:1px solid var(--purple-border);background:rgba(255,122,26,.08);padding:28px 32px;margin:48px 0}
.verdict-box h2{font-size:17px;font-weight:700;margin:0 0 10px;letter-spacing:-.01em;color:#fff}
.verdict-box p{font-size:14px;color:var(--muted);line-height:1.7;margin:0}

/* ── body lede ── */
.body-lede{font-size:18px;color:var(--muted);line-height:1.7;margin-bottom:20px}

/* ── blog prose (markdown body, post layout only) ── */
article .inner-content{max-width:760px;margin:0 auto}
article .inner-content strong{color:#fff;font-weight:600}
article .inner-content ul{margin:18px 0 22px}
article .inner-content ol{display:flex;flex-direction:column;gap:10px;margin:18px 0 22px;padding-left:22px;list-style:decimal}
article .inner-content ol li{display:list-item;position:static;padding-left:0;font-size:15px;color:#e4e4e7;line-height:1.7}
article .inner-content ol li::before{display:none;content:none}
article .inner-content ol li::marker{color:var(--purple-light);font-weight:700;font-size:13px}
article .inner-content table{width:100%;border-collapse:collapse;margin:28px 0;font-size:13px}
article .inner-content th,article .inner-content td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--border);color:var(--muted);line-height:1.55}
article .inner-content th{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--subtle);background:rgba(255,255,255,.02)}
article .inner-content tr:hover td{background:rgba(255,255,255,.02)}
article .inner-content pre{background:rgba(255,255,255,.03);border:1px solid var(--border);border-radius:12px;padding:18px 20px;margin:22px 0;overflow-x:auto}
article .inner-content pre code{font-size:13px;line-height:1.9;color:var(--muted)}
article .inner-content code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;color:var(--purple-light);background:rgba(255,122,26,.1);border-radius:5px;padding:1px 5px}
article .inner-content pre code{background:none;padding:0;color:var(--muted)}
@media(max-width:560px){
  article .inner-content th,article .inner-content td{padding:9px 10px;font-size:12px}
}

/* ── tool card ── */
.tool-card{border-radius:20px;border:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,.03),transparent),var(--card);padding:28px;margin:32px 0;text-align:left}
.tool-placeholder{border:2px dashed rgba(255,255,255,.08);border-radius:12px;padding:60px 24px;margin-top:24px;color:var(--subtle)}
.tool-placeholder p{font-size:14px;color:var(--subtle);margin:0}
.tool-placeholder-sub{font-size:12px;color:#3f3f46;margin-top:6px}
.tool-app{margin-top:18px}
.tool-panel{display:flex;flex-direction:column;gap:16px;align-items:stretch}
.tool-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%}
.tool-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.tool-field{display:flex;flex-direction:column;gap:7px;width:100%;font-size:12px;font-weight:600;color:var(--muted)}
.tool-field > span:first-child{font-size:12px;font-weight:600;color:var(--subtle);letter-spacing:.02em}
.tool-field input,.tool-field select,.tool-textarea,.tool-file{width:100%;border:1px solid var(--border-strong);border-radius:10px;background:#0b0b0f;color:#fff;padding:0 12px;min-height:44px;font:inherit;outline:none}
.tool-field input,.tool-field select{padding:11px 12px}
.tool-field input[type=color]{padding:4px;min-height:44px;cursor:pointer}
.tool-field input:focus,.tool-field select:focus,.tool-textarea:focus,.tool-file:focus-within{border-color:var(--purple-border)}
.tool-textarea{min-height:160px;resize:vertical;line-height:1.6;padding:12px}
.tool-file{display:flex;align-items:center;gap:10px;cursor:pointer;padding:0 12px}
.tool-file-input{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden;clip:rect(0 0 0 0)}
.tool-file-btn{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 12px;border-radius:8px;background:rgba(255,255,255,.08);border:1px solid var(--border-strong);font-size:12px;font-weight:600;color:#fff;flex-shrink:0}
.tool-file-name{font-size:12px;font-weight:500;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tool-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:140px;border-radius:10px;background:var(--purple);color:#fff;font-size:14px;font-weight:700;padding:0 20px;transition:background .15s,opacity .15s,border-color .15s;text-decoration:none;box-sizing:border-box}
.tool-btn:hover{background:#ff8c2e;color:#fff;text-decoration:none}
.tool-btn:disabled{opacity:.45;cursor:not-allowed}
.tool-btn-secondary{background:#fff;color:#0b0b0f}
.tool-btn-secondary:hover{background:#e4e4e7;color:#0b0b0f}
.tool-btn-ghost{background:transparent;border:1px solid var(--border-strong);color:#fff}
.tool-btn-ghost:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.28);color:#fff}
.tool-output{width:100%;display:flex;flex-direction:column;gap:12px;align-items:stretch;margin-top:4px}
.tool-status{font-size:13px;color:var(--muted);line-height:1.6}
.tool-result{width:100%;min-height:96px;border-radius:14px;border:1px solid var(--border);background:#0f0f14;padding:18px 20px;font-size:15px;color:#fff;line-height:1.65}
.tool-video,.tool-canvas{width:100%;max-width:100%;border-radius:14px;border:1px solid var(--border);background:#0f0f14;aspect-ratio:16/9;object-fit:contain}
.tool-stage{position:relative;width:100%;border-radius:14px;border:1px solid var(--border);background:#0f0f14;overflow:hidden;min-height:240px}
.tool-stage .tool-video,.tool-stage .tool-canvas{border:0;border-radius:0;aspect-ratio:16/9;min-height:240px}
.tool-stage.is-live .tool-empty{opacity:0;pointer-events:none}
.tool-empty{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;text-align:center;background:radial-gradient(circle at 50% 30%,rgba(255,122,26,.12),transparent 55%),#0f0f14;transition:opacity .2s}
.tool-empty-title{font-size:16px;font-weight:700;color:#fff}
.tool-empty-text{font-size:13px;font-weight:400;color:var(--muted);line-height:1.6;max-width:360px}
.tool-audio-wrap{width:100%;border-radius:14px;border:1px solid var(--border);background:#0f0f14;padding:28px 20px;display:flex;flex-direction:column;gap:14px;align-items:stretch;min-height:140px}
.tool-audio{width:100%;margin:0;min-height:44px}
.tool-howto{margin:48px 0 8px}
.tool-steps{display:flex;flex-direction:column;gap:12px;margin:20px 0 0;padding:0;list-style:none;counter-reset:tool-step}
.inner-content ol.tool-steps,.tool-steps{list-style:none;padding:0}
.tool-steps li{position:relative;padding:16px 18px 16px 58px;border-radius:14px;border:1px solid var(--border);background:var(--card);font-size:14px;font-weight:400;color:var(--muted);line-height:1.65;counter-increment:tool-step}
.tool-steps li::before{content:counter(tool-step);position:absolute;left:16px;top:16px;width:28px;height:28px;border-radius:50%;background:rgba(255,122,26,.15);border:1px solid var(--purple-border);color:var(--purple-light);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}
.tool-timer{width:100%;text-align:center;font-size:clamp(2.8rem,7vw,5.2rem);font-weight:900;letter-spacing:0;line-height:1.1;color:#fff;padding:48px 12px;border-radius:16px;border:1px solid var(--border);background:radial-gradient(circle at 50% 20%,rgba(255,122,26,.18),transparent 55%),linear-gradient(180deg,rgba(255,255,255,.04),transparent);min-height:180px;display:flex;align-items:center;justify-content:center}
.tool-timer:fullscreen,.tool-timer:-webkit-full-screen{display:flex;align-items:center;justify-content:center;background:#0b0b0f}
.tool-cta-note{border-radius:16px;border:1px solid var(--purple-border);background:rgba(255,122,26,.07);padding:28px 32px;margin:40px 0;text-align:center}
.tool-cta-note p{font-size:15px;font-weight:400;color:var(--muted);margin-bottom:20px}
.related-tools-list a{font-weight:600}
.faq-item summary{font-weight:700}
.faq-item p{font-weight:400}
.related-tools{margin:48px 0 24px}
.inner-content ul.related-tools-list,.related-tools-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;margin:8px 0 0;padding:0;list-style:none}
.inner-content ul.related-tools-list li,.related-tools-list li{display:block;margin:0;padding:0}
.inner-content ul.related-tools-list li::before,.related-tools-list li::before{display:none;content:none}
.related-tools-list a{font-size:14px;color:var(--purple-light);text-decoration:underline;text-underline-offset:3px}
.related-tools-list a:hover{color:#fff}
.tools-section-label{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--subtle);margin:48px 0 14px;line-height:1.3}
.tools-section-label:first-of-type{margin-top:8px}
.inner-content ul.tools-hub-grid,.tools-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0 0 40px;padding:0;list-style:none}
.inner-content ul.tools-hub-grid li,.tools-hub-grid li{display:block;margin:0;padding:0;list-style:none}
.inner-content ul.tools-hub-grid li::before,.tools-hub-grid li::before{display:none;content:none}
.inner-content .tools-hub-card,.tools-hub-card{display:block;height:100%;border-radius:16px;border:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,rgba(255,255,255,.04),transparent),var(--card);padding:22px;text-decoration:none;color:inherit;transition:border-color .15s,background .15s}
.inner-content .tools-hub-card:hover,.tools-hub-card:hover{border-color:var(--purple-border);background:var(--card-hover);text-decoration:none}
.inner-content .tools-hub-card h3,.tools-hub-card h3,.tools-hub-title{font-size:17px;font-weight:800;letter-spacing:-.02em;margin:0 0 8px;color:#fff;text-decoration:none;line-height:1.25}
.inner-content .tools-hub-card p,.tools-hub-card p,.tools-hub-desc{font-size:13px;font-weight:400;color:var(--muted);line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-decoration:none}
.seo-crosslink{font-size:14px;color:var(--muted);line-height:1.7;margin:28px 0}
.seo-crosslink a{color:var(--purple-light);text-decoration:underline;text-underline-offset:3px}

/* ── faq items (details/summary) ── */
.faq-list{display:flex;flex-direction:column;gap:0;margin:24px 0 40px}
.faq-item{border-top:1px solid var(--border)}
.faq-item:last-child{border-bottom:1px solid var(--border)}
.faq-item summary{display:flex;align-items:center;justify-content:space-between;padding:18px 0;font-size:15px;font-weight:600;letter-spacing:-.01em;cursor:pointer;list-style:none;gap:16px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';flex-shrink:0;font-size:18px;font-weight:300;color:var(--subtle);transition:transform .2s}
.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-item p{font-size:14px;color:var(--muted);line-height:1.75;padding:0 0 18px;max-width:680px}

/* ── changelog meta/body ── */
.changelog-meta{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.changelog-body ul{display:flex;flex-direction:column;gap:8px;padding:0}
.changelog-body li{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:var(--muted);line-height:1.6;list-style:none}
.change-tags{display:flex;gap:6px;margin-bottom:10px;flex-wrap:wrap}

/* ── blog post cards (new class names) ── */
.post-thumb-link{display:block;line-height:0;overflow:hidden}
.post-thumb{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;object-position:center center;background:var(--card-hover);border-radius:0;display:block}
.post-thumb-placeholder{background:linear-gradient(135deg,rgba(255,122,26,.15),rgba(255,159,74,.06))}
.post-body{padding:20px}
.post-cover{position:relative;z-index:1;margin:28px auto 0;max-width:920px;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 60px rgba(0,0,0,.45)}
.post-cover img{width:100%;height:auto;display:block}
.page-hero-post{padding-bottom:40px}
.page-hero-post .page-hero-lead{margin-bottom:0}
.post-tag{display:inline-flex;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--purple-light);margin-bottom:8px}
.post-body h2{font-size:16px;font-weight:700;letter-spacing:-.01em;margin:0 0 8px;line-height:1.35}
.post-body h2 a{color:#fff;text-decoration:none;transition:color .12s}
.post-body h2 a:hover{color:var(--purple-light)}
.post-body p{font-size:13px;color:var(--subtle);line-height:1.6;margin-bottom:10px}
.post-date{font-size:11px;color:var(--subtle)}

/* ── affiliate steps (ol/li variant) ── */
.affiliate-steps li{display:flex;align-items:flex-start;gap:20px;padding:24px;border-radius:16px;border:1px solid rgba(255,255,255,.06);background:var(--card)}
.affiliate-steps li .step-num{font-size:32px;font-weight:900;color:var(--purple);letter-spacing:-.04em;line-height:1;flex-shrink:0;margin:0}
.affiliate-steps li strong{display:block;font-size:15px;font-weight:700;margin-bottom:6px;color:#fff}
.affiliate-steps li p{font-size:13px;color:var(--muted);line-height:1.65;margin:0}

/* ── fade animation ── */
@media(prefers-reduced-motion:no-preference){
  .fade{opacity:0;transform:translateY(16px);transition:opacity .5s,transform .5s}
  .fade.in{opacity:1;transform:none}
}

/* ── responsive ── */
@media(max-width:1024px){
  .features-section .feature-row,.features-section .feature-row.reverse{flex-direction:column}
  .feature-media{aspect-ratio:16/9}
  .editor-layout{flex-direction:column}
  .editor-preview{width:100%;position:static}
  .mac-box{grid-template-columns:1fr}
  .footer-nav-grid{grid-template-columns:repeat(3,1fr)}
  .adv-grid{grid-template-columns:1fr 1fr}
  .affiliate-steps{grid-template-columns:1fr}
  .post-grid{grid-template-columns:1fr 1fr}
  .two-col-intro{grid-template-columns:1fr}
}
@media(max-width:768px){
  .who-grid{grid-template-columns:1fr}
  .testi-grid{columns:2}
  .nav-links{display:none}
  .footer-top{grid-template-columns:1fr}
  .faq-header{grid-template-columns:1fr}
  .mac-box{padding:32px 20px}
  .cta-band{padding:40px 24px}
  .adv-grid{grid-template-columns:1fr}
  .post-grid{grid-template-columns:1fr}
  .cta-band .btn-secondary{margin-left:0;margin-top:10px}
  .page-hero{padding:100px 20px 48px}
  .tool-grid,.tool-grid-3,.related-tools-list,.tools-hub-grid{grid-template-columns:1fr}
  .tool-card{padding:22px}
  .tool-btn{min-width:0;flex:1 1 auto}
}
@media(max-width:560px){
  .testi-grid{columns:1}
  .footer-nav-grid{grid-template-columns:1fr 1fr}
  .pricing-card{padding:28px 20px}
  .compare-table th,.compare-table td{padding:10px 12px;font-size:12px}
  .btn-primary,.btn-secondary{width:100%;margin-left:0;margin-top:8px}
  .cta-band{padding:32px 16px}
}

/* ── skip link (a11y, visible only on keyboard focus) ── */
.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--purple,#ff7a1a);color:#fff;padding:10px 18px;border-radius:0 0 10px 0;font-weight:600;font-size:14px;text-decoration:none}
.skip-link:focus{left:0}
