:root{--primary-color:#4a6bff;--secondary-color:#ff6b6b;--tertiary-color:#3b56cd;--background-color:#fff;--text-color:#333;--light-gray:#f5f5f5;--gray:#6c757d;--dark-gray:#4b5563;--border-color:#ccc;--white:#fff;--black:#000;--hover-primary-color:#4665f2;--gradient-end-color:#eaf0ff;--footer-bg-color:#f8f9fa;--coin-gold:gold;--coin-orange:orange;--semi-transparent-white:#fff3;--disabled-color:#9ca3af;--disabled-text-color:#6b7280;--article-meta-color:#6c6c6c;--spinner-accent-color:#4a6bff4d;--shadow-color:#0000001a;--text-shadow-color:#00000040;--focus-shadow-color:#4a6bff33;--hover-shadow-color:#00000026;--active-shadow-color:#0000001a;--border-radius:14px;--rounded-border-radius:20px;--box-shadow:0 4px 6px var(--shadow-color);--container-max-width:800px;--footer-background:#f8f9fa;--footer-heading-color:#2c3e50;--footer-link-color:#4a5568;--footer-link-hover-color:#2b6cb0;--footer-text-color:#718096;--footer-border-color:#e2e8f0}.content-section{margin:0 auto;max-width:1200px;padding:2rem}.contact-grid{display:grid;gap:3rem;grid-template-columns:3fr 2fr;margin-top:2rem}.contact-form-section h2,.contact-info-section h2{color:var(--primary-color);margin-bottom:1.5rem}.contact-form{background:var(--footer-bg-color);border-radius:10px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-color);display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border-color);border-radius:5px;font-family:inherit;font-size:1rem;padding:.8rem;width:100%}.form-group textarea{resize:vertical}.submit-button{background:var(--primary-color);border:none;border-radius:var(--rounded-border-radius);color:var(--white);cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2rem;transition:background .3s ease}.submit-button:hover{background:var(--hover-primary-color)}.contact-methods{display:grid;gap:2rem}.contact-method{background:var(--footer-bg-color);border-radius:10px;padding:1.5rem}.contact-method h3{color:var(--primary-color);margin-bottom:1rem}.social-links{display:flex;gap:1rem}.social-links a{color:var(--primary-color);font-weight:500;text-decoration:none}.social-links a:hover{text-decoration:underline}@media(max-width:768px){.contact-grid{grid-template-columns:1fr}.content-section{padding:1rem}}
