:root{font-family:Segoe UI,Roboto,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;flex-direction:column;min-width:320px;min-height:100vh;background-color:#f5f5f5}#root{width:100%;flex:1;display:flex;flex-direction:column}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:all .25s}button:hover{border-color:#646cff;box-shadow:0 2px 8px #646cff33}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@keyframes glowing-lines{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes sparkle{0%,to{opacity:.3}50%{opacity:1}}#root,html,body{margin:0;padding:0}.app{width:100%;min-height:100vh;display:flex;flex-direction:column;background:#0a0a0a;color:#e0e0e0;position:relative;overflow-x:hidden}.app:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(212,175,55,.03) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(212,175,55,.03) 0%,transparent 50%);pointer-events:none;z-index:0}main{flex:1;position:relative;z-index:1}*{box-sizing:border-box}button{font-family:inherit}a{color:inherit;text-decoration:none}html{scroll-behavior:smooth}.header{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#d4af37;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000004d}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo h1{margin:0;font-size:1.2rem;font-weight:700;letter-spacing:1px;color:#d1b272}.logo{display:flex;align-items:center;gap:1rem}.logo-image{height:50px;width:auto;filter:drop-shadow(0 0 8px rgba(212,175,55,.4));transition:filter .3s ease}.logo-image:hover{filter:drop-shadow(0 0 12px rgba(212,175,55,.6))}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:#d4af37;text-decoration:none;font-weight:500;transition:opacity .3s ease;cursor:pointer}.nav-link:hover{opacity:.8;color:#fff}.language-toggle{background:#d4af3733;color:#d4af37;border:2px solid #D4AF37;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-weight:600;transition:all .3s ease}.language-toggle:hover{background:#d4af374d;transform:scale(1.05);color:#fff}.nav-language-toggle{background:#d4af3733;color:#d4af37;border:2px solid #D4AF37;padding:.6rem 1rem;border-radius:20px;cursor:pointer;font-weight:600;transition:all .3s ease;display:none;margin:.8rem 1rem;width:calc(100% - 2rem)}.nav-language-toggle:hover{background:#d4af374d;transform:scale(1.02);color:#fff}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:5px;padding:0;order:2}.hamburger-line{width:24px;height:2.5px;background:#d4af37;transition:all .3s ease;border-radius:2px;display:block}.hamburger-line.active:nth-child(1){transform:rotate(45deg) translate(10px,10px)}.hamburger-line.active:nth-child(2){opacity:0}.hamburger-line.active:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}@media(max-width:768px){.header{padding:.6rem 0}.header-container{flex-wrap:wrap;gap:.6rem;padding:0 .8rem;justify-content:flex-start;position:relative}.logo{gap:.4rem;order:1}.logo h1{display:none}.logo-image{height:38px}.hamburger{display:flex;order:3;margin-left:auto}.language-toggle{display:none}.nav{position:absolute;top:calc(100% + .6rem);left:0;right:0;background:linear-gradient(180deg,#1a1a1a,#0a0a0a);flex-direction:column;gap:0;order:4;width:100%;align-items:flex-start;padding:0;border-top:1px solid rgba(212,175,55,.2);max-height:0;overflow:hidden;transition:max-height .4s ease;box-shadow:0 4px 10px #0000004d;z-index:1000;visibility:hidden}.nav.active{max-height:400px;padding:.8rem 0;visibility:visible}.nav-link{font-size:.95rem;width:100%;padding:.8rem 1rem;display:block;border-bottom:1px solid rgba(212,175,55,.1)}.nav-link:hover{color:gold;text-shadow:0 0 10px rgba(212,175,55,.5);background:#d4af371a}.nav-language-toggle{display:block}}@media(max-width:480px){.header{padding:.6rem 0}.header-container{gap:.6rem;padding:0 .8rem}.logo h1{display:none}.logo-image{height:32px}.hamburger{width:auto}.hamburger-line{width:20px;height:2px}.language-toggle{padding:.4rem .7rem;font-size:.75rem}.nav{max-height:400px}.nav-link{font-size:.9rem;padding:.7rem .8rem}.nav-language-toggle{padding:.5rem .8rem;font-size:.85rem;margin:.6rem .8rem;width:calc(100% - 1.6rem)}}.hero{background:transparent;color:#d4af37;padding:2rem;text-align:center;height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/hero.png) center/cover no-repeat;pointer-events:none}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.hero-logo{height:120px;width:auto;margin-bottom:2rem;filter:drop-shadow(0 0 20px rgba(212,175,55,.5));animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-title{font-size:3.5rem;margin:0 0 1rem;font-weight:800;letter-spacing:2px;background:radial-gradient(circle,#f5e5c2,#d1b272,#6d622b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none}.hero-subtitle{font-size:1.8rem;margin:0 0 1.5rem;font-weight:300;background:radial-gradient(circle,#f5e5c2,#d1b272,#6d622b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.95}.hero-description{font-size:1.1rem;margin:0 0 2rem;line-height:1.6;background:radial-gradient(circle,#f5e5c2,#d1b272,#6d622b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.9}.cta-button{background:linear-gradient(135deg,#d4af37,#c9a961);color:#1a1a1a;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 0 25px #d4af3780}.cta-button:hover{transform:translateY(-3px);box-shadow:0 0 35px #d4af37cc;background:linear-gradient(135deg,#fff,#d4af37)}@media(max-width:768px){.hero{padding:2rem 1rem;height:calc(100vh - 80px)}.hero-content{max-width:100%}.hero-logo{height:80px;margin-bottom:1.5rem}.hero-title{font-size:2rem;letter-spacing:1px;margin-bottom:.8rem}.hero-subtitle{font-size:1.2rem;margin-bottom:1rem}.hero-description{font-size:.95rem;margin-bottom:1.5rem}.cta-button{padding:.8rem 2rem;font-size:1rem}}@media(max-width:480px){.hero{padding:1.5rem 1rem}.hero-logo{height:60px;margin-bottom:1rem}.hero-title{font-size:1.5rem;letter-spacing:.5px;margin-bottom:.5rem}.hero-subtitle{font-size:1rem;margin-bottom:.8rem}.hero-description{font-size:.9rem;margin-bottom:1.2rem}.cta-button{padding:.7rem 1.5rem;font-size:.9rem}}.modal-overlay{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content{background:linear-gradient(135deg,#1e1e1efa,#141414fa);border-radius:10px;max-width:700px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 0 40px #d4af374d;border:2px solid rgba(212,175,55,.4)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:2px solid rgba(212,175,55,.3);background:linear-gradient(135deg,#1e1e1ecc,#191919cc)}.modal-header h2{margin:0;color:#d4af37;font-size:1.8rem;font-weight:700;text-shadow:0 0 15px rgba(212,175,55,.4)}.modal-close{background:none;border:none;font-size:2.5rem;color:#d4af37;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.modal-close:hover{color:#fff;filter:drop-shadow(0 0 8px rgba(212,175,55,.6))}.modal-body{padding:2rem;color:#e0e0e0;line-height:1.8;font-size:1rem}.modal-body h4{margin:1.5rem 0 1rem;color:#d4af37;font-size:1.1rem;font-weight:700}.modal-body p{margin:0 0 1.5rem;text-align:justify}.modal-body p:last-child{margin-bottom:0}.modal-list{list-style:none;padding:0;margin:0}.modal-list li{padding:1rem 0 1rem 2rem;position:relative;color:#e0e0e0;font-size:1.05rem;line-height:1.6;border-bottom:1px solid rgba(212,175,55,.15)}.modal-list li:last-child{border-bottom:none}.modal-list li:before{content:"→";position:absolute;left:0;color:#d4af37;font-weight:700}.section-divider{margin:2rem 0 1.5rem;padding:1.5rem 0;border-top:2px solid rgba(212,175,55,.3);border-bottom:2px solid rgba(212,175,55,.3)}.section-divider h4{margin:0;color:#d4af37;font-size:1.3rem;font-weight:700;text-align:center}.construction-section{margin:1.5rem 0;padding:1.5rem;background:#d4af370d;border-left:4px solid #D4AF37;border-radius:5px}.construction-section h4{margin:0 0 .75rem;color:#d4af37;font-size:1.1rem;font-weight:700}.construction-section p{margin:0;color:#e0e0e0;line-height:1.6;font-size:.95rem}@media(max-width:768px){.modal-overlay{padding:1rem}.modal-content{max-height:90vh}.modal-header{padding:1.5rem}.modal-header h2{font-size:1.4rem}.modal-body{padding:1.5rem;font-size:.95rem}}.services{padding:4rem 2rem;background:transparent;position:relative;overflow:hidden}.services:before{content:"";position:absolute;top:-50%;left:0;width:100%;height:200%;background:linear-gradient(135deg,rgba(212,175,55,.1) 0%,transparent 50%),linear-gradient(45deg,transparent 50%,rgba(212,175,55,.1) 100%);pointer-events:none;animation:glowing-lines 4s ease-in-out infinite}.container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.section-title{font-size:2.5rem;text-align:center;margin:0 0 1rem;color:#d4af37;font-weight:700;text-shadow:0 0 20px rgba(212,175,55,.5)}.section-subtitle{font-size:1.2rem;text-align:center;color:#e0e0e0;margin:0 0 3rem;opacity:.95}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background:transparent;padding:2rem;border-radius:10px;text-align:center;transition:all .3s ease;box-shadow:0 0 20px #d4af3733,inset 0 0 20px #d4af370d;border:2px solid rgba(212,175,55,.3);position:relative;overflow:hidden;display:flex;flex-direction:column;height:100%;min-height:400px}.service-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(212,175,55,.1),transparent);transition:left .5s ease}.service-card:hover:before{left:100%}.service-card:hover{transform:translateY(-10px);box-shadow:0 0 30px #d4af3766,inset 0 0 30px #d4af371a;border-color:#d4af3799}.service-icon{font-size:3rem;margin-bottom:1rem;color:#d4af37;filter:drop-shadow(0 0 10px rgba(212,175,55,.5));position:relative;z-index:1;flex-shrink:0}.service-icon-img{height:120px;width:auto;margin-bottom:.5rem;object-fit:contain;position:relative;z-index:1}.service-card h3{font-size:1.2rem;margin:1rem 0;color:#d4af37;position:relative;z-index:1;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;justify-content:center}.service-card p{color:#e0e0e0;line-height:1.6;margin:0;position:relative;z-index:1;flex-grow:1;display:flex;align-items:center;justify-content:center}.service-card.clickable{cursor:pointer}.read-more{color:#d4af37;font-weight:600;margin-top:auto;font-size:.95rem;transition:all .3s ease;position:relative;z-index:1;flex-shrink:0}@media(max-width:768px){.services{padding:3rem 1.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem;margin-bottom:2rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.service-card{padding:1.5rem;min-height:350px}.service-icon-img{height:100px}.service-card h3{font-size:1.1rem;margin:.8rem 0}.service-card p{font-size:.95rem}}@media(max-width:480px){.services{padding:2rem 1rem}.section-title{font-size:1.5rem}.section-subtitle{font-size:.95rem;margin-bottom:1.5rem}.services-grid{grid-template-columns:1fr;gap:1rem}.service-card{padding:1.2rem;min-height:300px}.service-icon-img{height:80px}.service-card h3{font-size:1rem;margin:.6rem 0}.service-card p{font-size:.9rem}}.service-card.clickable:hover .read-more{transform:translate(5px)}@media(max-width:768px){.section-title{font-size:2rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}}.why-us{padding:4rem 2rem;background:transparent;position:relative;overflow:hidden}.why-us:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/nedenbiz.png) center/cover no-repeat;pointer-events:none}.why-us:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0a0a0a99;pointer-events:none}.why-us-intro{font-size:1.1rem;color:#e0e0e0;text-align:center;margin:0 0 1.5rem;max-width:900px;margin-left:auto;margin-right:auto;line-height:1.6;font-weight:500;position:relative;z-index:1}.why-us-description{font-size:1rem;color:#b0b0b0;text-align:center;margin:0 0 3rem;max-width:900px;margin-left:auto;margin-right:auto;line-height:1.7;position:relative;z-index:1}.why-us-subtitle{font-size:1.4rem;text-align:center;color:#d4af37;margin:2rem 0;font-weight:700;position:relative;padding-bottom:1rem;z-index:1}.why-us-subtitle:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:#d4af37;box-shadow:0 0 10px #d4af3799}.advantages-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem;margin-top:3rem;position:relative;z-index:1}.advantage-card:nth-child(1),.advantage-card:nth-child(2){grid-column:span 3}.advantage-card:nth-child(3),.advantage-card:nth-child(4),.advantage-card:nth-child(5){grid-column:span 2}.advantage-card{background:linear-gradient(135deg,#1e1e1ef2,#141414f2);padding:2rem;border-radius:10px;position:relative;transition:all .3s ease;box-shadow:0 0 25px #d4af3733,inset 0 0 15px #d4af370d;border-left:4px solid #D4AF37}.advantage-card:hover{transform:translateY(-10px);box-shadow:0 0 35px #d4af3766,inset 0 0 20px #d4af371a}.advantage-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#d4af37,#c9a961);color:#1a1a1a;border-radius:50%;font-weight:700;font-size:1.2rem;margin-bottom:1rem;box-shadow:0 0 15px #d4af3780}.advantage-card h4{font-size:1.2rem;color:#d4af37;margin:0 0 1rem;font-weight:700}.advantage-card p{font-size:.95rem;color:#e0e0e0;margin:0;line-height:1.6}@media(max-width:768px){.why-us{padding:3rem 1.5rem}.section-title{font-size:2rem}.why-us-intro{font-size:1rem;margin-bottom:1.5rem}.why-us-description{font-size:.95rem;margin-bottom:2rem}.why-us-subtitle{font-size:1.2rem;margin:2rem 0}.advantages-grid{grid-template-columns:1fr;gap:1.5rem}.advantage-card:nth-child(1),.advantage-card:nth-child(2),.advantage-card:nth-child(3),.advantage-card:nth-child(4),.advantage-card:nth-child(5){grid-column:span 1}.advantage-card{padding:1.5rem 1rem}.advantage-card h4{font-size:1.1rem}.advantage-card p{font-size:.95rem}}@media(max-width:480px){.why-us{padding:2rem 1rem}.section-title{font-size:1.5rem}.why-us-intro{font-size:.95rem;margin-bottom:1rem}.why-us-description{font-size:.9rem;margin-bottom:1.5rem}.why-us-subtitle{font-size:1.1rem;margin:1.5rem 0}.advantages-grid{gap:1rem}.advantage-card{padding:1.2rem .8rem}.advantage-number{width:35px;height:35px;font-size:1rem}.advantage-card h4{font-size:1rem}.advantage-card p{font-size:.9rem}}.corporate-values{padding:2rem;background:transparent;position:relative;overflow:hidden;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column}.corporate-values:before{content:"";position:absolute;bottom:-50%;right:-50%;width:150%;height:150%;background:radial-gradient(circle at center,rgba(212,175,55,.1) 0%,transparent 70%);pointer-events:none;animation:glowing-lines 6s ease-in-out infinite}.corporate-values-intro{font-size:1.1rem;color:#e0e0e0;text-align:center;margin:0 0 3rem;max-width:900px;margin-left:auto;margin-right:auto;line-height:1.6;font-weight:500;position:relative;z-index:1}.values-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem;margin-top:3rem;position:relative;z-index:1}.value-card:nth-child(1),.value-card:nth-child(2){grid-column:span 3}.value-card:nth-child(3),.value-card:nth-child(4),.value-card:nth-child(5){grid-column:span 2}.value-card{background:transparent;padding:2rem;border-radius:10px;position:relative;transition:all .3s ease;box-shadow:0 0 25px #d4af3733,inset 0 0 15px #d4af370d;border:2px solid rgba(212,175,55,.3);overflow:hidden}.value-card.with-image-guven:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:url(/guven.png) no-repeat right top/contain;opacity:.3;pointer-events:none}.value-card.with-image-prof:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:url(/prof.png) no-repeat right top/contain;opacity:.3;pointer-events:none}.value-card.with-image-surd:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:url(/surd.png) no-repeat right top/contain;opacity:.3;pointer-events:none}.value-card.with-image-yeni:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:url(/yeni.png) no-repeat right top/contain;opacity:.3;pointer-events:none}.value-card.with-image-kurum:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:url(/kurum.png) no-repeat right top/contain;opacity:.3;pointer-events:none}.value-card:hover{transform:translateY(-10px);box-shadow:0 0 35px #d4af3766,inset 0 0 20px #d4af371a;border-color:#d4af3799}.value-card h4{font-size:1.3rem;color:#d4af37;margin:0 0 1rem;font-weight:700;position:relative;padding-bottom:.8rem}.value-card h4:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:#d4af37}.value-card p{font-size:.95rem;color:#e0e0e0;margin:0;line-height:1.6}@media(max-width:768px){.corporate-values{padding:2rem 1rem;height:auto;min-height:100vh}.corporate-values-intro{font-size:1rem;margin-bottom:2rem}.values-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.value-card:nth-child(1),.value-card:nth-child(2),.value-card:nth-child(3),.value-card:nth-child(4),.value-card:nth-child(5){grid-column:span 1}.value-card{padding:1.5rem 1rem}.value-card h4{font-size:1.1rem}.value-card p{font-size:.95rem}.value-card:before{width:150px;height:150px}}@media(max-width:480px){.corporate-values{padding:1.5rem 1rem}.corporate-values-intro{font-size:.95rem;margin-bottom:1.5rem}.values-grid{grid-template-columns:1fr;gap:1rem}.value-card{padding:1.2rem .8rem}.value-card h4{font-size:1rem}.value-card p{font-size:.9rem}.value-card:before{width:100px;height:100px}}.global-operations{padding:4rem 2rem;background:transparent;position:relative;overflow:hidden}.global-operations:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/global.png) center/cover no-repeat;pointer-events:none}.global-operations:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0a0a0a99;pointer-events:none}.global-intro{font-size:1.1rem;color:#e0e0e0;text-align:center;margin:0 0 1.5rem;max-width:900px;margin-left:auto;margin-right:auto;line-height:1.6;font-weight:500;position:relative;z-index:1}.global-description{font-size:1rem;color:#b0b0b0;text-align:center;margin:0 0 2.5rem;max-width:900px;margin-left:auto;margin-right:auto;line-height:1.7;position:relative;z-index:1}.global-subtitle{font-size:1.3rem;text-align:center;color:#d4af37;margin:2rem 0;font-weight:700;position:relative;padding-bottom:1rem;z-index:1}.global-subtitle:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:#d4af37;box-shadow:0 0 10px #d4af3799}.global-content{display:flex;flex-direction:column;gap:2rem;margin-top:2rem;position:relative;z-index:1}.regions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.region-card{background:linear-gradient(135deg,#1e1e1ef2,#141414f2);padding:2.5rem 1.5rem;border-radius:15px;text-align:center;transition:all .3s ease;box-shadow:0 0 25px #d4af3733,inset 0 0 15px #d4af370d;border:2px solid rgba(212,175,55,.3);position:relative}.region-card:hover{transform:translateY(-15px);box-shadow:0 0 35px #d4af3766,inset 0 0 20px #d4af371a;border-color:#d4af3799}.region-icon{font-size:3.5rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;height:80px;filter:drop-shadow(0 0 10px rgba(212,175,55,.4))}.region-icon-img{height:120px;width:auto;margin-bottom:1rem;filter:drop-shadow(0 0 10px rgba(212,175,55,.4));object-fit:contain}.region-card h4{font-size:1.1rem;color:#d4af37;margin:0;font-weight:700;letter-spacing:.5px}.global-closing{font-size:1rem;color:#e0e0e0;text-align:center;margin:0;padding:2.5rem;background:linear-gradient(135deg,#1e1e1ef2,#141414f2);border-radius:15px;border-left:5px solid #D4AF37;box-shadow:0 0 25px #d4af3733,inset 0 0 15px #d4af370d;font-weight:500;line-height:1.7;width:100%}@media(max-width:768px){.global-operations{padding:2rem 1rem}.global-intro{font-size:1rem}.global-description{font-size:.95rem}.global-subtitle{font-size:1.1rem}.regions-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.region-card{padding:1.5rem 1rem}.region-icon{font-size:2.5rem;height:60px}.region-icon-img{height:80px}.region-card h4{font-size:.95rem}.global-closing{font-size:.9rem;padding:1.5rem}}@media(max-width:480px){.global-operations{padding:2rem 1rem}.global-intro{font-size:.95rem}.global-description{font-size:.9rem}.global-subtitle{font-size:1rem;margin:1.5rem 0}.regions-grid{grid-template-columns:1fr;gap:.8rem}.region-card{padding:1.2rem .8rem}.region-icon{font-size:2rem;height:50px}.region-icon-img{height:70px}.region-card h4{font-size:.9rem}.global-closing{font-size:.85rem;padding:1rem}}.countries{padding:2rem;background:transparent;position:relative;overflow:hidden;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column}.countries:before{content:"";position:absolute;top:0;right:-50%;width:150%;height:150%;background:radial-gradient(circle at center,rgba(212,175,55,.08) 0%,transparent 70%);pointer-events:none;animation:glowing-lines 5s ease-in-out infinite}.section-title{color:#d4af37;text-shadow:0 0 20px rgba(212,175,55,.5);position:relative;z-index:1}.countries-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;position:relative;z-index:1}.country-card{background:transparent;color:#d4af37;padding:2rem;border-radius:10px;text-align:center;transition:all .3s ease;box-shadow:0 0 25px #d4af3740,inset 0 0 15px #d4af370d;border:2px solid rgba(212,175,55,.4);position:relative;overflow:hidden}.country-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(212,175,55,.15),transparent);transition:left .5s ease}.country-card:hover:before{left:100%}.country-card:hover{transform:translateY(-10px);box-shadow:0 0 40px #d4af3780,inset 0 0 20px #d4af371a;border-color:#d4af37b3}.country-flag{font-size:4rem;margin-bottom:1rem;filter:drop-shadow(0 0 8px rgba(212,175,55,.4))}.country-flag-img{height:120px;width:auto;margin-bottom:1rem;filter:drop-shadow(0 0 8px rgba(212,175,55,.4));object-fit:contain}.country-card h3{font-size:1.5rem;margin:1rem 0;font-weight:700}.country-card p{font-size:1rem;line-height:1.6;margin:0;opacity:.95}@media(max-width:768px){.countries{padding:2rem 1rem;height:auto;min-height:100vh}.section-title{font-size:2rem}.countries-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.country-flag-img{height:100px}.country-card h3{font-size:1.2rem}.country-card p{font-size:.95rem}}@media(max-width:480px){.countries{padding:1.5rem 1rem}.section-title{font-size:1.5rem}.countries-grid{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}.country-flag-img{height:80px}.country-card{padding:1.5rem 1rem}.country-card h3{font-size:1.1rem}.country-card p{font-size:.9rem}}@media(max-width:768px){.countries-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.country-card h3{font-size:1.2rem}.country-flag{font-size:3rem}.country-flag-img{height:80px}}.footer{background:linear-gradient(180deg,#0a0a0a,#1a1a1a);color:#e0e0e0;padding:3rem 2rem 1rem;border-top:1px solid rgba(212,175,55,.2);position:relative}.map-section{background:#0a0a0a;padding:3rem 2rem;position:relative;overflow:hidden;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.map-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,rgba(212,175,55,.03) 0%,transparent 70%);pointer-events:none;z-index:0}.map-title{font-size:2.5rem;color:#d4af37;text-align:center;margin-bottom:2rem;font-weight:700;text-shadow:0 0 20px rgba(212,175,55,.5);position:relative;z-index:1}.map-container{width:100%;max-width:1200px;height:70vh;position:relative;z-index:1;border-radius:10px;overflow:hidden;box-shadow:0 0 30px #d4af3733;border:2px solid rgba(212,175,55,.3)}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 0%,rgba(212,175,55,.05) 0%,transparent 70%);pointer-events:none}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;position:relative;z-index:1}.footer-section h4{color:#d4af37;font-size:1.2rem;margin-bottom:1rem;font-weight:700;text-shadow:0 0 10px rgba(212,175,55,.3)}.footer-section p{margin:.5rem 0;line-height:1.6}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin:.5rem 0}.footer-section a{color:#e0e0e0;text-decoration:none;transition:all .3s ease}.footer-section a:hover{color:#d4af37;text-shadow:0 0 10px rgba(212,175,55,.5)}.footer-bottom{border-top:1px solid rgba(212,175,55,.2);padding-top:2rem;text-align:center;color:#999;position:relative;z-index:1}@media(max-width:768px){.footer-content{grid-template-columns:1fr}.footer{padding:2rem 1rem 1rem}.map-section{height:auto;min-height:100vh;padding:2rem 1rem}.map-title{font-size:2rem;margin-bottom:1.5rem}.map-container{height:50vh;max-width:100%}.footer-section h4{font-size:1.1rem}.footer-section p,.footer-section a{font-size:.95rem}}@media(max-width:480px){.footer{padding:1.5rem 1rem 1rem}.map-section{height:auto;min-height:80vh;padding:1.5rem 1rem}.map-title{font-size:1.5rem;margin-bottom:1rem}.map-container{height:40vh}.footer-section h4{font-size:1rem}.footer-section p,.footer-section a{font-size:.9rem}.footer-bottom{font-size:.85rem}}
