.navigation{position:fixed;top:0;left:0;right:0;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1.5rem 0;transition:all .3s ease;border-bottom:1px solid transparent}.navigation.scrolled{padding:1rem 0;border-bottom:1px solid #000000}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:1rem;cursor:pointer;color:#000;font-family:Georgia,serif}.logo-image{height:40px;width:auto;object-fit:contain;transition:transform .3s ease}.nav-logo:hover .logo-image{transform:scale(1.05)}.logo-text{font-size:1.2rem;font-weight:700;letter-spacing:.1em}.nav-menu{display:flex;list-style:none;gap:2.5rem;margin:0;padding:0}.nav-menu li{font-size:.9rem;font-weight:400;letter-spacing:.05em;cursor:pointer;color:#000;transition:all .3s ease;text-transform:uppercase;position:relative}.nav-menu li:hover{color:#ff8c00}.nav-menu li:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#ff8c00;transition:width .3s ease}.nav-menu li:hover:after{width:100%}@media (max-width: 768px){.nav-container{padding:0 1.5rem}.nav-menu{gap:1.5rem;font-size:.8rem}.logo-image{height:35px}.logo-text{font-size:1rem}}@media (max-width: 600px){.nav-menu{gap:1rem;font-size:.75rem}.logo-image{height:30px}.logo-text{font-size:.9rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff;padding:8rem 2rem 4rem}.hero-content{max-width:900px;text-align:center;width:100%}.hero-logo{height:120px;width:auto;object-fit:contain;margin-bottom:2rem;display:block;margin-left:auto;margin-right:auto}.hero-title{font-size:4.5rem;font-weight:700;letter-spacing:.15em;margin-bottom:2rem;color:#000;font-family:Georgia,serif;line-height:1.2}.hero-subtitle{font-size:1.8rem;font-weight:300;letter-spacing:.1em;margin-bottom:3rem;color:#000;font-style:italic}.hero-description{font-size:1.1rem;line-height:1.8;margin-bottom:4rem;color:#000;max-width:800px;margin-left:auto;margin-right:auto;font-weight:300}.hero-cta{display:flex;flex-direction:column;align-items:center;gap:2rem}.cta-button{background-color:#ff8c00;color:#fff;border:2px solid #FF8C00;padding:1.2rem 3rem;font-size:1rem;font-weight:500;letter-spacing:.1em;cursor:pointer;transition:all .3s ease;text-transform:uppercase;font-family:inherit}.cta-button:hover{background-color:#fff;color:#ff8c00;border-color:#ff8c00}.hero-contact-info{display:flex;flex-direction:column;gap:1rem;align-items:center}.contact-link{color:#87ceeb;text-decoration:none;font-size:1.1rem;font-weight:400;letter-spacing:.05em;transition:all .3s ease}.contact-link:hover{color:#000;text-decoration:underline}.contact-phones{display:flex;gap:2rem;font-size:1rem}.contact-phones a{color:#87ceeb;text-decoration:none;transition:all .3s ease}.contact-phones a:hover{color:#000;text-decoration:underline}@media (max-width: 768px){.hero{padding:6rem 1.5rem 3rem}.hero-logo{height:80px;margin-bottom:1.5rem}.hero-title{font-size:2.5rem;margin-bottom:1.5rem}.hero-subtitle{font-size:1.3rem;margin-bottom:2rem}.hero-description{font-size:1rem;margin-bottom:3rem}.cta-button{padding:1rem 2rem;font-size:.9rem}.contact-phones{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.hero-logo{height:60px;margin-bottom:1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}}.section{padding:6rem 2rem;background-color:#fff}.section-alt{background-color:#f9f9f9}.section-container{max-width:1000px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;letter-spacing:.1em;margin-bottom:3rem;color:#000;font-family:Georgia,serif;text-align:center;position:relative;display:inline-block;width:100%}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(to right,#87ceeb,#ff8c00,#dc143c)}.section-content{color:#000}.section-text{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;font-weight:300;text-align:justify}.section-text:last-child{margin-bottom:0}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-top:2rem}.value-item{padding:2rem;border:1px solid #000000;transition:all .3s ease;position:relative}.value-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background-color:#87ceeb;transition:all .3s ease}.value-item:hover{background-color:#000;color:#fff;border-color:#ff8c00}.value-item:hover:before{background-color:#ff8c00;width:6px}.value-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:.05em;font-family:Georgia,serif}.value-description{font-size:1rem;line-height:1.6;font-weight:300}.services-list{margin-top:3rem}.services-subtitle{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.05em;color:#000}.services-items{list-style:none;padding:0}.service-item{font-size:1.05rem;line-height:1.8;margin-bottom:1rem;padding-left:1.5rem;position:relative;font-weight:300}.service-item:before{content:"—";position:absolute;left:0;color:#ff8c00;font-weight:700}.service-item:nth-child(2n):before{color:#87ceeb}.service-item:nth-child(3n):before{color:#dc143c}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.achievement-item{padding:2rem;border:1px solid #000000;transition:all .3s ease;position:relative;background:linear-gradient(135deg,#fff,#f9f9f9)}.achievement-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,#87ceeb,#ff8c00);transition:all .3s ease}.achievement-item:nth-child(2):before{background:linear-gradient(to bottom,#ff8c00,#dc143c)}.achievement-item:nth-child(3):before{background:linear-gradient(to bottom,#87ceeb,#dc143c)}.achievement-item:nth-child(4):before{background:linear-gradient(to bottom,#ff8c00,#87ceeb)}.achievement-item:hover{background-color:#000;color:#fff;border-color:#ff8c00;transform:translateY(-5px)}.achievement-item:hover:before{width:6px}.achievement-title{font-size:1.4rem;font-weight:700;margin-bottom:1rem;letter-spacing:.05em;font-family:Georgia,serif}.achievement-description{font-size:1rem;line-height:1.6;font-weight:300}.contact-details{margin-top:3rem;display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;flex-direction:column;gap:.5rem;font-size:1.1rem}.contact-item strong{font-weight:600;letter-spacing:.05em;color:#000}.contact-item a{color:#87ceeb;text-decoration:none;transition:all .3s ease;font-weight:300}.contact-item a:hover{color:#ff8c00;text-decoration:underline}@media (max-width: 768px){.section{padding:4rem 1.5rem}.section-title{font-size:2rem;margin-bottom:2rem}.section-text{font-size:1rem;text-align:left}.values-grid{grid-template-columns:1fr;gap:1.5rem}.value-item{padding:1.5rem}.contact-item{font-size:1rem}}@media (max-width: 480px){.section-title{font-size:1.7rem}.services-subtitle{font-size:1.1rem}.service-item{font-size:1rem}}.footer{background-color:#000;color:#fff;padding:2.5rem 2rem;text-align:center;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(to right,#87ceeb,#ff8c00,#dc143c)}.footer-content{max-width:1200px;margin:0 auto}.footer-content p{font-size:.9rem;letter-spacing:.05em;font-weight:300}@media (max-width: 768px){.footer{padding:2rem 1.5rem}.footer-content p{font-size:.85rem}}.App{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}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:#000;background-color:#fff;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
