body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a:hover{color:#065f46!important}button:hover{box-shadow:0 12px 30px #16a34a66!important;transform:translateY(-2px)}.feature-card:hover{box-shadow:0 12px 25px #00000026!important;transform:translateY(-5px)}@media (max-width:768px){.hero-title{font-size:36px!important}.nav{display:none}.stats{gap:20px!important}.button-container{align-items:center;flex-direction:column}.features-grid{grid-template-columns:1fr!important}}:root{--primary:#16a34a;--primary-dark:#059669;--primary-light:#22c55e;--secondary:#059669;--background:#fff;--text:#1f2937;--text-light:#6b7280;--border:#16a34a1a;--shadow:#00000014;--gradient-1:linear-gradient(135deg,#16a34a,#059669);--gradient-2:linear-gradient(135deg,#f0fdf4,#dcfce7)}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}html{scroll-behavior:smooth}.app-container{background:linear-gradient(180deg,#f0fdf466 0,#fffffff2 50%,#f0fdf466);min-height:100vh}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#16a34a,#059669);background:var(--gradient-1);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem;text-align:center}.section-subtitle{color:#6b7280;color:var(--text-light);font-size:clamp(1.1rem,2.5vw,1.3rem);line-height:1.7;margin:0 auto 3rem;max-width:700px;text-align:center}.button-container{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.btn{align-items:center;border:none;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;font-size:1.1rem;font-weight:700;gap:.25rem;padding:1.25rem 2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary{background:linear-gradient(135deg,#16a34a,#059669);background:var(--gradient-1);box-shadow:0 4px 20px #16a34a4d;color:#fff}.btn-primary:hover{box-shadow:0 6px 25px #16a34a66;transform:translateY(-3px)}.btn-primary:active{transform:translateY(-1px)}@media (max-width:768px){.section{padding:4rem 1.5rem}.button-container{align-items:stretch;flex-direction:column}.btn{width:100%}}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;border-bottom:1px solid #16a34a1a;box-shadow:0 2px 20px #0000000d;position:sticky;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000}.header.scrolled{background:#fffffff2;box-shadow:0 4px 30px #0000001a}.header-content{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.header-content,.logo{align-items:center;display:flex}.logo{gap:1rem;text-decoration:none}.logo-icon{align-items:center;background:linear-gradient(135deg,#16a34a,#059669);border-radius:14px;color:#fff;display:flex;font-size:1.3rem;font-weight:800;height:52px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:52px}.logo:hover .logo-icon{transform:rotate(10deg) scale(1.1)}.logo-text{display:flex;flex-direction:column}.logo-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#16a34a,#059669);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.logo-subtitle{color:#6b7280;font-size:.85rem;font-weight:500}.nav{align-items:center;display:flex;gap:2.5rem}.nav a{color:#1f2937;font-size:1.05rem;font-weight:600;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav a:after{background:linear-gradient(90deg,#16a34a,#059669);border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;transition:width .3s cubic-bezier(.4,0,.2,1);width:0}.nav a:hover{color:#16a34a}.nav a:hover:after{width:100%}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem;padding:1rem 1.5rem}.nav{flex-wrap:wrap;gap:1.5rem;justify-content:center}.nav a{font-size:.95rem}.logo-icon{font-size:1.1rem;height:45px;width:45px}.logo-title{font-size:1.3rem}}.beta-form-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;display:flex;height:100%;justify-content:center;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.beta-form-container{animation:slideUp .4s ease;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;padding:3rem;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.close-button{align-items:center;background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;transition:all .3s;width:40px}.close-button:hover{background:#f3f4f6;color:#1f2937;transform:rotate(90deg)}.form-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#16a34a,#059669);-webkit-background-clip:text;background-clip:text;color:#1f2937;font-size:2rem;font-weight:800;margin-bottom:.75rem}.form-description{color:#6b7280;line-height:1.6;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-label{color:#1f2937;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.required{color:#ef4444}.form-input,.form-select{background:#fff;border:2px solid #e5e7eb;border-radius:12px;font-family:inherit;font-size:1rem;padding:.875rem 1rem;transition:all .3s;width:100%}.form-input:focus,.form-select:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a;outline:none}.form-input.error,.form-select.error{border-color:#ef4444}.form-input.error:focus,.form-select.error:focus{box-shadow:0 0 0 3px #ef44441a}.form-input:disabled,.form-select:disabled{background:#f9fafb;cursor:not-allowed;opacity:.6}.form-select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%236b7280' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;cursor:pointer;padding-right:2.5rem}.error-message{color:#ef4444;display:block;font-size:.875rem;font-weight:500;margin-top:.5rem}.submit-error{background:#fef2f2;border:2px solid #ef4444;border-radius:12px;color:#dc2626;font-weight:500;margin-bottom:1.5rem;padding:1rem;text-align:center}.submit-button{align-items:center;background:linear-gradient(135deg,#16a34a,#059669);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1.05rem;font-weight:700;gap:.5rem;justify-content:center;padding:1.125rem 2rem;transition:all .3s;width:100%}.submit-button:hover:not(:disabled){box-shadow:0 8px 25px #16a34a66;transform:translateY(-2px)}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{cursor:not-allowed;opacity:.7}.spinner{animation:spin .8s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;width:18px}@keyframes spin{to{transform:rotate(1turn)}}.form-footer{color:#9ca3af;font-size:.85rem;line-height:1.5;margin-top:1.5rem;text-align:center}.success-message{animation:scaleIn .5s ease;padding:4rem 3rem;text-align:center}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.success-icon{align-items:center;animation:checkmark .6s ease;background:linear-gradient(135deg,#16a34a,#059669);border-radius:50%;color:#fff;display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}@keyframes checkmark{0%{transform:scale(0) rotate(-45deg)}50%{transform:scale(1.2) rotate(10deg)}to{transform:scale(1) rotate(0deg)}}.success-message h2{color:#1f2937;font-size:1.75rem;font-weight:800;margin-bottom:.75rem}.success-message p{color:#6b7280;font-size:1.1rem}@media (max-width:768px){.beta-form-container{margin:1rem;padding:2rem 1.5rem}.form-title{font-size:1.5rem}.close-button{right:1rem;top:1rem}.success-message{padding:3rem 2rem}.success-icon{font-size:2rem;height:60px;width:60px}}.beta-form-container::-webkit-scrollbar{width:8px}.beta-form-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.beta-form-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.beta-form-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.hero{margin:0 auto;max-width:900px;padding:8rem 2rem 6rem;text-align:center}.hero-title{color:#1f2937;font-size:clamp(2.5rem,7vw,4rem);font-weight:900;letter-spacing:-.03em;line-height:1.2;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#16a34a,#059669);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#6b7280;font-size:clamp(1.15rem,3vw,1.35rem);line-height:1.7;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px}@media (max-width:768px){.hero{padding:5rem 1.5rem 4rem}}.section{margin:0 auto;max-width:1200px;padding:5rem 2rem}.section-white{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem}.feature-card{background:#fff;border:2px solid #0000;border-radius:24px;box-shadow:0 2px 8px #00000014;cursor:pointer;overflow:hidden;padding:2.5rem;position:relative}.feature-card,.feature-card:before{transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-card:before{background:linear-gradient(135deg,#16a34a,#059669);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:0}.feature-card>*{position:relative;z-index:1}.feature-card:hover{box-shadow:0 10px 40px #16a34a33;transform:translateY(-10px)}.feature-card.active:before{opacity:1}.feature-card.active{border-color:#16a34a;color:#fff}.feature-icon{display:block;font-size:3rem;margin-bottom:1.5rem}.feature-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-description{font-size:1.05rem;line-height:1.6;opacity:.9}@media (max-width:768px){.features-grid{grid-template-columns:1fr}}.quiz-container{background:#fff;border:1px solid #16a34a1a;border-radius:24px;box-shadow:0 10px 40px #16a34a33;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:900px;padding:2rem}.quiz-main-title{font-size:1.75rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem}.quiz-main-title,.task-title{color:#166534;text-align:center}.task-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.progress-dots{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.progress-dot{background:#e5e7eb;border:2px solid #d1d5db;border-radius:50%;height:12px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:12px}.progress-dot.active{background:#16a34a;border-color:#16a34a;box-shadow:0 0 15px #16a34a66;transform:scale(1.3)}.progress-dot.completed{background:#059669;border-color:#059669;transform:scale(1.1)}.progress-dot.completed:after{color:#fff;content:"✓";font-size:9px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.quiz-image{animation:bounce 2s infinite;font-size:5rem;margin-bottom:1.5rem;text-align:center}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.quiz-question{color:#166534;font-size:1.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.quiz-options{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem}.quiz-option{background:#fff;border:2px solid #16a34a;border-radius:14px;color:#16a34a;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.quiz-option:hover:not(:disabled){background:#16a34a1a;box-shadow:0 3px 15px #0000001a;transform:translateY(-2px)}.quiz-option.selected{background:#16a34a;color:#fff}.quiz-option.correct{background:#22c55e;border-color:#22c55e;color:#fff}.quiz-option.incorrect{background:#ef4444;border-color:#ef4444;color:#fff}.quiz-option:disabled{cursor:not-allowed;opacity:.7}.quiz-result{animation:fadeInUp .5s ease;border-radius:14px;font-size:1.1rem;font-weight:700;margin-bottom:1.25rem;padding:1.25rem;text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.quiz-result.correct{background:#dcfce7;border:2px solid #22c55e;color:#166534}.quiz-result.incorrect{background:#fef2f2;border:2px solid #ef4444;color:#dc2626}.sentence-question{color:#166534;font-weight:700;margin-bottom:1rem}.chechen-text,.sentence-question{font-size:1.2rem;text-align:center}.chechen-text{color:#059669;font-style:italic;font-weight:600;margin-bottom:1.5rem}.selected-sentence{align-items:center;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #16a34a;border-radius:14px;color:#166534;display:flex;font-size:1.1rem;font-weight:700;justify-content:center;margin-bottom:1.25rem;min-height:60px;padding:1.25rem}.words-container{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:1.5rem}.word-button{background:#fff;border:2px solid #16a34a;border-radius:12px;color:#16a34a;cursor:pointer;font-size:.95rem;font-weight:700;padding:.75rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.word-button:hover:not(:disabled){background:#16a34a1a;box-shadow:0 2px 8px #00000014;transform:translateY(-2px)}.word-button.selected{background:#16a34a;color:#fff}.word-button:disabled{cursor:not-allowed;opacity:.7}.button-group{margin-bottom:1.25rem;text-align:center}.btn-check{background:#16a34a;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;margin-right:.75rem;padding:.875rem 1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-check:hover:not(:disabled){background:#059669;box-shadow:0 3px 15px #0000001a;transform:translateY(-2px)}.btn-check:disabled{cursor:not-allowed;opacity:.5}.btn-clear{background:#ef4444;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;padding:.875rem 1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-clear:hover:not(:disabled){background:#dc2626;box-shadow:0 3px 15px #0000001a;transform:translateY(-2px)}.btn-clear:disabled{cursor:not-allowed;opacity:.5}.letter-wheel-container{display:flex;justify-content:center;margin:1.5rem 0}.word-building-container{align-items:flex-start;display:flex;gap:2rem;justify-content:center;margin-bottom:1.5rem}.crossword-section{flex:0 0 auto}.wheel-section{align-items:center;display:flex;flex:0 0 auto;flex-direction:column;gap:1rem}.crossword-title-modern{color:#166534;font-size:1.1rem;font-weight:700;margin-bottom:1rem;text-align:center}.crossword-grid-modern{display:inline-block}.crossword-row{display:flex}.crossword-cell-empty,.crossword-cell-modern{height:40px;margin:2px;width:40px}.crossword-cell-modern{align-items:center;background:#fff;border:2px solid #cbd5e1;border-radius:6px;display:flex;justify-content:center;transition:all .3s ease}.crossword-cell-modern.filled{animation:fillCellPop .4s ease;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-color:#f59e0b}@keyframes fillCellPop{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.crossword-letter{color:#1f2937;font-size:1.4rem;font-weight:800}.crossword-cell-modern.filled .crossword-letter{color:#fff;text-shadow:0 1px 2px #0003}.selected-word-display-modern{align-items:center;color:#166534;display:flex;font-size:1.5rem;font-weight:800;justify-content:center;letter-spacing:.3rem;min-height:50px;min-width:200px;padding:.875rem 1.5rem}.found-words-modern,.selected-word-display-modern{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #16a34a;border-radius:14px}.found-words-modern{padding:1rem;text-align:center}.found-words-list{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.final-completion-message{animation:fadeInUp .8s ease;padding:3rem 2rem;text-align:center}.final-emoji{animation:bounceEmoji 1s ease infinite;font-size:5rem;margin-bottom:1.5rem}.final-title{color:#16a34a;font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.final-text{color:#374151;font-size:1.25rem;line-height:1.8;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.final-cta{margin-top:2rem}.final-arrow{animation:bounceEmoji 1.5s ease infinite;display:block;font-size:3rem;margin-bottom:1rem}.final-download-text{color:#16a34a;font-size:1.5rem;font-weight:700;margin:0}@keyframes bounceEmoji{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:768px){.word-building-container{align-items:center;flex-direction:column;gap:1.5rem}.crossword-cell-empty,.crossword-cell-modern{height:35px;width:35px}.crossword-letter{font-size:1.2rem}.selected-word-display-modern{font-size:1.3rem;letter-spacing:.2rem;min-width:150px}.final-emoji{font-size:4rem}.final-title{font-size:2rem}.final-text{font-size:1.1rem}.final-arrow{font-size:2.5rem}.final-download-text{font-size:1.25rem}.quiz-container{margin-top:1.5rem;padding:1.5rem 1.25rem}.quiz-main-title{font-size:1.5rem}.task-title{font-size:1.1rem}.quiz-options{grid-template-columns:1fr}.quiz-image{font-size:4rem}.quiz-question{font-size:1.3rem}.chechen-text,.sentence-question{font-size:1.1rem}}.testimonials-section{background:linear-gradient(135deg,#16a34a,#059669);color:#fff;padding:5rem 2rem}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.testimonial-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff26;border:2px solid #fff3;border-radius:24px;padding:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.testimonial-card:hover{background:#fff3;box-shadow:0 20px 60px #0003;transform:translateY(-10px)}.stars{color:#fbbf24;font-size:1.5rem;margin-bottom:1.5rem}.testimonial-text{font-size:1.1rem;font-style:italic;line-height:1.7;margin-bottom:1.5rem}.testimonial-author{font-size:1.1rem;font-weight:700}@media (max-width:768px){.testimonials-section{padding:3rem 1.5rem}.testimonials-grid{grid-template-columns:1fr}}.download-section{margin:0 auto;max-width:1200px;padding:5rem 2rem;text-align:center}@media (max-width:768px){.download-section{padding:3rem 1.5rem}}.about-section{margin:0 auto;max-width:1200px;padding:5rem 2rem;text-align:center}.about-section .section-subtitle{font-size:1.2rem;line-height:1.8;margin:0 auto;max-width:800px}@media (max-width:768px){.about-section{padding:3rem 1.5rem}.about-section .section-subtitle{font-size:1.05rem}}.footer{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:4rem 2rem 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto 3rem;max-width:1200px}.footer-column{display:flex;flex-direction:column}.footer-logo{gap:1rem;margin-bottom:1.5rem}.footer-logo,.footer-logo-icon{align-items:center;display:flex}.footer-logo-icon{background:linear-gradient(135deg,#16a34a,#059669);border-radius:12px;color:#fff;font-size:1.2rem;font-weight:800;height:48px;justify-content:center;width:48px}.footer-logo-text{display:flex;flex-direction:column}.footer-logo-title{color:#fff;font-size:1.5rem;font-weight:800}.footer-logo-subtitle{font-size:.85rem;opacity:.7}.footer-description{line-height:1.6;opacity:.8}.footer-heading{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.footer-links a{color:#fffc;display:inline-block;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer-links a:hover{color:#16a34a;transform:translateX(5px)}.footer-bottom{border-top:1px solid #ffffff1a;line-height:1.8;margin:0 auto;max-width:1200px;opacity:.7;padding-top:2rem;text-align:center}.footer-grant{font-size:.95rem;margin-top:1rem}.footer-grant-link{color:#fbbf24;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer-grant-link:hover{color:#f59e0b;text-decoration:underline}@media (max-width:768px){.footer{padding:3rem 1.5rem 2rem}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-bottom{font-size:.9rem}}.legal-page{background:linear-gradient(180deg,#f0fdf466 0,#fffffff2 50%,#f0fdf466);min-height:100vh;padding:2rem 1rem}.legal-container{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:0 auto;max-width:900px;padding:3rem}.legal-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#16a34a,#059669);-webkit-background-clip:text;background-clip:text;color:#1f2937;font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.legal-date{color:#6b7280;font-size:.95rem;margin-bottom:2rem}.legal-section{margin-bottom:2.5rem}.legal-section h2{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem}.legal-section p{color:#4b5563;line-height:1.8;margin-bottom:1rem}.legal-section ul{margin-bottom:1rem;margin-left:2rem}.legal-section li{color:#4b5563;line-height:1.8;margin-bottom:.5rem}.legal-section strong{color:#1f2937;font-weight:600}@media (max-width:768px){.legal-container{border-radius:12px;padding:2rem 1.5rem}.legal-title{font-size:2rem}.legal-section h2{font-size:1.3rem}.legal-section ul{margin-left:1.5rem}}
/*# sourceMappingURL=main.cb912971.css.map*/