:root{--accent:#9a45d7;--accent-dark:#8434c5;--text:#0a0a0a;--muted:#7b7f89;--line:#f0f0f2;--hero:#f8f9fb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:#ffffff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a,button{font:inherit}a{color:inherit;text-decoration:none}.siteHeader{height:72px;border-bottom:1px solid var(--line);background:#ffffff}.headerInner{width:min(100% - 32px,1410px);height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:42px}.brand{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}.brandIcon{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(135deg,#ad59e3,#8137ca);color:#ffffff;font-size:24px;font-weight:800;line-height:1}.brandName{color:var(--accent);font-size:21px;font-weight:500;letter-spacing:-.02em;white-space:nowrap}.mainNav{display:flex;justify-content:flex-end;gap:38px;color:#323641;font-size:14px;line-height:1.15}.mainNav,.navLink{align-items:center}.navLink{min-height:72px;display:inline-flex;gap:6px;white-space:nowrap}.navLink>span:first-child{display:flex;flex-direction:column}.navLink:focus-visible,.navLink:hover{color:var(--accent-dark)}.chevron{color:#7d8188;font-size:16px;transform:translateY(-1px)}.topSpace{height:375px;background:#ffffff}.hero{min-height:470px;background:var(--hero);border-top:1px solid #f3f4f6;display:flex;align-items:flex-start;justify-content:center}.heroInner{width:min(100% - 40px,840px);padding:96px 0 80px;text-align:center}.hero h1{margin:0;font-size:clamp(46px,5.2vw,66px);line-height:1.05;font-weight:800;letter-spacing:-.05em}.hero h2{margin:18px 0 0;color:var(--accent);font-size:clamp(28px,3vw,38px);line-height:1.15;font-weight:500;letter-spacing:-.025em}.hero p{max-width:780px;margin:28px auto 0;color:var(--muted);font-size:clamp(16px,1.45vw,20px);line-height:1.55;font-weight:400}.toolsSection{position:relative;width:min(100% - 48px,1410px);margin:0 auto;padding:56px 0 86px}.toolsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:28px;gap:28px;max-width:1120px}.toolCard{min-height:258px;padding:30px 30px 28px;border:1px solid #f2f3f6;border-radius:28px;background:#fafbfc;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease;outline:none}.toolCard:focus-visible,.toolCard:hover{transform:translateY(-4px);border-color:#e8daf4;background:#ffffff;box-shadow:0 18px 40px rgba(53,25,77,.08)}.toolCard:active{transform:translateY(0) scale(.985);background:#f4ecfb;border-color:#cfa9eb;box-shadow:0 0 0 5px rgba(154,69,215,.12)}.toolIcon{width:60px;height:60px;display:grid;place-items:center;border-radius:17px;background:#ffffff;border:1px solid #f0f1f4;font-size:28px;box-shadow:0 8px 20px rgba(30,30,45,.04)}.toolCard h3{margin:23px 0 9px;max-width:230px;font-size:21px;line-height:1.18;letter-spacing:-.025em}.toolCard p{margin:0;max-width:270px;color:#8a8e98;font-size:14px;line-height:1.55}.introCopy{max-width:1120px;margin-top:58px;padding:54px 30px 12px;border-top:1px solid #f2edf8;color:#555966;font-size:clamp(18px,1.8vw,24px);line-height:1.45}.introCopy p{margin:0}.introCopy p+p{margin-top:26px}.floatingShare{right:0;top:58%;z-index:55;width:48px;height:48px;border:0;border-radius:14px 0 0 14px;background:#050505;color:#ffffff;display:grid;place-items:center;cursor:pointer;font-size:20px;box-shadow:0 10px 25px rgba(0,0,0,.18);transition:transform .15s ease,background .15s ease}.floatingShare:focus-visible,.floatingShare:hover{background:var(--accent-dark);transform:translateX(-3px);outline:none}.floatingShare:active{transform:scale(.94)}.shareLayer{position:fixed;inset:0;z-index:100}.shareBackdrop{inset:0;width:100%;padding:0;border:0;background:rgba(16,16,20,.48);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:default}.shareBackdrop,.sharePanel{position:absolute;height:100%}.sharePanel{top:0;right:0;width:min(100%,470px);overflow-y:auto;padding:34px 30px 38px;background:#ffffff;box-shadow:-16px 0 44px rgba(20,18,28,.16);animation:sharePanelIn .19s ease-out}@keyframes sharePanelIn{0%{transform:translateX(28px);opacity:0}to{transform:translateX(0);opacity:1}}.shareHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:34px}.shareHeader h2{margin:0;font-size:23px;line-height:1.1;letter-spacing:-.03em}.shareHeader span{display:block;margin-top:8px;color:#676b75;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.shareClose{width:36px;height:36px;border:0;border-radius:50%;background:#fafafa;color:#8a8d95;font-size:25px;cursor:pointer}.shareClose:focus-visible,.shareClose:hover{color:#111111;background:#f0f0f2;outline:none}.shareGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.shareItem{min-height:106px;border:1px solid #f1f2f5;border-radius:20px;background:#fafbfc;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;cursor:pointer;color:#40444d;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;transition:transform .15s ease,border-color .15s ease,background .15s ease}.shareItem:focus-visible,.shareItem:hover{transform:translateY(-2px);background:#ffffff;border-color:#e3d4f0;outline:none}.shareItem:active{transform:scale(.97);background:#f4ecfb}.shareBadge{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;color:#ffffff;font-size:11px;font-weight:800;letter-spacing:0}.whatsapp{background:#087b62}.x{background:#000000}.facebook{background:#14549b}.reddit{background:#b03712}.linkedin{background:#0b607d}.telegram{background:#0d5d7b}.pinterest{background:#b00024}.email{background:#424a59}.quickCopyLabel{margin:32px 0 14px;text-align:center;color:#5e626d;font-size:10px;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.copyLinkButton,.systemShareButton{width:100%;min-height:52px;border:0;border-radius:15px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.copyLinkButton{background:#050505;color:#ffffff}.systemShareButton{margin-top:12px;background:#f2dcff;color:#8d42bd}.copyLinkButton:active,.systemShareButton:active{transform:scale(.985)}@media (max-width:980px){.headerInner{gap:24px}.mainNav{gap:20px;font-size:13px}.topSpace{height:300px}.toolsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.siteHeader{height:auto}.headerInner{width:min(100% - 28px,1410px);min-height:72px;align-items:flex-start;padding:16px 0 12px;flex-direction:column;gap:14px}.mainNav{width:100%;overflow-x:auto;justify-content:flex-start;gap:24px;padding-bottom:6px;scrollbar-width:none}.mainNav::-webkit-scrollbar{display:none}.navLink{min-height:44px}.topSpace{height:180px}.hero{min-height:420px}.heroInner{padding:70px 0 64px}.hero h1{font-size:46px}.hero h2{font-size:28px}.hero p{font-size:16px;line-height:1.6}.toolsSection{width:min(100% - 28px,1410px);padding:34px 0 60px}.toolsGrid{grid-template-columns:1fr;gap:18px}.toolCard{min-height:220px;padding:26px}.introCopy{margin-top:38px;padding:38px 8px 6px;font-size:18px}.floatingShare{top:auto;bottom:110px}.sharePanel{width:min(100%,420px);padding:26px 20px 30px}}@media (max-width:480px){.sharePanel{width:100%}.shareGrid{gap:10px}.shareItem{min-height:96px}}.generatorNotes{margin:12px 0;padding:12px 16px;border:1px solid #dbe8e1;border-radius:10px;background:#f7faf8;color:#374151;font-size:.875rem;line-height:1.6;text-align:left}.generatorNotes p{margin:0 0 6px}.generatorNotes p:last-child{margin-bottom:0}.toolsSection{padding-bottom:30px}.contextSection{background:#fbf8ff;border-top:1px solid #f3edf8;border-bottom:1px solid #f3edf8;padding:38px 0 42px}.definitionSection{background:#ffffff;padding:46px 0 62px}.contentInner{width:min(100% - 48px,1120px);margin:0 auto;color:#50545f;font-size:clamp(18px,1.55vw,22px);line-height:1.5}.contentInner p{margin:0}.contentInner p+p{margin-top:22px}.definitionSection h2{margin:0 0 24px;color:#0a0a0a;font-size:clamp(38px,4.2vw,58px);line-height:1.06;letter-spacing:-.045em;font-weight:800}.floatingShare{position:fixed}@media (max-width:760px){.toolsSection{padding-bottom:24px}.contextSection{padding:30px 0 34px}.definitionSection{padding:36px 0 48px}.contentInner{width:min(100% - 28px,1120px);font-size:17px;line-height:1.58}.contentInner p+p{margin-top:18px}.definitionSection h2{margin-bottom:20px;font-size:39px}}.guideSection{background:#ffffff;padding:42px 0 10px}.guideSectionAlt{padding-top:34px}.guideSection h2{margin:0 0 22px;color:#0a0a0a;font-size:clamp(32px,3.2vw,46px);line-height:1.08;letter-spacing:-.035em;font-weight:800}.guideSection p{margin:0}.guideSection p+p{margin-top:20px}.guideSteps{margin:22px 0;padding-left:26px}.guideSteps li{margin:0 0 14px;padding-left:6px}.reasonsImageSection{background:#ffffff;padding:34px 0 58px}.reasonsImageInner img{display:block;width:100%;height:auto;border-radius:26px;box-shadow:0 16px 40px rgba(58,34,90,.08)}@media (max-width:760px){.guideSection{padding-top:32px}.guideSectionAlt{padding-top:28px}.guideSection h2{font-size:34px;margin-bottom:18px}.guideSteps{padding-left:22px}.reasonsImageSection{padding:26px 0 42px}.reasonsImageInner img{border-radius:18px}}.faqSection{padding:72px 0 84px;background:#ffffff;border-top:1px solid #f2eef6}.faqInner{width:min(100% - 48px,1120px);margin:0 auto}.faqHeading{max-width:820px;margin:0 auto;text-align:center}.faqHeading h2{margin:0;color:#0a0a0a;font-size:clamp(42px,4.8vw,64px);line-height:1.03;letter-spacing:-.045em;font-weight:800}.faqHeading p{margin:18px auto 0;color:#747883;font-size:clamp(16px,1.4vw,19px);line-height:1.55}.faqList{display:grid;grid-gap:16px;gap:16px;margin-top:48px}.faqItem{overflow:hidden;border:1px solid #eee8f4;border-radius:24px;background:#ffffff;box-shadow:0 8px 26px rgba(57,37,78,.04)}.faqItemOpen{border-color:#cfa9e8;background:#fcf9ff}.faqQuestion{width:100%;min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 26px;border:0;background:transparent;color:#171717;text-align:left;cursor:pointer;font:inherit}.faqQuestion>span:first-child{font-size:clamp(18px,1.8vw,22px);line-height:1.3;font-weight:800}.faqItemOpen .faqQuestion>span:first-child{color:#8b3fc2}.faqToggle{flex:0 0 34px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#963fd1;color:#ffffff;font-size:18px;line-height:1;font-weight:800}.faqAnswer{padding:0 26px 26px}.faqAnswer p{max-width:970px;margin:0;color:#666a74;font-size:17px;line-height:1.65}@media (max-width:760px){.faqSection{padding:50px 0 60px}.faqInner{width:min(100% - 28px,1120px)}.faqHeading h2{font-size:40px}.faqList{margin-top:34px;gap:13px}.faqItem{border-radius:21px}.faqQuestion{min-height:72px;padding:20px;gap:16px}.faqQuestion>span:first-child{font-size:18px}.faqToggle{flex-basis:32px;width:32px;height:32px}.faqAnswer{padding:0 20px 22px}.faqAnswer p{font-size:16px}}