.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--primary-color);transition:transform .3s}.logo:hover{transform:scale(1.05)}.logo-img{height:50px;width:auto;object-fit:contain}.logo-text{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.nav-links a{color:var(--text-dark);font-weight:500;transition:color .3s;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s}.nav-links a:hover:after{width:100%}@media (max-width: 768px){.nav-container{padding:1rem}.logo-img{height:40px}.logo-text{font-size:1.2rem}.nav-links{gap:1rem;font-size:.9rem}}.footer-content{max-width:1200px;margin:0 auto}.footer-content p{margin:.5rem 0;opacity:.9}.footer-content p:first-child{font-weight:600}.home{min-height:100vh}.hero-logo{height:120px;width:auto;margin-bottom:1.5rem;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.hero-content h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.hero-content h2{font-size:2rem;margin-bottom:1.5rem;font-weight:600;opacity:.95}.hero-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9;max-width:700px;margin-left:auto;margin-right:auto}.hero-info-item{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;background:#ffffff1a;padding:1rem 1.5rem;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-info-item span:first-child{font-size:1.5rem}@media (max-width: 768px){.hero{padding:4rem 1rem}.hero-logo{height:80px;margin-bottom:1rem}.hero-content h1{font-size:2.5rem}.hero-content h2{font-size:1.5rem}.hero-content p{font-size:1rem}.hero-info{flex-direction:column;gap:1rem}.hero-info-item{font-size:.95rem;padding:.75rem 1rem}}.about{min-height:100vh}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:var(--white);padding:4rem 2rem;text-align:center}.about-hero-logo{height:100px;width:auto;margin-bottom:1.5rem;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.about-hero h1{font-size:3rem;margin-bottom:1rem}.about-hero .subtitle{font-size:1.25rem;opacity:.9}.about-content{max-width:900px;margin:0 auto}.intro-text{font-size:1.2rem;line-height:1.8;color:var(--text-light);margin-bottom:3rem;text-align:center}.intro-text strong{color:var(--text-dark);font-weight:600}.mission-section,.advantages-section,.contact-section{margin-bottom:4rem}.mission-section h2,.advantages-section h2,.contact-section h2{font-size:2rem;margin-bottom:1.5rem;color:var(--text-dark);text-align:center}.mission-section p{font-size:1.1rem;line-height:1.8;color:var(--text-light);text-align:center}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.advantage-card{background:var(--white);padding:2rem;border-radius:12px;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s;text-align:center}.advantage-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.advantage-icon{font-size:3rem;margin-bottom:1rem}.advantage-card h3{font-size:1.25rem;margin-bottom:1rem;color:var(--text-dark)}.advantage-card p{color:var(--text-light);line-height:1.6}.contact-details{background:var(--bg-light);padding:2rem;border-radius:12px;margin-top:2rem}.contact-detail-item{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.contact-detail-item:last-child{margin-bottom:0}.contact-label{font-weight:600;color:var(--text-dark);min-width:150px;font-size:1.1rem}.contact-value{color:var(--text-light);font-size:1.1rem;flex:1}@media (max-width: 768px){.about-hero-logo{height:70px;margin-bottom:1rem}.about-hero h1{font-size:2rem}.about-hero .subtitle,.intro-text{font-size:1rem}.advantages-grid{grid-template-columns:1fr}.contact-detail-item{flex-direction:column;gap:.5rem}.contact-label{min-width:auto}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #ff6b6b;--secondary-color: #4ecdc4;--accent-color: #ffe66d;--text-dark: #2d3436;--text-light: #636e72;--bg-light: #f8f9fa;--white: #ffffff;--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .15)}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;color:var(--text-dark);line-height:1.6}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}nav{background:var(--white);box-shadow:var(--shadow);position:sticky;top:0;z-index:100}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.logo{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.nav-links{display:flex;gap:2rem}.nav-links a{color:var(--text-dark);font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--primary-color)}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:var(--white);padding:6rem 2rem;text-align:center}.hero-content h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.hero-info{display:flex;justify-content:center;gap:3rem;margin-top:3rem;flex-wrap:wrap}.hero-info-item{display:flex;align-items:center;gap:.5rem;font-size:1.1rem}.hero-info-item svg{font-size:1.5rem}.section{padding:4rem 2rem}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--text-dark)}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:var(--white);padding:2rem;border-radius:12px;box-shadow:var(--shadow);text-align:center;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-dark)}.feature-card p{color:var(--text-light)}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-content p{font-size:1.1rem;line-height:1.8;color:var(--text-light);margin-bottom:2rem}.contact{background:var(--bg-light);padding:4rem 2rem;text-align:center}.contact-info{display:flex;justify-content:center;gap:4rem;margin-top:2rem;flex-wrap:wrap}.contact-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.contact-icon{font-size:2rem;color:var(--primary-color)}.contact-item h4{font-size:1.1rem;color:var(--text-dark)}.contact-item p{color:var(--text-light)}footer{background:var(--text-dark);color:var(--white);text-align:center;padding:2rem}@media (max-width: 768px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.hero-info{flex-direction:column;gap:1rem}.nav-links{gap:1rem;font-size:.9rem}.section-title{font-size:2rem}}
