.Hero-module__JgYmMq__hero{background:var(--gradient-hero);align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__heroBg{z-index:0;position:absolute;inset:0}.Hero-module__JgYmMq__heroBgImage{object-fit:cover;opacity:.15;mix-blend-mode:lighten}.Hero-module__JgYmMq__heroBgOverlay{background:linear-gradient(180deg, #0a0e1766 0%, #0a0e17cc 60%, var(--color-bg-primary) 100%);z-index:1;position:absolute;inset:0}.Hero-module__JgYmMq__heroDecor1{z-index:1;background:radial-gradient(circle,#3b82f614,#0000 70%);border-radius:50%;width:300px;height:300px;animation:6s ease-in-out infinite Hero-module__JgYmMq__float;position:absolute;top:15%;right:10%}.Hero-module__JgYmMq__heroDecor2{z-index:1;background:radial-gradient(circle,#8b5cf60f,#0000 70%);border-radius:50%;width:200px;height:200px;animation:8s ease-in-out infinite reverse Hero-module__JgYmMq__float;position:absolute;bottom:20%;left:5%}.Hero-module__JgYmMq__heroDecorLine{z-index:1;background:linear-gradient(#0000,#3b82f633,#0000);width:1px;height:150px;position:absolute;top:30%;right:15%}.Hero-module__JgYmMq__heroContent{z-index:2;max-width:1000px;padding:var(--container-padding);text-align:center;flex-direction:column;align-items:center;width:100%;margin:0 auto;padding-top:120px;display:flex;position:relative}.Hero-module__JgYmMq__heroText{animation:.8s forwards Hero-module__JgYmMq__fadeInUp}.Hero-module__JgYmMq__heroEyebrow{font-family:var(--font-body);font-size:var(--fs-eyebrow);text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent-light);justify-content:center;align-items:center;gap:12px;margin-bottom:16px;font-weight:600;display:flex}.Hero-module__JgYmMq__heroEyebrow:before{content:"";background:var(--gradient-primary);border-radius:1px;width:40px;height:2px}.Hero-module__JgYmMq__heroTitle{font-size:var(--fs-hero);letter-spacing:-.02em;margin-bottom:20px;font-weight:700;line-height:1.15}.Hero-module__JgYmMq__heroTitleAccent{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__JgYmMq__heroSubtitle{color:var(--color-text-secondary);max-width:650px;margin:0 auto 36px;font-size:clamp(1rem,1.3vw,1.1rem);line-height:1.7}.Hero-module__JgYmMq__heroStats{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:40px;animation:.8s .2s both Hero-module__JgYmMq__fadeInUp;display:flex}.Hero-module__JgYmMq__statPill{border-radius:var(--radius-pill);border:var(--border-card);-webkit-backdrop-filter:blur(8px);background:#1a233299;align-items:center;gap:8px;padding:10px 20px;display:flex}.Hero-module__JgYmMq__statValue{font-family:var(--font-heading);color:var(--color-accent-light);font-size:1.1rem;font-weight:700}.Hero-module__JgYmMq__statLabel{color:var(--color-text-secondary);font-size:.8rem}.Hero-module__JgYmMq__heroCta{justify-content:center;animation:.8s .4s both Hero-module__JgYmMq__fadeInUp;display:flex}.Hero-module__JgYmMq__heroVisual{justify-content:center;align-items:center;animation:1s .3s both Hero-module__JgYmMq__fadeIn;display:flex}.Hero-module__JgYmMq__heroLogoLarge{opacity:.15;transform:scale(2)}.Hero-module__JgYmMq__heroImageWrapper{aspect-ratio:1;border-radius:var(--radius-xl);border:var(--border-card);width:100%;max-width:450px;box-shadow:var(--shadow-glow);position:relative;overflow:hidden}@media (max-width:900px){.Hero-module__JgYmMq__heroContent{text-align:center;grid-template-columns:1fr;padding-top:120px}.Hero-module__JgYmMq__heroEyebrow{justify-content:center}.Hero-module__JgYmMq__heroSubtitle{margin-left:auto;margin-right:auto}.Hero-module__JgYmMq__heroStats{justify-content:center}.Hero-module__JgYmMq__heroCta{justify-content:center;display:flex}.Hero-module__JgYmMq__heroVisual{display:none}}@media (max-width:480px){.Hero-module__JgYmMq__heroStats{flex-direction:column;align-items:stretch}.Hero-module__JgYmMq__statPill{justify-content:center}}
.About-module__S-Ka5a__about{background:var(--color-bg-primary)}.About-module__S-Ka5a__aboutGrid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.About-module__S-Ka5a__aboutText h2{margin-bottom:24px}.About-module__S-Ka5a__aboutDescription{color:var(--color-text-secondary);margin-bottom:16px;line-height:1.8}.About-module__S-Ka5a__aboutImage{border-radius:var(--radius-xl);aspect-ratio:4/3;border:var(--border-card);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.About-module__S-Ka5a__aboutImage:after{content:"";pointer-events:none;background:linear-gradient(135deg,#3b82f61a,#0000);position:absolute;inset:0}.About-module__S-Ka5a__aboutStats{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:36px;display:grid}.About-module__S-Ka5a__aboutStatCard{border-radius:var(--radius-md);background:var(--color-bg-card);border:var(--border-card);text-align:center;transition:all var(--transition);padding:20px}.About-module__S-Ka5a__aboutStatCard:hover{box-shadow:var(--shadow-glow);border-color:#3b82f633;transform:translateY(-2px)}.About-module__S-Ka5a__aboutStatValue{font-family:var(--font-heading);color:var(--color-accent-light);margin-bottom:4px;font-size:2rem;font-weight:700;line-height:1}.About-module__S-Ka5a__aboutStatLabel{color:var(--color-text-secondary);font-size:.8rem}@media (max-width:900px){.About-module__S-Ka5a__aboutGrid{grid-template-columns:1fr;gap:40px}.About-module__S-Ka5a__aboutImage{max-height:300px}}@media (max-width:480px){.About-module__S-Ka5a__aboutStats{grid-template-columns:repeat(2,1fr);gap:12px}}
.Services-module__h5-agW__services{background:var(--color-bg-secondary)}.Services-module__h5-agW__servicesGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Services-module__h5-agW__serviceCard{position:relative;overflow:hidden}.Services-module__h5-agW__serviceIcon{border-radius:var(--radius-md);width:56px;height:56px;color:var(--color-accent);transition:all var(--transition);background:#3b82f61a;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.Services-module__h5-agW__serviceCard:hover .Services-module__h5-agW__serviceIcon{background:#3b82f633;transform:scale(1.05);box-shadow:0 0 20px #3b82f626}.Services-module__h5-agW__serviceTitle{font-family:var(--font-heading);color:var(--color-text-primary);margin-bottom:12px;font-size:1.15rem;font-weight:600}.Services-module__h5-agW__serviceDescription{color:var(--color-text-secondary);font-size:var(--fs-small);line-height:1.7}@media (max-width:1199px){.Services-module__h5-agW__servicesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Services-module__h5-agW__servicesGrid{grid-template-columns:1fr}}
.Advantages-module__eky53q__advantages{background:var(--color-bg-primary)}.Advantages-module__eky53q__advantagesGrid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.Advantages-module__eky53q__advantageCard{text-align:left;border-radius:var(--radius-lg);transition:all var(--transition);background:0 0;border:1px solid #ffffff0d;align-items:flex-start;gap:20px;padding:32px;display:flex}.Advantages-module__eky53q__advantageCard:hover{background:#ffffff05;border-color:#3b82f633}.Advantages-module__eky53q__advantageIcon{width:64px;height:64px;color:var(--color-accent);transition:all var(--transition);background:#3b82f614;border:1px solid #3b82f61a;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;margin:0;display:flex}.Advantages-module__eky53q__advantageCard:hover .Advantages-module__eky53q__advantageIcon{background:#3b82f626;border-color:#3b82f640;transform:scale(1.1);box-shadow:0 0 30px #3b82f626}.Advantages-module__eky53q__advantageTitle{font-family:var(--font-heading);color:var(--color-text-primary);margin-bottom:8px;font-size:1.15rem;font-weight:600}.Advantages-module__eky53q__advantageDescription{color:var(--color-text-secondary);font-size:.95rem;line-height:1.6}@media (max-width:900px){.Advantages-module__eky53q__advantagesGrid{grid-template-columns:1fr}}
.Geography-module__LC6TDW__geography{background:var(--color-bg-secondary)}.Geography-module__LC6TDW__countryGrid{flex-wrap:wrap;justify-content:center;gap:12px;max-width:900px;margin:0 auto;display:flex}.Geography-module__LC6TDW__countryPill{border-radius:var(--radius-pill);background:var(--color-bg-card);border:var(--border-card);transition:all var(--transition);cursor:default;align-items:center;gap:10px;padding:12px 24px;display:flex}.Geography-module__LC6TDW__countryPill:hover{box-shadow:var(--shadow-glow);background:var(--color-bg-card-hover);border-color:#3b82f64d;transform:translateY(-2px)}.Geography-module__LC6TDW__countryFlag{font-size:1.4rem;line-height:1}.Geography-module__LC6TDW__countryName{color:var(--color-text-primary);font-size:.9rem;font-weight:500}.Geography-module__LC6TDW__geographyNote{text-align:center;color:var(--color-text-muted);font-size:var(--fs-small);margin-top:40px;font-style:italic}@media (max-width:600px){.Geography-module__LC6TDW__countryPill{padding:10px 18px}}
.Gallery-module__Sa_FLW__gallerySection{background:var(--color-bg-primary)}.Gallery-module__Sa_FLW__previewGrid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:40px;display:grid}.Gallery-module__Sa_FLW__previewItem{border-radius:var(--radius-md);aspect-ratio:4/3;cursor:zoom-in;border:var(--border-card);transition:all var(--transition);position:relative;overflow:hidden}.Gallery-module__Sa_FLW__previewItem:hover{box-shadow:var(--shadow-card-hover);border-color:#3b82f633;transform:scale(1.025)}.Gallery-module__Sa_FLW__previewItem img{transition:transform var(--transition-slow)}.Gallery-module__Sa_FLW__previewItem:hover img{transform:scale(1.05)}.Gallery-module__Sa_FLW__previewOverlay{opacity:0;transition:opacity var(--transition);pointer-events:none;background:linear-gradient(#0000 50%,#0006 100%);justify-content:center;align-items:flex-end;padding-bottom:16px;display:flex;position:absolute;inset:0}.Gallery-module__Sa_FLW__previewItem:hover .Gallery-module__Sa_FLW__previewOverlay{opacity:1}.Gallery-module__Sa_FLW__previewZoomIcon{color:#fff;width:24px;height:24px}.Gallery-module__Sa_FLW__viewAllWrapper{justify-content:center;display:flex}.Gallery-module__Sa_FLW__viewAllBtn{padding:16px 40px;font-size:1rem}.Gallery-module__Sa_FLW__skeletonItem{aspect-ratio:4/3;border-radius:var(--radius-md)}.Gallery-module__Sa_FLW__modalOverlay{-webkit-backdrop-filter:blur(20px);z-index:var(--z-modal);background:#0a0f19d9;flex-direction:column;animation:.3s Gallery-module__Sa_FLW__fadeIn;display:flex;position:fixed;inset:0}.Gallery-module__Sa_FLW__modalHeader{border-bottom:var(--border-subtle);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 32px;display:flex}.Gallery-module__Sa_FLW__modalTitleWrap{align-items:center;gap:12px;display:flex}.Gallery-module__Sa_FLW__modalTitle{font-family:var(--font-heading);color:var(--color-text-primary);font-size:1.3rem;font-weight:600}.Gallery-module__Sa_FLW__modalBadge{border-radius:var(--radius-pill);color:var(--color-accent-light);background:#3b82f626;padding:4px 12px;font-size:.8rem;font-weight:600}.Gallery-module__Sa_FLW__modalClose{width:40px;height:40px;color:var(--color-text-secondary);transition:all var(--transition);cursor:pointer;border:var(--border-subtle);border-radius:50%;justify-content:center;align-items:center;display:flex}.Gallery-module__Sa_FLW__modalClose:hover{color:var(--color-text-primary);background:#ffffff0d;transform:rotate(90deg)}.Gallery-module__Sa_FLW__modalBody{flex:1;padding:32px;overflow-y:auto}.Gallery-module__Sa_FLW__masonryGrid{columns:4;column-gap:16px}.Gallery-module__Sa_FLW__masonryItem{break-inside:avoid;border-radius:var(--radius-md);cursor:zoom-in;transition:all var(--transition);border:var(--border-card);margin-bottom:16px;position:relative;overflow:hidden}.Gallery-module__Sa_FLW__masonryItem:hover{box-shadow:var(--shadow-card-hover);border-color:#3b82f633;transform:scale(1.025)}.Gallery-module__Sa_FLW__masonryImg{opacity:0;width:100%;transition:opacity .4s;display:block}.Gallery-module__Sa_FLW__masonryImg.Gallery-module__Sa_FLW__loaded{opacity:1}.Gallery-module__Sa_FLW__masonrySkeleton{border-radius:var(--radius-md);width:100%;padding-bottom:75%}.Gallery-module__Sa_FLW__viewerOverlay{-webkit-backdrop-filter:blur(25px);z-index:var(--z-viewer);background:#0006;justify-content:center;align-items:center;animation:.2s Gallery-module__Sa_FLW__fadeIn;display:flex;position:fixed;inset:0}.Gallery-module__Sa_FLW__viewerContent{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.Gallery-module__Sa_FLW__viewerImage{object-fit:contain;border-radius:var(--radius-md);-webkit-user-select:none;user-select:none;max-width:calc(100vw - 120px);max-height:calc(100dvh - 120px);animation:.3s Gallery-module__Sa_FLW__scaleIn}.Gallery-module__Sa_FLW__viewerClose{color:#fff;cursor:pointer;width:48px;height:48px;transition:all var(--transition);z-index:10;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:16px;right:16px}.Gallery-module__Sa_FLW__viewerClose:hover{background:#000000b3;transform:rotate(90deg)}.Gallery-module__Sa_FLW__viewerNav{color:#fff;cursor:pointer;width:52px;height:52px;transition:all var(--transition);z-index:10;background:#0006;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Gallery-module__Sa_FLW__viewerNav:hover{background:#3b82f680;transform:translateY(-50%)scale(1.1)}.Gallery-module__Sa_FLW__viewerPrev{left:16px}.Gallery-module__Sa_FLW__viewerNext{right:16px}.Gallery-module__Sa_FLW__viewerCounter{border-radius:var(--radius-pill);color:#fff;z-index:10;background:#00000080;padding:8px 20px;font-size:.9rem;font-weight:500;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.Gallery-module__Sa_FLW__viewerSpinner{border:3px solid #fff3;border-top-color:var(--color-accent);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite Gallery-module__Sa_FLW__spin;position:absolute}@media (max-width:1199px){.Gallery-module__Sa_FLW__masonryGrid{columns:3}}@media (max-width:767px){.Gallery-module__Sa_FLW__previewGrid{grid-template-columns:repeat(2,1fr)}.Gallery-module__Sa_FLW__masonryGrid{columns:2}.Gallery-module__Sa_FLW__modalHeader{padding:16px 20px}.Gallery-module__Sa_FLW__modalBody{padding:20px}.Gallery-module__Sa_FLW__viewerImage{max-width:calc(100vw - 32px);max-height:calc(100dvh - 80px)}.Gallery-module__Sa_FLW__viewerNav{width:40px;height:40px}.Gallery-module__Sa_FLW__viewerPrev{left:8px}.Gallery-module__Sa_FLW__viewerNext{right:8px}}@media (max-width:480px){.Gallery-module__Sa_FLW__masonryGrid{columns:1}.Gallery-module__Sa_FLW__previewGrid{grid-template-columns:1fr}}
.Contacts-module__IaFgsG__contacts{background:var(--color-bg-secondary)}.Contacts-module__IaFgsG__contactsGrid{grid-template-columns:1fr 1fr;gap:48px;display:grid}.Contacts-module__IaFgsG__contactCards{flex-direction:column;gap:20px;display:flex}.Contacts-module__IaFgsG__contactCard{align-items:flex-start;gap:20px;padding:24px;display:flex}.Contacts-module__IaFgsG__contactIconWrap{border-radius:var(--radius-md);width:52px;height:52px;color:var(--color-accent);transition:all var(--transition);background:#3b82f61a;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Contacts-module__IaFgsG__contactCard:hover .Contacts-module__IaFgsG__contactIconWrap{background:#3b82f633;box-shadow:0 0 20px #3b82f626}.Contacts-module__IaFgsG__contactLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin-bottom:4px;font-size:.8rem;font-weight:600}.Contacts-module__IaFgsG__contactValue{color:var(--color-text-primary);font-size:1.05rem;font-weight:500}.Contacts-module__IaFgsG__contactForm{flex-direction:column;gap:16px;display:flex}.Contacts-module__IaFgsG__formGroup{flex-direction:column;gap:6px;display:flex}.Contacts-module__IaFgsG__formInput,.Contacts-module__IaFgsG__formTextarea{border-radius:var(--radius-md);background:var(--color-bg-input);border:var(--border-input);color:var(--color-text-primary);transition:all var(--transition-fast);padding:14px 18px;font-size:.95rem}.Contacts-module__IaFgsG__formInput::placeholder,.Contacts-module__IaFgsG__formTextarea::placeholder{color:var(--color-text-muted)}.Contacts-module__IaFgsG__formInput:focus,.Contacts-module__IaFgsG__formTextarea:focus{border-color:#3b82f680;outline:none;box-shadow:0 0 0 3px #3b82f61a}.Contacts-module__IaFgsG__inputError{border-color:#ef4444!important}.Contacts-module__IaFgsG__errorText{color:#ef4444;margin-top:4px;padding-left:4px;font-size:.85rem}.Contacts-module__IaFgsG__formTextarea{resize:vertical;min-height:120px}.Contacts-module__IaFgsG__formSubmit{align-self:flex-start;margin-top:8px}.Contacts-module__IaFgsG__statusMessage{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);align-items:center;gap:12px;margin-top:16px;padding:16px 20px;font-size:.95rem;font-weight:500;animation:.4s cubic-bezier(.16,1,.3,1) forwards Contacts-module__IaFgsG__slideUpFade;display:flex}@keyframes Contacts-module__IaFgsG__slideUpFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Contacts-module__IaFgsG__statusIcon{flex-shrink:0}.Contacts-module__IaFgsG__statusSuccess{color:#10b981;background:#10b9811a;border:1px solid #10b98133;box-shadow:0 4px 20px #10b9811a}.Contacts-module__IaFgsG__statusError{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;box-shadow:0 4px 20px #ef44441a}@media (max-width:900px){.Contacts-module__IaFgsG__contactsGrid{grid-template-columns:1fr;gap:40px}}
