body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2d3748;color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100%;line-height:1.6}.layout{background:#f8fafc;background:var(--background-light);display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 0 auto;padding-bottom:2rem;width:100%}.footer{background:#2d3748;background:var(--text-dark);border-top:4px solid #667eea;border-top:4px solid var(--primary-color);color:#fff;flex-shrink:0;margin-top:auto;padding:2rem 0}.footer-content{gap:1.5rem;margin:0 auto;max-width:1200px;padding:0 2rem;text-align:center}.footer-content,.footer-section{align-items:center;display:flex;flex-direction:column}.footer-section{gap:1rem}.footer-section p{color:#ffffffe6;font-size:1rem;margin:0}.footer-links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.footer-link{color:#fffc;font-size:.95rem;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease}.footer-link:after{background:#667eea;background:var(--primary-color);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-link:hover{color:#fff}.footer-link:hover:after{width:100%}.footer-text{color:#ffffffb3;font-size:.9rem;font-style:italic;line-height:1.5;max-width:400px}@media (max-width:768px){.footer{padding:1.5rem 0}.footer-content{gap:1rem;padding:0 1rem}.footer-links{gap:1.5rem}.footer-link{font-size:.9rem}.footer-section p{font-size:.95rem}.footer-text{font-size:.85rem}}@media (max-width:480px){.footer{padding:1rem 0}.footer-content{padding:0 .5rem}.footer-links{flex-direction:column;gap:1rem}.footer-link{padding:.25rem 0}.main-content{padding-bottom:1rem}}.page-container{min-height:calc(100vh - 200px)}.loading-container{padding:2rem}.error-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:50vh;padding:2rem}.navbar{background:#fff;background:var(--background-white);box-shadow:0 4px 6px #0000000d;box-shadow:var(--shadow-light);position:-webkit-sticky;position:sticky;top:0;z-index:1000}@media print{.footer{display:none}.main-content{flex:none}}:root{--gradient-hero:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb)}.home-container{margin:0 auto;max-width:1200px;min-height:80vh;padding:1rem}.home-hero{background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);background:var(--gradient-hero);border-radius:24px;box-shadow:0 20px 25px #00000026;box-shadow:var(--shadow-large);color:#fff;margin-bottom:4rem;overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.home-hero:before{animation:float 6s ease-in-out infinite;background:linear-gradient(135deg,#f093fb,#f5576c);background:var(--gradient-accent);border-radius:50%;content:"";height:200%;opacity:.1;position:absolute;right:-50%;top:-50%;width:100%}.home-hero-content{margin:0 auto;max-width:800px;position:relative;z-index:2}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f8fafc);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 2px 4px #0000001a}.hero-subtitle{color:#ffffffe6;font-size:1.5rem;font-weight:500;line-height:1.6;margin-bottom:2.5rem}.cta-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:50px;box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-medium);color:#fff;display:inline-block;font-size:1.25rem;font-weight:700;overflow:hidden;padding:1.25rem 2.5rem;position:relative;text-decoration:none;transition:all .3s ease}.cta-button:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.cta-button:hover{background:#ffffff4d;border-color:#ffffff80;box-shadow:0 20px 25px #00000026;box-shadow:var(--shadow-large);transform:translateY(-3px) scale(1.05)}.cta-button:hover:before{left:100%}.home-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;background:var(--background-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:20px;box-shadow:0 4px 6px #0000000d;box-shadow:var(--shadow-light);overflow:hidden;padding:2.5rem 2rem;position:relative;text-align:center;transition:all .3s ease}.feature-card:before{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-primary);content:"";height:4px;left:0;position:absolute;right:0;top:0}.feature-card:hover{box-shadow:0 20px 25px #00000026;box-shadow:var(--shadow-large);transform:translateY(-8px)}.feature-card:nth-child(2):hover{transform:translateY(-8px) rotate(1deg)}.feature-card:nth-child(3):hover{transform:translateY(-8px) rotate(-1deg)}.feature-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;display:block;font-size:4rem;margin-bottom:1.5rem;transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-title{color:#2d3748;color:var(--text-dark);font-size:1.75rem;font-weight:700;margin-bottom:1rem}.feature-description{color:#4a5568;color:var(--text-gray);font-size:1.1rem;line-height:1.6;margin:0}.home-cta{background:linear-gradient(135deg,#f8fafc,#e2e8f0);background:var(--gradient-light);border-radius:24px;margin-top:2rem;overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.home-cta:before{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-primary);bottom:0;content:"";left:0;opacity:.03;position:absolute;right:0;top:0;z-index:1}.cta-content{position:relative;z-index:2}.cta-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:#2d3748;color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.cta-subtitle{color:#4a5568;color:var(--text-gray);font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-button-primary{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-primary);border:2px solid #0000;border-radius:50px;box-shadow:0 4px 6px #0000000d;box-shadow:var(--shadow-light);color:#fff;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button-primary:hover{background:#5a67d8;background:var(--primary-dark);box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-medium);transform:translateY(-3px)}.cta-button-secondary{background:#fff;background:var(--background-white);border:2px solid #e2e8f0;border:2px solid var(--border-light);border-radius:50px;box-shadow:0 4px 6px #0000000d;box-shadow:var(--shadow-light);color:#2d3748;color:var(--text-dark);display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button-secondary:hover{background:#f8fafc;background:var(--background-light);border-color:#667eea;border-color:var(--primary-color);box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-medium);color:#667eea;color:var(--primary-color);transform:translateY(-3px)}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.home-hero{animation:fadeInScale .8s ease-out}.feature-card{animation:fadeInUp .6s ease-out}.feature-card:first-child{animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.home-cta{animation:fadeInUp .6s ease-out .4s both}@media (max-width:768px){.home-container{padding:.5rem}.home-hero{margin-bottom:3rem;padding:3rem 1.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.cta-button{font-size:1.1rem;padding:1rem 2rem}.home-features-grid{gap:1.5rem;grid-template-columns:1fr;margin-bottom:3rem}.feature-card{padding:2rem 1.5rem}.feature-icon{font-size:3.5rem}.feature-title{font-size:1.5rem}.home-cta{padding:3rem 1.5rem}.cta-title{font-size:2rem}.cta-subtitle{font-size:1.1rem}.cta-buttons{align-items:center;flex-direction:column}.cta-button-primary,.cta-button-secondary{max-width:250px;text-align:center;width:100%}}@media (max-width:480px){.home-hero{border-radius:20px;padding:2rem 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.cta-button{font-size:1rem;padding:.875rem 1.75rem}.feature-card{border-radius:16px;padding:1.5rem 1rem}.feature-icon{font-size:3rem}.feature-title{font-size:1.25rem}.feature-description{font-size:1rem}.home-cta{border-radius:20px;padding:2rem 1rem}.cta-title{font-size:1.75rem}.cta-subtitle{font-size:1rem}}@media (prefers-reduced-motion:no-preference){.feature-card,.home-cta,.home-hero{animation-duration:.8s}}.cta-button-primary:focus,.cta-button-secondary:focus,.cta-button:focus{outline:3px solid #667eea;outline:3px solid var(--primary-color);outline-offset:2px}@media print{.home-hero{background:#fff!important;box-shadow:none!important;color:#000!important}.cta-button,.cta-button-primary,.cta-button-secondary{display:none}.feature-card{border:1px solid #ccc!important;box-shadow:none!important;break-inside:avoid;page-break-inside:avoid}.home-container{display:flex;flex-direction:column;min-height:calc(100vh - 200px)}}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.newsletter-signup{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin:1.5rem 0;padding:1.5rem;transition:all .3s ease}.newsletter-signup:hover{box-shadow:0 4px 12px #0000000d}.newsletter-header{margin-bottom:1.5rem}.newsletter-title{color:#2d3748;font-size:1.25rem;font-weight:600;line-height:1.3;margin-bottom:.5rem}.newsletter-description{color:#718096;font-size:.9rem;line-height:1.4;margin:0}.newsletter-warning{align-items:center;background:#fef3cd;border:1px solid #fde68a;border-radius:6px;color:#92400e;display:flex;font-size:.8rem;gap:.5rem;margin-bottom:1rem;padding:.5rem .75rem}.warning-icon{font-size:.9em}.newsletter-form{width:100%}.form-row{display:flex;gap:.5rem;margin-bottom:.75rem}.newsletter-input{background:#fff;border:1px solid #d1d5db;border-radius:6px;flex:1 1;font-size:.9rem;outline:none;padding:.75rem;transition:all .2s ease}.newsletter-input:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51a}.newsletter-input:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.7}.name-input{border-bottom-right-radius:0;border-top-right-radius:0}.newsletter-button{align-items:center;background-color:#4f46e5;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s ease;white-space:nowrap}.newsletter-button:hover:not(:disabled){background-color:#4338ca;box-shadow:0 2px 8px #4f46e54d;transform:translateY(-1px)}.newsletter-button:active:not(:disabled){transform:translateY(0)}.newsletter-button:disabled{background-color:#9ca3af;box-shadow:none;cursor:not-allowed;transform:none}.name-toggle{margin-bottom:.75rem;text-align:center}.name-toggle-button{background:none;border:none;color:#4f46e5;cursor:pointer;font-size:.8rem;padding:.25rem 0;text-decoration:underline;transition:color .2s ease}.name-toggle-button:hover{color:#4338ca}.name-field{display:flex;margin-bottom:.75rem}.name-remove-button{align-items:center;background:#ef4444;border:none;border-bottom-right-radius:6px;border-top-right-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;justify-content:center;min-width:40px;padding:0 .75rem;transition:background-color .2s ease}.name-remove-button:hover{background:#dc2626}.newsletter-message{border-radius:6px;font-size:.9rem;line-height:1.4;margin-bottom:.75rem;padding:.75rem;text-align:center}.newsletter-message.success{background-color:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.newsletter-message.error{background-color:#fee2e2;border:1px solid #fecaca;color:#991b1b}.newsletter-message.loading{background-color:#dbeafe;border:1px solid #93c5fd;color:#1e40af}.privacy-note{color:#6b7280;margin-top:.75rem;text-align:center}.privacy-note small{font-size:.75rem;line-height:1.3}.button-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:14px;width:14px}.success-info{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:1rem}.success-tip{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;padding:.75rem}.success-tip strong{color:#065f46;display:block;margin-bottom:.5rem}.success-tip ul{color:#047857;margin:0;padding-left:1rem}.success-tip li{font-size:.8rem;margin-bottom:.25rem}@media (max-width:768px){.newsletter-signup{margin:1.25rem 0;padding:1.25rem}.form-row{flex-direction:column}.newsletter-button{justify-content:center;width:100%}.name-field{flex-direction:column}.name-input{border-radius:6px;margin-bottom:.5rem}.name-remove-button{align-self:flex-end;border-radius:6px;min-width:auto;padding:.5rem;width:auto}.newsletter-title{font-size:1.1rem}.newsletter-description{font-size:.85rem}}@media (min-width:769px) and (max-width:1024px){.newsletter-signup{padding:1.5rem}}@media (prefers-color-scheme:dark){.newsletter-signup{background:#1f2937;border-color:#374151}.newsletter-title{color:#f9fafb}.newsletter-description{color:#d1d5db}.newsletter-input{background:#374151;border-color:#4b5563;color:#f9fafb}.newsletter-input:focus{border-color:#818cf8;box-shadow:0 0 0 2px #818cf833}.newsletter-warning{background:#451a03;border-color:#9a3412;color:#fdba74}.privacy-note{color:#9ca3af}.success-tip{background:#064e3b;border-color:#047857}.success-tip strong{color:#a7f3d0}.success-tip ul{color:#6ee7b7}}@media (prefers-reduced-motion:reduce){.newsletter-button,.newsletter-input,.newsletter-signup{transition:none}.button-spinner{animation:none}}.name-remove-button:focus-visible,.name-toggle-button:focus-visible,.newsletter-button:focus-visible,.newsletter-input:focus-visible{outline:2px solid #4f46e5;outline-offset:2px}.blog-post-container{background:#fff;background:var(--background-white);margin:0 auto;max-width:1200px;min-height:80vh;padding:2rem}.featured-image-container{border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:16px;box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-medium);margin-bottom:2rem;overflow:hidden;width:100%}.featured-image{display:block;height:auto;max-height:500px;object-fit:cover;transition:transform .3s ease;width:100%}.featured-image:hover{transform:scale(1.02)}.post-content{color:#4a5568;color:var(--text-gray);font-size:1.1rem;line-height:1.7;max-width:100%;overflow-wrap:break-word}.post-content h1,.post-content h2,.post-content h3,.post-content h4{color:#2d3748;color:var(--text-dark);font-weight:700;margin-bottom:1rem;margin-top:2rem}.post-content h1{border-bottom:3px solid #667eea;border-bottom:3px solid var(--primary-color);font-size:2.25rem;padding-bottom:.5rem}.post-content h2{color:#5a67d8;color:var(--primary-dark);font-size:1.875rem}.post-content h3{color:#764ba2;color:var(--secondary-color);font-size:1.5rem}.post-content p{margin-bottom:1.5rem}.post-content blockquote{background:#f8fafc;background:var(--background-light);border-left:4px solid #667eea;border-left:4px solid var(--primary-color);border-radius:0 8px 8px 0;color:#4a5568;color:var(--text-gray);font-style:italic;margin:2rem 0;padding:1.5rem}.post-content img{border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;box-shadow:0 4px 6px #0000000d;box-shadow:var(--shadow-light);display:block;height:auto!important;margin:2rem auto;max-width:100%!important;transition:all .3s ease}.post-content img:hover{box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-medium);transform:translateY(-2px)}.post-content div img,.post-content figure img,.post-content p img{height:auto!important;max-width:100%!important}.post-content .image-container,.post-content figure{margin:2rem 0;max-width:100%;text-align:center}.post-content figure img{height:auto;max-width:100%}.post-content figcaption{color:#718096;color:var(--text-light);font-size:.9rem;font-style:italic;margin-top:.5rem}.post-header{background:linear-gradient(135deg,#fff,#f8fafc);background:linear-gradient(135deg,var(--background-white) 0,var(--background-light) 100%);border-bottom:2px solid #e2e8f0;border-bottom:2px solid var(--border-light);border-radius:16px;box-shadow:0 4px 6px #0000000d;box-shadow:var(--shadow-light);margin-bottom:3rem;padding:2rem}.post-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:#2d3748;color:var(--text-dark);font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.post-meta{color:#718096;color:var(--text-light);flex-wrap:wrap;font-size:1rem;gap:1.5rem;margin-bottom:1.5rem}.post-meta-item{align-items:center;background:#f8fafc;background:var(--background-light);border-radius:25px;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem}.post-categories{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.category-tag{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-primary);border-radius:25px;box-shadow:0 4px 6px #0000000d;box-shadow:var(--shadow-light);color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1.25rem;text-transform:capitalize;transition:all .3s ease}.category-tag:hover{box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-medium);transform:translateY(-2px)}.tag{background:#f8fafc;background:var(--background-light);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:20px;color:#4a5568;color:var(--text-gray);font-size:.85rem;padding:.5rem 1rem;transition:all .3s ease}.tag:hover{background:#667eea;background:var(--primary-color);color:#fff;transform:translateY(-1px)}.social-sharing{display:flex;gap:1rem;margin:2.5rem 0}.social-button{align-items:center;border:none;border-radius:50px;box-shadow:0 4px 6px #0000000d;box-shadow:var(--shadow-light);cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.75rem;padding:.75rem 1.5rem;transition:all .3s ease}.social-button:hover{box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-medium);transform:translateY(-3px)}.social-button.twitter{background:#1da1f2;color:#fff}.social-button.twitter:hover{background:#1a94da}.social-button.linkedin{background:#0077b5;color:#fff}.social-button.linkedin:hover{background:#00669c}.social-button.facebook{background:#4267b2;color:#fff}.social-button.facebook:hover{background:#3b5a9a}.newsletter-section{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-primary);border-radius:20px;box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-medium);color:#fff;margin:4rem 0;overflow:hidden;padding:3rem;position:relative}.newsletter-section:before{background:linear-gradient(135deg,#f093fb,#f5576c);background:var(--gradient-accent);border-radius:50%;content:"";height:200%;opacity:.1;position:absolute;right:-50%;top:-50%;width:100%}.newsletter-header{margin-bottom:2rem;position:relative;text-align:center;z-index:2}.newsletter-header h2{color:#fff;font-size:2.25rem;font-weight:700;margin-bottom:1rem}.newsletter-header p{color:#ffffffe6;font-size:1.2rem;line-height:1.6}.loading-container{background:#f8fafc;background:var(--background-light);border-radius:16px;margin:2rem}.loading-spinner{border:4px solid #e2e8f0;border-top:4px solid #667eea;border:4px solid var(--border-light);border-top-color:var(--primary-color);height:60px;margin-bottom:1.5rem;width:60px}.loading-container p{color:#4a5568;color:var(--text-gray);font-size:1.2rem;font-weight:500}.error-container{background:linear-gradient(135deg,#fed7d7,#feb2b2);border:1px solid #fc8181;border-radius:16px;box-shadow:0 4px 6px #0000000d;box-shadow:var(--shadow-light)}.error-container h2{font-size:1.75rem}.error-container p{font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.retry-button{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-primary);border-radius:50px;box-shadow:0 4px 6px #0000000d;box-shadow:var(--shadow-light);font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.retry-button:hover{box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-medium);transform:translateY(-2px)}@media (max-width:768px){.blog-post-container{padding:1rem}.post-title{font-size:2rem}.post-meta{align-items:flex-start}.post-meta,.social-sharing{flex-direction:column;gap:.75rem}.social-button{justify-content:center;width:100%}.featured-image{max-height:300px}.newsletter-section{margin:3rem 0;padding:2rem 1.5rem}.newsletter-header h2{font-size:1.75rem}.newsletter-header p{font-size:1.1rem}}@media (max-width:480px){.post-title{font-size:1.75rem}.post-meta{font-size:.9rem}.post-meta-item{padding:.4rem .8rem}.newsletter-section{margin:2rem 0;padding:1.5rem}.newsletter-header h2{font-size:1.5rem}.newsletter-header p{font-size:1rem}.social-button{font-size:.9rem;padding:.6rem 1.2rem}}.prose{max-width:100%;overflow-wrap:break-word}.prose img{height:auto!important}.lazy-load-image-background,.prose img{max-width:100%!important}.lazy-load-image-background img{height:auto!important;max-width:100%!important}.post-content pre{background:#2d3748;border-radius:12px;box-shadow:0 4px 6px #0000000d;box-shadow:var(--shadow-light);color:#e2e8f0;margin:2rem 0;overflow-x:auto;padding:1.5rem}.post-content code{background:#f8fafc;background:var(--background-light);border-radius:4px;color:#5a67d8;color:var(--primary-dark);font-size:.9em;padding:.2rem .4rem}.post-content pre code{background:none;color:inherit;padding:0}.post-content ol,.post-content ul{margin:1.5rem 0;padding-left:2rem}.post-content li{line-height:1.6;margin-bottom:.5rem}.post-content ul li::marker{color:#667eea;color:var(--primary-color)}.post-content ol li::marker{color:#667eea;color:var(--primary-color);font-weight:600}.post-content a{border-bottom:2px solid #0000;color:#667eea;color:var(--primary-color);font-weight:500;text-decoration:none;transition:all .3s ease}.post-content a:hover{border-bottom:2px solid #667eea;border-bottom:2px solid var(--primary-color);color:#5a67d8;color:var(--primary-dark)}.blog-post-container{display:flex;flex-direction:column;min-height:calc(100vh - 200px)}.blog-list-page{margin:0 auto;max-width:1200px;min-height:80vh;padding:2rem}.blog-header{margin-bottom:3rem;padding:2rem 0;text-align:center}.blog-header h1{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.blog-header p{color:#666;font-size:1.2rem;margin-bottom:1rem}.posts-count{color:#888;font-size:1rem;font-style:italic}.posts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-bottom:3rem}.post-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.post-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.post-image{height:200px;overflow:hidden;position:relative}.post-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.post-card:hover .post-image img{transform:scale(1.05)}.post-content{padding:1.5rem}.post-meta{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.category{background:#667eea;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:.25rem .75rem;text-transform:capitalize}.read-time{color:#666;font-size:.9rem}.post-title{line-height:1.4;margin-bottom:1rem}.post-title a{color:#2d3748;font-size:1.3rem;font-weight:700;text-decoration:none;transition:color .2s ease}.post-title a:hover{color:#667eea}.post-excerpt{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#666;display:-webkit-box;line-height:1.6;margin-bottom:1.5rem;overflow:hidden}.post-footer{align-items:center;border-top:1px solid #f7fafc;color:#888;display:flex;font-size:.9rem;justify-content:space-between;padding-top:1rem}.author{color:#4a5568;font-weight:500}.date{color:#718096}.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:50vh;padding:4rem 2rem;text-align:center}.loading-spinner{border:4px solid #f3f3f3;border-top-color:#667eea;height:50px;margin-bottom:1rem;width:50px}.error-container{background:#fed7d7;border:1px solid #feb2b2;border-radius:8px;margin:2rem auto;max-width:600px;padding:3rem 2rem;text-align:center}.error-container h2{color:#c53030;margin-bottom:1rem}.error-container p{color:#742a2a;margin-bottom:1.5rem}.retry-button{background-color:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s ease}.retry-button:hover{background-color:#5a67d8}.no-posts{background:#f7fafc;border:2px dashed #cbd5e0;border-radius:12px;grid-column:1/-1;padding:4rem 2rem;text-align:center}.no-posts h3{color:#2d3748;font-size:1.5rem;margin-bottom:1rem}.no-posts p{color:#718096;font-size:1.1rem}@media (max-width:768px){.blog-list-page{padding:1rem}.posts-grid{gap:1.5rem;grid-template-columns:1fr}.blog-header h1{font-size:2rem}.blog-header p{font-size:1.1rem}.post-content{padding:1.25rem}.post-footer,.post-meta{align-items:flex-start;flex-direction:column;gap:.5rem}}@media (max-width:480px){.blog-header{margin-bottom:2rem;padding:1rem 0}.blog-header h1{font-size:1.75rem}.post-title a{font-size:1.2rem}}:root{--primary-color:#667eea;--primary-dark:#5a67d8;--secondary-color:#764ba2;--accent-color:#f093fb;--background-light:#f8fafc;--background-white:#fff;--text-dark:#2d3748;--text-gray:#4a5568;--text-light:#718096;--border-light:#e2e8f0;--success-color:#48bb78;--warning-color:#ed8936;--error-color:#f56565;--shadow-light:0 4px 6px #0000000d;--shadow-medium:0 10px 15px #0000001a;--shadow-large:0 20px 25px #00000026;--gradient-primary:linear-gradient(135deg,#667eea,#764ba2);--gradient-accent:linear-gradient(135deg,#f093fb,#f5576c);--gradient-light:linear-gradient(135deg,#f8fafc,#e2e8f0)}.about-container{background:#fff;background:var(--background-white);margin:0 auto;max-width:1200px;min-height:80vh;padding:2rem}.about-header{margin-bottom:3rem;padding:2rem 0;text-align:center}.about-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:#2d3748;color:var(--text-dark);font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.about-divider{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-primary);border-radius:2px;height:4px;margin:0 auto 2rem;position:relative;width:80px}.about-divider:after{background:#f093fb;background:var(--accent-color);border-radius:2px;content:"";height:4px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:40px}.about-content{background:#fff;background:var(--background-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:24px;box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-medium);margin-bottom:3rem;overflow:hidden;padding:3rem;position:relative}.about-content:before{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-primary);content:"";height:4px;left:0;position:absolute;right:0;top:0}.about-section{background:#f8fafc;background:var(--background-light);border-left:4px solid #667eea;border-left:4px solid var(--primary-color);border-radius:16px;margin-bottom:3rem;padding:2rem;transition:all .3s ease}.about-section:hover{border-left:4px solid #f093fb;border-left:4px solid var(--accent-color);box-shadow:0 4px 6px #0000000d;box-shadow:var(--shadow-light);transform:translateY(-2px)}.section-header{align-items:center;display:flex;margin-bottom:1.5rem}.section-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;margin-right:1rem}.section-title{color:#2d3748;color:var(--text-dark);font-size:2rem;font-weight:700;margin:0}.section-text{color:#4a5568;color:var(--text-gray);font-size:1.1rem;line-height:1.7;margin-bottom:0}.about-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:1rem}.list-item{align-items:flex-start;background:#fff;background:var(--background-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;display:flex;padding:1rem;transition:all .3s ease}.list-item:hover{border-color:#667eea;border-color:var(--primary-color);box-shadow:0 4px 6px #0000000d;box-shadow:var(--shadow-light);transform:translateX(5px)}.list-item-icon{color:#48bb78;color:var(--success-color);flex-shrink:0;font-size:1.2rem;margin-right:.75rem;margin-top:.1rem}.list-item-text{color:#4a5568;color:var(--text-gray);font-size:1.1rem;font-weight:500;margin:0}.tech-stack-container{margin-top:1.5rem}.tech-stack-text{color:#4a5568;color:var(--text-gray);font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.tech-stack-grid{display:flex;flex-wrap:wrap;gap:.75rem}.tech-item{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-primary);border-radius:25px;box-shadow:0 4px 6px #0000000d;box-shadow:var(--shadow-light);color:#fff;font-size:.95rem;font-weight:600;overflow:hidden;padding:.75rem 1.5rem;position:relative;transition:all .3s ease}.tech-item:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.tech-item:hover{box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-medium);transform:translateY(-3px)}.tech-item:hover:before{left:100%}.contact-section{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-primary);border-radius:20px;color:#fff;margin-top:2rem;overflow:hidden;padding:3rem 2rem;position:relative;text-align:center}.contact-section:before{background:linear-gradient(135deg,#f093fb,#f5576c);background:var(--gradient-accent);border-radius:50%;content:"";height:200%;opacity:.1;position:absolute;right:-50%;top:-50%;width:100%}.contact-header{align-items:center;display:flex;justify-content:center;margin-bottom:2rem;position:relative;z-index:2}.contact-icon{font-size:2.5rem;margin-right:1rem}.contact-title{color:#fff;font-size:2.25rem;font-weight:700;margin:0}.contact-text{color:#ffffffe6;font-size:1.2rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;position:relative;z-index:2}.contact-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;position:relative;z-index:2}.contact-button{border:2px solid #0000;border-radius:50px;box-shadow:0 4px 6px #0000000d;box-shadow:var(--shadow-light);display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.contact-button.primary{background:#fff;color:#667eea;color:var(--primary-color)}.contact-button.primary:hover{background:#f8fafc;background:var(--background-light);border-color:#fff;box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-medium);transform:translateY(-3px)}.contact-button.secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;color:#fff}.contact-button.secondary:hover{background:#ffffff4d;border-color:#ffffff80;box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-medium);transform:translateY(-3px)}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.stat-card{background:#fff;background:var(--background-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:20px;box-shadow:0 4px 6px #0000000d;box-shadow:var(--shadow-light);overflow:hidden;padding:2.5rem 1.5rem;position:relative;text-align:center;transition:all .3s ease}.stat-card:before{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-primary);content:"";height:4px;left:0;position:absolute;right:0;top:0}.stat-card:hover{box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-medium);transform:translateY(-5px)}.stat-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:3rem;margin-bottom:1rem}.stat-title{color:#2d3748;color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.stat-description{color:#4a5568;color:var(--text-gray);font-size:1rem;line-height:1.6;margin:0}@media (max-width:768px){.about-container{padding:1rem}.about-title{font-size:2.5rem}.about-content{margin-bottom:2rem;padding:2rem 1.5rem}.about-section{margin-bottom:2rem;padding:1.5rem}.section-header{flex-direction:column;gap:1rem;text-align:center}.section-icon{margin-right:0}.section-title{font-size:1.75rem}.about-list{gap:.75rem;grid-template-columns:1fr}.list-item{padding:.75rem}.contact-section{padding:2rem 1.5rem}.contact-header{flex-direction:column;gap:1rem}.contact-title{font-size:1.75rem}.contact-text{font-size:1.1rem}.contact-buttons{align-items:center;flex-direction:column}.contact-button{max-width:250px;text-align:center;width:100%}.stats-grid{gap:1rem;grid-template-columns:1fr}.stat-card{padding:2rem 1rem}}@media (max-width:480px){.about-title{font-size:2rem}.about-content{padding:1.5rem 1rem}.section-title{font-size:1.5rem}.list-item-text,.section-text{font-size:1rem}.tech-stack-grid{justify-content:center}.tech-item{font-size:.9rem;padding:.5rem 1rem}.contact-title{font-size:1.5rem}.contact-text{font-size:1rem}.stat-title{font-size:1.25rem}.stat-description{font-size:.9rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.about-section{animation:fadeInUp .6s ease-out}.about-section:nth-child(2){animation-delay:.1s}.about-section:nth-child(3){animation-delay:.2s}.about-section:nth-child(4){animation-delay:.3s}.contact-section{animation:fadeInUp .6s ease-out .4s both}.stat-card{animation:fadeInUp .6s ease-out}.stat-card:first-child{animation-delay:.5s}.stat-card:nth-child(2){animation-delay:.6s}.stat-card:nth-child(3){animation-delay:.7s}.about-container{display:flex;flex-direction:column;min-height:calc(100vh - 200px)}.about-content{flex:1 1}.contact-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:0 auto;max-width:1200px;min-height:100vh;padding:2rem}.contact-header{margin-bottom:3rem;padding:2rem 0;text-align:center}.contact-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.contact-subtitle{color:#4a5568;font-size:1.2rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:600px}.contact-grid{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.contact-info-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2.5rem}.contact-info-title{align-items:center;color:#2d3748;display:flex;font-size:1.75rem;font-weight:700;gap:.5rem;line-height:1.3;margin-bottom:1.5rem}.contact-info-description{color:#4a5568;font-size:1.05rem;font-weight:400;line-height:1.6;margin-bottom:2rem}.contact-info-section{margin-bottom:2rem}.contact-info-section:last-child{margin-bottom:0}.contact-info-section-title{align-items:center;color:#2d3748;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;line-height:1.4;margin-bottom:.5rem}.contact-info-text{color:#4a5568;font-weight:400;line-height:1.5;margin:0}.contact-info-text.muted{color:#718096;font-size:.95rem}.contact-link{color:#4f46e5;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .2s ease}.contact-link:hover{color:#3730a3;text-decoration:underline}.contact-icon{font-size:1.2em}.contact-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:2.5rem}.contact-form-title{align-items:center;color:#2d3748;display:flex;font-size:1.75rem;font-weight:700;gap:.5rem;line-height:1.3;margin-bottom:2rem}.status-message{border:1px solid;border-radius:8px;font-size:1rem;font-weight:500;line-height:1.5;margin-bottom:2rem;padding:1rem 1.25rem}.status-message.success{background-color:#f0fdf4;border-color:#bbf7d0;color:#166534}.status-message.error{background-color:#fef2f2;border-color:#fecaca;color:#991b1b}.contact-form{width:100%}.form-group{margin-bottom:1.75rem}.form-label{color:#374151;display:block;font-size:1rem;font-weight:600;line-height:1.5;margin-bottom:.75rem}.form-input,.form-select,.form-textarea{background-color:#fff;border:2px solid #d1d5db;border-radius:8px;color:#1f2937;font-family:inherit;font-size:1rem;font-weight:400;outline:none;padding:.875rem 1rem;transition:all .2s ease;width:100%}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af;font-weight:400}.form-input:focus,.form-select:focus,.form-textarea:focus{background-color:#fff}.form-input:hover,.form-select:hover,.form-textarea:hover{border-color:#9ca3af}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background-color:#f9fafb;border-color:#d1d5db;color:#6b7280;cursor:not-allowed}.form-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.form-textarea{line-height:1.5;min-height:140px;resize:vertical}.textarea-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.char-count{color:#6b7280;font-size:.875rem;font-weight:500}.char-count.error{color:#dc2626;font-weight:600}.submit-button{align-items:center;background-color:#4f46e5;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;gap:.75rem;justify-content:center;margin-top:.5rem;padding:1rem 2rem;transition:all .2s ease;width:100%}.submit-button:hover:not(:disabled){background-color:#4338ca;box-shadow:0 4px 12px #4f46e54d;transform:translateY(-1px)}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{background-color:#9ca3af;box-shadow:none;transform:none}.loading-spinner{border-top-color:#fff}.additional-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2.5rem}.additional-info-title{color:#2d3748;font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:2rem;text-align:center}.services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.service-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:1.75rem;transition:all .3s ease}.service-card:hover{border-color:#c7d2fe;box-shadow:0 8px 25px #0000001a;transform:translateY(-4px)}.service-title{align-items:center;color:#4f46e5;display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;line-height:1.4;margin-bottom:1rem}.service-description{color:#4b5563;font-size:.95rem;font-weight:400;line-height:1.6;margin:0}.service-icon{font-size:1.3em}@media (max-width:768px){.contact-container{padding:1rem}.contact-header{margin-bottom:2rem;padding:1rem 0}.contact-title{font-size:2rem;margin-bottom:.75rem}.contact-subtitle{font-size:1.1rem;padding:0 .5rem}.contact-grid{gap:2rem;grid-template-columns:1fr;margin-bottom:3rem}.contact-form-card,.contact-info-card{padding:1.75rem}.contact-form-title,.contact-info-title{font-size:1.5rem;margin-bottom:1.25rem}.contact-info-section{margin-bottom:1.75rem}.additional-info{padding:1.75rem}.additional-info-title{font-size:1.3rem;margin-bottom:1.5rem}.services-grid{gap:1.25rem;grid-template-columns:1fr}.service-card{padding:1.5rem}.textarea-header{align-items:flex-start;flex-direction:column;gap:.5rem}.form-group{margin-bottom:1.5rem}.form-label{font-size:1.05rem;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{font-size:1.05rem;padding:.75rem .875rem}.submit-button{font-size:1.1rem;padding:.875rem 1.5rem}}@media (max-width:480px){.contact-container{padding:.75rem}.contact-title{font-size:1.75rem}.contact-subtitle{font-size:1rem;line-height:1.5}.contact-form-card,.contact-info-card{padding:1.5rem}.contact-form-title,.contact-info-title{font-size:1.3rem}.contact-info-section-title{font-size:1.05rem}.contact-link{font-size:1rem}.submit-button{font-size:1.05rem;padding:.875rem 1.25rem}.additional-info{padding:1.5rem}.service-card{padding:1.25rem}.status-message{font-size:.95rem;padding:.875rem 1rem}}@media (min-width:769px) and (max-width:1024px){.contact-container{padding:1.5rem}.contact-grid{gap:2.5rem}.contact-form-card,.contact-info-card{padding:2rem}.contact-title{font-size:2.25rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.contact-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}}@media (prefers-reduced-motion:reduce){.contact-link,.form-input,.form-select,.form-textarea,.service-card,.submit-button{transition:none}.loading-spinner{animation:none}.service-card:hover,.submit-button:hover:not(:disabled){transform:none}}@media (prefers-color-scheme:dark){.contact-container{background-color:#111827;color:#f9fafb}.additional-info,.contact-info-card{background:#1f2937;border-color:#374151;color:#f9fafb}.additional-info-title,.contact-form-title,.contact-info-section-title,.contact-info-title,.form-label{color:#f9fafb}.char-count,.contact-info-description,.contact-info-text.muted,.contact-subtitle,.service-description{color:#d1d5db}.contact-info-text{color:#e5e7eb}.contact-link{color:#818cf8}.contact-link:hover{color:#a5b4fc}.contact-form-card{background:#1f2937;border-color:#374151;color:#f9fafb}.form-input,.form-select,.form-textarea{background:#374151;border-color:#4b5563;color:#f9fafb}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.form-input:focus,.form-select:focus,.form-textarea:focus{background-color:#374151;border-color:#818cf8;box-shadow:0 0 0 3px #818cf833}.form-input:hover,.form-select:hover,.form-textarea:hover{border-color:#6b7280}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background-color:#4b5563;border-color:#6b7280;color:#9ca3af}.service-card{background:#374151;border-color:#4b5563}.service-title{color:#a5b4fc}.service-description{color:#d1d5db}.status-message.success{background-color:#064e3b;border-color:#047857;color:#a7f3d0}.status-message.error{background-color:#7f1d1d;border-color:#b91c1c;color:#fecaca}.submit-button{background-color:#818cf8}.submit-button:hover:not(:disabled){background-color:#6366f1;box-shadow:0 4px 12px #6366f14d}.submit-button:disabled{background-color:#6b7280}}.contact-link:focus-visible,.form-input:focus-visible,.form-select:focus-visible,.form-textarea:focus-visible,.submit-button:focus-visible{outline:2px solid #4f46e5;outline-offset:2px}@media print{.contact-container{max-width:none;padding:0}.contact-grid{gap:1rem;grid-template-columns:1fr}.additional-info,.contact-form-card,.contact-info-card{border:1px solid #000;box-shadow:none;break-inside:avoid;page-break-inside:avoid}.submit-button{display:none}.contact-link{color:#000;text-decoration:underline}}.api-status-warning{align-items:center;background:#fef3cd;border:1px solid #fde68a;border-radius:6px;color:#92400e;display:flex;font-size:.9rem;gap:.5rem;margin-left:auto;margin-right:auto;margin-top:1rem;max-width:600px;padding:.75rem 1rem}.status-icon{font-size:1.1em}.textarea-hint{color:#6b7280;font-size:.8rem;font-style:italic;margin-top:.25rem}.form-hint{margin-top:1rem;text-align:center}.hint-warning{color:#dc2626;font-size:.85rem;font-style:italic}.submit-button:disabled{cursor:not-allowed;opacity:.6}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;outline:none}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:18px;width:18px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.api-status-warning{font-size:.85rem;margin:1rem .5rem;padding:.5rem .75rem}.textarea-hint{font-size:.75rem}.hint-warning{font-size:.8rem}}