.Hero-module__ejOdHG__hero{background:var(--bg);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__ejOdHG__heroBg{background:linear-gradient(135deg, rgba(var(--primary-rgb), .05) 0%, transparent 50%), linear-gradient(225deg, rgba(var(--secondary-rgb), .04) 0%, transparent 50%), var(--bg);transform-origin:50%;will-change:transform;position:absolute;inset:0}.Hero-module__ejOdHG__overlay{background:radial-gradient(ellipse at 70% 50%, rgba(var(--primary-rgb), .06) 0%, transparent 70%);pointer-events:none;position:absolute;inset:0}.Hero-module__ejOdHG__decorPattern{background:radial-gradient(circle at 80% 30%, rgba(var(--primary-rgb), .04) 0%, transparent 40%), radial-gradient(circle at 60% 70%, rgba(var(--secondary-rgb), .04) 0%, transparent 40%);pointer-events:none;width:50%;height:100%;position:absolute;top:0;right:0}.Hero-module__ejOdHG__gridPattern{background-image:radial-gradient(circle, rgba(var(--primary-rgb), .07) 1px, transparent 1px);pointer-events:none;background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(at 70%,#000 20%,#0000 70%);mask-image:radial-gradient(at 70%,#000 20%,#0000 70%)}.Hero-module__ejOdHG__heroContent{z-index:2;padding-top:calc(var(--nav-height) + var(--space-3xl));padding-bottom:var(--space-4xl);gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:center;display:grid;position:relative}.Hero-module__ejOdHG__heroVisualCol{justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__ejOdHG__portVisual{filter:drop-shadow(0 24px 60px #0d3b6438);width:100%;max-width:520px;margin:0 auto;animation:6s ease-in-out infinite Hero-module__ejOdHG__portFloat;position:relative}@keyframes Hero-module__ejOdHG__portFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.Hero-module__ejOdHG__portSvg{border-radius:var(--radius-xl);width:100%;height:auto;display:block}.Hero-module__ejOdHG__portBadge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-md);background:#fffffff2;border:1px solid #fffc;align-items:center;gap:10px;padding:10px 16px;animation:3s ease-in-out infinite Hero-module__ejOdHG__badgePulse;display:flex;position:absolute;box-shadow:0 8px 32px #0000001f}.Hero-module__ejOdHG__portBadge:nth-child(2){animation-delay:1.5s}@keyframes Hero-module__ejOdHG__badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.Hero-module__ejOdHG__portBadgeIcon{flex-shrink:0;font-size:1.4rem}.Hero-module__ejOdHG__portBadge strong{font-family:var(--font-heading);color:var(--text);font-size:.82rem;font-weight:700;line-height:1.2;display:block}.Hero-module__ejOdHG__portBadge span{color:var(--text-muted);margin-top:1px;font-size:.7rem;display:block}.Hero-module__ejOdHG__heroText{max-width:720px}.Hero-module__ejOdHG__heroBadge{align-items:center;gap:var(--space-sm);background:var(--primary-50);border:1px solid var(--primary-200);border-radius:var(--radius-full);color:var(--primary);font-size:.85rem;font-weight:600;font-family:var(--font-heading);margin-bottom:var(--space-xl);padding:8px 20px;display:inline-flex}.Hero-module__ejOdHG__heroTitle{letter-spacing:-.03em;margin-bottom:var(--space-xl);color:var(--text);font-size:clamp(2.5rem,6vw,4.25rem);font-weight:900;line-height:1.1}.Hero-module__ejOdHG__highlight{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__ejOdHG__highlightAccent{font-family:var(--font-accent);color:var(--secondary-dark);-webkit-text-fill-color:var(--secondary-dark);font-style:italic;font-weight:600}.Hero-module__ejOdHG__heroDesc{color:var(--text-secondary);margin-bottom:var(--space-2xl);max-width:600px;font-size:clamp(1rem,2vw,1.15rem);line-height:1.8}.Hero-module__ejOdHG__heroCtas{gap:var(--space-md);margin-bottom:var(--space-3xl);flex-wrap:wrap;display:flex}.Hero-module__ejOdHG__heroStats{align-items:center;gap:var(--space-xl);padding:var(--space-lg) var(--space-xl);background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);width:fit-content;display:flex}.Hero-module__ejOdHG__statItem{flex-direction:column;align-items:center;display:flex}.Hero-module__ejOdHG__statNum{font-family:var(--font-heading);color:var(--primary);font-size:1.75rem;font-weight:800;line-height:1}.Hero-module__ejOdHG__statLabel{color:var(--text-muted);margin-top:4px;font-size:.75rem;font-weight:500}.Hero-module__ejOdHG__statDivider{background:var(--border);width:1px;height:36px}.Hero-module__ejOdHG__floatingEmoji{z-index:1;pointer-events:none;filter:drop-shadow(0 4px 8px #0000001a);font-size:2.5rem;position:absolute}.Hero-module__ejOdHG__floatItem1{animation:6s ease-in-out infinite Hero-module__ejOdHG__float;top:20%;right:15%}.Hero-module__ejOdHG__floatItem2{animation:7s ease-in-out 1s infinite Hero-module__ejOdHG__float;top:45%;right:8%}.Hero-module__ejOdHG__floatItem3{animation:5s ease-in-out 2s infinite Hero-module__ejOdHG__float;bottom:25%;right:20%}.Hero-module__ejOdHG__floatItem4{font-size:3rem;animation:8s ease-in-out .5s infinite Hero-module__ejOdHG__float;bottom:15%;right:10%}@keyframes Hero-module__ejOdHG__float{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-12px)rotate(3deg)}75%{transform:translateY(-18px)rotate(-3deg)}}.Hero-module__ejOdHG__scrollIndicator{flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.Hero-module__ejOdHG__scrollText{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);font-size:.7rem;font-weight:500}.Hero-module__ejOdHG__scrollLine{background:linear-gradient(to bottom, var(--primary), transparent);width:1px;height:40px;animation:2s ease-in-out infinite Hero-module__ejOdHG__scrollPulse}@keyframes Hero-module__ejOdHG__scrollPulse{0%,to{opacity:.4;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}@media (max-width:1024px){.Hero-module__ejOdHG__heroContent{gap:var(--space-2xl);grid-template-columns:1fr}.Hero-module__ejOdHG__heroVisualCol{display:none}}@media (max-width:768px){.Hero-module__ejOdHG__hero{min-height:100svh}.Hero-module__ejOdHG__heroContent{padding-top:calc(var(--nav-height) + var(--space-2xl));padding-bottom:var(--space-3xl)}.Hero-module__ejOdHG__heroStats{gap:var(--space-md);padding:var(--space-md);flex-wrap:wrap;justify-content:center;width:100%}.Hero-module__ejOdHG__statDivider{height:24px}.Hero-module__ejOdHG__floatingEmoji{opacity:.5;font-size:1.8rem}.Hero-module__ejOdHG__floatItem4{font-size:2.2rem}.Hero-module__ejOdHG__scrollIndicator{display:none}}@media (max-width:480px){.Hero-module__ejOdHG__heroTitle{font-size:2.2rem}.Hero-module__ejOdHG__heroCtas{flex-direction:column}.Hero-module__ejOdHG__heroCtas .Hero-module__ejOdHG__btn{text-align:center;width:100%}}
.StatsCounter-module__1UhBcW__stats{padding:0;position:relative;overflow:hidden}.StatsCounter-module__1UhBcW__grid{gap:var(--space-xl);grid-template-columns:repeat(4,1fr);display:grid}.StatsCounter-module__1UhBcW__statCard{text-align:center;padding:var(--space-xl);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .4s var(--ease-out);background:#ffffff12;border:1px solid #ffffff1a;flex-direction:column;align-items:center;display:flex}.StatsCounter-module__1UhBcW__statCard:hover{background:#ffffff1f;transform:translateY(-4px)}.StatsCounter-module__1UhBcW__statIcon{margin-bottom:var(--space-md);filter:drop-shadow(0 2px 4px #0003);font-size:2.5rem}.StatsCounter-module__1UhBcW__counterNum{font-family:var(--font-heading);color:#fff;margin-bottom:var(--space-sm);font-size:2.75rem;font-weight:900;line-height:1}.StatsCounter-module__1UhBcW__statLabel{color:#ffffffb3;font-size:.88rem;font-weight:500}@media (max-width:900px){.StatsCounter-module__1UhBcW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.StatsCounter-module__1UhBcW__grid{gap:var(--space-md);grid-template-columns:1fr}.StatsCounter-module__1UhBcW__counterNum{font-size:2.25rem}}
.MaritimeBanner-module__Z-l37q__maritime{flex-direction:column;min-height:520px;display:flex;position:relative;overflow:hidden}.MaritimeBanner-module__Z-l37q__bgImageWrap{will-change:transform;position:absolute;inset:-10% 0 -40%}.MaritimeBanner-module__Z-l37q__bgImage{object-fit:cover;object-position:center 60%}.MaritimeBanner-module__Z-l37q__bgOverlay{background:linear-gradient(135deg, rgba(var(--primary-dark-rgb), .86) 0%, rgba(var(--primary-rgb), .72) 40%, rgba(var(--primary-dark-rgb), .95) 100%);position:absolute;inset:0}.MaritimeBanner-module__Z-l37q__waveTop,.MaritimeBanner-module__Z-l37q__waveBottom{z-index:2;pointer-events:none;position:absolute;left:0;right:0}.MaritimeBanner-module__Z-l37q__waveTop{top:-1px}.MaritimeBanner-module__Z-l37q__waveTop svg,.MaritimeBanner-module__Z-l37q__waveBottom svg{width:100%;height:60px;display:block}.MaritimeBanner-module__Z-l37q__waveBottom{bottom:-1px}.MaritimeBanner-module__Z-l37q__content{z-index:3;padding:calc(var(--space-5xl) + 20px) var(--space-xl) var(--space-2xl);position:relative}.MaritimeBanner-module__Z-l37q__textBlock{max-width:600px}.MaritimeBanner-module__Z-l37q__badge{border-radius:var(--radius-full);color:#ffffffe6;letter-spacing:.08em;text-transform:uppercase;margin-bottom:var(--space-xl);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffff40;align-items:center;gap:8px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.MaritimeBanner-module__Z-l37q__badgeDot{background:var(--secondary);width:8px;height:8px;box-shadow:0 0 0 3px rgba(var(--secondary-rgb), .3);border-radius:50%;animation:2s ease-in-out infinite MaritimeBanner-module__Z-l37q__pulse}@keyframes MaritimeBanner-module__Z-l37q__pulse{0%,to{box-shadow:0 0 0 3px rgba(var(--secondary-rgb), .3)}50%{box-shadow:0 0 0 6px rgba(var(--secondary-rgb), .1)}}.MaritimeBanner-module__Z-l37q__heading{color:#fff;margin-bottom:var(--space-xl);letter-spacing:-.03em;font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.1}.MaritimeBanner-module__Z-l37q__headingAccent{background:linear-gradient(90deg, var(--primary-100), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.MaritimeBanner-module__Z-l37q__desc{color:#ffffffc7;max-width:520px;margin-bottom:var(--space-xl);font-size:1.05rem;line-height:1.75}.MaritimeBanner-module__Z-l37q__waveLine{background:linear-gradient(90deg, var(--primary-100), var(--secondary));width:80px;height:3px;margin-bottom:var(--space-xl);border-radius:3px}.MaritimeBanner-module__Z-l37q__statsStrip{z-index:3;padding:0 0 var(--space-4xl);position:relative}.MaritimeBanner-module__Z-l37q__statsGrid{gap:var(--space-md);grid-template-columns:repeat(4,1fr);display:grid}.MaritimeBanner-module__Z-l37q__statCard{text-align:center;padding:var(--space-xl) var(--space-lg);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(16px);transition:all .3s var(--ease-out);background:#ffffff1a;border:1px solid #ffffff2e;flex-direction:column;align-items:center;display:flex}.MaritimeBanner-module__Z-l37q__statCard:hover{border-color:rgba(var(--primary-light-rgb), .5);background:#ffffff29;transform:translateY(-4px)}.MaritimeBanner-module__Z-l37q__statIcon{margin-bottom:var(--space-sm);filter:drop-shadow(0 2px 6px #0000004d);font-size:2rem}.MaritimeBanner-module__Z-l37q__statValue{font-family:var(--font-heading);color:#fff;margin-bottom:4px;font-size:1.85rem;font-weight:900;line-height:1}.MaritimeBanner-module__Z-l37q__statLabel{color:#ffffffa6;letter-spacing:.03em;font-size:.78rem;font-weight:500}@media (max-width:900px){.MaritimeBanner-module__Z-l37q__statsGrid{grid-template-columns:repeat(2,1fr)}.MaritimeBanner-module__Z-l37q__content{padding-top:calc(var(--space-4xl) + 20px)}}@media (max-width:600px){.MaritimeBanner-module__Z-l37q__maritime{min-height:420px}.MaritimeBanner-module__Z-l37q__statsGrid{gap:var(--space-sm);grid-template-columns:repeat(2,1fr)}.MaritimeBanner-module__Z-l37q__statCard{padding:var(--space-lg) var(--space-md)}.MaritimeBanner-module__Z-l37q__statValue{font-size:1.5rem}}
.ExportShowcase-module__ORfk4q__exportShowcase{overflow:hidden}.ExportShowcase-module__ORfk4q__grid{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.ExportShowcase-module__ORfk4q__imgWrap{border-radius:var(--radius-xl);height:540px;box-shadow:var(--shadow-xl);will-change:clip-path;position:relative;overflow:hidden}.ExportShowcase-module__ORfk4q__img{object-fit:cover;object-position:center;transition:transform .6s var(--ease-out)}.ExportShowcase-module__ORfk4q__imgWrap:hover .ExportShowcase-module__ORfk4q__img{transform:scale(1.04)}.ExportShowcase-module__ORfk4q__imgOverlay{background:linear-gradient(#0000 50%,#0d3b1399 100%);position:absolute;inset:0}.ExportShowcase-module__ORfk4q__imgBadge{bottom:var(--space-xl);left:var(--space-xl);align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;display:flex;position:absolute}.ExportShowcase-module__ORfk4q__badgeIcon{font-size:1.75rem}.ExportShowcase-module__ORfk4q__badgeTitle{font-family:var(--font-heading);color:var(--primary);font-size:.9rem;font-weight:700;display:block}.ExportShowcase-module__ORfk4q__badgeSub{color:var(--text-muted);margin-top:2px;font-size:.72rem;display:block}.ExportShowcase-module__ORfk4q__textCol{flex-direction:column;gap:0;display:flex}.ExportShowcase-module__ORfk4q__desc{color:var(--text-secondary);margin-bottom:var(--space-2xl);margin-top:var(--space-md);font-size:1.05rem;line-height:1.75}.ExportShowcase-module__ORfk4q__features{gap:var(--space-xl);margin-bottom:var(--space-2xl);flex-direction:column;display:flex}.ExportShowcase-module__ORfk4q__featureItem{align-items:flex-start;gap:var(--space-lg);padding:var(--space-lg);background:var(--bg-card);border-radius:var(--radius-md);border:1px solid var(--border-light);transition:all .3s var(--ease-out);display:flex}.ExportShowcase-module__ORfk4q__featureItem:hover{border-color:var(--primary-200);box-shadow:var(--shadow-md);transform:translate(6px)}.ExportShowcase-module__ORfk4q__featureIcon{background:var(--primary-50);border-radius:var(--radius-md);width:52px;height:52px;transition:all .3s var(--ease-out);flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.ExportShowcase-module__ORfk4q__featureItem:hover .ExportShowcase-module__ORfk4q__featureIcon{background:var(--primary-100);transform:scale(1.1)}.ExportShowcase-module__ORfk4q__featureTitle{color:var(--text);margin-bottom:4px;font-size:1rem;font-weight:700}.ExportShowcase-module__ORfk4q__featureDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.6}@media (max-width:900px){.ExportShowcase-module__ORfk4q__grid{gap:var(--space-2xl);grid-template-columns:1fr}.ExportShowcase-module__ORfk4q__imgWrap{height:320px}}@media (max-width:600px){.ExportShowcase-module__ORfk4q__imgWrap{border-radius:var(--radius-lg);height:260px}.ExportShowcase-module__ORfk4q__imgBadge{bottom:var(--space-md);left:var(--space-md);padding:var(--space-sm) var(--space-md)}}
.ProductShowcase-module__VNF1lW__showcase{background:var(--bg-alt)}.ProductShowcase-module__VNF1lW__grid{gap:var(--space-xl);margin-top:var(--space-3xl);grid-template-columns:repeat(3,1fr);align-items:start;display:grid}.ProductShowcase-module__VNF1lW__columnItem{flex-direction:column;display:flex}.ProductShowcase-module__VNF1lW__card{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-light);transition:box-shadow .35s var(--ease-out), border-color .35s var(--ease-out), transform .35s var(--ease-out);box-shadow:var(--shadow-sm);flex-direction:column;width:100%;display:flex;overflow:hidden}.ProductShowcase-module__VNF1lW__card:hover{box-shadow:var(--shadow-xl);border-color:var(--primary-200)}.ProductShowcase-module__VNF1lW__cardAccent{flex-shrink:0;width:100%;height:6px}.ProductShowcase-module__VNF1lW__cardBody{padding:var(--space-xl);gap:var(--space-lg);flex-direction:column;display:flex}.ProductShowcase-module__VNF1lW__cardHeader{align-items:flex-start;gap:var(--space-md);display:flex}.ProductShowcase-module__VNF1lW__cardIcon{filter:drop-shadow(0 3px 6px #0000001f);flex-shrink:0;font-size:2.4rem;line-height:1}.ProductShowcase-module__VNF1lW__cardTitle{color:var(--text);margin-bottom:6px;font-size:1.15rem;font-weight:800}.ProductShowcase-module__VNF1lW__cardDesc{color:var(--text-secondary);margin:0;font-size:.82rem;line-height:1.55}.ProductShowcase-module__VNF1lW__itemList{border-top:1px solid var(--border-light);padding-top:var(--space-md);flex-direction:column;gap:8px;display:flex}.ProductShowcase-module__VNF1lW__itemRow{align-items:center;gap:10px;display:flex}.ProductShowcase-module__VNF1lW__itemDot{opacity:.85;border-radius:50%;flex-shrink:0;width:7px;height:7px}.ProductShowcase-module__VNF1lW__itemName{color:var(--text);font-size:.82rem;font-weight:500;line-height:1.3}.ProductShowcase-module__VNF1lW__cardCta{width:100%;margin-top:var(--space-sm);justify-content:center}.ProductShowcase-module__VNF1lW__viewAllWrap{align-items:center;gap:var(--space-md);margin-top:var(--space-3xl);padding:var(--space-2xl) var(--space-xl);background:var(--bg-card);border-radius:var(--radius-xl);border:1.5px solid var(--primary-200);text-align:center;box-shadow:var(--shadow-sm);flex-direction:column;display:flex}.ProductShowcase-module__VNF1lW__viewAllHint{color:var(--text-secondary);margin:0;font-size:.95rem}.ProductShowcase-module__VNF1lW__viewAllHint strong{color:var(--primary);font-weight:600}.ProductShowcase-module__VNF1lW__viewAllBtn{gap:var(--space-sm)}@media (max-width:1024px){.ProductShowcase-module__VNF1lW__grid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr)}}@media (max-width:580px){.ProductShowcase-module__VNF1lW__grid{gap:var(--space-md);grid-template-columns:1fr}.ProductShowcase-module__VNF1lW__cardBody{padding:var(--space-lg);gap:var(--space-md)}.ProductShowcase-module__VNF1lW__cardIcon{font-size:2rem}.ProductShowcase-module__VNF1lW__cardTitle{font-size:1.05rem}.ProductShowcase-module__VNF1lW__viewAllWrap{padding:var(--space-xl) var(--space-md);margin-top:var(--space-2xl)}}
.JourneySection-module__Hp412W__journey{background:var(--bg-alt);overflow:hidden}.JourneySection-module__Hp412W__timeline{margin-top:var(--space-4xl);padding:0 0 var(--space-xl);position:relative}.JourneySection-module__Hp412W__progressTrack{background:var(--border);border-radius:2px;width:2px;position:absolute;top:0;bottom:0;left:50%;overflow:hidden;transform:translate(-50%)}.JourneySection-module__Hp412W__progressLine{background:linear-gradient(to bottom, var(--primary-light), var(--primary), var(--primary-dark));will-change:transform;border-radius:2px;position:absolute;inset:0}.JourneySection-module__Hp412W__stepRow{margin-bottom:var(--space-3xl);grid-template-columns:1fr 48px 1fr;align-items:center;gap:0;display:grid;position:relative}.JourneySection-module__Hp412W__nodeWrap{z-index:2;justify-content:center;align-items:center;display:flex;position:relative}.JourneySection-module__Hp412W__node{width:48px;height:48px;transition:transform .3s var(--ease-out);background:#fff;border:3px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 14px #0000001f}.JourneySection-module__Hp412W__node:hover{transform:scale(1.15)}.JourneySection-module__Hp412W__nodeNum{font-family:var(--font-heading);font-size:.85rem;font-weight:900;line-height:1}.JourneySection-module__Hp412W__stepLeft .JourneySection-module__Hp412W__stepCard{margin-right:var(--space-xl);grid-area:1/1}.JourneySection-module__Hp412W__stepLeft .JourneySection-module__Hp412W__nodeWrap{grid-area:1/2}.JourneySection-module__Hp412W__stepLeft:after{content:"";grid-column:3}.JourneySection-module__Hp412W__stepRight .JourneySection-module__Hp412W__stepCard{margin-left:var(--space-xl);grid-area:1/3}.JourneySection-module__Hp412W__stepRight .JourneySection-module__Hp412W__nodeWrap{grid-area:1/2}.JourneySection-module__Hp412W__stepRight:before{content:"";grid-column:1}.JourneySection-module__Hp412W__stepCard{background:var(--bg-card);border-radius:var(--radius-lg);padding:var(--space-xl) var(--space-2xl);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);align-items:flex-start;gap:var(--space-lg);transition:all .4s var(--ease-out);will-change:transform;display:flex;position:relative;overflow:hidden}.JourneySection-module__Hp412W__stepCard:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-200);transform:translateY(-4px)}.JourneySection-module__Hp412W__cardAccent{opacity:.7;border-radius:4px 0 0 4px;width:4px;height:100%;position:absolute;top:0;left:0}.JourneySection-module__Hp412W__stepIcon{border-radius:var(--radius-md);width:60px;height:60px;transition:transform .3s var(--ease-out);border:2px solid;flex-shrink:0;justify-content:center;align-items:center;font-size:1.6rem;display:flex}.JourneySection-module__Hp412W__stepCard:hover .JourneySection-module__Hp412W__stepIcon{transform:scale(1.08)rotate(3deg)}.JourneySection-module__Hp412W__stepContent{flex:1}.JourneySection-module__Hp412W__stepNum{font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;opacity:.8;margin-bottom:4px;font-size:.75rem;font-weight:900}.JourneySection-module__Hp412W__stepTitle{margin-bottom:var(--space-sm);color:var(--text);font-size:1.15rem;font-weight:700}.JourneySection-module__Hp412W__stepDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.7}@media (max-width:900px){.JourneySection-module__Hp412W__progressTrack{left:24px;transform:translate(0)}.JourneySection-module__Hp412W__stepRow{margin-bottom:var(--space-xl);grid-template-columns:48px 1fr}.JourneySection-module__Hp412W__stepLeft .JourneySection-module__Hp412W__stepCard,.JourneySection-module__Hp412W__stepRight .JourneySection-module__Hp412W__stepCard{margin-left:var(--space-md);grid-area:1/2;margin-right:0}.JourneySection-module__Hp412W__stepLeft .JourneySection-module__Hp412W__nodeWrap,.JourneySection-module__Hp412W__stepRight .JourneySection-module__Hp412W__nodeWrap{grid-area:1/1;justify-content:flex-start}.JourneySection-module__Hp412W__stepLeft:after,.JourneySection-module__Hp412W__stepRight:before{display:none}.JourneySection-module__Hp412W__stepCard{padding:var(--space-lg)}}@media (max-width:600px){.JourneySection-module__Hp412W__stepCard{gap:var(--space-md);flex-direction:column}.JourneySection-module__Hp412W__stepIcon{width:50px;height:50px;font-size:1.35rem}.JourneySection-module__Hp412W__timeline{margin-top:var(--space-2xl)}}
.WhyChooseUs-module__b2ZN7G__whyUs{background:var(--bg)}.WhyChooseUs-module__b2ZN7G__grid{gap:var(--space-xl);margin-top:var(--space-3xl);grid-template-columns:repeat(3,1fr);display:grid}.WhyChooseUs-module__b2ZN7G__card{padding:var(--space-2xl);background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-light);text-align:center;transition:transform .4s var(--ease-out), box-shadow .4s var(--ease-out), border-color .4s var(--ease-out);height:100%;animation:.5s both WhyChooseUs-module__b2ZN7G__cardFadeIn}.WhyChooseUs-module__b2ZN7G__card:first-child{animation-delay:50ms}.WhyChooseUs-module__b2ZN7G__card:nth-child(2){animation-delay:.1s}.WhyChooseUs-module__b2ZN7G__card:nth-child(3){animation-delay:.15s}.WhyChooseUs-module__b2ZN7G__card:nth-child(4){animation-delay:.2s}.WhyChooseUs-module__b2ZN7G__card:nth-child(5){animation-delay:.25s}.WhyChooseUs-module__b2ZN7G__card:nth-child(6){animation-delay:.3s}@keyframes WhyChooseUs-module__b2ZN7G__cardFadeIn{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.WhyChooseUs-module__b2ZN7G__card:hover{border-color:var(--primary-200);box-shadow:var(--shadow-lg);transform:translateY(-6px)}.WhyChooseUs-module__b2ZN7G__card:hover .WhyChooseUs-module__b2ZN7G__iconWrap{background:var(--primary-50)}.WhyChooseUs-module__b2ZN7G__iconWrap{border-radius:var(--radius-md);background:var(--bg-alt);width:72px;height:72px;margin-bottom:var(--space-lg);transition:background .4s var(--ease-out);justify-content:center;align-items:center;display:inline-flex}.WhyChooseUs-module__b2ZN7G__icon{font-size:2rem}.WhyChooseUs-module__b2ZN7G__cardTitle{margin-bottom:var(--space-sm);font-size:1.15rem;font-weight:700}.WhyChooseUs-module__b2ZN7G__cardDesc{color:var(--text-secondary);font-size:.88rem;line-height:1.7}.WhyChooseUs-module__b2ZN7G__trustStrip{margin-top:var(--space-3xl);padding:var(--space-2xl) var(--space-3xl);background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);border-radius:var(--radius-xl);position:relative;overflow:hidden}.WhyChooseUs-module__b2ZN7G__trustStrip:before{content:"";background:radial-gradient(circle at 10% 50%, #ffffff0f 0%, transparent 40%), radial-gradient(circle at 90% 50%, rgba(var(--secondary-rgb),.1) 0%, transparent 40%);pointer-events:none;position:absolute;inset:0}.WhyChooseUs-module__b2ZN7G__trustLabel{align-items:center;gap:var(--space-sm);font-family:var(--font-heading);color:#ffffffa6;text-transform:uppercase;letter-spacing:.12em;margin-bottom:var(--space-xl);font-size:.82rem;font-weight:600;display:flex;position:relative}.WhyChooseUs-module__b2ZN7G__trustDot{background:var(--secondary);width:8px;height:8px;box-shadow:0 0 0 3px rgba(var(--secondary-rgb), .3);border-radius:50%;flex-shrink:0;animation:2.5s ease-in-out infinite WhyChooseUs-module__b2ZN7G__dotPulse}@keyframes WhyChooseUs-module__b2ZN7G__dotPulse{0%,to{box-shadow:0 0 0 3px rgba(var(--secondary-rgb), .3)}50%{box-shadow:0 0 0 6px rgba(var(--secondary-rgb), .1)}}.WhyChooseUs-module__b2ZN7G__trustBadges{gap:var(--space-md);grid-template-columns:repeat(6,1fr);display:grid;position:relative}.WhyChooseUs-module__b2ZN7G__trustBadge{align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s var(--ease-out);cursor:default;background:#ffffff1a;border:1px solid #ffffff26;display:flex}.WhyChooseUs-module__b2ZN7G__trustBadge:hover{background:#ffffff2e;border-color:#ffffff4d;transform:translateY(-3px);box-shadow:0 6px 20px #0003}.WhyChooseUs-module__b2ZN7G__trustBadgeIcon{flex-shrink:0;font-size:1.4rem}.WhyChooseUs-module__b2ZN7G__trustBadgeName{font-family:var(--font-heading);color:#fff;white-space:normal;font-size:.8rem;font-weight:700;display:block}.WhyChooseUs-module__b2ZN7G__trustBadgeSub{color:#ffffff8c;white-space:normal;margin-top:2px;font-size:.65rem;display:block}@media (max-width:1100px){.WhyChooseUs-module__b2ZN7G__trustBadges{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.WhyChooseUs-module__b2ZN7G__grid{grid-template-columns:repeat(2,1fr)}.WhyChooseUs-module__b2ZN7G__trustStrip{padding:var(--space-xl)}}@media (max-width:700px){.WhyChooseUs-module__b2ZN7G__trustBadges{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.WhyChooseUs-module__b2ZN7G__grid{gap:var(--space-md);grid-template-columns:1fr}.WhyChooseUs-module__b2ZN7G__card{padding:var(--space-xl)}.WhyChooseUs-module__b2ZN7G__trustBadges{gap:var(--space-sm);grid-template-columns:1fr}.WhyChooseUs-module__b2ZN7G__trustBadge{padding:var(--space-md)}}
.GlobalReach-module__M8WCja__global{overflow:hidden}.GlobalReach-module__M8WCja__mapContainer{margin-top:var(--space-3xl);position:relative}.GlobalReach-module__M8WCja__globeVisual{margin:0 auto var(--space-3xl);justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:relative}.GlobalReach-module__M8WCja__globeCenter{z-index:2;font-size:5rem;animation:4s ease-in-out infinite GlobalReach-module__M8WCja__floatGlobe;position:relative}@keyframes GlobalReach-module__M8WCja__floatGlobe{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(5deg)}}.GlobalReach-module__M8WCja__globeRing,.GlobalReach-module__M8WCja__globeRing2{border:2px dashed var(--primary-200);border-radius:50%;animation:20s linear infinite GlobalReach-module__M8WCja__spinRing;position:absolute;inset:0}.GlobalReach-module__M8WCja__globeRing2{border-color:var(--secondary-light);opacity:.5;animation-duration:30s;animation-direction:reverse;inset:-20px}@keyframes GlobalReach-module__M8WCja__spinRing{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.GlobalReach-module__M8WCja__regionGrid{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}.GlobalReach-module__M8WCja__regionCard{align-items:center;gap:var(--space-md);padding:var(--space-lg) var(--space-xl);background:var(--bg-card);border-radius:var(--radius-md);border:1px solid var(--border-light);transition:all .3s var(--ease-out);display:flex}.GlobalReach-module__M8WCja__regionCard:hover{border-color:var(--primary-200);box-shadow:var(--shadow-md);transform:translate(4px)}.GlobalReach-module__M8WCja__regionFlag{flex-shrink:0;font-size:2rem}.GlobalReach-module__M8WCja__regionName{font-family:var(--font-heading);margin-bottom:2px;font-size:1rem;font-weight:700}.GlobalReach-module__M8WCja__regionCountries{color:var(--text-muted);font-size:.8rem;line-height:1.4}@media (max-width:900px){.GlobalReach-module__M8WCja__regionGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.GlobalReach-module__M8WCja__regionGrid{grid-template-columns:1fr}.GlobalReach-module__M8WCja__globeVisual{width:150px;height:150px}.GlobalReach-module__M8WCja__globeCenter{font-size:3.5rem}}
.CTABanner-module__Yz2Llq__cta{padding:var(--space-5xl) 0;background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 60%, rgba(var(--primary-dark-rgb), .95) 100%);position:relative;overflow:hidden}.CTABanner-module__Yz2Llq__bgPattern{background:radial-gradient(circle at 20% 30%, rgba(var(--primary-rgb), .18) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(var(--secondary-rgb), .1) 0%, transparent 50%);pointer-events:none;position:absolute;inset:0}.CTABanner-module__Yz2Llq__bgShimmer{pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff0a 50%,#0000 100%) 0 0/200% 100%;position:absolute;inset:0}.CTABanner-module__Yz2Llq__content{text-align:center;max-width:680px;margin:0 auto;position:relative}.CTABanner-module__Yz2Llq__ctaEmoji{margin-bottom:var(--space-lg);font-size:3rem;animation:5s ease-in-out infinite CTABanner-module__Yz2Llq__float;display:block}@keyframes CTABanner-module__Yz2Llq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.CTABanner-module__Yz2Llq__ctaTitle{color:#fff;margin-bottom:var(--space-lg);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.2}.CTABanner-module__Yz2Llq__ctaDesc{color:#ffffffbf;margin-bottom:var(--space-2xl);font-size:1.05rem;line-height:1.7}.CTABanner-module__Yz2Llq__ctaButtons{justify-content:center;gap:var(--space-md);flex-wrap:wrap;display:flex}@media (max-width:600px){.CTABanner-module__Yz2Llq__ctaButtons{flex-direction:column;align-items:center}.CTABanner-module__Yz2Llq__ctaButtons .CTABanner-module__Yz2Llq__btn{width:100%;max-width:300px}}
