@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap";:root{font-family:"M PLUS 1",sans-serif;width:100%;margin:0}body{margin:0}#main{width:100%}.section-title{width:100%;text-align:center;margin-bottom:80px;padding-top:80px}.section-title h2{font-size:1.7rem}@media only screen and (max-width: 1000px){.section-title h2{font-size:1.5rem;padding-left:40px;padding-right:40px}}.section-title h3{font-size:1rem;font-weight:400}@media only screen and (max-width: 1000px){.section-title h3{font-size:.8rem;padding-left:40px;padding-right:40px}}.header{padding-left:5%;padding-right:5%;padding-top:30px;display:flex;justify-content:space-between;align-items:center}.header #logo{width:40px;height:40px}@media only screen and (max-width: 600px){.header #logo{width:30px;height:30px}}.header div{display:flex;align-items:center;gap:20px}@media only screen and (max-width: 800px){.header div{gap:10px}}.header .header-links{gap:80px;display:flex}@media only screen and (max-width: 800px){.header .header-links{gap:40px}}@media only screen and (max-width: 600px){.header .header-links{display:none}}.header h2{margin:0;font-size:1.5rem;color:#000}@media only screen and (max-width: 800px){.header h2{font-size:1.2rem}}@media only screen and (max-width: 600px){.header h2{font-size:.9rem}}.header a{text-decoration:none;color:#8b8b8b}.header .header-menu{display:none}@media only screen and (max-width: 600px){.header .header-menu{display:block}}.icon-menu{position:relative;display:inline-block}.menu-button{background:none;border:none;padding:8px;border-radius:50%;cursor:pointer}.dropdown-menu{position:absolute;right:0;top:100%;margin-top:8px;width:160px;background-color:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 6px #0000001a;z-index:100;display:flex;flex-direction:column}.dropdown-item{width:100%;padding:10px 16px;text-align:left;background:none;border:none;cursor:pointer;font-size:14px}.dropdown-item:hover{background-color:#f5f5f5}.icon{width:20px;height:20px}#aboutUs{width:100%;display:flex;justify-content:space-evenly;align-items:center;margin-top:60px;height:80vh}#aboutUs #aboutUsImageContainer{width:30%;height:70vh;align-items:center;transform:scale(1);transition:all 1s ease}#aboutUs #aboutUsImageContainer img{grid-column:1;grid-row:1;z-index:9999;width:100%}#aboutUs #aboutUsImageContainer span{grid-column:1;grid-row:1;z-index:1;display:block;background:#236ceb54;width:100%;height:70vh;border-radius:100%;-webkit-filter:blur(60px);-ms-filter:blur(60px);filter:blur(60px)}#aboutUs #aboutUsImageContainer:hover{transform:scale(1.05);transition:all .5s ease}#aboutUs #aboutUsInfo h1{font-size:3rem;font-weight:800}@media only screen and (max-width: 630px){#aboutUs #aboutUsInfo h1{font-size:1.6rem}}#aboutUs #aboutUsInfo h1 span{color:#246dea}#aboutUs #aboutUsInfo h2{color:#9a9a9a;font-weight:400;max-width:500px;font-size:18px}@media only screen and (max-width: 630px){#aboutUs #aboutUsInfo h2{font-size:15px}}#aboutUs #aboutUsInfo button{background-color:#236ceb;color:#fff;border:none;padding:15px 40px;margin-top:20px;border-radius:10px;font-weight:700;font-size:medium;transform:scale(1);transition:all 1s ease}#aboutUs #aboutUsInfo button:hover{transform:scale(1.05);transition:all .5s ease}@media only screen and (max-width: 1200px){#aboutUsImageContainer{display:none}#aboutUsInfo{width:80%;text-align:center;max-width:500px}}@media only screen and (min-width: 1200px){#aboutUsImageContainer{display:grid}}#whyUs{display:flex;flex-direction:column;align-items:center;justify-content:center}@media only screen and (max-width: 486px){#whyUs h1{display:none}}#reasons-list{width:100%;display:flex;flex-wrap:wrap;gap:25px;align-items:center;justify-content:center;margin:0 10% 80px}@media only screen and (max-width: 620px){#reasons-list{flex-direction:column;align-items:center}}.reason-card{display:flex;flex-direction:column;align-items:center;max-width:320px;box-shadow:0 8px 12px #0003;padding:40px 15px;border-radius:20px;min-width:300px;margin:0 20px;transform:scale(1);transition:all 1s ease-in-out}.reason-card:hover{transform:scale(1.07);transition:all .5s ease-in-out;box-shadow:0 8px 12px #0006}.reason-card-image-container{background:#6c77af;padding:15px;border-radius:15px;display:flex;justify-content:center;align-items:center}.reason-card-image-container img{width:40px;height:40px}.reason-card-info{text-align:center}.reason-card-info h3{font-weight:700}@media only screen and (max-width: 450px){.reason-card-info h3{font-size:1rem}}.reason-card-info p{color:#9a9a9a;font-size:.9rem;width:90%;margin:auto}@media only screen and (max-width: 450px){.reason-card-info p{font-size:.8rem}}#opinions{background:#f0f3f7;height:auto;padding-bottom:80px;padding-right:30px;padding-left:30px}#opinions-list{margin:auto;width:100%;display:flex;gap:60px;justify-content:center;flex-wrap:wrap}@media only screen and (max-width: 1200px){#opinions-list{gap:30px}}.opinion-card{max-width:350px;padding:25px;box-shadow:0 8px 12px #0000001a;border-radius:15px;background:#fff;transform:scale(1);transition:all 1s ease}.opinion-card p{font-size:.85rem;text-align:left}.opinion-info{display:flex;text-align:left;justify-content:space-between;line-height:16px}.stars{display:flex;gap:7px}.opinion-author{font-size:.9rem;font-weight:600}.opinion-status{font-size:.7rem}.opinion-card:hover{transform:scale(1.1);transition:all .5s ease;box-shadow:0 5px 10px #0003}#form-section{background:#f0f3f7;padding-bottom:80px;padding-left:20px;padding-right:20px}.form{background:#fff;display:flex;flex-direction:column;gap:26px;max-width:500px;min-width:260px;padding:40px;margin:auto;border-radius:24px;box-shadow:0 20px 40px -14px #0f172a2e,0 0 0 1px #0f172a0a}@media only screen and (max-width: 520px){.form{padding:24px;border-radius:18px;gap:20px}}.form>label{display:block;font-size:.9rem;font-weight:600;color:#1f2937;line-height:1.5}@media only screen and (max-width: 520px){.form>label{font-size:.8rem}}.form .question-group{display:flex;flex-direction:column;gap:8px}.form .question-label{margin:0;font-size:.9rem;font-weight:600;color:#1f2937}@media only screen and (max-width: 520px){.form .question-label{font-size:.8rem}}.form .option{display:flex;align-items:center;gap:10px;font-size:.85rem;font-weight:400;color:#374151;padding:10px 12px;border-radius:10px;border:1px solid #E5E7EB;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}@media only screen and (max-width: 520px){.form .option{font-size:.78rem}}.form .option:hover{border-color:#246dea;background:#f5f8ff}.form .option:has(input:checked){border-color:#246dea;background:#eef3ff;color:#1f2937;font-weight:500}.form input[type=radio],.form input[type=checkbox]{width:18px;height:18px;flex-shrink:0;accent-color:#246DEA;cursor:pointer}.form input[type=radio]:focus-visible,.form input[type=checkbox]:focus-visible{outline:2px solid #246DEA;outline-offset:2px}.form input[type=email]{width:100%;box-sizing:border-box;padding:14px 15px;border-radius:10px;border:1px solid #8D8D8D;color:#1f2937;font-size:.95rem;margin-top:8px;transition:border-color .15s ease,box-shadow .15s ease}.form input[type=email]::placeholder{color:#9ca3af}.form input[type=email]:hover{border-color:#6b7280}.form input[type=email]:focus{outline:none;border-color:#246dea;box-shadow:0 0 0 3px #246dea26}.form #form-agreement{max-width:500px;min-width:270px;font-size:.72rem;line-height:1.5;background:#f9fafb;border-radius:12px;padding:14px 16px}@media only screen and (max-width: 670px){.form #form-agreement{font-size:.68rem}}.form #form-agreement div{display:flex;align-items:flex-start;gap:10px}.form #form-agreement div input[type=checkbox]{margin-top:2px}.form button{background:#246dea;color:#fff;border:none;padding:14px;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .15s ease,transform .05s ease}.form button:hover{background:#1d5bc7}.form button:active{transform:scale(.98)}.form button:focus-visible{outline:2px solid #246DEA;outline-offset:2px}.form-error-text{margin:4px 0 0;font-size:.78rem;color:#dc2626;display:flex;align-items:center;gap:4px}.form-error-text:before{content:"⚠";font-size:.85em}#footer{background:#1a1724;color:#fff;padding:30px 70px}@media only screen and (max-width: 600px){#footer{padding:30px}}#footer-upper{display:flex;justify-content:space-between;margin-bottom:30px;flex-wrap:wrap}@media only screen and (max-width: 600px){#footer-upper{justify-content:center;gap:20px}}#footer-name{display:flex;align-items:center;gap:15px;font-size:1.2rem}@media only screen and (max-width: 600px){#footer-name{font-size:.9rem}}#footer-desc{color:#d8e1ed;font-size:.9rem;max-width:320px}@media only screen and (max-width: 600px){#footer-desc{font-size:.7rem}}#footer-logo{width:40px;height:40px}@media only screen and (max-width: 600px){#footer-logo{width:30px;height:30px}}#footer-other{display:flex;gap:70px}@media only screen and (max-width: 600px){#footer-other{gap:40px}}.footer-other-item p{color:#d8e1ed;font-size:.9rem}@media only screen and (max-width: 600px){.footer-other-item p{font-size:.7rem}}.footer-other-item h4{font-size:1rem}@media only screen and (max-width: 600px){.footer-other-item h4{font-size:.8rem}}#footer-socials{display:flex;gap:15px;justify-content:center}.social-item{height:25px;width:25px;padding:7px;background:#29374f;border-radius:20px;display:flex;justify-content:center;align-items:center}#copyright{height:70px;border-top:1px solid white;display:flex;justify-content:center;align-items:center;color:#afb4c4}@media only screen and (max-width: 600px){#copyright{font-size:.7rem}}#not-found{width:100%;height:90vh}#not-found #not-found-content{width:100%;height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center}#not-found #not-found-content h1{font-size:xxx-large;font-weight:800;margin-bottom:10px}#not-found #not-found-content h2{font-size:large;font-weight:400;margin:10px}#not-found #not-found-content a{text-decoration:none}#not-found #not-found-content div{text-align:center;background-color:#236ceb;color:#fff;border:none;padding:10px 20px;border-radius:10px;font-weight:700;min-width:125px;margin-top:20px;text-decoration:none}@media (max-width: 666px){#not-found #not-found-content div{padding:10px}}#discover{min-height:100vh;padding:2rem}#discover-header{text-align:center;margin-top:3rem;margin-bottom:3rem}#discover-header h1{font-size:3rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}#discover-header p{font-size:1.2rem;opacity:.9}.controls{max-width:1200px;margin:0 auto 3rem}.search-bar{position:relative;margin-bottom:1.5rem}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666}.search-bar input{width:100%;padding:1rem 1rem 1rem 3rem;border:none;border-radius:50px;font-size:1rem;box-shadow:0 4px 20px #0000001a;transition:box-shadow .3s ease}.search-bar input:focus{outline:none;box-shadow:0 6px 30px #00000026}.categories{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.category-btn{padding:.6rem 1.5rem;border:2px solid rgba(255,255,255,.3);background:#000;color:#fff;border-radius:50px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.category-btn:hover{background:#0006;border-color:#ffffff80;transform:translateY(-2px)}.category-btn.active{background:purple;color:#fff;border-color:#fff}.articles-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.no-results{text-align:center;color:#000;font-size:1.2rem;margin-top:4rem}@media (max-width: 768px){.blog-chooser{padding:1rem}.blog-header h1{font-size:2rem}.articles-grid{grid-template-columns:1fr}}.article-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;position:relative;display:flex;flex-direction:column}.article-card .article-image{height:200px;background-size:cover;background-position:center;background-color:#e0e0e0}.article-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00000026}.trending-badge{position:absolute;top:1rem;right:1rem;background:#ff6b6b;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.3rem;z-index:1;box-shadow:0 2px 10px #ff6b6b4d}.article-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.article-meta{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.article-meta span{display:flex;align-items:center;gap:.3rem;font-size:.85rem;color:#666}.category{color:#667eea;font-weight:600}.article-title{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;line-height:1.3}.article-excerpt{color:#666;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.read-more{width:100%;padding:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:opacity .3s ease}.read-more:hover{opacity:.9}.article-view{min-height:100vh;background:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.article-view .article-nav{background:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000000d;position:sticky;top:0;z-index:100}.article-view .back-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#667eea;font-size:1rem;cursor:pointer;font-weight:500;transition:gap .3s ease}.article-view .back-btn:hover{gap:.75rem}.article-view .article-container{max-width:800px;margin:0 auto;padding:3rem 2rem;background:#fff;box-shadow:0 0 40px #0000000d}.article-view .article-header{margin-bottom:2rem}.article-view .article-meta-top{display:flex;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.article-view .article-meta-top span{display:flex;align-items:center;gap:.4rem;font-size:.9rem;color:#666}.article-view #category-badge{background:#667eea;color:#fff;padding:.4rem .8rem;border-radius:20px;font-weight:600}.article-view .article-title{font-size:2.5rem;font-weight:800;color:#1a1a1a;line-height:1.2;margin-bottom:1.5rem}.article-view .article-image{width:100%;height:400px;background-size:cover;background-position:center;border-radius:12px;margin-bottom:2rem}.article-view .article-body{margin-bottom:2rem}.article-view .article-paragraph{font-size:1.1rem;line-height:1.8;color:#333;margin-bottom:1.5rem}.article-view .article-paragraph:first-of-type:first-letter{font-size:3.5rem;font-weight:700;float:left;line-height:1;margin:.1rem .5rem 0 0;color:#667eea}.article-view .article-tags{display:flex;gap:.75rem;flex-wrap:wrap;padding-top:2rem;border-top:2px solid #f0f0f0}.article-view .tag{padding:.5rem 1rem;background:#f0f0f0;border-radius:20px;font-size:.9rem;color:#666;font-weight:500}@media (max-width: 768px){.article-view .article-container,.article-view .comments-section{padding:2rem 1rem}.article-view .article-title{font-size:2rem}.article-view .article-image{height:250px}.article-view .article-paragraph{font-size:1rem}.article-view .article-meta-top{font-size:.85rem}}
