:root{--primary-color: #273171;--primary-dark: #15176F;--accent-color: #2180A7;--accent-orange: #F87D42;--accent-yellow: #E3B540;--white: #FFFFFF;--light-gray: #F3F4F6;--text-dark: #1F2937;--text-gray: #6B7280;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--border-radius: 12px;--border-radius-sm: 8px;--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--text-dark);background-color:var(--white)}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--primary-color)}h1{font-size:3rem;margin-bottom:1rem}h2{font-size:2.5rem;margin-bottom:1rem}h3{font-size:1.875rem;margin-bottom:.75rem}p{margin-bottom:1rem;color:var(--text-gray)}.btn{display:inline-block;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-align:center;text-decoration:none;border-radius:var(--border-radius-sm);cursor:pointer;transition:all .3s ease;border:none;font-family:var(--font-family)}.btn-primary{background-color:var(--accent-color);color:var(--white);box-shadow:var(--shadow-md);position:relative;overflow:hidden}.btn-primary:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:radial-gradient(circle,var(--accent-yellow) 0%,transparent 70%);transform:translate(-50%,-50%);transition:width .6s,height .6s;opacity:0}.btn-primary:hover{background-color:#1a6a8f;transform:translateY(-2px);box-shadow:0 10px 25px #f87d424d,var(--shadow-lg)}.btn-primary:hover:after{width:300px;height:300px;opacity:.1}.btn-secondary{background-color:var(--white);color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background-color:var(--accent-yellow);color:var(--primary-dark);border-color:var(--accent-yellow);box-shadow:0 5px 15px #e3b54066}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:2.5rem;margin-bottom:1rem}.section-title p{font-size:1.125rem;color:var(--text-gray);max-width:600px;margin:0 auto}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}.section{padding:3rem 0}}.header{background-color:var(--white);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:1000;transition:all .123s ease}.header.scrolled{box-shadow:var(--shadow-md)}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}.logo{display:flex;justify-content:center;align-items:center}.logo a{display:flex;align-items:center;text-decoration:none}.logo-image{height:120px;width:auto;object-fit:contain;transition:all .3s ease}.header.scrolled .logo-image{height:80px}.logo-text{font-size:1.5rem;font-weight:700;color:var(--primary-color);white-space:nowrap}.nav-left,.nav-right{display:flex;gap:1.5rem;align-items:center}.nav-left{justify-content:flex-end}.nav-right{justify-content:flex-start}.nav-left a,.nav-right a{color:var(--text-dark);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative;white-space:nowrap}.nav-left a:after,.nav-right a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:var(--accent-color);transition:width .3s ease}.nav-left a:hover,.nav-right a:hover{color:var(--accent-color)}.nav-left a:hover:after,.nav-right a:hover:after{width:100%}.cta-button{padding:.625rem 1.5rem;font-size:.95rem;white-space:nowrap}.mobile-bottom-nav{display:none}@media(max-width:768px){.nav-left,.nav-right{display:none!important}.header-container{grid-template-columns:1fr;justify-content:center}.logo{order:1;margin:0 auto}.logo-image{height:50px}.header.scrolled .logo-image{height:45px}.mobile-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background-color:var(--white);box-shadow:0 -2px 10px #0000001a;padding:.5rem 0;z-index:1000;justify-content:space-around;align-items:center}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:var(--text-dark);transition:all .3s ease;padding:.5rem .75rem;flex:1;max-width:80px}.mobile-nav-item:active{transform:scale(.95);background-color:#0000000d;border-radius:8px}.mobile-nav-icon{font-size:1.5rem;margin-bottom:.25rem}.mobile-nav-label{font-size:.7rem;font-weight:500;text-align:center}.mobile-nav-item:hover{color:var(--accent-color)}body{padding-bottom:70px}}.footer{background-color:var(--primary-color);color:#e5e7eb;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-about{padding-right:2rem}.footer-logo{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:1rem}.footer-description{color:#d1d5db;line-height:1.6;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.footer-social a{width:40px;height:40px;background-color:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);transition:all .3s ease}.footer-social a:hover{background-color:var(--accent-color);transform:translateY(-3px)}.footer-social svg{width:20px;height:20px}.footer-heading{font-size:1.125rem;font-weight:600;margin-bottom:1.25rem;color:var(--white)}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links li{font-size:.9375rem}.footer-links a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--accent-color)}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#d1d5db}.footer-bottom p{margin-bottom:.5rem;font-size:.9375rem}.footer-servicearea{font-size:.875rem;color:#9ca3af}@media(max-width:968px){.footer-content{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-about{grid-column:1 / -1;padding-right:0}}@media(max-width:640px){.footer{padding:3rem 1rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-social{justify-content:flex-start}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:var(--white);box-shadow:0 -4px 20px #00000026;z-index:9999;padding:1.5rem 2rem;animation:slideUp .4s ease-out}.cookie-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.cookie-text h3{font-size:1.125rem;color:var(--primary-color);margin:0 0 .5rem}.cookie-text p{font-size:.9375rem;color:var(--text-gray);margin:0;line-height:1.5}.cookie-actions{display:flex;gap:1rem;flex-shrink:0}.cookie-btn{white-space:nowrap;padding:.75rem 1.5rem;font-size:.9375rem}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(max-width:768px){.cookie-banner{padding:1.25rem 1rem}.cookie-content{flex-direction:column;align-items:flex-start;gap:1.25rem}.cookie-actions{width:100%;flex-direction:column}.cookie-btn{width:100%}}.hero{padding:18rem 2rem 4rem;min-height:90vh;align-items:center;background:linear-gradient(to right,#273171d9,#273171bf 40%,#273171a6,#2731718c),url(/assets/Car-Repairbg_2.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(21,23,111,.1) 0%,rgba(33,128,167,.05) 50%,transparent 100%);pointer-events:none}.hero-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;position:relative;z-index:1}.hero-content{max-width:650px}.hero-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.3)}.highlight{color:#e3b540;position:relative}.hero-description{font-size:1.25rem;color:#f3f4f6;margin-bottom:2.5rem;line-height:1.6;text-shadow:0 1px 5px rgba(0,0,0,.2)}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.trust-badges{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-top:2rem}.badge{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:var(--white);border-radius:var(--border-radius-sm);box-shadow:var(--shadow-sm);transition:all .3s ease}.badge:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.badge-icon{width:16px;height:16px;color:var(--accent-color);flex-shrink:0;opacity:.8;transition:opacity .3s ease,transform .3s ease}.badge:hover .badge-icon{opacity:1;transform:scale(1.1)}.badge span{font-size:.875rem;font-weight:600;color:var(--text-dark)}@media(max-width:968px){.hero{background-size:cover}.hero-title{font-size:2.25rem}.hero-description{font-size:1.1rem}.hero-content{max-width:100%}.trust-badges{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.hero{padding:6rem 1rem 2rem;min-height:auto;background-size:cover;background-position:center}.hero-title{font-size:1.75rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%}.trust-badges{grid-template-columns:1fr}}.news{background:linear-gradient(135deg,#fff,#f3f4f6)}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.news-card{background:var(--white);border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow-md);transition:all .3s ease;opacity:0;transform:translateY(20px);display:flex;flex-direction:column}.news.visible .news-card{animation:fadeInUp .6s ease-out forwards}.news-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.news-image{position:relative;width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center}.news-image-img{width:100%;height:100%;object-fit:contain;padding:2rem;transition:transform .3s ease,filter .3s ease}.news-card:hover .news-image-img{transform:scale(1.05);filter:brightness(1.05)}.news-category{position:absolute;top:1rem;left:1rem;padding:.375rem .875rem;background-color:var(--accent-color);color:var(--white);border-radius:20px;font-size:.8125rem;font-weight:600;z-index:1}.news-content{padding:1.75rem;display:flex;flex-direction:column;flex-grow:1}.news-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;color:var(--text-gray);flex-wrap:wrap}.news-separator{color:var(--text-gray)}.news-author{color:var(--text-gray);font-style:italic}.news-title{font-size:1.375rem;color:var(--primary-color);margin-bottom:.75rem;line-height:1.3;transition:color .3s ease}.news-card:hover .news-title{color:var(--accent-color)}.news-excerpt{font-size:1rem;line-height:1.6;color:var(--text-gray);margin-bottom:1.5rem;flex-grow:1;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1)}.news-excerpt.collapsed{max-height:4.8em;position:relative}.news-excerpt.expanded{max-height:none}.news-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid #E5E7EB}.news-read-more-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid var(--accent-color);border-radius:var(--border-radius-sm);color:var(--accent-color);font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .3s ease;font-family:inherit}.news-read-more-btn:hover{background:var(--accent-color);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 8px #2180a733}.news-read-more-btn:active{transform:translateY(0)}.read-more-icon{transition:transform .3s ease}.read-more-icon.rotated{transform:rotate(180deg)}.news-like-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem;background:transparent;border:none;cursor:pointer;color:var(--text-gray);transition:all .3s ease;border-radius:var(--border-radius-sm)}.news-like-btn:hover{background:#dc26261a;color:#dc2626}.news-like-btn.liked{color:#dc2626}.like-icon{transition:transform .3s ease}.news-like-btn:hover .like-icon{transform:scale(1.15)}.news-like-btn:active .like-icon{animation:heartBeat .4s ease}.news-like-btn.liked .like-icon{fill:#dc2626}@keyframes heartBeat{0%,to{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(1.1)}75%{transform:scale(1.25)}}.news-loading,.news-error,.news-empty{text-align:center;padding:3rem 1rem;color:var(--text-gray);font-size:1.125rem}.news-error{color:#dc2626}@media(max-width:968px){.news-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media(max-width:768px){.news-grid{grid-template-columns:1fr;gap:1.5rem}.news-image{height:180px}.news-image-img,.news-content{padding:1.5rem}.news-title{font-size:1.25rem}.news-actions{flex-direction:column;align-items:stretch}.news-read-more-btn{width:100%;justify-content:center}.news-like-btn{align-self:center}}@media(max-width:480px){.news-image{height:160px}.news-image-img{padding:1rem}.news-content{padding:1.25rem}.news-title{font-size:1.125rem}.news-meta{font-size:.8125rem}}.services{background-color:var(--white)}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:3rem auto 0}.service-card{background:var(--white);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow-md);transition:all .3s ease;opacity:0;transform:translateY(20px);display:flex;flex-direction:column}.services.visible .service-card{animation:fadeInUp .6s ease-out forwards}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.service-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--white)}.service-icon svg{width:32px;height:32px}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color)}.service-description{font-size:1rem;color:var(--text-gray);line-height:1.6;margin-bottom:1.5rem}.service-benefits{list-style:none;padding:0;margin:0 0 2rem;flex-grow:1}.service-benefits li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;color:var(--text-dark)}.check-icon{width:20px;height:20px;background-color:var(--accent-color);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;flex-shrink:0;margin-top:2px}.service-cta{width:100%;margin-top:auto}@media(max-width:768px){.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}}.process{background:linear-gradient(135deg,#f3f4f6,#fff)}.process-timeline{max-width:900px;margin:3rem auto 0;position:relative}.process-step{display:grid;grid-template-columns:80px 1fr;gap:2rem;position:relative;opacity:0;transform:translate(-30px);margin-bottom:3rem}.process.visible .process-step{animation:slideInLeft .6s ease-out forwards}.step-number{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:var(--white);border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;box-shadow:var(--shadow-lg);position:relative;z-index:2;flex-shrink:0}.step-content{background:var(--white);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow-md);transition:all .3s ease}.process-step:hover .step-content{transform:translate(8px);box-shadow:var(--shadow-lg)}.step-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.step-content h3{font-size:1.375rem;color:var(--primary-color);margin:0}.step-time{display:inline-block;padding:.375rem .875rem;background-color:var(--accent-color);color:var(--white);border-radius:20px;font-size:.875rem;font-weight:600;white-space:nowrap}.step-content p{font-size:1rem;color:var(--text-gray);line-height:1.6;margin:0}.step-connector{position:absolute;left:40px;top:80px;width:3px;height:calc(100% - 40px);background:linear-gradient(180deg,var(--accent-color) 0%,var(--primary-color) 100%);z-index:1}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}@media(max-width:768px){.process-timeline{padding:0}.process-step{grid-template-columns:60px 1fr;gap:1rem;margin-bottom:2rem}.step-number{width:60px;height:60px;font-size:1.25rem}.step-content{padding:1.5rem}.step-content h3{font-size:1.125rem}.step-header{flex-direction:column;align-items:flex-start;gap:.5rem}.step-time{font-size:.8125rem;padding:.25rem .75rem}.step-connector{left:30px;top:60px;width:2px}.process-step:hover .step-content{transform:translate(4px)}}.about{background-color:var(--white)}.about-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.about-image{opacity:0;transform:translate(-30px);transition:all .8s ease-out}.about.visible .about-image{opacity:1;transform:translate(0)}.image-placeholder{width:100%;max-width:400px;margin:0 auto;border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow-lg)}.image-placeholder svg{width:100%;height:auto;display:block}.about-content{opacity:0;transform:translate(30px);transition:all .8s ease-out .2s}.about.visible .about-content{opacity:1;transform:translate(0)}.about-text p{font-size:1.0625rem;line-height:1.75;color:var(--text-gray);margin-bottom:1.25rem}.qualifications{display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem}.qualification-item{display:flex;gap:1.25rem;align-items:flex-start;padding:1.5rem;background-color:var(--light-gray);border-radius:var(--border-radius-sm);transition:all .3s ease}.qualification-item:hover{background-color:#e5e7eb;transform:translate(8px)}.qual-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));border-radius:var(--border-radius-sm);display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0}.qual-icon svg{width:24px;height:24px}.qualification-item h4{font-size:1.125rem;color:var(--primary-color);margin:0 0 .375rem}.qualification-item p{font-size:.9375rem;color:var(--text-gray);margin:0;line-height:1.5}@media(max-width:968px){.about-grid{grid-template-columns:1fr;gap:3rem}.about-image{max-width:400px;margin:0 auto}.about-content .section-title,.about-content .section-title p{text-align:center!important}}@media(max-width:640px){.qualification-item{padding:1.25rem;gap:1rem}.qual-icon{width:40px;height:40px}.qual-icon svg{width:20px;height:20px}.qualification-item h4{font-size:1rem}.qualification-item p{font-size:.875rem}}.testimonials{background:linear-gradient(135deg,#f3f4f6,#fff)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:var(--white);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow-md);transition:all .3s ease;opacity:0;transform:translateY(20px);display:flex;flex-direction:column}.testimonials.visible .testimonial-card{animation:fadeInUp .6s ease-out forwards}.testimonial-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.testimonial-avatar{width:56px;height:56px;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;flex-shrink:0}.testimonial-info{display:flex;flex-direction:column}.testimonial-name{font-weight:600;font-size:1rem;color:var(--text-dark)}.testimonial-location{font-size:.875rem;color:var(--text-gray)}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem}.star{color:#ffc107;font-size:1.25rem}.testimonial-text{font-size:1rem;line-height:1.6;color:var(--text-gray);margin-bottom:1.5rem;flex-grow:1}.testimonial-service{padding:.5rem 1rem;background-color:var(--light-gray);color:var(--accent-color);border-radius:20px;font-size:.875rem;font-weight:600;text-align:center;align-self:flex-start}@media(max-width:768px){.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.5rem}}.faq{background-color:var(--white)}.faq-list{max-width:900px;margin:3rem auto 0}.faq-item{background:var(--white);border:1px solid #E5E7EB;border-radius:var(--border-radius-sm);margin-bottom:1rem;overflow:hidden;transition:all .3s ease;opacity:0;transform:translateY(10px)}.faq.visible .faq-item{animation:fadeInUp .4s ease-out forwards}.faq-item:hover{border-color:var(--accent-color);box-shadow:var(--shadow-sm)}.faq-item.open{border-color:var(--accent-color);box-shadow:var(--shadow-md)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:transparent;border:none;cursor:pointer;font-size:1.125rem;font-weight:600;color:var(--primary-color);text-align:left;transition:all .3s ease;font-family:var(--font-family)}.faq-question:hover{color:var(--accent-color)}.faq-icon{width:32px;height:32px;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:400;flex-shrink:0;transition:transform .3s ease}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.faq-item.open .faq-answer{max-height:500px;transition:max-height .5s ease-in}.faq-answer p{padding:0 2rem 1.5rem;font-size:1rem;line-height:1.7;color:var(--text-gray);margin:0}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.faq-question{padding:1.25rem 1.5rem;font-size:1rem}.faq-icon{width:28px;height:28px;font-size:1.25rem}.faq-answer p{padding:0 1.5rem 1.25rem;font-size:.9375rem}}.contact{background:linear-gradient(135deg,#f3f4f6,#fff)}.contact-grid{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-top:3rem}.contact-info{background:var(--white);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow-md);height:fit-content}.contact-info h3{font-size:1.5rem;color:var(--primary-color);margin-bottom:2rem}.info-item{display:flex;gap:1.25rem;margin-bottom:2rem}.info-item:last-child{margin-bottom:0}.info-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));border-radius:var(--border-radius-sm);display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0}.info-icon svg{width:24px;height:24px}.info-item h4{font-size:1.125rem;color:var(--primary-color);margin:0 0 .5rem}.info-item p{font-size:.9375rem;color:var(--text-gray);line-height:1.6;margin:0}.info-item a{color:var(--accent-color);text-decoration:none;transition:color .3s ease}.info-item a:hover{color:var(--primary-color)}.contact-form-wrapper{background:var(--white);border-radius:var(--border-radius);padding:2.5rem;box-shadow:var(--shadow-md)}.form-progress{margin-bottom:2.5rem}.progress-bar{width:100%;height:6px;background-color:#e5e7eb;border-radius:10px;overflow:hidden;margin-bottom:1.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));transition:width .3s ease}.progress-steps{display:flex;justify-content:space-between}.progress-step{width:40px;height:40px;border-radius:50%;background-color:#e5e7eb;color:var(--text-gray);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;transition:all .3s ease}.progress-step.active{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:var(--white);transform:scale(1.1)}.progress-step.completed{background-color:var(--accent-color);color:var(--white)}.form-step{animation:slideIn .4s ease-out}.form-step h3{font-size:1.5rem;color:var(--primary-color);margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;margin-bottom:1.5rem}.form-group label{font-weight:600;color:var(--text-dark);margin-bottom:.5rem;font-size:.9375rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;border:2px solid #E5E7EB;border-radius:var(--border-radius-sm);font-size:1rem;font-family:var(--font-family);transition:border-color .3s ease;background-color:var(--white)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent-color)}.form-group textarea{resize:vertical;min-height:120px}.file-upload{margin-bottom:1rem}.file-upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border:2px dashed var(--accent-color);border-radius:var(--border-radius-sm);background-color:#2180a70d;cursor:pointer;transition:all .3s ease;gap:.75rem;color:var(--accent-color);font-weight:600}.file-upload-label:hover{background-color:#2180a71a;border-color:var(--primary-color)}.file-list{margin-top:1rem}.file-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:var(--light-gray);border-radius:var(--border-radius-sm);margin-bottom:.5rem}.file-item button{background:none;border:none;color:var(--text-gray);font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.file-item button:hover{color:#ef4444}.checkbox-group{margin-bottom:1.5rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.checkbox-label input[type=checkbox]{margin-top:.25rem;width:20px;height:20px;cursor:pointer;flex-shrink:0}.checkbox-label span{font-size:.9375rem;color:var(--text-gray);line-height:1.5}.checkbox-label a{color:var(--accent-color);text-decoration:underline}.summary-box{background-color:var(--light-gray);border-radius:var(--border-radius-sm);padding:1.5rem;margin-top:1.5rem}.summary-box h4{font-size:1.125rem;color:var(--primary-color);margin:0 0 1rem}.summary-box p{font-size:.9375rem;color:var(--text-dark);margin-bottom:.5rem}.summary-box p:last-child{margin-bottom:0}.form-navigation{display:flex;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid #E5E7EB}.form-navigation button{flex:1}.form-navigation button:disabled{opacity:.5;cursor:not-allowed}.success-message{max-width:600px;margin:0 auto;text-align:center;padding:3rem 2rem}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;margin:0 auto 2rem;animation:scaleIn .5s ease-out}.success-message h2{color:var(--primary-color);margin-bottom:1rem}.success-message p{font-size:1.0625rem;color:var(--text-gray);line-height:1.6;margin-bottom:1rem}.success-message button{margin-top:2rem}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}@media(max-width:1024px){.contact-grid{grid-template-columns:1fr;gap:2rem}}.confirmation-page{max-width:900px;margin:0 auto;animation:fadeIn .5s ease-out}.confirmation-header{text-align:center;padding:2rem 0 3rem}.success-icon-large{width:100px;height:100px;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3.5rem;font-weight:700;margin:0 auto 1.5rem;animation:scaleIn .6s ease-out}.confirmation-header h2{color:var(--primary-color);font-size:2rem;margin-bottom:1rem}.confirmation-subtitle{font-size:1.125rem;color:var(--text-gray);line-height:1.6;margin-bottom:1rem}.confirmation-email{font-size:1rem;color:var(--text-gray)}.confirmation-email strong{color:var(--accent-color)}.application-overview{background:var(--white);border-radius:var(--border-radius);padding:2.5rem;box-shadow:var(--shadow-md);margin-bottom:2rem}.application-overview>h3{font-size:1.75rem;color:var(--primary-color);margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #E5E7EB}.overview-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #E5E7EB}.overview-section:last-of-type{border-bottom:none;margin-bottom:1rem}.overview-section h4{font-size:1.25rem;color:var(--primary-color);margin-bottom:1.25rem;font-weight:600}.overview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.overview-item{display:flex;flex-direction:column;gap:.5rem}.overview-item-full{grid-column:1 / -1}.overview-label{font-size:.875rem;font-weight:600;color:var(--text-gray);text-transform:uppercase;letter-spacing:.5px}.overview-value{font-size:1rem;color:var(--text-dark);line-height:1.6}.overview-files{display:flex;flex-direction:column;gap:.75rem}.overview-file-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background-color:var(--light-gray);border-radius:var(--border-radius-sm);color:var(--text-dark)}.overview-file-item svg{color:var(--accent-color);flex-shrink:0}.overview-timestamp{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #E5E7EB;text-align:center}.overview-timestamp p{font-size:.875rem;color:var(--text-gray);font-style:italic}.confirmation-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.confirmation-actions button{min-width:200px}.confirmation-next-steps{background:linear-gradient(135deg,#01426a0d,#2180a70d);border-radius:var(--border-radius);padding:2.5rem;text-align:center}.confirmation-next-steps h4{font-size:1.5rem;color:var(--primary-color);margin-bottom:2rem}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:800px;margin:0 auto}.step-item{display:flex;flex-direction:column;align-items:center;gap:1rem}.step-number{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700}.step-content h5{font-size:1.125rem;color:var(--primary-color);margin:0 0 .5rem}.step-content p{font-size:.9375rem;color:var(--text-gray);line-height:1.5;margin:0}@media print{.confirmation-actions,.confirmation-next-steps{display:none}.application-overview{box-shadow:none;border:1px solid #E5E7EB}}@media(max-width:768px){.contact-form-wrapper{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.form-navigation{flex-direction:column}.progress-step{width:32px;height:32px;font-size:.75rem}.confirmation-page{padding:0 1rem}.application-overview{padding:1.5rem}.overview-grid{grid-template-columns:1fr;gap:1.25rem}.steps-grid{grid-template-columns:1fr;gap:1.5rem}.confirmation-actions{flex-direction:column}.confirmation-actions button{width:100%;min-width:unset}}.news-admin-login{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;padding:6rem 2rem 4rem;background:linear-gradient(135deg,#1a1a2e,#16213e)}.login-container{width:100%;max-width:450px}.login-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;padding:3rem;animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:2rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem}.login-header p{font-size:.95rem;color:#666;margin:0}.login-form{display:flex;flex-direction:column;gap:1.5rem}.error-message{background:#fee;border:1px solid #fcc;border-radius:6px;padding:1rem;color:#c33;font-size:.9rem;animation:shake .3s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.form-group label{font-size:.9rem;font-weight:600;color:#333}.form-group input{padding:.875rem 1rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:8px;transition:all .3s ease;background:#fff;color:#333}.form-group input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.7}.login-button{padding:1rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#007bff,#0056b3);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #007bff4d}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{background:#ccc;cursor:not-allowed;transform:none}.login-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.security-note{font-size:.85rem;color:#888;text-align:center;margin:0;line-height:1.5}@media(max-width:768px){.news-admin-login{padding:1rem}.login-card{padding:2rem}.login-header h1{font-size:1.75rem}.form-group input,.login-button{font-size:.95rem}}@media(max-width:480px){.login-card{padding:1.5rem}.login-header h1{font-size:1.5rem}}.news-admin{min-height:100vh;background:#f5f7fa;padding:2rem 1rem}.admin-container{max-width:1200px;margin:0 auto}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.admin-header h1{font-size:2rem;font-weight:700;color:#1a1a2e;margin:0}.logout-button{padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;color:#fff;background:#dc3545;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.logout-button:hover{background:#c82333;transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}.loading{text-align:center;padding:4rem;font-size:1.2rem;color:#666}.error-message{background:#fee;border:1px solid #fcc;border-radius:8px;padding:1rem;margin-bottom:1.5rem;color:#c33;display:flex;justify-content:space-between;align-items:center;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.close-error{background:none;border:none;font-size:1.5rem;color:#c33;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}.close-error:hover{background:#cc33331a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{font-size:1.5rem;font-weight:600;color:#333;margin:0}.add-button{padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#28a745,#20833a);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.add-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.empty-state p{font-size:1.1rem;color:#666;margin-bottom:1.5rem}.articles-list{display:grid;gap:1.5rem}.article-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;transition:all .3s ease}.article-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.article-content{flex:1}.article-content h3{font-size:1.25rem;font-weight:600;color:#1a1a2e;margin:0 0 .75rem}.article-excerpt{font-size:.95rem;color:#666;line-height:1.6;margin:0 0 1rem}.article-meta{display:flex;gap:1rem;flex-wrap:wrap;font-size:.85rem;color:#888}.article-actions{display:flex;flex-direction:column;gap:.5rem;min-width:120px}.edit-button,.delete-button{padding:.5rem 1rem;font-size:.9rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease}.edit-button{color:#fff;background:#007bff}.edit-button:hover{background:#0056b3}.delete-button{color:#fff;background:#dc3545}.delete-button:hover{background:#c82333}.form-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.form-header h2{font-size:1.5rem;font-weight:600;color:#333;margin:0}.cancel-button{padding:.5rem 1rem;font-size:.9rem;font-weight:600;color:#666;background:#f0f0f0;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease}.cancel-button:hover{background:#e0e0e0;color:#333}.article-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.95rem;font-weight:600;color:#333}.form-group input,.form-group textarea{padding:.875rem 1rem;font-size:1rem;font-family:inherit;border:2px solid #e0e0e0;border-radius:8px;transition:all .3s ease;background:#fff;color:#333}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.form-group textarea{resize:vertical;min-height:200px;line-height:1.6}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.save-button{padding:.875rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#007bff,#0056b3);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.save-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #007bff4d}@media(max-width:768px){.news-admin{padding:1rem .5rem}.admin-header{flex-direction:column;gap:1rem;align-items:flex-start}.admin-header h1{font-size:1.5rem}.section-header{flex-direction:column;gap:1rem;align-items:flex-start}.article-card{flex-direction:column}.article-actions{flex-direction:row;width:100%}.article-actions button{flex:1}.form-section{padding:1.5rem}.form-header{flex-direction:column;gap:1rem;align-items:flex-start}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}.App{min-height:100vh;display:flex;flex-direction:column}*{box-sizing:border-box}html{scroll-behavior:smooth}
