body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;line-height:1.6}a{text-decoration:none;color:inherit}.header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:15px 40px;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:center;align-items:center;width:100%;box-sizing:border-box}.header-top{display:flex;justify-content:space-between;align-items:center;max-width:1200px;width:100%}.logo{margin:0;font-size:2.2em;font-weight:700;letter-spacing:-.03em}.logo a{color:#000}.navigation{display:flex;gap:40px}.navigation a{font-size:1.2em;font-weight:500;color:#555;transition:color .3s ease}.navigation a:hover{color:#007aff}.language-switcher{display:flex;gap:15px}.language-switcher button{background:none;border:none;font-size:1.1em;cursor:pointer;padding:8px 12px;border-radius:8px;transition:background-color .3s ease,color .3s ease;color:#555}.language-switcher button:hover{background-color:#f0f0f0;color:#000}.ripple-effect{position:fixed;width:0;height:0;border-radius:50%;background:#007aff4d;transform:translate(-50%,-50%);animation:ripple .8s ease-out forwards;pointer-events:none;z-index:9999}@keyframes ripple{0%{width:0;height:0;opacity:1}to{width:100px;height:100px;opacity:0}}body,html,#root{margin:0;padding:0;width:100%;min-height:100vh;background-color:#f0f2f5;color:#333;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1;padding:20px}.header{background-color:#fff;padding:20px 40px;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;align-items:center}.header-top{display:flex;justify-content:space-between;align-items:center;width:100%}.logo a{font-size:1.8em;font-weight:700;color:#007bff;text-decoration:none}.navigation a{margin-left:30px;padding:8px 15px;color:#555;text-decoration:none;font-weight:500;font-size:1.1em;border-radius:8px;transition:all .3s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden}.navigation a:hover{color:#000;background-color:#0000000d;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.navigation a:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#007bff;transform:scaleX(0);transform-origin:bottom right;transition:transform .3s cubic-bezier(.25,.8,.25,1)}.navigation a:hover:after{transform:scaleX(1);transform-origin:bottom left}@media (max-width: 768px){.navigation a{padding:10px 0;font-size:1.2em;margin:5px 0;border-radius:0;background-color:transparent;box-shadow:none;transform:none}.navigation a:hover{background-color:#00000008;transform:none;box-shadow:none}.navigation a:after{display:none}}.language-switcher button{background:none;border:1px solid #ccc;padding:8px 15px;margin-left:10px;cursor:pointer;border-radius:20px;transition:all .3s ease}.language-switcher button:hover{background-color:#e9e9eb;border-color:#aaa}.cta-button{background-color:#007bff;color:#fff;padding:12px 25px;border:none;border-radius:5px;font-size:1em;cursor:pointer;transition:background-color .3s ease;text-decoration:none;display:inline-block}.cta-button:hover{background-color:#0056b3}.home .hero{display:flex;align-items:center;justify-content:space-between;padding:80px 40px;background-color:#e9f5ff;border-radius:10px;margin-bottom:40px}.home .hero-content{flex:1;text-align:left;padding-right:40px}.home .hero-content h1{font-size:3.5em;margin-bottom:20px;color:#1d1d1f}.home .hero-content p{font-size:2em;margin-bottom:30px;color:#555;opacity:0;transform:scale(.95);transition:opacity 1s ease-out,transform 1s ease-out}.home .hero-content p.fade-in-scale-up{opacity:1;transform:scale(1)}.home .hero-image{flex:1;text-align:right}.home .hero-image img{max-width:100%;height:auto;border-radius:10px;box-shadow:0 8px 20px #00000026}.features,.pricing{padding:60px 20px;text-align:center}.features h2,.pricing h2{font-size:2.8em;margin-bottom:50px;color:#1d1d1f}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;max-width:1200px;margin:0 auto}.feature-card{background-color:#fff;padding:40px;border-radius:10px;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.feature-card h3{font-size:1.8em;margin-bottom:15px;color:#1d1d1f}.feature-card p{font-size:1.1em;line-height:1.6;color:#555}.pricing-card{background-color:#fff;padding:50px;border-radius:10px;max-width:400px;margin:0 auto;box-shadow:0 4px 12px #00000014}.price{font-size:3.5em;font-weight:700;margin-bottom:20px;background:linear-gradient(to right,#007bff,#0056b3,#007bff);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:wavy-blue-text 3s linear infinite}@keyframes wavy-blue-text{to{background-position:200% center}}.price span{font-size:.5em;font-weight:500;color:#555}.pricing-features{list-style:none;padding:0;margin-bottom:40px}.pricing-features li{font-size:1.1em;margin-bottom:15px;color:#555}.introduction-hero{background-color:#e9f5ff;padding:80px 20px;text-align:center;margin-bottom:40px;border-radius:10px}.introduction-hero h1{font-size:3em;margin-bottom:15px;color:#1d1d1f}.introduction-hero p{font-size:1.2em;color:#555;max-width:800px;margin:0 auto}.introduction-content{max-width:1200px;margin:0 auto 40px}.introduction-item{display:flex;align-items:center;margin-bottom:60px;background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #00000014;overflow:hidden}.introduction-item.reverse{flex-direction:row-reverse}.introduction-item img{width:50%;height:400px;object-fit:cover}.introduction-item .item-content{width:50%;padding:40px;text-align:left}.introduction-item h2{font-size:2.2em;margin-bottom:20px;color:#1d1d1f}.introduction-item p{font-size:1.1em;color:#555}.locations-hero{background-color:#e9f5ff;padding:80px 20px;text-align:center;margin-bottom:40px;border-radius:10px}.locations-hero h1{font-size:3em;margin-bottom:15px;color:#1d1d1f}.locations-hero p{font-size:1.2em;color:#555;max-width:800px;margin:0 auto}.locations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;max-width:1200px;margin:0 auto 40px}.location-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #00000014;overflow:hidden;text-align:left}.location-card img{width:100%;height:200px;object-fit:cover}.location-card .location-info{padding:20px}.location-card h3{font-size:1.5em;margin-bottom:10px;color:#1d1d1f}.location-card p{font-size:1em;color:#555}.payment-success-page{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 160px);text-align:center}.payment-success-content{background-color:#fff;padding:60px;border-radius:10px;box-shadow:0 8px 20px #00000026;max-width:600px;margin:0 auto}.success-icon{width:80px;height:80px;fill:#28a745;margin-bottom:30px}.payment-success-content h1{font-size:2.5em;color:#28a745;margin-bottom:20px}.payment-success-content p{font-size:1.2em;color:#555;margin-bottom:40px}.footer{background-color:#333;color:#eee;padding:20px;text-align:center;margin-top:auto}.footer p{margin:0;font-size:.9em}@media (max-width: 768px){.header{flex-direction:column;padding:15px 20px}.header-top{flex-direction:column;align-items:flex-start}.logo{margin-bottom:15px}.navigation{display:flex;flex-direction:column;width:100%;margin-bottom:15px}.navigation a{margin:10px 0;text-align:center}.language-switcher{position:static;margin-top:15px;width:100%;display:flex;justify-content:center}.language-switcher button{margin:0 5px}main{padding:10px}.home .hero{flex-direction:column;padding:40px 20px}.home .hero-content{padding-right:0;text-align:center;margin-bottom:30px}.home .hero-content h1{font-size:2.5em}.home .hero-content p{font-size:1.2em}.home .hero-image{text-align:center}.features,.pricing{padding:40px 10px}.features h2,.pricing h2{font-size:2em;margin-bottom:30px}.feature-grid{grid-template-columns:1fr;gap:20px}.feature-card,.pricing-card{padding:30px}.price{font-size:2.8em}.introduction-hero,.locations-hero{padding:40px 20px}.introduction-hero h1,.locations-hero h1{font-size:2.2em}.introduction-hero p,.locations-hero p{font-size:1em}.introduction-item,.introduction-item.reverse{flex-direction:column}.introduction-item img{width:100%;height:250px}.introduction-item .item-content{width:100%;padding:20px;text-align:center}.locations-grid{grid-template-columns:1fr;gap:20px}.location-card img{height:180px}.payment-success-content{padding:40px}.payment-success-content h1{font-size:2em}.payment-success-content p{font-size:1em}}
