.carousel{position:relative;width:100%;height:100%;overflow:hidden;border-radius:12px}.carousel-inner{position:relative;width:100%;height:100%}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .8s ease-in-out}.carousel-slide.active{opacity:1;z-index:1}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 2px 8px #0000001a}.carousel-button:hover{background:#fff;box-shadow:0 4px 12px #00000026}.carousel-button svg{width:24px;height:24px;color:#2c3e50}.carousel-button.prev{left:20px}.carousel-button.next{right:20px}.carousel-indicators{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.carousel-indicator{width:12px;height:12px;border-radius:50%;border:2px solid white;background:#ffffff80;cursor:pointer;transition:all .3s ease;padding:0}.carousel-indicator:hover{background:#fffc}.carousel-indicator.active{background:#fff;width:32px;border-radius:6px}.carousel-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffd9;display:flex;align-items:center;justify-content:center;z-index:2}.carousel-content{position:relative;z-index:3;width:65%;max-width:800px;text-align:center;animation:fadeInUp .8s ease-out;padding:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.carousel-badge{display:inline-block;padding:.5rem 1rem;margin-bottom:1.5rem;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:50px;font-size:.875rem;font-weight:500;color:#666;letter-spacing:.5px}.carousel-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:600;line-height:1.1;margin-bottom:1.5rem;color:#1a1a1a;letter-spacing:-.03em}.carousel-subtitle{font-size:clamp(1.125rem,2.5vw,1.25rem);line-height:1.7;color:#666;margin-bottom:2.5rem;max-width:650px;margin-left:auto;margin-right:auto;font-weight:400}.carousel-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.carousel-buttons .btn-primary,.carousel-buttons .btn-secondary{padding:.875rem 2rem;font-size:1rem;font-weight:500;border-radius:6px;border:none;cursor:pointer;transition:all .2s ease;font-family:inherit}.carousel-buttons .btn-primary{background:#1a1a1a;color:#fff}.carousel-buttons .btn-primary:hover{background:#000;transform:translateY(-1px)}.carousel-buttons .btn-secondary{background:#fff;color:#1a1a1a;border:1px solid #e0e0e0}.carousel-buttons .btn-secondary:hover{background:#f5f5f5;border-color:#d0d0d0;transform:translateY(-1px)}@media (max-width: 768px){.carousel{border-radius:8px}.carousel-content{width:90%}.carousel-title{font-size:clamp(2rem,8vw,3rem)}.carousel-buttons{flex-direction:column;align-items:stretch}.carousel-buttons .btn-primary,.carousel-buttons .btn-secondary{width:100%;max-width:100%}.carousel-button{width:40px;height:40px}.carousel-button svg{width:20px;height:20px}.carousel-button.prev{left:10px}.carousel-button.next{right:10px}.carousel-indicator{width:10px;height:10px}.carousel-indicator.active{width:24px}}.home{width:100%;overflow-x:hidden;background:#fff}.hero{position:relative;min-height:85vh;background:#fff;overflow:hidden}.hero .carousel{height:85vh;border-radius:0}.business-section{padding:8rem 2rem;background:#fafafa;width:100%}.business-container{max-width:1200px;margin:0 auto}.business-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:4rem}.business-card{background:#fff;padding:3rem;border-radius:12px;border:1px solid #e0e0e0;transition:all .3s ease;position:relative;overflow:hidden}.business-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1a1a1a,#4a4a4a);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.business-card:hover:before{transform:scaleX(1)}.business-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:#d0d0d0}.business-icon-wrapper{width:64px;height:64px;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;background:#1a1a1a;border-radius:12px;transition:all .3s ease}.business-card:hover .business-icon-wrapper{transform:scale(1.05) rotate(3deg)}.business-icon{width:32px;height:32px;stroke:#fff;stroke-width:2}.business-number{position:absolute;top:2rem;right:2rem;font-size:4rem;font-weight:700;color:#f5f5f5;line-height:1;-webkit-user-select:none;user-select:none}.business-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-.01em}.business-description{font-size:1rem;line-height:1.7;color:#666;margin-bottom:1.5rem}.business-highlights{list-style:none;padding:0;margin:0}.business-highlights li{font-size:.9375rem;color:#4a5568;padding:.5rem 0 .5rem 1.5rem;position:relative}.business-highlights li:before{content:"✓";position:absolute;left:0;color:#1a1a1a;font-weight:600}.features-section{padding:8rem 2rem;background:#fff;width:65%;margin:0 auto}.features-container{max-width:1000px;margin:0 auto}.section-intro{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:600;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-.02em}.section-description{font-size:1.125rem;color:#666;line-height:1.6;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:3rem}.feature-card{padding:2.5rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px;transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:#1a1a1a;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#d0d0d0}.feature-icon-wrapper{width:48px;height:48px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;background:#1a1a1a;border-radius:8px;transition:transform .3s ease}.feature-card:hover .feature-icon-wrapper{transform:scale(1.05)}.feature-icon{width:24px;height:24px;stroke:#fff;stroke-width:2}.feature-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem;letter-spacing:-.01em}.feature-description{font-size:.9375rem;line-height:1.6;color:#666;margin:0}@media (max-width: 768px){.hero{min-height:80vh}.hero .carousel{height:80vh}.business-section{padding:5rem 1.5rem}.business-grid{grid-template-columns:1fr;gap:2rem}.business-card{padding:2rem}.business-number{font-size:3rem;top:1.5rem;right:1.5rem}.business-title{font-size:1.25rem}.features-section{padding:5rem 1.5rem;width:90%}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem}}@media (max-width: 480px){.hero{min-height:75vh;padding:3rem 1rem}.section-intro{margin-bottom:3rem}}.about{width:65%;margin:0 auto;padding:2rem;background:#fff}.about-hero{text-align:center;padding:4rem 0 3rem;background:#fff;color:#1a1a1a;border-radius:8px;margin-bottom:4rem;border:1px solid #e0e0e0}.about-hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:600;margin-bottom:1rem;color:#1a1a1a;letter-spacing:-.02em}.about-subtitle{font-size:1.3rem;color:#666;font-weight:400}.about-content{line-height:1.8}.about-section{margin-bottom:4rem;padding:2.5rem;background:#fff;border-radius:8px;border:1px solid #e0e0e0;transition:all .3s ease}.about-section:hover{box-shadow:0 4px 12px #00000014;border-color:#d0d0d0}.about-section h2{color:#1a1a1a;margin-bottom:1.5rem;font-size:2rem;font-weight:600;border-left:3px solid #1a1a1a;padding-left:1rem;letter-spacing:-.01em}.about-section p{color:#666;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.business-item{margin-bottom:2.5rem;padding:2rem;background:#fafafa;border-radius:8px;border:1px solid #e0e0e0;transition:all .3s ease}.business-item:hover{background:#f5f5f5;border-color:#d0d0d0;box-shadow:0 2px 8px #0000000f}.business-item h3{color:#1a1a1a;margin-bottom:1rem;font-size:1.4rem;font-weight:600}.business-item p{color:#666;margin-bottom:1rem;font-size:1.05rem;line-height:1.7}.business-item ul{list-style:none;padding:0;margin:0}.business-item ul li{color:#666;padding:.5rem 0 .5rem 1.5rem;position:relative;font-size:1rem}.business-item ul li:before{content:"✓";position:absolute;left:0;color:#1a1a1a;font-weight:700}.advantage-grid,.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.advantage-item{text-align:center;padding:2rem;background:#fafafa;border-radius:8px;border:1px solid #e0e0e0;transition:transform .3s ease,box-shadow .3s ease}.advantage-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#d0d0d0}.advantage-icon{font-size:3rem;margin-bottom:1rem}.advantage-item h3{color:#1a1a1a;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.advantage-item p{color:#666;font-size:1rem;line-height:1.6;margin:0}.timeline{position:relative;padding-left:2rem;margin-top:2rem}.timeline:before{content:"";position:absolute;left:.5rem;top:0;bottom:0;width:2px;background:#e0e0e0}.timeline-item{position:relative;margin-bottom:3rem;padding-left:3rem}.timeline-item:before{content:"";position:absolute;left:-1.75rem;top:.5rem;width:12px;height:12px;border-radius:50%;background:#1a1a1a;border:3px solid white;box-shadow:0 0 0 3px #1a1a1a}.timeline-year{position:absolute;left:-5rem;top:0;font-size:1.2rem;font-weight:600;color:#1a1a1a;background:#fff;padding:.25rem .75rem;border-radius:20px;border:1px solid #e0e0e0}.timeline-content h3{color:#1a1a1a;margin-bottom:.5rem;font-size:1.3rem;font-weight:600}.timeline-content p{color:#666;margin:0;font-size:1rem}@media (max-width: 768px){.about{padding:1rem;width:90%}.about-hero{padding:3rem 1.5rem 2rem}.about-section{padding:1.5rem}.business-item{padding:1.5rem;margin-bottom:1.5rem}.business-item h3{font-size:1.2rem}.advantage-grid,.advantages-grid{grid-template-columns:1fr;gap:1.5rem}.advantage-item{padding:1.5rem}.timeline{padding-left:1.5rem}.timeline-year{position:static;display:inline-block;margin-bottom:.5rem}.timeline-item{padding-left:0}.timeline-item:before{left:-1.25rem}}.news{width:100%;margin:0;padding:0;background:#fff}.news-hero{position:relative;width:100%;height:500px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:flex-end;overflow:hidden}.news-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000004d,#00000080,#000000b3);display:flex;align-items:flex-end;padding:3rem}.news-hero-content{max-width:800px;color:#fff;z-index:1}.news-hero-category{display:inline-block;padding:.4rem 1rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:20px;font-size:.85rem;font-weight:500;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.news-hero-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1.5rem;color:#fff;line-height:1.2;letter-spacing:-.02em}.news-hero-info{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem;font-size:.95rem;color:#fffffff2}.news-hero-info-item{display:flex;align-items:center;gap:.5rem}.news-icon{width:20px;height:20px}.news-hero-btn{padding:.8rem 2rem;background:#fff;color:#1a1a1a;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:none}.news-hero-btn:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.news-content{max-width:1200px;margin:0 auto;padding:4rem 2rem}.news-section-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:2.5rem;letter-spacing:-.02em}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem}.news-card{background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;border:1px solid #e5e7eb}.news-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001f;border-color:#d1d5db}.news-card-image{width:100%;height:240px;overflow:hidden;background:#f3f4f6}.news-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-card:hover .news-card-image img{transform:scale(1.05)}.news-card-content{padding:1.5rem}.news-card-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem;line-height:1.4;letter-spacing:-.01em}.news-card-date{font-size:.9rem;color:#6b7280;margin:0}@media (max-width: 1024px){.news-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}}@media (max-width: 768px){.news-hero{height:400px}.news-hero-overlay{padding:2rem 1.5rem}.news-hero-title{font-size:1.75rem}.news-hero-info{flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.news-content{padding:3rem 1.5rem}.news-section-title{font-size:1.5rem;margin-bottom:2rem}.news-grid{grid-template-columns:1fr;gap:1.5rem}.news-card-image{height:200px}}@media (max-width: 480px){.news-hero{height:350px}.news-hero-overlay{padding:1.5rem 1rem}.news-hero-title{font-size:1.5rem}.news-hero-btn{padding:.7rem 1.5rem;font-size:.9rem}.news-content{padding:2rem 1rem}}.news-detail{width:100%;margin:0;padding:0;background:#fff}.news-detail-hero{position:relative;width:100%;height:500px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:flex-end;overflow:hidden}.news-detail-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0006,#0009,#000c);display:flex;align-items:flex-end;padding:3rem}.news-detail-hero-content{max-width:900px;color:#fff;z-index:1}.news-detail-back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-bottom:1.5rem}.news-detail-back-btn:hover{background:#ffffff40;transform:translate(-4px)}.back-icon{width:18px;height:18px}.news-detail-category{display:inline-block;padding:.4rem 1rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:20px;font-size:.85rem;font-weight:500;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px}.news-detail-title{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;margin-bottom:1.5rem;color:#fff;line-height:1.2;letter-spacing:-.02em}.news-detail-meta{display:flex;flex-wrap:wrap;gap:2rem;font-size:.95rem;color:#fffffff2}.news-detail-meta-item{display:flex;align-items:center;gap:.5rem}.meta-icon{width:20px;height:20px}.news-detail-content{max-width:800px;margin:0 auto;padding:4rem 2rem}.news-detail-summary{font-size:1.25rem;line-height:1.8;color:#4b5563;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb}.news-detail-summary p{margin:0}.news-detail-body{font-size:1.1rem;line-height:1.8;color:#1f2937}.news-detail-body h2{font-size:2rem;font-weight:700;color:#111827;margin:2.5rem 0 1.5rem;line-height:1.3;letter-spacing:-.02em}.news-detail-body h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin:2rem 0 1rem;line-height:1.4;letter-spacing:-.01em}.news-detail-body p{margin:1.5rem 0;color:#4b5563}.news-detail-body ul,.news-detail-body ol{margin:1.5rem 0;padding-left:2rem}.news-detail-body li{margin:.75rem 0;color:#4b5563}.news-detail-body strong{color:#111827;font-weight:600}.news-detail-body a{color:#3b82f6;text-decoration:none;border-bottom:1px solid rgba(59,130,246,.3);transition:all .2s ease}.news-detail-body a:hover{color:#2563eb;border-bottom-color:#2563eb}.news-detail-footer{margin-top:4rem;padding-top:2rem;border-top:2px solid #e5e7eb;text-align:center}.news-detail-back-btn-bottom{padding:.8rem 2rem;background:#1a1a1a;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.news-detail-back-btn-bottom:hover{background:#2d2d2d;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.news-detail-not-found{max-width:600px;margin:8rem auto;padding:3rem 2rem;text-align:center}.news-detail-not-found h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.news-detail-not-found button{padding:.8rem 2rem;background:#1a1a1a;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.news-detail-not-found button:hover{background:#2d2d2d;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media (max-width: 768px){.news-detail-hero{height:400px}.news-detail-hero-overlay{padding:2rem 1.5rem}.news-detail-title{font-size:1.75rem}.news-detail-meta{flex-direction:column;gap:.75rem}.news-detail-content{padding:3rem 1.5rem}.news-detail-summary{font-size:1.1rem;margin-bottom:2rem}.news-detail-body{font-size:1rem}.news-detail-body h2{font-size:1.5rem;margin:2rem 0 1rem}.news-detail-body h3{font-size:1.25rem}.news-detail-footer{margin-top:3rem}}@media (max-width: 480px){.news-detail-hero{height:350px}.news-detail-hero-overlay{padding:1.5rem 1rem}.news-detail-title{font-size:1.5rem}.news-detail-back-btn{padding:.5rem 1rem;font-size:.85rem}.news-detail-content{padding:2rem 1rem}.news-detail-summary{font-size:1rem;padding-bottom:1.5rem}.news-detail-body ul,.news-detail-body ol{padding-left:1.5rem}}.contact{width:80%;margin:0 auto;padding:2rem}.contact h1{font-size:2.5rem;color:#2c3e50;margin-bottom:3rem;text-align:center}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem}.contact-info{background:#f8f9fa;padding:2rem;border-radius:8px;height:fit-content}.contact-info h2{color:#667eea;margin-bottom:1.5rem;font-size:1.5rem}.contact-info p{color:#555;margin-bottom:1rem;line-height:1.6}.contact-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.submit-btn{background:#667eea;color:#fff;padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background .3s}.submit-btn:hover{background:#5568d3}.status-message{margin-top:1rem;padding:.75rem;border-radius:4px;text-align:center}@media (max-width: 768px){.contact{width:95%;padding:1rem}.contact-content{grid-template-columns:1fr}}.footer{background:#1a1a1a;color:#e0e0e0;width:100%;margin-top:auto}.footer-content{max-width:1400px;margin:0 auto;padding:4rem 2rem 2rem;display:grid;grid-template-columns:1.5fr 2fr;gap:4rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.75rem}.footer-logo svg{width:36px;height:36px;color:#fff}.footer-logo-text{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.5px}.footer-slogan{font-size:.95rem;color:#a0a0a0;margin:0;font-style:italic;letter-spacing:.5px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-column-title{font-size:.875rem;font-weight:600;color:#fff;margin:0;text-transform:uppercase;letter-spacing:1px}.footer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link,.footer-link-text,.footer-contact{font-size:.9rem;color:#a0a0a0;text-decoration:none;transition:color .2s ease;line-height:1.6}.footer-link:hover{color:#fff}.footer-bottom{border-top:1px solid #333333;margin-top:2rem}.footer-bottom-content{max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.footer-copyright{font-size:.85rem;color:gray;margin:0}.footer-legal{display:flex;align-items:center;gap:1rem}.footer-legal-link{font-size:.85rem;color:gray;text-decoration:none;transition:color .2s ease}.footer-legal-link:hover{color:#fff}.footer-divider{color:#4a4a4a}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (max-width: 768px){.footer-content{padding:3rem 1.5rem 1.5rem;gap:2.5rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-legal{justify-content:center}}@media (max-width: 480px){.footer-content{padding:2rem 1rem 1rem}.footer-logo svg{width:32px;height:32px}.footer-logo-text{font-size:1.1rem}.footer-slogan{font-size:.875rem}}.layout{min-height:100vh;display:flex;flex-direction:column;background:#fff}.header{background:#fff;color:#333;padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 1px 3px #0000000d;border-bottom:1px solid rgba(0,0,0,.05)}.nav{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{display:flex;align-items:center}.logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:opacity .2s ease}.logo-link:hover{opacity:.8}.logo-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.logo-icon svg{width:100%;height:100%}.logo-text{font-size:1.25rem;font-weight:700;color:#2c3e50;letter-spacing:-.5px}.nav-links{display:flex;list-style:none;gap:2.5rem;padding:0;margin:0 0 0 auto;margin-right:2rem}.nav-links a{color:#4a5568;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s ease;position:relative;padding:.5rem 0}.nav-links a:hover{color:#2c3e50}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#2c3e50;transition:width .3s ease}.nav-links a:hover:after{width:100%}.nav-right{display:flex;align-items:center;gap:1.5rem}.language-switch{color:#4a5568;font-size:.9rem;font-weight:500;cursor:pointer;transition:color .2s ease;padding:.25rem .5rem}.language-switch:hover{color:#2c3e50}.login-btn{background:#f7fafc;border:1px solid #e2e8f0;color:#2c3e50;padding:.5rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.login-btn:hover{background:#edf2f7;border-color:#cbd5e0}.main-content{flex:1;width:100%;margin:0 auto;padding:0}@media (max-width: 1024px){.nav{padding:0 1.5rem}.nav-links{gap:1.5rem}}@media (max-width: 768px){.nav{padding:0 1rem;flex-wrap:wrap}.nav-links{order:3;width:100%;justify-content:flex-start;gap:1rem;padding:1rem 0 0;border-top:1px solid #e2e8f0;margin-top:1rem}.logo-text{font-size:1.1rem}.nav-right{margin-left:auto}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
