:root{--primary-color: #000;--secondary-color: #fff;--tertiary-color: #f0f0f0;--quaternary-color: #e0e0e0;--quinary-color: #d0d0d0;--senary-color: #c0c0c0;--septenary-color: #b0b0b0;--octonary-color: #a0a0a0;--nonary-color: #909090;--denary-color: #808080;--gradient-start: #1567dc;--gradient-end: #18d8e0;--gradient: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%)}*{margin:0;padding:0;box-sizing:border-box;font-family:Rubik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-decoration:none;list-style:none;scroll-behavior:smooth;direction:rtl}body{background-color:#0a0a0a;color:var(--secondary-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;width:100%;margin:0;padding:0}html{overflow-x:hidden;width:100%}.layout-container{position:relative;width:100%;min-height:100vh;overflow-x:hidden;background:#0a0a0a;display:flex;flex-direction:column}.background-gradient{position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at top left,rgba(21,103,220,.15) 0%,transparent 50%),radial-gradient(ellipse at bottom right,rgba(24,216,224,.15) 0%,transparent 50%),linear-gradient(180deg,#0a0a0a,#000);z-index:0}.particles{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.particle{position:absolute;background:linear-gradient(90deg,transparent,var(--gradient-end),transparent);opacity:.1;animation:energyFlow 8s ease-in-out infinite}.particle:nth-child(odd){width:2px;height:200px;background:linear-gradient(180deg,transparent,var(--gradient-start),transparent)}.particle:nth-child(2n){width:200px;height:2px;background:linear-gradient(90deg,transparent,var(--gradient-end),transparent)}@keyframes energyFlow{0%,to{opacity:.05;transform:translate(0) scale(1)}50%{opacity:.2;transform:translate(30px,-30px) scale(1.1)}}.layout-header{position:relative;z-index:10;width:100%;border-bottom:1px solid rgba(255,255,255,.05);background:#0a0a0a80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-content{max-width:1400px;margin:0 auto;padding:1.75rem 3rem;display:flex;justify-content:space-between;align-items:center}.logo-link{display:flex;align-items:center;text-decoration:none;transition:transform .3s ease,opacity .3s ease;opacity:.95}.logo-link:hover{transform:translateY(-2px);opacity:1}.logo{height:3rem;width:auto;object-fit:contain}.header-nav{display:flex;align-items:center;gap:2rem;direction:rtl}.nav-link{color:#ffffffb3;text-decoration:none;font-size:.9375rem;font-weight:500;transition:all .25s ease;padding:.5rem 1rem;border-radius:8px;position:relative}.nav-link:hover,.nav-link.active{color:#fffffff2;background:#ffffff0d}.nav-link.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60%;height:2px;background:var(--gradient);border-radius:2px}.layout-main{position:relative;z-index:10;flex:1;width:100%;min-height:0;overflow-y:auto;overflow-x:hidden}.layout-footer{position:relative;z-index:10;width:100%;border-top:1px solid rgba(255,255,255,.05);background:#0a0a0a80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:auto}.footer-content{max-width:1400px;margin:0 auto;padding:2.5rem 3rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-links{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-link{color:#fff9;text-decoration:none;font-size:.9375rem;font-weight:400;transition:all .25s ease;padding:.5rem .75rem;border-radius:6px}.footer-link:hover{color:#ffffffe6;background:#ffffff0d}.footer-separator{color:#ffffff4d;font-size:.875rem}.footer-copyright{color:#ffffff80;font-size:.875rem;font-weight:400;margin:0;text-align:center}@media(max-width:768px){.header-content{padding:1.5rem 2rem}.logo{height:2.5rem}.header-nav{gap:1.5rem}.nav-link{font-size:.875rem;padding:.5rem .875rem}.footer-content{padding:2rem}}@media(max-width:480px){.header-content{padding:1.25rem 1.5rem}.logo{height:2.25rem}.header-nav{gap:1rem}.nav-link{font-size:.8125rem;padding:.5rem .75rem}.footer-content{padding:2rem 1.5rem;gap:1.25rem}.footer-links{gap:1rem}.footer-link{font-size:.875rem;padding:.5rem}.footer-copyright{font-size:.8125rem}}.home-container{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column}.content{position:relative;width:100%;display:flex;flex-direction:column;color:var(--secondary-color);padding:0;max-width:1400px;margin:0 auto;box-sizing:border-box}.home-main{display:flex;align-items:center;justify-content:center;width:100%;padding:5rem 3rem 4rem;box-sizing:border-box;min-height:70vh}.hero-section{text-align:center;max-width:1000px;width:100%;display:flex;flex-direction:column;align-items:center;gap:2.5rem;animation:fadeInUp .8s ease-out}.home-title{font-size:clamp(3.5rem,10vw,7rem);font-weight:700;line-height:1.1;margin:0;background:var(--gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;letter-spacing:-.02em;margin-bottom:1rem;animation:gradientShift 3s ease infinite;background-size:200% 200%}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.home-subtitle{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:600;margin:0;color:#fffffffa;line-height:1.3;letter-spacing:-.01em}.home-description{font-size:clamp(1.125rem,2vw,1.375rem);font-weight:400;margin:0;color:#ffffffb3;line-height:1.7;max-width:750px}.cta-section{display:flex;gap:1.25rem;margin-top:.5rem;flex-wrap:wrap;justify-content:center;align-items:center}.btn-primary{padding:1.125rem 2.75rem;font-size:1.0625rem;font-weight:600;font-family:Rubik,sans-serif;border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-transform:none;letter-spacing:.01em;background:var(--gradient);color:#fff;box-shadow:0 4px 16px #1567dc4d,0 0 #18d8e000}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1567dc80,0 0 0 4px #18d8e026}.about-bot-section{width:100%;padding:6rem 3rem;box-sizing:border-box;position:relative}.about-bot-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:4rem}.about-bot-header{text-align:center;max-width:800px;margin:0 auto}.about-bot-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;margin:0 0 1.5rem;background:var(--gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.about-bot-subtitle{font-size:clamp(1.125rem,2vw,1.375rem);color:#fffc;line-height:1.7;margin:0}.demo-chat-container{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;min-height:600px}.demo-chat-container:before{content:"";position:absolute;inset:0;background:var(--gradient);opacity:.05;z-index:0}.demo-chat-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:3rem;position:relative;z-index:1}.demo-chat-avatar{width:4rem;height:4rem;border-radius:50%;background:var(--gradient);display:flex;align-items:center;justify-content:center;font-size:2rem;flex-shrink:0;box-shadow:0 8px 24px #1567dc66}.demo-chat-header-text{flex:1}.demo-chat-title{font-size:2rem;font-weight:600;margin:0 0 .5rem;color:#fffffff2}.demo-chat-subtitle{font-size:1rem;color:#ffffffb3;margin:0}.demo-chat-messages-wrapper{position:relative;z-index:1;min-height:650px;padding-bottom:3rem}.demo-chat-messages{display:flex;flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto}.demo-message{display:flex;width:100%}.demo-message-user{justify-content:flex-end}.demo-message-bot{justify-content:flex-start}.demo-message-bubble{max-width:70%;padding:1.25rem 1.5rem;border-radius:20px;font-size:1rem;line-height:1.6;color:#fffffff2}.demo-message-user .demo-message-bubble{background:#1567dc40;border:1px solid rgba(21,103,220,.4);box-shadow:0 4px 12px #1567dc33}.demo-message-bot .demo-message-bubble{background:#ffffff14;border:1px solid rgba(255,255,255,.15);box-shadow:0 4px 12px #0000001a}.demo-alternatives{display:flex;flex-direction:column;gap:.875rem;margin-top:1rem}.demo-alternative{padding:1rem 1.25rem;background:#18d8e026;border:1px solid rgba(24,216,224,.3);border-radius:14px;font-size:.9375rem;color:#fffffff2;transition:all .3s ease}.demo-alternative:hover{background:#18d8e033;border-color:#18d8e066;transform:translate(-4px)}.how-it-works-section{width:100%;padding:6rem 3rem;box-sizing:border-box;position:relative}.how-it-works-container{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3rem}.how-it-works-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;margin:0;background:var(--gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;text-align:center}.how-it-works-subtitle{font-size:clamp(1.125rem,2vw,1.375rem);color:#ffffffb3;text-align:center;margin:0}.steps-container{display:flex;flex-direction:column;gap:3rem;width:100%;position:relative}.step-item{display:flex;align-items:flex-start;gap:2rem;position:relative}.step-number{flex-shrink:0;width:4rem;height:4rem;border-radius:50%;background:var(--gradient);display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;color:#fff;box-shadow:0 8px 24px #1567dc4d;position:relative;z-index:2}.step-content{flex:1;padding-top:.5rem}.step-title{font-size:1.5rem;font-weight:600;margin:0 0 .75rem;color:#fffffff2}.step-description{font-size:1rem;line-height:1.6;margin:0;color:#ffffffbf}.step-connector{position:absolute;right:2rem;top:4rem;width:2px;height:calc(100% + 3rem);background:linear-gradient(180deg,#1567dc66,#18d8e066);z-index:1}.step-item:last-child .step-connector{display:none}.features-section{width:100%;padding:6rem 3rem;box-sizing:border-box;position:relative}.features-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3rem}.features-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;margin:0;background:var(--gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;text-align:center}.features-subtitle{font-size:clamp(1.125rem,2vw,1.375rem);color:#ffffffb3;text-align:center;margin:0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2.5rem;width:100%;margin-top:1rem;max-width:1200px}.feature-card{position:relative;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.feature-card:before{content:"";position:absolute;inset:0;background:var(--gradient);opacity:0;transition:opacity .4s ease;z-index:0}.feature-card:hover:before{opacity:.05}.feature-card:hover{transform:translateY(-8px);border-color:#fff3;background:#ffffff0d;box-shadow:0 20px 40px #0000004d,0 0 0 1px #1567dc33}.feature-card-icon{font-size:4rem;line-height:1;position:relative;z-index:1;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));transition:transform .4s cubic-bezier(.4,0,.2,1)}.feature-card:hover .feature-card-icon{transform:scale(1.1) rotate(5deg)}.feature-card-title{font-size:1.5rem;font-weight:600;margin:0;color:#fffffff2;position:relative;z-index:1}.feature-card-description{font-size:1rem;line-height:1.6;margin:0;color:#ffffffbf;position:relative;z-index:1}.feature-card-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;background:radial-gradient(circle,rgba(21,103,220,.2) 0%,transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:0}.feature-card:hover .feature-card-glow{opacity:1}.home-footer{width:100%;padding:5rem 3rem 4rem;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;position:relative}.home-footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:200px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}.footer-content{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:600px;text-align:center}.footer-text{font-size:1.5rem;font-weight:500;color:#ffffffe6;margin:0}.btn-footer{padding:1rem 2.5rem;font-size:1.0625rem;font-weight:600;font-family:Rubik,sans-serif;border:2px solid rgba(255,255,255,.2);border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:#ffffff0d;color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-footer:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.btn-footer:active{transform:translateY(0)}@media(max-width:968px){.features-grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.home-main{padding:4rem 2rem 3rem;min-height:60vh}.hero-section{gap:2rem}.cta-section{flex-direction:column;width:100%;gap:1rem}.btn-primary{width:100%;max-width:320px;padding:1rem 2rem;font-size:1rem}.features-section{padding:4rem 2rem}.features-container{gap:2.5rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem 1.5rem}.feature-card-icon{font-size:3.5rem}.home-footer{padding:4rem 2rem 3rem}.footer-text{font-size:1.25rem}}@media(max-width:480px){.home-main{padding:3rem 1.5rem 2rem}.hero-section{gap:1.75rem}.about-bot-section{padding:3rem 1.5rem}.about-bot-container{gap:2.5rem}.demo-chat-container{padding:2rem 1.5rem;min-height:450px}.demo-chat-header{flex-direction:column;align-items:center;text-align:center;gap:1rem;margin-bottom:2rem}.demo-chat-avatar{width:3rem;height:3rem;font-size:1.5rem}.demo-chat-title{font-size:1.5rem}.demo-chat-subtitle{font-size:.875rem}.demo-chat-messages-wrapper{min-height:300px}.demo-chat-messages{gap:1rem}.demo-message-bubble{max-width:85%;padding:.875rem 1rem;font-size:.875rem}.demo-alternative{padding:.75rem .875rem;font-size:.8125rem}.how-it-works-section{padding:3rem 1.5rem}.how-it-works-container,.steps-container{gap:2rem}.step-item{gap:1.25rem;flex-direction:column;align-items:flex-start}.step-number{width:3rem;height:3rem;font-size:1.25rem}.step-content{padding-top:0}.step-title{font-size:1.125rem}.step-description{font-size:.875rem}.step-connector{display:none}.features-section{padding:3rem 1.5rem}.features-container{gap:2rem}.feature-card{padding:1.75rem 1.25rem;gap:1.25rem}.feature-card-icon{font-size:3rem}.feature-card-title{font-size:1.25rem}.feature-card-description{font-size:.9375rem}.home-footer{padding:3rem 1.5rem 2rem}.footer-content{gap:1.5rem}.footer-text{font-size:1.125rem}}.privacy-container{position:relative;width:100%;min-height:calc(100vh - 80px)}.privacy-content{position:relative;width:100%;min-height:100%;display:flex;flex-direction:column;color:var(--secondary-color);padding:0;max-width:1000px;margin:0 auto}.privacy-main{flex:1;width:100%;padding:3rem}.privacy-policy-content{padding:3rem}.privacy-title-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.08);direction:rtl;text-align:right}.privacy-page-title{font-size:2.75rem;font-weight:700;margin:0 0 1rem;background:var(--gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;line-height:1.2;text-align:right;letter-spacing:-.01em}.privacy-updated-date{font-size:1rem;color:#fff9;margin:0;font-weight:400;text-align:right}@media(max-width:768px){.privacy-main{padding:2.5rem 2rem}.privacy-policy-content{padding:0}.privacy-title-section{margin-bottom:2.5rem;padding-bottom:1.5rem}.privacy-page-title{font-size:2.25rem}.privacy-updated-date{font-size:.9375rem}.markdown-content{font-size:1rem}.markdown-content h1{font-size:1.875rem}.markdown-content h2{font-size:1.5rem}.markdown-content h3{font-size:1.25rem}}@media(max-width:480px){.privacy-main{padding:2rem 1.5rem}.privacy-title-section{margin-bottom:2rem;padding-bottom:1.25rem}.privacy-page-title{font-size:2rem}.privacy-updated-date{font-size:.875rem}.markdown-content{font-size:.9375rem}.markdown-content h1{font-size:1.625rem}.markdown-content h2{font-size:1.375rem}.markdown-content h3{font-size:1.125rem}}.pricing-container{position:relative;width:100%;min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:3rem;box-sizing:border-box}.pricing-content{width:100%;max-width:900px;display:flex;flex-direction:column;gap:3rem;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pricing-hero{text-align:center;display:flex;flex-direction:column;gap:1rem}.pricing-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin:0;background:var(--gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;letter-spacing:-.02em}.pricing-subtitle{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:500;margin:0;color:#ffffffd9;line-height:1.4}.pricing-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0003,0 0 0 1px #ffffff0d;transition:all .3s cubic-bezier(.4,0,.2,1)}.pricing-card:hover{background:#ffffff0a;border-color:#ffffff26;box-shadow:0 12px 48px #0000004d,0 0 0 1px #ffffff1a;transform:translateY(-4px)}.pricing-card-header{text-align:center;margin-bottom:2.5rem;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.pricing-badge{display:inline-block;padding:.5rem 1.25rem;background:var(--gradient);color:#fff;border-radius:50px;font-size:.875rem;font-weight:600;letter-spacing:.02em;box-shadow:0 4px 16px #1567dc4d,0 0 #18d8e000}.pricing-plan-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin:0;color:#fffffffa;line-height:1.3;letter-spacing:-.01em}.pricing-card-body{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.pricing-invitation{font-size:clamp(1.0625rem,2vw,1.25rem);font-weight:400;margin:0;color:#fffc;line-height:1.75;text-align:center}.pricing-cta{display:flex;justify-content:center;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.pricing-email-link{display:flex;align-items:center;gap:.75rem;padding:1.125rem 2.75rem;background:var(--gradient);color:#fff;text-decoration:none;border-radius:12px;font-size:1.0625rem;font-weight:600;font-family:Rubik,sans-serif;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #1567dc4d,0 0 #18d8e000}.pricing-email-link:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1567dc66,0 0 0 4px #18d8e01a}.pricing-email-link:active{transform:translateY(0)}.pricing-email-link svg{width:20px;height:20px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.pricing-email-link span{direction:ltr;text-align:left}@media(max-width:768px){.pricing-container{padding:2.5rem 2rem}.pricing-content{gap:2.5rem}.pricing-card{padding:2.5rem 2rem}.pricing-card-header{margin-bottom:2rem;gap:1.25rem}.pricing-card-body{gap:1.25rem;margin-bottom:2rem}.pricing-cta{padding-top:1.5rem}.pricing-email-link{padding:1rem 2rem;font-size:1rem;width:100%;justify-content:center}}@media(max-width:480px){.pricing-container{padding:2rem 1.5rem}.pricing-content{gap:2rem}.pricing-card{padding:2rem 1.5rem}.pricing-card-header{margin-bottom:1.75rem;gap:1rem}.pricing-card-body{gap:1rem;margin-bottom:1.75rem}.pricing-email-link{padding:.9375rem 1.75rem;font-size:.9375rem}.pricing-email-link svg{width:18px;height:18px}}.terms-container{position:relative;width:100%;min-height:calc(100vh - 80px)}.terms-content{position:relative;width:100%;min-height:100%;display:flex;flex-direction:column;color:var(--secondary-color);padding:0;max-width:1000px;margin:0 auto}.terms-main{flex:1;width:100%;padding:3rem}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem}.spinner{width:50px;height:50px;border:4px solid rgba(24,216,224,.2);border-top-color:#18d8e0;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-state p{color:#fffc;font-size:1.1rem}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem;text-align:center}.error-state h2{color:#fffffff2;font-size:2rem;margin:0}.error-state p{color:#ffffffb3;font-size:1.1rem}.terms-of-service-content{padding:3rem}.terms-title-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.08);direction:rtl;text-align:right}.terms-page-title{font-size:2.75rem;font-weight:700;margin:0 0 1rem;background:var(--gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;line-height:1.2;text-align:right;letter-spacing:-.01em}.terms-updated-date{font-size:1rem;color:#fff9;margin:0;font-weight:400;text-align:right}.markdown-content{color:#ffffffd9;line-height:1.75;font-size:1.0625rem;direction:rtl;font-weight:400}.markdown-content h1{font-size:2rem;font-weight:700;margin:2.5rem 0 1.25rem;color:#fffffffa;line-height:1.3;letter-spacing:-.01em}.markdown-content h2{font-size:1.625rem;font-weight:600;margin:2rem 0 1rem;color:#fffffff2;line-height:1.4}.markdown-content h3{font-size:1.375rem;font-weight:600;margin:1.75rem 0 .875rem;color:#fffffff2;line-height:1.4}.markdown-content p{margin:1.25rem 0;color:#fffc;line-height:1.75}.markdown-content strong{color:#fffffff2;font-weight:600}.markdown-content em{color:#ffffffd9;font-style:italic}.markdown-content ul{list-style:none;padding-right:0;margin:1.25rem 0}.markdown-content li{margin:.75rem 0;padding-right:1.75rem;position:relative;color:#fffc;line-height:1.75}.markdown-content li:before{content:"•";position:absolute;right:0;color:var(--gradient-end);font-size:1.25rem;line-height:1}.markdown-content hr{border:none;border-top:1px solid rgba(255,255,255,.08);margin:2.5rem 0}.markdown-content a{color:var(--gradient-end);text-decoration:none;border-bottom:1px solid rgba(24,216,224,.3);transition:all .2s ease}.markdown-content a:hover{color:var(--gradient-start);border-bottom-color:#1567dc80}.btn-primary{padding:1.125rem 2.75rem;font-size:1.0625rem;font-weight:600;font-family:Rubik,sans-serif;border:none;border-radius:12px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);background:var(--gradient);color:#fff;box-shadow:0 4px 16px #1567dc4d,0 0 #18d8e000}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1567dc66,0 0 0 4px #18d8e01a}.btn-primary:active{transform:translateY(0)}@media(max-width:768px){.terms-main{padding:2.5rem 2rem}.terms-of-service-content{padding:0}.terms-title-section{margin-bottom:2.5rem;padding-bottom:1.5rem}.terms-page-title{font-size:2.25rem}.terms-updated-date{font-size:.9375rem}.markdown-content{font-size:1rem}.markdown-content h1{font-size:1.875rem}.markdown-content h2{font-size:1.5rem}.markdown-content h3{font-size:1.25rem}}@media(max-width:480px){.terms-main{padding:2rem 1.5rem}.terms-title-section{margin-bottom:2rem;padding-bottom:1.25rem}.terms-page-title{font-size:2rem}.terms-updated-date{font-size:.875rem}.markdown-content{font-size:.9375rem}.markdown-content h1{font-size:1.625rem}.markdown-content h2{font-size:1.375rem}.markdown-content h3{font-size:1.125rem}}
