@import"https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800&display=swap";:root{font-family:Vazirmatn,Tahoma,sans-serif;color:#22312e;background:#faf9f6;font-synthesis:none;--green:#184c43;--mint:#dcebe5;--gold:#c89b52;--cream:#f2eee5}*{box-sizing:border-box}body{margin:0;direction:rtl}a{text-decoration:none;color:inherit}header{background:#fff;position:relative;z-index:5}.topbar{height:40px;background:#163f39;color:#dce9e6;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between;font-size:12px}.topbar span{display:flex;align-items:center;gap:7px}.brand{max-width:1200px;margin:auto;padding:25px 24px;display:flex;align-items:center;gap:14px}.logo{width:64px;height:64px;background:var(--mint);color:var(--green);display:grid;place-items:center;border-radius:50% 50% 12px}.logo svg{width:37px;height:37px}.brand h1{font-size:25px;margin:0;color:var(--green)}.brand p{margin:4px 0 0;color:#73817d;font-size:13px}nav{border-top:1px solid #edf0ef;border-bottom:1px solid #e5e9e7;min-height:59px;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between}.links,.auth{display:flex;align-items:center;height:100%;gap:8px}.links a,.auth a{padding:18px 15px;display:flex;gap:7px;align-items:center;font-size:14px}.links svg,.auth svg{width:17px}.auth a:last-child{background:var(--gold);color:#fff;padding:10px 17px;border-radius:8px}.menu{display:none;background:none;border:0}.hero{min-height:570px;background:linear-gradient(115deg,#f8f5ee 0,#f8f5ee 56%,#dce9e4 56%);display:grid;grid-template-columns:1.1fr .9fr;align-items:center;padding:55px max(7vw,30px);overflow:hidden}.heroCopy{max-width:650px}.eyebrow,.sectionHead span,.about>div>span,.surveyIntro>span,.post>span{color:#b27b29;font-size:13px;font-weight:700;letter-spacing:.5px}.hero h2{font-size:48px;line-height:1.45;color:var(--green);margin:12px 0}.hero h2 em{font-style:normal;color:#a7712b}.hero p{line-height:2.1;color:#596965;max-width:590px}.actions{display:flex;gap:12px;margin-top:30px}.actions a{padding:13px 22px;border-radius:8px;font-size:14px}.primary{background:var(--green);color:#fff;display:flex;align-items:center}.primary svg{width:17px}.secondary{border:1px solid #9eb1ac}.heroArt{height:400px;position:relative;display:grid;place-items:center}.rings{width:290px;height:290px;border-radius:50%;border:1px solid #8daea5;position:relative}.rings:before,.rings:after{content:"";position:absolute;border-radius:50%;border:2px solid var(--gold);width:180px;height:180px;top:55px}.rings:before{right:28px}.rings:after{left:28px}.rings span{position:absolute;width:11px;height:11px;border-radius:50%;background:var(--gold);top:139px}.rings span:first-child{right:4px}.rings span:last-child{left:4px}.quote{position:absolute;bottom:8px;background:#fff;padding:18px 24px;border-radius:12px;box-shadow:0 18px 40px #315d5222;color:#42665d;font-size:14px}.notes,.content,.about,.surveyPage,.post{max-width:1200px;margin:auto;padding:80px 24px}.notes h2,.sectionHead h2,.about h2,.surveyIntro h2{font-size:30px;color:var(--green)}.noteGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.noteGrid div{background:#fff;padding:24px;border:1px solid #e5e9e6;border-radius:12px;display:flex;gap:16px;align-items:flex-start}.noteGrid b{min-width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:var(--green)}.noteGrid p{margin:4px 0;line-height:1.9;font-size:14px;color:#53645f}.tinted{max-width:none;background:#f1eee7;padding-left:max(7vw,24px);padding-right:max(7vw,24px)}.tinted .sectionHead,.tinted .cards{max-width:1200px;margin-left:auto;margin-right:auto}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e1e6e3;transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:0 20px 35px #244a4014}.cover{height:185px;background:linear-gradient(135deg,#b8cdc7,#608e82);background-size:cover;background-position:center;position:relative}.cover span{position:absolute;top:15px;right:15px;background:#fff;color:var(--green);padding:6px 12px;border-radius:20px;font-size:11px}.cardbody{padding:20px}.meta{display:flex;gap:18px;color:#89958f;font-size:11px}.meta span{display:flex;align-items:center;gap:5px}.meta svg{width:14px}.card h3{font-size:17px;line-height:1.75;margin:13px 0;color:#264b43}.card p{font-size:13px;line-height:1.9;color:#687873;height:50px;overflow:hidden}.cardbody>a{display:flex;align-items:center;color:#a67128;font-size:13px;font-weight:600;margin-top:18px}.cardbody>a svg{width:16px}.location{font-size:12px;display:flex;gap:5px;color:#677}.location svg{width:15px}.empty{grid-column:1/-1;padding:55px;text-align:center;border:1px dashed #b9c7c2;border-radius:12px;color:#7a8984}.empty svg{width:40px;height:40px}.about{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about p{line-height:2.2;color:#63726e}footer{background:#153e38;color:#dce7e4;padding:55px max(7vw,24px) 22px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:45px}footer h3{color:#fff}footer p,footer a{font-size:13px;line-height:2;display:block;color:#bbcfca}footer small{grid-column:1/-1;border-top:1px solid #ffffff20;padding-top:20px;text-align:center}.surveyPage{max-width:950px}.surveyIntro{text-align:center;margin-bottom:40px}.surveyPage form{background:#fff;border:1px solid #e1e7e4;border-radius:16px;padding:35px}.fields{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.fields label{font-size:13px;color:#4b625c}.fields input,textarea{display:block;width:100%;margin-top:8px;border:1px solid #d9e1de;border-radius:8px;padding:12px;font:inherit;outline:none}.fields input:focus,textarea:focus{border-color:#4c7b70}.surveyPage fieldset{border:0;border-top:1px solid #e7ebe9;margin-top:28px;padding:25px 0 0}.surveyPage legend{padding-left:15px;font-weight:600;color:#284e45}.choice{display:inline-flex;margin:15px 0 0 10px}.choice input{position:absolute;opacity:0}.choice span{display:block;padding:9px 18px;border:1px solid #d5dfdc;border-radius:8px;font-size:13px;cursor:pointer}.choice input:checked+span{background:var(--green);color:#fff;border-color:var(--green)}.submit{margin-top:30px;border:0;background:var(--gold);color:#fff;padding:13px 22px;border-radius:8px;font:inherit;display:flex;gap:8px;align-items:center;cursor:pointer}.submit svg{width:18px}.status{color:var(--green);font-weight:600}.noq{text-align:center;color:#7b8985;padding:30px}.post{max-width:850px}.post h2{font-size:37px;color:var(--green);line-height:1.6}.post img{width:100%;max-height:440px;object-fit:cover;border-radius:14px;margin:30px 0}.post>p{white-space:pre-line;line-height:2.2;color:#53645f}.loading{text-align:center;padding:100px}.menu{cursor:pointer}@media (max-width:800px){.topbar span:first-child{display:none}.brand{padding:18px}.logo{width:50px;height:50px}.brand h1{font-size:19px}.brand p{font-size:11px}nav{padding:0 15px}.menu{display:block}.links{display:none;position:absolute;top:100%;right:0;left:0;background:#fff;height:auto;padding:10px;box-shadow:0 15px 30px #0002}.links.open{display:block}.auth a:first-child{display:none}.auth a:last-child{font-size:12px}.hero{grid-template-columns:1fr;background:linear-gradient(#f8f5ee,#dce9e4);padding:55px 24px}.hero h2{font-size:34px}.heroArt{height:320px}.rings{transform:scale(.8)}.noteGrid,.cards,.fields{grid-template-columns:1fr}.notes,.content,.about,.surveyPage{padding:55px 18px}.about{grid-template-columns:1fr;gap:5px}footer{grid-template-columns:1fr;gap:20px}.surveyPage form{padding:22px 16px}.post h2{font-size:27px}}.consent{display:flex;align-items:flex-start;gap:10px;margin-top:25px;font-size:13px;color:#52655f}.consent input{margin-top:4px;accent-color:var(--green)}:root{--green:#421938;--mint:#f8dce6;--gold:#c99a55;--cream:#fff8f5;color:#3c2935;background:#fffaf8}.topbar{background:linear-gradient(90deg,#2b1238,#572044);color:#f8e9f0}.brand{position:relative}.brand:after{content:"پیوندی روشن، انتخابی ماندگار";position:absolute;left:24px;color:#a96983;font-size:12px}.logo{background:linear-gradient(145deg,#fbe4eb,#eed2df);color:#7b2955;box-shadow:0 8px 25px #6f234421}.brand h1{color:#4b183d}.brand p{color:#8a6a7b}nav{border-color:#f0dfe6;background:#fffdfc}.auth a:last-child{background:linear-gradient(135deg,#9e3f6a,#c76887);box-shadow:0 7px 18px #8e31512a}.hero{background:radial-gradient(circle at 85% 20%,#f5cedc 0 8%,transparent 8.3%),radial-gradient(circle at 70% 75%,#edd8e5 0 12%,transparent 12.3%),linear-gradient(120deg,#fff9f6 0,#fff9f6 56%,#f5e1e8 56%);position:relative}.hero:before,.hero:after{content:"♡";position:absolute;color:#b95b7d17;font-family:serif;line-height:1}.hero:before{font-size:230px;left:8%;top:12%}.hero:after{font-size:150px;right:42%;bottom:3%;transform:rotate(-18deg)}.eyebrow,.sectionHead span,.about>div>span,.surveyIntro>span,.post>span{color:#b86b7e}.hero h2{color:#4b183d}.hero h2 em{color:#a43d67}.hero p{color:#715969}.primary{background:linear-gradient(135deg,#542041,#7f2d58);box-shadow:0 12px 25px #59213f2d}.secondary{border-color:#cfaebe;color:#64314d;background:#fff8fa}.rings{border-color:#c58aa3}.rings:before,.rings:after{border-color:#bd8a4d;box-shadow:0 0 0 8px #fff8fb70}.rings span{background:#bd8a4d}.quote{color:#6c3855;border:1px solid #f0dce4;box-shadow:0 18px 40px #5d25431c}.notes h2,.sectionHead h2,.about h2,.surveyIntro h2{color:#4b183d}.noteGrid div{border-color:#f0dfe5;background:linear-gradient(145deg,#fff,#fff9fb)}.noteGrid b{background:#f6dce5;color:#8c315a}.tinted{background:linear-gradient(180deg,#fff7f5,#f8e9ed)}.card{border-color:#eedce3;box-shadow:0 10px 30px #6f29400b}.card:hover{box-shadow:0 22px 40px #702b481c}.cover{background:linear-gradient(145deg,#3b183a,#702853 58%,#bb6582)}.cover:after{content:"♡";position:absolute;left:18px;bottom:4px;color:#ffffff26;font:90px/1 serif}.cover span{color:#7b2b54;background:#fff7fa}.card h3{color:#55213f}.cardbody>a{color:#a34368}.about{position:relative}.about:after{content:"❦";font-size:120px;color:#d5a1b429;position:absolute;left:8%;top:25%}footer{background:linear-gradient(135deg,#281333,#491b3c 65%,#5f2348);color:#f2dfe7}footer p,footer a{color:#d9bcc9}.surveyPage{background:radial-gradient(circle at top right,#f8e1e9,transparent 35%)}.surveyPage form{border-color:#efdce3;box-shadow:0 25px 60px #59213d10}.fields input:focus,textarea:focus{border-color:#a64c70;box-shadow:0 0 0 3px #b85d7d14}.choice input:checked+span{background:#6e284f;border-color:#6e284f}.submit{background:linear-gradient(135deg,#a13e68,#ce718d);box-shadow:0 10px 22px #9c3b6124}.consent input{accent-color:#8d345e}.status{color:#7a2c55}.post h2{color:#4b183d}@media (max-width:800px){.brand:after{display:none}.hero{background:linear-gradient(160deg,#fff9f6,#f3dfe7)}.hero:before{font-size:130px}.hero h2{font-size:32px}}body{background:#fffaf8;color:#362833}.logo{overflow:hidden;background:#fff;border:1px solid #eedce4}.logo img{width:100%;height:100%;object-fit:contain;padding:5px}.brand{padding-top:18px;padding-bottom:18px}.brand:after{content:"پیوندی روشن، انتخابی ماندگار"}.hero{min-height:500px;max-width:1280px;margin:24px auto 0;border-radius:28px;padding:54px clamp(28px,6vw,78px);background:linear-gradient(115deg,#fffaf7 0,#fffaf7 57%,#f6e3ea 57%);box-shadow:0 20px 70px #5320390d}.hero h2{font-size:clamp(36px,4vw,56px);line-height:1.35}.heroCopy>p{max-width:650px;font-size:15px}.heroArt{height:380px}.heroArt img{width:min(86%,390px);max-height:330px;object-fit:contain;filter:drop-shadow(0 22px 30px #54203925);border-radius:18px}.rings{display:none}.trust{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;color:#775a6c;font-size:12px}.trust span:before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;margin-left:7px;border-radius:50%;background:#f0d6e0;color:#7b2a51;font-weight:800}.notes{padding-top:65px;padding-bottom:58px}.sectionTitle{text-align:center;margin-bottom:28px}.sectionTitle span{color:#b75d7c;font-size:12px;font-weight:700}.sectionTitle h2{color:#4b183d;margin:7px 0;font-size:28px}.feed{max-width:1280px;margin:0 auto 80px;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}.feedColumn{background:#fff;border:1px solid #efdee5;border-radius:20px;padding:26px;box-shadow:0 18px 50px #5320390b}.feed .sectionHead{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid #f0e3e8}.feed .sectionHead h2{font-size:23px;margin:5px 0 0}.count{background:#fbecf1!important;color:#93405f!important;padding:7px 11px;border-radius:20px;font-size:11px!important}.feed .cards{display:flex;flex-direction:column;gap:13px}.feed .card{display:grid;grid-template-columns:120px 1fr;min-height:145px;border-radius:14px;box-shadow:none}.feed .card:hover{transform:translateY(-2px)}.feed .cover{height:100%;min-height:145px}.feed .cover:after{font-size:58px}.feed .cover span{top:10px;right:10px;padding:4px 9px}.feed .cardbody{padding:15px 17px}.feed .card h3{font-size:14px;line-height:1.7;margin:8px 0 4px}.feed .card p{font-size:12px;line-height:1.75;height:40px;margin:4px 0}.feed .cardbody>a{margin-top:8px;font-size:12px}.feed .meta{gap:12px}.about{max-width:1280px;margin-bottom:80px;padding:52px clamp(28px,5vw,64px);border-radius:24px;background:linear-gradient(135deg,#3a1732,#672447);color:#f7eaf0;grid-template-columns:.8fr 1.2fr;box-shadow:0 20px 50px #39142e20}.about h2{color:#fff;margin-bottom:10px}.about>div>p{color:#dbc4cf;line-height:2}.about details{background:#ffffff0d;border:1px solid #ffffff22;border-radius:14px;padding:18px 20px}.about summary{cursor:pointer;color:#fff;font-weight:700}.about details p{color:#eedde5;white-space:pre-line;line-height:2.1;margin-bottom:0;max-height:460px;overflow:auto;padding-left:10px}footer{padding-top:48px}.post{min-height:55vh}@media (max-width:900px){.feed{grid-template-columns:1fr}.hero{margin:14px;border-radius:20px;grid-template-columns:1fr;min-height:auto}.heroArt{height:280px}.heroArt img{max-height:230px}.trust{gap:12px}.about{margin:0 18px 55px;grid-template-columns:1fr}}@media (max-width:560px){.topbar{padding:0 14px}.brand{padding:14px}.brand p{max-width:230px}.hero{padding:38px 20px}.hero h2{font-size:31px}.heroArt{height:235px}.quote{font-size:11px;padding:13px}.actions{flex-direction:column}.actions a{justify-content:center;text-align:center}.trust{display:grid;gap:8px}.feed{padding:0 14px}.feedColumn{padding:17px}.feed .card{grid-template-columns:92px 1fr}.feed .cover{min-height:150px}.feed .cardbody{padding:12px}.feed .card p{display:none}.feed .meta span:last-child{display:none}.about{padding:35px 22px}.noteGrid{gap:12px}}:root{--green:#35134f;--mint:#f8dcfa;--gold:#ed00cf;--cream:#fff7ff;color:#33233d;background:#fff9ff}body{background:linear-gradient(180deg,#fffaff 0,#fff 34%,#fdf9ff);color:#33233d}.topbar{background:linear-gradient(90deg,#20103d,#43165d 58%,#691268);color:#f9eaff}.logo{border-color:#f1d1ef;box-shadow:0 8px 28px #d900c425}.brand h1{color:#35134f}.brand p,.brand:after{color:#8d658f}nav{border-color:#f0e0f1}.links a:hover{color:#d600bc;background:#fff5ff}.auth a:last-child,.submit{background:linear-gradient(135deg,#8f1aa6,#ed00cf);box-shadow:0 9px 24px #d900c42c}.hero{background:radial-gradient(circle at 88% 18%,#f5bdf1 0 8%,transparent 8.4%),linear-gradient(115deg,#fffaff 0,#fffaff 57%,#f4ddf8 57%);box-shadow:0 20px 70px #45105d12}.hero:before,.hero:after{color:#dd00c917}.eyebrow,.sectionHead span,.about>div>span,.surveyIntro>span,.post>span,.sectionTitle span{color:#d100b9}.hero h2,.notes h2,.sectionHead h2,.sectionTitle h2,.surveyIntro h2,.post h2{color:#35134f}.hero h2 em{color:#c600b1}.primary{background:linear-gradient(135deg,#35134f,#7a178b 68%,#d500bd);box-shadow:0 12px 28px #66147b2b}.secondary{border-color:#d9a8da;color:#5d2870;background:#fffaff}.trust{color:#725278}.trust span:before,.noteGrid b{background:#f7d9f5;color:#bd00a8}.quote{color:#642770;border-color:#edceef}.noteGrid div,.feedColumn,.card{border-color:#f0ddf1}.feedColumn{box-shadow:0 18px 50px #5112680d}.feed .sectionHead{border-color:#f1e2f3}.count{background:#f9e3fa!important;color:#a00093!important}.cover{background:linear-gradient(145deg,#29113e,#56146a 58%,#db00c2)}.cover span{color:#9d008f;background:#fff7ff}.card h3{color:#461b59}.cardbody>a{color:#c000aa}.about{background:linear-gradient(135deg,#21103c,#46145d 58%,#771176);box-shadow:0 20px 55px #3210472b}footer{background:linear-gradient(135deg,#1c0d34,#38134e 62%,#651062)}.surveyPage{background:radial-gradient(circle at top right,#f5ddf7,transparent 35%)}.fields input:focus,textarea:focus{border-color:#ce00b6;box-shadow:0 0 0 3px #e000c516}.choice input:checked+span{background:#6c147d;border-color:#6c147d}.consent input{accent-color:#c000aa}.status{color:#8e137f}@media (max-width:800px){.hero{background:linear-gradient(160deg,#fffaff,#f1dbf6)}}.logo{background:#fff;border-radius:18px}.logo img{padding:7px;object-fit:contain}.heroArt img{width:210px;height:210px;object-fit:contain;border-radius:0;filter:drop-shadow(0 24px 30px #b000a52b)}.heroArt:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,#f7d7f5 0,#f9eafb 52%,transparent 53%);z-index:-1}@media (max-width:560px){.heroArt img{width:160px;height:160px}.heroArt:before{width:220px;height:220px}}.logo{background:#fff;border-color:#ecd8ef}.logo img{padding:6px}.heroArt{isolation:isolate}.heroArt:before{background:radial-gradient(circle at 45% 38%,#5f2377,#2a103f 72%);box-shadow:0 24px 55px #35104d35}.heroArt img{width:250px;height:250px;filter:drop-shadow(0 12px 22px #12061b44)}@media (max-width:560px){.heroArt img{width:185px;height:185px}}
