*{margin:0;padding:0;box-sizing:border-box;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}:root{--primary:#2563eb;--primary-dark:#1e40af;--primary-light:#3b82f6;--secondary:#6366f1;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--dark:#1e293b;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--white:#ffffff}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--gray-50);color:var(--gray-800);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.nav{background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:1000}.nav-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:var(--primary);text-decoration:none;letter-spacing:-.5px}.nav-links{display:flex;gap:1.5rem;flex-wrap:wrap}.nav-links a{color:var(--gray-700);text-decoration:none;font-weight:500;font-size:.95rem;padding:.5rem 0;border-bottom:2px solid transparent}.nav-links a:hover{color:var(--primary);border-bottom-color:var(--primary)}.hero{background:var(--primary);color:#fff;padding:4rem 2rem;text-align:center}.hero-container{max-width:900px;margin:0 auto}.hero-badge{display:inline-block;background:rgba(255,255,255,.15);padding:.5rem 1.25rem;border-radius:20px;font-size:.875rem;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2)}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1.25rem;line-height:1.2;letter-spacing:-.5px}.hero-description{font-size:1.1rem;margin-bottom:2rem;opacity:.95;line-height:1.7;max-width:800px;margin-left:auto;margin-right:auto}.hero-search{margin-bottom:2.5rem}.search-wrapper{position:relative;max-width:650px;margin:0 auto}.search-icon{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--gray-400);pointer-events:none}.search-input{width:100%;padding:1rem;font-size:1rem;border:2px solid rgba(255,255,255,.2);border-radius:12px;outline:0;background:rgba(255,255,255,.1);color:#fff;backdrop-filter:blur(10px)}.search-input::placeholder{color:rgba(255,255,255,.7)}.search-input:focus{border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.15)}.hero-stats{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-label{font-size:.875rem;opacity:.9}.main-container{max-width:1400px;margin:0 auto;padding:3rem 2rem}.ad-container{max-width:1400px;margin:2.5rem auto;padding:0 2rem}.ad-label{text-align:center;color:var(--gray-500);font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.ad-slot{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:8px;min-height:200px;display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-size:.95rem}.ad-slot::after{content:'مساحة إعلانية'}.category-section{margin-bottom:3.5rem}.category-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.75rem;padding-bottom:1rem;border-bottom:2px solid var(--gray-200);gap:1.5rem}.category-title{font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem;letter-spacing:-.3px}.category-description{color:var(--gray-600);font-size:1rem;line-height:1.6;max-width:900px}.age-section-featured{background:var(--white);padding:2.5rem;border-radius:12px;border:1px solid var(--gray-200);margin-bottom:3rem}.age-description-large{margin-top:1.5rem;max-width:100%}.age-description-large p{color:var(--gray-700);font-size:1.1rem;line-height:1.9;margin-bottom:1.25rem;text-align:justify}.age-description-large p:last-child{margin-bottom:0}.age-description-large strong{color:var(--primary);font-weight:600}.category-count{background:var(--primary);color:#fff;padding:.5rem 1.25rem;border-radius:6px;font-weight:600;font-size:.9rem;white-space:nowrap;height:fit-content}.tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.tool-card{background:var(--white);padding:1.5rem;border-radius:8px;border:1px solid var(--gray-200);text-decoration:none;display:block}.tool-card:hover{border-color:var(--primary);background:var(--gray-50)}.tool-icon{font-size:2rem;margin-bottom:.75rem;display:block;line-height:1}.tool-title{font-size:1.1rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem;line-height:1.4}.tool-desc{color:var(--gray-600);font-size:.9rem;line-height:1.5}.content-page{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:2.5rem}.page-header{margin-bottom:2rem;text-align:center}.page-title{font-size:2rem;color:var(--gray-900);margin-bottom:.5rem}.page-subtitle{color:var(--gray-600);font-size:1rem}.content-section{margin-bottom:2rem}.content-section h2{font-size:1.4rem;color:var(--gray-900);margin-bottom:.75rem}.content-section h3{font-size:1.1rem;color:var(--gray-800);margin-bottom:.5rem}.content-section p{color:var(--gray-700);line-height:1.8;margin-bottom:1rem}.content-section ul{list-style:none;padding:0;margin:0 0 1rem}.content-section ul li{padding-inline-start:1rem;position:relative;margin-bottom:.5rem;color:var(--gray-700);line-height:1.7}.content-section ul li::before{content:"•";position:absolute;inset-inline-start:0;color:var(--primary)}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.feature-item{display:flex;gap:.75rem;border:1px solid var(--gray-200);border-radius:10px;padding:1rem;background:var(--gray-50)}.categories-list,.commitment-list{list-style:none;padding:0;margin:0}.categories-list li,.commitment-list li{border:1px solid var(--gray-200);border-radius:8px;padding:.75rem 1rem;margin-bottom:.5rem;background:var(--gray-50);color:var(--gray-800)}.cta-section{text-align:center;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;padding:2rem;margin-top:3rem}.cta-button{display:inline-block;background:var(--primary);color:#fff;padding:.85rem 2rem;border-radius:999px;text-decoration:none;font-weight:600;margin-top:1rem}.cta-button:disabled{background:var(--gray-300);cursor:not-allowed}.contact-form{border:1px solid var(--gray-200);border-radius:12px;padding:1.5rem;background:var(--gray-50)}.form-group{margin-bottom:1rem;display:flex;flex-direction:column;gap:.4rem}.form-group label{font-weight:600;color:var(--gray-800)}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--gray-300);border-radius:8px;padding:.75rem;font-size:1rem;font-family:inherit;background:#fff}.form-note{color:var(--gray-500);font-size:.9rem;margin-top:.5rem}@media (max-width:768px){.content-page{padding:1.5rem}}.features-section{background:var(--white);padding:3rem 2rem;border-radius:8px;margin-top:3rem;border:1px solid var(--gray-200)}.features-title{text-align:center;font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:2.5rem;letter-spacing:-.3px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.feature-card{text-align:center;padding:1.5rem}.feature-icon{font-size:2.5rem;margin-bottom:.75rem;line-height:1}.feature-card h3{font-size:1.25rem;color:var(--gray-900);margin-bottom:.5rem;font-weight:600}.feature-card p{color:var(--gray-600);line-height:1.6;font-size:.95rem}.footer{background:var(--gray-900);color:#fff;margin-top:4rem;padding:3rem 2rem 2rem;border-top:1px solid var(--gray-800)}.footer-container{max-width:1400px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem;margin-bottom:2.5rem}.footer-heading{font-size:1.05rem;margin-bottom:1.25rem;color:var(--primary-light);font-weight:600}.footer-links{list-style:none}.footer-links li{margin-bottom:.625rem}.footer-links a{color:var(--gray-300);text-decoration:none;font-size:.9rem}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid var(--gray-800);padding-top:2rem;text-align:center}.footer-info{margin-bottom:1.5rem}.footer-logo{font-size:1.5rem;font-weight:700;color:var(--primary-light);text-decoration:none;display:inline-block;margin-bottom:.5rem;letter-spacing:-.5px}.footer-description{color:var(--gray-400);max-width:600px;margin:0 auto;font-size:.9rem;line-height:1.6}.footer-menu{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.footer-menu a{color:var(--gray-300);text-decoration:none;font-size:.9rem}.footer-menu a:hover{color:#fff}.footer-copyright{color:var(--gray-500);font-size:.85rem}@media (max-width:768px){.nav-container{padding:1rem 1.5rem}.nav-links{display:none}.hero{padding:3rem 1.5rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.stat-number{font-size:1.75rem}.hero-stats{gap:1.5rem}.main-container{padding:2rem 1.5rem}.category-header{flex-direction:column;gap:1rem}.category-title{font-size:1.5rem}.category-count{align-self:flex-start}.tools-grid{grid-template-columns:1fr;gap:1rem}.features-section{padding:2rem 1.5rem}.features-title{font-size:1.75rem}.features-grid{grid-template-columns:1fr}.footer{padding:2.5rem 1.5rem 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-menu{flex-direction:column;gap:.75rem}.ad-container{padding:0 1.5rem;margin:2rem auto}}@media (max-width:480px){.nav-container{padding:.875rem 1rem}.nav-logo{font-size:1.25rem}.hero{padding:2.5rem 1rem}.hero-title{font-size:1.75rem}.hero-description{font-size:.95rem}.search-input{font-size:.95rem;padding:.875rem 3rem .875rem 1rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.8rem}.main-container{padding:1.5rem 1rem}.category-title{font-size:1.35rem}.age-section-featured{padding:1.5rem 1rem}.age-description-large p{font-size:1rem;line-height:1.8;text-align:right}.tool-card{padding:1.25rem}.tool-icon{font-size:1.75rem}.tool-title{font-size:1.05rem}.tool-desc{font-size:.85rem}.features-section{padding:2rem 1rem}.features-title{font-size:1.5rem}.ad-container{padding:0 1rem}}